/* _content/KaiusBlazor/Components/Account/Pages/Login.razor.rz.scp.css */

.login-rh-side[b-11pkt7v9wv] {
    background: #0B8474;
}

.login-rh-side-bigtext[b-11pkt7v9wv] {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 50% */
}

.login-lh-side-bigtext[b-11pkt7v9wv] {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 100% */
}

.login-lh-side-smalltext[b-11pkt7v9wv] {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

.login-rh-side-smalltext[b-11pkt7v9wv] {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 80% */
}

.login-rh-side .container-fluid .row:first-child[b-11pkt7v9wv] {
    height: 75%;
}

.login-rh-side .container-fluid .row:last-child[b-11pkt7v9wv] {
    flex-grow: 1;
}

.login-hr[b-11pkt7v9wv] {
    border-top: 1px solid #0B8474;
}


.login-page-anchor[b-11pkt7v9wv] {
    color: #0D6EFD;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

[b-11pkt7v9wv] .remember-me-checkbox {
    color: #A2A1A8;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

[b-11pkt7v9wv] .login-button {
    border-radius: 5px !important;
    background: #0B8474 !important;
}

[b-11pkt7v9wv] .login-button span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

.login-noaccount[b-11pkt7v9wv] {
    color: #A2A1A8;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

[b-11pkt7v9wv] .remember-me-checkbox input[type="checkbox"] {
    transform: scale(1.5);
    transform-origin: top left; /* prevents the checkbox from shifting weirdly */
    margin-right: 0.5rem; /* optional spacing */
}


[b-11pkt7v9wv] .oauth-login-button {
    border-radius: 5px !important;
    border: 1px solid #0B8474 !important;
    background: #FFF !important;
    width: 140px;
}

    [b-11pkt7v9wv] .oauth-login-button img {
        height: 1em; /* or 1.25em, etc. so it matches line height */
        width: auto; /* keep aspect ratio */
        margin-right: 8px; /* spacing between icon and text */
    }
/* _content/KaiusBlazor/Components/Admin/Pages/CompanyProfile.razor.rz.scp.css */

body[b-fk7ofhhz9u] {
}
/* _content/KaiusBlazor/Components/Candidates/CandidateDetails/CandidateDetails.razor.rz.scp.css */
.candidate-name-text[b-od5zbq8vr0] {
    color: var(--Dark-500, #16151C);
    /* Header-5 Bold */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 150% */
}

.candidate-role-text[b-od5zbq8vr0] {
    color: var(--Dark-500, #16151C);
    /* Body-1 Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 150% */
}

.candidate-lhs-section-titles[b-od5zbq8vr0] {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
}

.candidate-lhs-section-border[b-od5zbq8vr0] {
    min-height: 50px;
}
/* _content/KaiusBlazor/Components/Candidates/CandidatesList/CandidatesList.razor.rz.scp.css */
/* _content/KaiusBlazor/Components/Candidates/CandidatesList/_CandidateListTabTable.razor.rz.scp.css */
/* Scrollable container for candidate table */
.candidate-table-scroll-container[b-vasmp31ke5] {
    height: calc(100vh - 440px); /* Increased offset to account for all overhead */
    overflow-y: auto;
    overflow-x: hidden;
}
/* _content/KaiusBlazor/Components/Candidates/CandidatesList/_CandidatesListTabs.razor.rz.scp.css */
[b-zshyhu2xo1] .btn-filter button {
    border-radius: 8px;
    border: 1px solid #16151C;
    background: #FAFAFA;
    width: 170px;
    margin-left: 20px;
    margin-top: 30px;
}

[b-zshyhu2xo1] .btn-filter:hover button,
[b-zshyhu2xo1] .btn-filter:focus button,
[b-zshyhu2xo1] .btn-filter:active button {
    border: 1px solid #16151C !important;
    background: #FAFAFA !important;
}

/* Constrain the entire tabs component to fit viewport */
.page-border[b-zshyhu2xo1] {
    height: calc(100vh - 110px); /* Account for header + margins */
    overflow: hidden;
}

/* NOTE: job-postings-tab-list is a shared utility class used across the entire app 
   for consistent tab styling (job postings, candidates, offers, etc.) - not specific to job postings */
[b-zshyhu2xo1] .job-postings-tab-list {
    height: 100%;
    display: flex;
    flex-direction: column;
}

[b-zshyhu2xo1] .job-postings-tab-list .mud-tabs-panels {
    flex: 1;
    overflow: hidden;
}
/* _content/KaiusBlazor/Components/Candidates/Shared/_CandidateDetailsInfoPane.razor.rz.scp.css */
.add_link[b-0p2t354qgc] {
    cursor: pointer;
}
/* _content/KaiusBlazor/Components/Jobs/JobPostingsList/JobPostingsList.razor.rz.scp.css */
[b-op8d645jq5] .jobs-btn-filter button {
    border-radius: 8px;
    margin-right:10px;
    border: 1px solid #16151C;
    background: #FAFAFA;
    width: 170px;
    height:60px;
}

[b-op8d645jq5] .jobs-btn-filter:hover button,
[b-op8d645jq5] .jobs-btn-filter:focus button,
[b-op8d645jq5] .jobs-btn-filter:active button {
    border: 1px solid #16151C !important;
    background: #FAFAFA !important;
}
/* _content/KaiusBlazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-afv202shr3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-afv202shr3] {
    flex: 1;
}

.user-menu[b-afv202shr3] {
    background: rgba(11, 132, 116, .05);
}

.sidebar[b-afv202shr3] {
    background:rgba(11, 132, 116, .05); 
    border-radius: 20px;
    margin: 20px;
}

.top-row[b-afv202shr3] {
    border-radius: 20px;
    margin: 20px;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding-left: 0px!important;
}

.greetings-text[b-afv202shr3] {
    color: var(--Gray-500, #A2A1A8);
    /* Body-2 Regular */
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; /* 157.143% */
}

.rolename-text[b-afv202shr3] {
    color: var(--Gray-500, #A2A1A8);
    font-size: 12px;
}

.top-row[b-afv202shr3]  a, .top-row[b-afv202shr3]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-afv202shr3]  a:hover, .top-row[b-afv202shr3]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-afv202shr3]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-afv202shr3] {
        justify-content: space-between;
    }

    .top-row[b-afv202shr3]  a, .top-row[b-afv202shr3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
.page[b-afv202shr3] {
    flex-direction: row;
}

.sidebar[b-afv202shr3] {
    width: 250px;
    height: 95vh;
    position: sticky;
    top: 0;
}

.top-row[b-afv202shr3] {
    position: sticky;
    top: 0;
    z-index: 1;
}

.top-row.auth[b-afv202shr3]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
}

.top-row[b-afv202shr3], article[b-afv202shr3] {
    padding-right: 1.5rem !important;
    margin-top: 20px;
}
}

#blazor-error-ui[b-afv202shr3] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-afv202shr3] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.hello-text[b-afv202shr3] {
    color: var(--Dark-500, #16151C);
    /* Header-6 Bold */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
}

.error-modal-container[b-afv202shr3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure container is above your main content */
    user-select: none;
}

.error-modal-content[b-afv202shr3] {
    z-index: 1001; /* One level higher than the overlay */
    pointer-events: auto; /* Make sure events work here */
    background: rgba(0, 0, 0, 0); /* Optionally style your error message panel */
    padding: 20px;
    border-radius: 8px;
    text-align:center;
}

.error-modal-content h3[b-afv202shr3] {
    color: white !important;
}
/* _content/KaiusBlazor/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-iw7b46ph92] {
    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);
}

.navbar-toggler:checked[b-iw7b46ph92] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-iw7b46ph92] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0);
}

.subitem[b-iw7b46ph92]{
    padding-bottom: .25rem!important;
    padding-top: .25rem!important;
}

.navbar-brand[b-iw7b46ph92] {
    font-size: 1.1rem;
}

.bi[b-iw7b46ph92] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-iw7b46ph92] {
    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-iw7b46ph92] {
    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-pencil-square-fill-nav-menu[b-iw7b46ph92] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-pencil-square' 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-iw7b46ph92] {
    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");
}

.bi-lock-nav-menu[b-iw7b46ph92] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-iw7b46ph92] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-iw7b46ph92] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-iw7b46ph92] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-iw7b46ph92] {
    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-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-iw7b46ph92] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-iw7b46ph92] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-iw7b46ph92] {
    padding-bottom: 1rem;
}

.nav-item[b-iw7b46ph92]  .nav-link {
    /*color: #000000;*/
    color: var(--Dark-500, #16151C);
    /* Body-1 Regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 150% */

    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    padding-left: 10px;
    border-left: 4px solid rgba(0, 0, 0, 0);
}

.nav-item[b-iw7b46ph92]  a.active {
    color: #0B8474;
    /* Body-1 Bold */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */

    border-left: 4px solid #0B8474;
    padding-left: 10px;
}

.nav-item[b-iw7b46ph92]  .nav-link:hover {
    background: var(--primary-primary-5, rgba(113, 82, 243, 0.05));
}

.nav-scrollable[b-iw7b46ph92] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-iw7b46ph92] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-iw7b46ph92] {
        display: none;
    }

    .nav-scrollable[b-iw7b46ph92] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/KaiusBlazor/Components/SharedComponents/_CandidateDetailsDrawer.razor.rz.scp.css */
