/* /Components/Components/ApplicationCheckList.razor.rz.scp.css */
.checklist-item[b-aosk188tav] {
    display: flex; justify-content: space-between; padding: 10px;
}
/* /Components/Components/Attachments.razor.rz.scp.css */
.red[b-pqxhhv5hp8] {
    color: red;
}
/* /Components/Components/DateListEditor.razor.rz.scp.css */
.flex[b-nwkebf3ytu]{
    display: flex;
}

.vertical-margin-10[b-nwkebf3ytu]{
    margin: 10px;
}
/* /Components/Components/InterviewPopup.razor.rz.scp.css */
.rounded-b-lg[b-6wuvd7w2j0] {
    display: flex;
    justify-content: center;
}

.no-margin[b-6wuvd7w2j0] {
    margin: 0 !important;
}

.margin-top-5[b-6wuvd7w2j0] {
    margin: 5px 0 0;
}

.question-container[b-6wuvd7w2j0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.flex-col[b-6wuvd7w2j0] {
    display: flex;
    flex-direction: column
}

.button-container[b-6wuvd7w2j0] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.red[b-6wuvd7w2j0] {
    color: red;
}

.e-icons .e-frame[b-6wuvd7w2j0] {
    width: 20px;
    background: red;
}

.e-icons .e-frame .e-check[b-6wuvd7w2j0] {
    background: greenyellow;
}
/* /Components/Components/VideoInterview.razor.rz.scp.css */
.text-center[b-68xu3wp292] {
    text-align: center;
}

.padding-side-10[b-68xu3wp292] {
    padding: 0 10px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-xyw7zp33c5] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-xyw7zp33c5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
    
    .page[b-xyw7zp33c5] {
        width: 100%;
        display: flex;
    }
    
    .main[b-xyw7zp33c5] {
        width: 100%;
        overflow-x: hidden;
        margin: 0 10px;
        max-height: 100vh;
    }

@media (max-width: 640px) {
    .page[b-xyw7zp33c5] {
        flex-direction: column;
    }
    body[b-xyw7zp33c5] {
        justify-content: start !important;
    }
    .main[b-xyw7zp33c5] {
        margin: 0;
    }
}   
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ------------------------------------------------------------------------------------------------------------------------------------
| CORE LAYOUT STYLES - Ensures Sidebar is fixed and Main Content is offset
------------------------------------------------------------------------------------------------------------------------------------ */
.page[b-5qbids2rzr] {
    /* On small screens, layout is stacked */
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 100vh;
    width: 100%;
}

.sidebar[b-5qbids2rzr] {
    z-index: 1000;
    background-image: linear-gradient(#e29b5e 10%, #35369c 100%);
    transition: width 0.3s;
    border: solid #35369c;
    border-width: 0 3px 0 0;
}

.main[b-5qbids2rzr] {
    /* Default for small screens: full width */
    flex: 1;
    width: 100%;
    padding-top: 3.5rem; /* Space for the top-row content on mobile */
}

/* ------------------------------------------------------------------------------------------------------------------------------------
| DESKTOP/TABLET (min-width: 641px) - Standard Side-by-Side Layout
------------------------------------------------------------------------------------------------------------------------------------ */
@media (min-width: 641px) {
    .page[b-5qbids2rzr] {
        flex-direction: row; /* Layout content side-by-side */
    }

    .main[b-5qbids2rzr] {
        /* Offset main content by the default sidebar width */
        padding-left: 250px;
        padding-top: 0; /* No need for top padding on desktop */
        transition: all 0.3s;
    }

    /* Responsive toggle logic */
    .page.icon-menu-active .main[b-5qbids2rzr] {
        padding-left: 80px; /* Offset adjusted for collapsed menu */
    }
}

/* ------------------------------------------------------------------------------------------------------------------------------------
| USER-PROVIDED CSS (Merged and Integrated)
------------------------------------------------------------------------------------------------------------------------------------ */

.navbar-toggler[b-5qbids2rzr] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.width-80[b-5qbids2rzr] {
    width: 80px;
}

.width-250[b-5qbids2rzr] {
    width: 250px;
}

.navbar-toggler:checked[b-5qbids2rzr] {
    background-color: rgba(255, 255, 255, 0.5);
}

.navbar-brand[b-5qbids2rzr] {
    font-size: 1.1rem;
    width: 100%;
}

.bi[b-5qbids2rzr] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    margin-left: 13px; /* User's original style */
}

.bi-house-door-fill-nav-menu[b-5qbids2rzr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-5qbids2rzr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-5qbids2rzr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
    margin-right: 14px; /* User's original style */
}

.arrow-right-short[b-5qbids2rzr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.75 8a.5.5 0 0 1 .5-.5h5.81l-2.03-2.03a.5.5 0 1 1 .71-.71l2.8 2.8a.5.5 0 0 1 0 .71l-2.8 2.8a.5.5 0 0 1-.71-.71l2.03-2.03H5.25a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
    color: white;
    top: 5px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 10px;
    width: 0.75rem;
    height: 0.75rem;
}

.nav-arrow-collapsed[b-5qbids2rzr] {
    padding: 20px;
}

.nav-arrow[b-5qbids2rzr] {
    top: 0;
    padding: 20px;
    margin: 0;
}

.arrow-left-short[b-5qbids2rzr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-left-short' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.25 8a.5.5 0 0 1-.5.5H4.94l2.03 2.03a.5.5 0 1 1-.71.71l-2.8-2.8a.5.5 0 0 1 0-.71l2.8-2.8a.5.5 0 1 1 .71.71l-2.03 2.03h5.81a.5.5 0 0 1 .5.5z'/%3E%3C/svg%3E");
    color: white;
    top: 5px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 10px;
    width: 0.75rem;
    height: 0.75rem;
}

.nav-item[b-5qbids2rzr] {
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-5qbids2rzr] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-5qbids2rzr] {
    padding-bottom: 1rem;
}

