.theme-switch {
    width: 30px;
    text-align: center;
}

    .theme-switch .btn-check + label {
        cursor: pointer;
    }

        .theme-switch .btn-check + label::before {
            content: "\f185";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
        }

    .theme-switch .btn-check:checked + label::before {
        content: "\f186";
    }

.login .theme-switch {
    width: auto;
}

    .login .theme-switch .btn-check + label::before {
        margin-right: 8px;
    }

    .login .theme-switch .btn-check + label::after {
        content: "Claro";
    }

    .login .theme-switch .btn-check:checked + label::after {
        content: "Escuro";
    }

.divider:after, .divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--bs-body-color);
    opacity: 0.4;
}

.header-fixed {
    position: sticky;
    top: 0;
    z-index: 2;
}
