.nav-link {
    transition: color .3s ease, background-color .3s ease;
}

.nav-link.is-active {
    background-color: #ffffff;
    color: #020817;
    font-weight: 500;
}

.nav-link:not(.is-active) {
    background-color: transparent;
    color: #64748b;
}

.bg-primary-10 {
    background-color: #1a6eff1a !important;
}

.nav-link:not(.is-active):hover,
.nav-link:not(.is-active):focus,
.nav-link:not(.is-active):active {
    background-color: inherit !important;
    color: inherit !important;
    text-decoration: none !important;
}

.bg-muted {
    background-color: #f1f5f9 !important;
}

.fs-7 {
    font-size: 0.875rem !important;
}

.fs-8 {
    font-size: 0.75rem !important;
}

.border-right {
    border-right: 1px solid;
}

.cursor-pointer {
    cursor: pointer;
}

.border-grey {
    border-color: #e2e8f0 !important;
}

input, textarea {
    font-size: .875rem !important;
}

.btn-outline-accent {
    color: black;
}

.btn-outline-accent:hover {
    background-color: #f1f5f9 !important;
}

.form-control:focus {
    border-color: black;
    box-shadow: 0 0 0 1px #020817 !important;
}

.form-check-input:checked {
    background-color: black !important;;
    border-color: black !important;;
}

.form-check-input:focus {
    box-shadow: none !important;;
}

.min-width-450 {
    min-width: 500px;
}

.tamanho-do-dropdown-usuario {
    width: 290px;
}

.dropdown-menu {
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
}

.nav-link-custom {
    display: block;
    padding: 0.5rem 1rem;
    color: #64748b !important;
    font-weight: 500;
    text-decoration: none;
    background: 0 0;
    border: 0;
    border-radius: .75rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link-custom:hover {
    color: #0f172a !important;
    font-weight: 500 !important;
    background-color: #f1f5f9 !important;
}

.nav-link-custom-active {
    color: #1a6eff !important;
    font-weight: 500 !important;
    background-color: #1a6eff1a !important;
}

.tamanho-menu-lateral {
    width: 19rem;
}

.avatar-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.avatar-wrapper img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 50%;
    transition: 0.3s;
}

.avatar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    text-align: center;
}

.avatar-wrapper:hover .avatar-overlay {
    opacity: 1;
}

.text-success {
    color: #16a34a !important;
}

.btn-success {
    background-color: #16a34a !important;
}

.bg-success {
    background-color: #16a34a !important;
}

.main-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    flex-direction: column;
}

.main-overlay {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to bottom right, hsl(218 100% 55% / .8), hsl(218 100% 55% / .6), hsl(151 83% 39% / .7));
    z-index: 2;
}

.animate-fade-in-up {
    animation: fadeInUp 1s ease forwards;
}

.transition-bounce {
    transition: transform 0.2s ease;
}

.transition-smooth {
    transition: all 0.3s ease;
}

.bg-gradient-primary {
    background: linear-gradient(145deg, #1a6eff, #4d8eff);
}

.text-gradient {
    background: linear-gradient(135deg, #1a6eff 0%, #11b666 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shadow-elegant {
    box-shadow: 0 6px 25px rgba(37, 99, 235, 0.1);
}

.main-btn-primary {
    background: linear-gradient(90deg, #22c55e, #06b6d4);
    border: none;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 0.5rem;
}

.tamanho-do-card-login{
    z-index: 3 !important;
    max-width: 34rem;
    width: 100%;
}

.tamanho-do-card-cadastro{
    z-index: 3 !important;
    max-width: 50rem;
    width: 100%;
}

@media (max-width: 768px) {
    .min-width-450 {
        min-width: inherit;
    }

    .overflow-hidden {
        overflow: inherit !important;
    }

    .nav-link-custom-active, .nav-link-custom:hover {
        background-color: white !important;
    }

    .nav-link-custom:hover {
        background-color: white !important;
        color: #64748b !important;
    }
}

@media (max-width: 375px) {
    .min-width-450 {
        min-width: inherit;
    }

    .overflow-hidden {
        overflow: inherit !important;
    }

    .nav-link-custom-active {
        background-color: white !important;
    }

    .nav-link-custom {
        padding: 0;
    }
}

.pdf-container {
    height: calc(100svh - 38px - 5rem);
}

.pdf-frame {
    width: 100%;
    height: 100%;
    border: none;
}