.nav-item[b-5qbids2rzr]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none !important;
}

.nav-item[b-5qbids2rzr]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5qbids2rzr]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-5qbids2rzr] {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.nav-scrollable-collapsed[b-5qbids2rzr] {
    width: 80px;
    height: calc(100vh - 4.5rem);
}

.flex-center[b-5qbids2rzr] {
    display: flex;
    justify-content: center;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5qbids2rzr] {
    /* Mobile: Shown when toggler is checked */
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5qbids2rzr] {
        display: none; /* Hide toggler on desktop */
    }

    .nav-scrollable[b-5qbids2rzr] {
        /* Desktop: Always visible */
        display: block;
    }
    
    .sidebar[b-5qbids2rzr] {
        height: 100vh;
    }

    .top-row[b-5qbids2rzr] {
        min-height: 3.5rem;
        background-color: #cbd2eb
    }

    .nav-bottom[b-5qbids2rzr] {
        position: absolute;
        bottom: 10px;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .sidebar[b-5qbids2rzr] {
        width: 100%;
        border: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    
    .nav-bottom[b-5qbids2rzr] {
        margin-bottom: 10px;
    }
    
    .nav-scrollable[b-5qbids2rzr] {
        width: 100%;
    }
    
    .icon-menu-arrow[b-5qbids2rzr] {
        display: none;
    }
}

.navbar[b-5qbids2rzr] {
    padding: 0 !important;
    transition: all 0.3s;
}

.navbar-closed[b-5qbids2rzr] {
    width: 80px;
    padding: 1px;
    display: flex;
    align-items: center;
}

.navbar-open[b-5qbids2rzr] {
    width: 250px;
    padding: 5px 5px 5px 10px;
}

.logo-container[b-5qbids2rzr] {
    padding: 5px 5px 5px 10px;
}

.logo-container-small[b-5qbids2rzr] {
    padding: 2px;
}

.width-full[b-5qbids2rzr] {
    width: 100%;
}

/* Original styles provided by the user (non-conflicting parts) */
.nav-link[b-5qbids2rzr] {
    background-color: rgba(0, 0, 0, 0.10) !important;
    user-select: none;
    padding: 0;
    text-decoration: none;
}

.nav-footer[b-5qbids2rzr] {
    display: flex;
    justify-content: space-around;
}

.nav-footer-collapsed[b-5qbids2rzr] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.bi[b-5qbids2rzr] {
    /* margin-left: 13px; - Moved to combined .bi selector */
}

.bi-list-nested-nav-menu[b-5qbids2rzr] {
    /* margin-right: 14px; - Moved to specific bi selector */
}

.nav-link.nav-dropdown[b-5qbids2rzr] {
    background-color: rgba(0, 0, 0, 0.40) !important;
    padding-left: 16px;
}

.nav-link.nav-dropdown-item[b-5qbids2rzr] {
    background-color: rgba(0, 0, 0, 0.20) !important;
}

.container-fluid[b-5qbids2rzr] {
    transition: all 0.3s;
}

.arrow[b-5qbids2rzr] {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 2px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transition: all 0.4s ease;
}

.icon-text[b-5qbids2rzr] {
    line-height: 1.5;
}

.arrow-top[b-5qbids2rzr] {
    transform: rotate(-45deg);
    margin: 5px 15px 0 0;
}

.arrow-bottom[b-5qbids2rzr] {
    transform: rotate(-225deg);
    margin: 0 15px 10px 0;
}

.margin-side-15[b-5qbids2rzr] {
    margin: 0 15px;
}

/* .sidebar { ... } - Overridden by core layout style above */

/* Add styles for the new user info box */
.user-info-box[b-5qbids2rzr] {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.user-info-box p[b-5qbids2rzr] {
    /* Makes email fit better and prevents overflow */
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

a[b-5qbids2rzr] {

}
/* /Components/Pages/About.razor.rz.scp.css */
.flex-center[b-gjmdgfk7av] {
    display: flex;
    justify-content: center;
}

.mt-20[b-gjmdgfk7av] {
    margin-top: 20px;
}

.flex-gap-20[b-gjmdgfk7av] {
    display: flex;
    gap: 20px;
}

.footer[b-gjmdgfk7av] {
    margin-top: 15px;
    text-align: center;
}

.text-center[b-gjmdgfk7av] {
    text-align: center;
}

.small-logo[b-gjmdgfk7av] {
    width: 100px;
}

[b-gjmdgfk7av]::marker {
    content: "";
}

p[b-gjmdgfk7av] {
    display: inline;
}

.nav-link[b-gjmdgfk7av] {
    color: #33349b !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #33349b !important;
    border-radius: 3px !important;
    text-decoration: none !important;
    display: inline-block;
    padding: 10px;
}
/* /Components/Pages/Applicants.razor.rz.scp.css */
.flex-center[b-md33lxynx6] {
    display: flex;
    justify-content: center;
}

.mt-10[b-md33lxynx6] {
    margin-top: 10px;
}

.flex-col[b-md33lxynx6] {
    display: flex;
    flex-direction: column;
}

.flex[b-md33lxynx6] {
    display: flex;
}

[b-md33lxynx6] .e-grid-command-btn.e-btn {
    color: white !important;
    background: #33349b !important;
    border-color: black !important;
}

[b-md33lxynx6] .e-btn[disabled]
{
    color: #999999 !important;
    background: none !important;
}

.mb-3[b-md33lxynx6] {
    margin: 10px 0;
}
/* /Components/Pages/DateSelect.razor.rz.scp.css */
body[b-d0ortui3we] {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(135deg, #f0f4f8 0%, #d9e2ec 100%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-container[b-d0ortui3we] {
    width: 100%;
    max-width: 400px;
}

button[b-d0ortui3we] {
    color: #33349b !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #33349b !important;
    border-radius: 3px !important;
}

.card[b-d0ortui3we] {
    border: 5px solid #33349b !important;
    border-radius: 50px;
    padding: 25px !important;
}

.width-half[b-d0ortui3we] {
    width: 50%;
}

.card-title[b-d0ortui3we] {
    padding: 5px 20px !important;
}

.text-center[b-d0ortui3we] {
    text-align: center;
}

.date-options[b-d0ortui3we] {
    gap: 10px;
    margin-top: 10px;
}

.flex-col[b-d0ortui3we] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mr-15[b-d0ortui3we] {
    margin-right: 15px;
}
/* /Components/Pages/Interview.razor.rz.scp.css */
body[b-36ue7vu4em] {
    font-family: 'Inter', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-container[b-36ue7vu4em] {
    width: 100%;
    max-width: 400px;
}

button[b-36ue7vu4em] {
    color: #33349b !important;
    background-color: #33349b !important;
    border: 1px solid #30aaac !important;
    border-radius: 3px !important;
}

.small-logo[b-36ue7vu4em] {
    width: 100px;
}

.card[b-36ue7vu4em] {
    border: 5px solid #33349b !important;
    border-radius: 50px;
    padding: 25px !important;
    width: 75%;
}

.card-title[b-36ue7vu4em] {
    padding: 5px 10px !important;
}

.flex-col[b-36ue7vu4em] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.width-full[b-36ue7vu4em] {
    width: 100%;
}

.text-red[b-36ue7vu4em] {
    color: red;
}
/* /Components/Pages/Login.razor.rz.scp.css */
body[b-50aies9wl4] {
    font-family: 'Inter', sans-serif;
    
}

.card-container[b-50aies9wl4] {
    width: 100%;
    max-width: 400px;
}

button[b-50aies9wl4] {
    color: #33349b !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #33349b !important;
    border-radius: 3px !important;
}

.card[b-50aies9wl4] {
    border: 5px solid #33349b !important;
    border-radius: 50px;
    padding: 25px !important;
    max-width: 400px !important;
}

.card-title[b-50aies9wl4] {
    padding: 5px 10px;
}
/* /Components/Pages/ManageCheckListItems.razor.rz.scp.css */
.e-float-input[b-9svr8ffxqy], .e-float-input.e-control-wrapper[b-9svr8ffxqy] {
    margin-top: 10px; !important;
}

.mb-3[b-9svr8ffxqy] {
    margin-bottom: 10px;
}

.mt-10[b-9svr8ffxqy] {
    margin-top: 10px;
}

.mt-20[b-9svr8ffxqy] {
    margin-top: 20px;
}

.text-danger[b-9svr8ffxqy] {
    color: red;
}
/* /Components/Pages/Questions.razor.rz.scp.css */
.width-full[b-ruwefpec2k] {
    width: 100%;
}

.mt-10[b-ruwefpec2k] {
    margin-top: 10px;
}

.text-danger[b-ruwefpec2k] {
    color: red;
}
/* /Components/Pages/ResetPassword.razor.rz.scp.css */
body[b-2r0iu51a1e] {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(135deg, #f0f4f8 0%, #d9e2ec 100%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-container[b-2r0iu51a1e] {
    width: 100%;
    max-width: 400px;
}

button[b-2r0iu51a1e] {
    color: #33349b !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #33349b !important;
    border-radius: 3px !important;
}

.card[b-2r0iu51a1e] {
    border: 5px solid #33349b !important;
    border-radius: 50px;
    padding: 25px !important;
    max-width: 400px;
}

.alert-danger[b-2r0iu51a1e] { 
    color: red;
}
/* /Components/Pages/Roles.razor.rz.scp.css */
.mb-3[b-z2ha9j0uxn] {
    margin-bottom: 10px;
}

.mt-10[b-z2ha9j0uxn] {
    margin-top: 10px;
}

.center-buttons[b-z2ha9j0uxn] {
    display: flex;
    justify-content: center;
    gap: 10px;
}
/* /Components/Pages/Templates.razor.rz.scp.css */
.card[b-lmgtkux1mp] {
    border: 5px solid #33349b !important;
    border-radius: 50px;
    padding: 25px !important;
    max-width: 525px;
}

.template-container[b-lmgtkux1mp] {
    scroll-behavior: auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}
