@charset "UTF-8";

.btn-pass,
.sp-container button {
    padding: 0.5rem 0.75rem;
}

.form-label {
    color: #1d212f;
}

.form-control {
    color: #1d212f;
}

.form-control:focus {
    color: #1d212f;
}

.signpages .details:before {
    background: #ffffff;
}

.swal2-container {
    z-index: 10000;
}

body.impersonating-active .main-sidebar {
    /* Push the sidebar down by the height of the ribbon (approx 30px) */
    top: 30px !important;

    /* Recalculate height so the bottom of the menu isn't cut off */
    height: calc(100vh - 30px) !important;
}

/* If your Top Header is also fixed, push it down too */
body.impersonating-active .main-header {
    top: 30px !important;
}

/* Adjust the main content area so it doesn't overlap */
body.impersonating-active .main-content {
    padding-top: 30px !important;
}

/* FIX: Highlight active submenu items */
.nav-sub-link.active {
    color: #ffffff !important;
    font-weight: 700;
}

.nav-sub-link.active:before {
    color: #ffffff !important;
    opacity: 1 !important;
}