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

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

/* .bg-login-degrade.body-base-layout.g-sidenav-show {
    padding: 25px 45px 45px 45px !important;
} */

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



@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;
    }
  }
/*
.article {
    width: calc(100% - 450px);
    margin-right: 20px;
}

.button-regist-report {
    margin-top: 89px;
    text-align: left;
    margin-bottom: 50px;
}



.article-description {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #59557D;
}

.article-text {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #59557D;
    line-height: 34px;
}

.button-back-container {
    margin: 60px 0 10px 0;
    display: inline-block;

}

.button-back {
    margin-left: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    border-radius: 30px;
    border: none;
    color: #263C62;
    background-color: #F8F9FA80;
    font-weight: 700;
    position: relative;
    width: 175px;
    padding-right: 30px;
    height: 50px;
    margin-bottom: 80px;
}


.button-back:hover{
    background-color: #f8f9fab6;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.button-back img {
    margin-right: 10px; 
    vertical-align: middle; 
}

.library-content {
    display: flex;
}

@media (max-width: 960px) {
    .library-content {
        display: inline-block;
    }

    .article {
        width: 100%;
    }
}

@media (min-width: 961px) and (max-width: 1200px) {
    .article {
        width: calc(100% - 360px);
    }
}
*/

/* @media(min-width: 992px) {
    #library-documents {
        position: relative;
        bottom: 20%;
    }
} */
