body {
    padding: 45px 0 45px 0 !important;
}

.body__container__report__home {
    max-width: 1600px;
}

#header-client-logo {
    display: block !important;
}

.document-library {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2)) !important;
}

.location-card-media {
    height: 100px;
}

.location-card-media > p > img {
    height: 100%;
    max-height: 100px;
}

@media (max-width: 520px) {
    .bg-login-degrade.body-base-layout.g-sidenav-show {
        padding: 16px !important;
    }
}

.article-title {
    color: #A37051 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
}

#follow-up-container {
    display: none;
}

#button-back {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #A37051 !important;
    background-color: transparent;
    border-style: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
}

#report-type-check {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid rgba(125, 129, 154, 1);
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    background-color: white;
    margin-left: 0 !important;
    appearance: none; /* Remove a aparência padrão do checkbox */
}

#report-type-check:checked {
    background-color: white;
}

#report-type-check:checked::before {
    content: "\2713"; 
    font-size: 1.2rem;
    color: white;
    position: absolute;
    top: -4px;
    left: 4px;
}

#register-report {
    transition: background-color 0.3s ease, transform 0.3s ease;
}

#register-report.report-action-enabled {
    background-color: var(--report-home-button-color, #439dee);
    opacity: 1;
    pointer-events: auto;
}

#register-report.report-action-enabled:hover {
    background-color: var(--report-home-button-color, #439dee);
}

#register-report.report-action-disabled {
    background-color: #c7c7c7;
    opacity: 0.7;
    pointer-events: none;
}

#register-report.report-action-disabled:hover {
    background-color: #c7c7c7;
    transform: none;
}

.location-logo-fallback {
    align-items: center;
    display: flex;
    font-size: 20px;
    height: 100%;
    justify-content: center;
    line-height: 1.2;
    padding: 0 8px;
    text-align: center;
    width: 100%;
}

.location-logo-fallback i {
    font-size: 60px;
}

.accept-terms
{
    background: var(--bs-gray-100);
    border-radius: 8px;
    padding: 15px;
    cursor: pointer;
    border-left: 2px solid var(--bs-blue);
}

@media (max-width: 767px) {
    #slogan-container {
        margin-top: 20px;
    }
}

@media (max-width: 600px) {
    .location-card {
      zoom: 80%;
    }

    .channel-cards {
        min-width: 200px !important;
        max-width: 200px !important;
    }
}

.color-inherit{
    color: inherit;
}