.dc-report-container,
.dc-report-title {
    font-family: var(--cmty-font-family);
    font-style: normal;
}
.dc-report-container {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 4px;
    font-weight: 400;
    font-size: var(--cmty-font-size-xs);
    line-height: 16px;
    color: var(--cmty-black-dark40);
    margin: 0 !important;
}
.dc-report-container > img {
    width: 16px;
    height: 16px;
}

@media (prefers-contrast: more) {
    .dc-report-container > img{
        filter: invert(70%) sepia(0) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);
    }
}

.dc-reported-container {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    gap: 5px;
    font-family: var(--cmty-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: var(--cmty-font-size-xs);
    line-height: 16px;
}
.dc-popover-report {
    max-width: 456px;
    top: -169.789px;
    left: 1004.03px;
    display: block;
    width: 600px !important;
}
.dc-report-title {
    font-weight: 600;
    font-size: var(--cmty-font-size-xlm);
    line-height: 28px;
    color: var(--cmty-neutrals-web-gray160);
}
.dc-report-button,
.dc-report-button:active,
.dc-report-button:focus,
.dc-report-button:hover {
    font-size: var(--cmty-font-size-sm) !important;
    line-height: 20px !important;
    text-align: center !important;
    border-radius: 2px !important;
    color: var(--cmty-white) !important;
    background-color: var(--dc-button-background-color) !important;
    cursor: pointer !important;
    border-color : var(--dc-button-background-color) !important;
}
.dc-report-cancel-button,
.dc-report-cancel-button:active,
.dc-report-cancel-button:focus,
.dc-report-cancel-button:hover {
    background: var(--cmty-white) !important;
    border-radius: 2px;
    color: var(--cmty-dymamics-primary) !important;
    border: 1px solid;
}
.followDiv {
    display: flex;
    margin-right: 1em !important;
}
.dc-report-required {
    color: var(--cmty-error-red40) !important;
}
.focus-required {
    border: 1px solid red;
}
#dc_required_field_error {
    color: red;
}
.dc-popover-content-report {
    border: none;
    border-radius: 20px;
}
.dc-popover-report {
    gap: 12px;
    background: var(--cmty-white);
    box-shadow: 0 1.6px 3.6px rgba(0, 0, 0, 0.132), 0 0.3px 0.9px rgba(0, 0, 0, 0.108);
    border-radius: 20px;
}
.dc-redirect-report-link {
    text-decoration: none !important;
    color: var(--cmty-black) !important;
}
.dc-report-popover-action-button {
    display: flex;
    gap: 25px;
}
.dc-report-moderation-desc {
    resize: vertical;
}
.dc-report-moderation-desc::placeholder {
    color: var(--cmty-neutrals-web-gray280) !important;
}
.dc-report-moderation-desc::-webkit-input-placeholder {
    color: var(--cmty-neutrals-web-gray280) !important;
}
.dc-report-moderation-desc:-moz-placeholder {
    color: var(--cmty-neutrals-web-gray280) !important;
}
.dc-report-moderation-desc::-moz-placeholder {
    color: var(--cmty-neutrals-web-gray280) !important;
}
.dc-report-moderation-desc:-ms-input-placeholder {
    color: var(--cmty-neutrals-web-gray280) !important;
}
.dc-report-moderation-desc::-ms-input-placeholder {
    color: var(--cmty-neutrals-web-gray280) !important;
}

@media only screen and (max-width: 480px) {
    .dc-popover-report { 
        width: 288px !important;
    }
}