.candidate-name-text[b-gu7a9kvtf4] {
    color: var(--Dark-500, #16151C);
    /* Header-5 Bold */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 150% */
}

.candidate-action-row[b-gu7a9kvtf4] {
    display: flex; 
    gap: 13px;
    align-content: center; 
    flex-wrap: wrap; 
    justify-content: center;
}

[b-gu7a9kvtf4] .candidate-advance-button-group {
    background-color: #0B8474;
}

[b-gu7a9kvtf4] .candidate-close-button-group {
    background-color: #F45B69;
}

[b-gu7a9kvtf4] .candidate-close-button-group button span,
[b-gu7a9kvtf4] .candidate-advance-button-group button span {
    color: #FFF !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 116.667% */
}

.region-border[b-gu7a9kvtf4] {
    margin:15px;
    border-radius: 5px;
    border: 1px solid #E5E7EB;
    padding:10px;
}

.region-text[b-gu7a9kvtf4] {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
    margin-left: 15px;
}

[b-gu7a9kvtf4] .viewdetails-button {
    border-radius: 5px;
    background: #0B8474;
    margin: 15px;
   
}

[b-gu7a9kvtf4] .viewdetails-button span {
    color: #FFF !important;
}

/* Fix drawer positioning to prevent scrolling with page content */
[b-gu7a9kvtf4] .mud-drawer-temporary {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 1300 !important;
}
