/* /Components/EmptyState.razor.rz.scp.css */
.empty-state-container[b-2voe2hiwla] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.icon[b-2voe2hiwla] {
    background: #f7f7f7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    min-width: 200px;
    min-height: 200px;
    margin-bottom: 10px;
}

.icon[b-2voe2hiwla]  svg {
    color: #a2a4af;
    width: 50%;
    height: 50%;
}

.title[b-2voe2hiwla] {
    margin: 20px 0;
    font-size: 28px;
    color: #35475a;
    font-weight: 500;
    text-align: center;
}

.description[b-2voe2hiwla] {
    font-size: 1rem;
    font-weight: 400;
    color: gray;
    max-width: 570px;
    text-align: center;
}

.actions[b-2voe2hiwla] {
    margin: 20px 10px;
}

.small .icon[b-2voe2hiwla] {
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
}

.small .title[b-2voe2hiwla] {
    font-size: 20px;
    margin: 7px 0;
}

.small .description[b-2voe2hiwla] {
    font-size: 0.875rem;
}

.small .actions[b-2voe2hiwla] {
    margin: 7px;
}
/* /Components/Spinner.razor.rz.scp.css */
.custom-spinner[b-o8in01cdzx] {
    border-width: 2px;
}

.spinner-border.center[b-o8in01cdzx] {
    left: calc(50% - 1rem);
    top: calc(50% - 1rem);
}

.spinner-border-sm.center[b-o8in01cdzx] {
    left: calc(50% - 0.5rem);
    top: calc(50% - 0.5rem);
}
/* /Pages/Index.razor.rz.scp.css */
.dashboard[b-jsoz2h9e57] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

[b-jsoz2h9e57] .dashboard-item {
    min-width: 285px;
    /*background: #f2f4f8;*/
    border: 1px solid #ddd;
    height: 500px;
    border-radius: 0.25rem;
    padding: 1rem 1.25rem;
    margin-bottom: 20px;
    margin-right: 1px;
    overflow: hidden;
    position: relative;
}

[b-jsoz2h9e57] .dashboard-item > h6 {
    margin-bottom: 1rem;
}

[b-jsoz2h9e57] .dashboard-item a {
    
}

[b-jsoz2h9e57] .dashboard-item a:hover:not(.btn){
    color: #3845bf;
}

[b-jsoz2h9e57] .recent-applicants ul {
    overflow-y: auto;
    height: calc(100% - 55px);
}

[b-jsoz2h9e57] .due-positions .table-responsive {
    height: calc(100% - 55px);
}

@media (max-width: 960.98px) {
    .dashboard[b-jsoz2h9e57] {
        flex-direction: column;
    }

    [b-jsoz2h9e57] .dashboard-item {
        width: 100% !important;
        height: auto;
        margin-right: 5px !important;
    }

    [b-jsoz2h9e57] .upcoming-interviews,
    [b-jsoz2h9e57] .due-positions,
    [b-jsoz2h9e57] .recent-applicants {
        width: 100%;
    }
}

@media (min-width: 961px) and (max-width: 1400.98px){
    [b-jsoz2h9e57] .upcoming-interviews {
        width: 49%;
    }

    [b-jsoz2h9e57] .due-positions,
    [b-jsoz2h9e57] .recent-applicants {
        width: 49%;
    }
}

@media (min-width: 1401px) {
    [b-jsoz2h9e57] .upcoming-interviews {
        width: 45%;
    }

    [b-jsoz2h9e57] .due-positions,
    [b-jsoz2h9e57] .recent-applicants {
        width: 27%;
    }
}









/* /Pages/JobPages/Board.razor.rz.scp.css */
.stages-list[b-t2ydiq0vl6] {
    display: flex;
    /*background: blue;*/
    overflow-x: auto;
    padding-bottom: 10px;
}

.stage-item[b-t2ydiq0vl6] {
    background: #f2f4f8;
    width: 280px;
    min-width: 280px;
    margin-right: 10px;
    padding: 10px;
    border-radius: .25rem;
}

.stage-item > *[b-t2ydiq0vl6] {
    /*background: yellow;*/
}

.stage-item:first-child[b-t2ydiq0vl6] {
    margin-left: 0;
}

.stage-item:last-child[b-t2ydiq0vl6] {
    margin-right: 0;
}

.stage-item-applicants[b-t2ydiq0vl6] {
    min-height: 500px;
    max-height: 700px;
    overflow-y: auto;
}

.stage-item-applicants a:hover[b-t2ydiq0vl6] {
    color: inherit;
}

.stage-item-header[b-t2ydiq0vl6] {
    margin: 0 2px;
}

.applicant-card[b-t2ydiq0vl6] {
    padding: 0.5rem;
    background: white;
    border-radius: 0.25rem;
    border: 2px solid transparent;
    transition: all 0.15s ease;
}

.applicant-card:hover[b-t2ydiq0vl6] {
    cursor: pointer;
    background: #EBEDF9;
}

.applicant-card .name[b-t2ydiq0vl6] {

}

.applicant-card .headline[b-t2ydiq0vl6] {
    color: #555;
}

.applicant-card .footer[b-t2ydiq0vl6] {
    border-top: 1px solid #f2f4f8;
}

.job-details span[b-t2ydiq0vl6]::after {
    content: '/';
    margin: 0 7px;
}

.job-details span:last-child[b-t2ydiq0vl6]::after {
    content: '';
}

.btn-published[b-t2ydiq0vl6] {
    background: #30b582;
    border-color: #30b582;
    color: white;
}

.btn-published:hover[b-t2ydiq0vl6] {
    background: #2ea879;
    border-color: #2ea879;
}

.btn-draft[b-t2ydiq0vl6] {
    background: #f4bd61;
    color: white;
    border-color: #f4bd61;
}

.btn-draft:hover[b-t2ydiq0vl6] {
    background: #eab45a;
    border-color: #eab45a;
}

/* ============== Sortable ============== */

.ui-sortable-helper > div[b-t2ydiq0vl6] {
    border: 2px solid #3776e8;
}

@media (max-width: 640.98px) {
    .stages-list[b-t2ydiq0vl6] {
        flex-direction: column;
    }

    .stage-item[b-t2ydiq0vl6] {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .stage-item-applicants[b-t2ydiq0vl6] {
        min-height: 50px;
    }

}

@media (min-width: 641px) {
}

/* /Pages/JobPages/InviteDialog.razor.rz.scp.css */
.emails-list[b-2yjxhrwwav] {
    margin-bottom: 0;
    min-height: 20px;
    max-height: 220px;
    overflow-y: auto;
}

.emails-list li[b-2yjxhrwwav] {
    margin-bottom: 8px;
    margin-right: 3px;
}

.emails-list li:last-child[b-2yjxhrwwav] {
    margin-bottom: 0;
}

.btn-remove[b-2yjxhrwwav] {
    background: none;
    border: none;
    padding: 0;
}

.invalid-email[b-2yjxhrwwav] {
    margin-left: 2px;
}
/* /Pages/Jobs.razor.rz.scp.css */


@media (max-width: 640.98px) {

}

@media (min-width: 641px) {

}
/* /Pages/SettingsPages/UpdateProfilePicture.razor.rz.scp.css */
.profile-picture[b-ms257bqorx] {
    width: 96px;
    height: 96px;
}

button[b-ms257bqorx] {
    letter-spacing: 0.25px;
}

span.avatar[b-ms257bqorx] {
    font-size: 32px;
}

[b-ms257bqorx] .spinner-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    border-radius: 0.25rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Shared/ApplicantDetails.razor.rz.scp.css */
.applicant-details[b-mc3fwxtn80] {
    background: white;
    width: 38%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -2000px;
    z-index: 999;
    /*display: none;*/
    opacity: 0;
    border-left: 1px solid #eee;
    padding: 1.5rem 2rem;
    color: rgba(0,0,0,0.75);
    transition: all .15s ease-in-out;
}

.show[b-mc3fwxtn80] {
    /*display: block;*/
    opacity: 1;
    right: 0;
}

.close-button[b-mc3fwxtn80] {
    position: absolute;
    top: 16px;
    left: -16px;
    background: #f2f4f8;
    border-radius: 50%;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 2px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #555;
    border: 1px solid #eee;
}

.close-button:hover[b-mc3fwxtn80] {
    background: #e5e8ea;
}

.sections[b-mc3fwxtn80] {
    height: 100%;
    overflow-y: auto;
}

.section:not(.section-main)[b-mc3fwxtn80] {
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}

.section .header[b-mc3fwxtn80] {
    border-bottom: 1px solid #eee;
    margin-bottom: 0.25rem;
    padding-bottom: 2px;
    color: #333;
}

.section strong[b-mc3fwxtn80] {
    font-weight: 500;
    color: #333;
}


.profile-picture[b-mc3fwxtn80] {
    width: 96px !important;
    height: 96px !important;
    object-fit: cover !important;
    font-size: 24px;
    border-radius: .25rem;
}

.applicant-details span.skill[b-mc3fwxtn80] {
    font-weight: 500 !important;
    font-size: 0.75rem !important;
    margin-bottom: 2px;
    border: 1px solid #84849F;
    color: #84849F;
}

.skill-indicator[b-mc3fwxtn80] {
    color: white;
    display: block;
    width: 15px;
    height: 8px;
    margin-right: 7px;
}

.skill-indicator-description[b-mc3fwxtn80] {
    font-size: .75rem;
    color: #555;
}

.actions svg:hover[b-mc3fwxtn80] {
    color: #3845bf;
}

.actions select[b-mc3fwxtn80] {
    color: #555;
}

.actions .dropdown .btn-sm[b-mc3fwxtn80] {
    padding-top: .15rem;
    padding-bottom: .15rem;
}

.form-select-sm[b-mc3fwxtn80] {
    padding-top: .15rem;
    padding-bottom: .15rem;
}

.skill.match[b-mc3fwxtn80] {
    background: #198754;
    color: white !important;
    border-color: transparent !important;
}

.section .left-side[b-mc3fwxtn80] {
    width: 120px;
    min-width: 120px;
}

.section .right-side[b-mc3fwxtn80] {
    padding-left: 1rem;
}

.contact-header form[b-mc3fwxtn80] {
    border-bottom: 2px solid #333;
}

.contact-header[b-mc3fwxtn80] {
    padding-left: 10px;
    padding-right: 10px;
}

[b-mc3fwxtn80] .send-email-form {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.contact-history[b-mc3fwxtn80] {
    padding: 20px 10px;
    margin-bottom: 10px;
}

.email-item[b-mc3fwxtn80] {
    position: relative;
    margin-bottom: 18px;
    padding-bottom: 20px;
}

.email-item:not(:last-child)[b-mc3fwxtn80] {
    border-bottom: 1px solid #eee;
}

.email-body[b-mc3fwxtn80]  p {
    line-height: normal;
    margin-bottom: 0.75rem;
}

.email-body[b-mc3fwxtn80]  p:last-child {
    margin-bottom: 0 !important;
}

.btn-delete-email[b-mc3fwxtn80] {
    position: absolute;
    right: 10px;
    top: 0;
    display: none;
}

.email-item:hover .btn-delete-email[b-mc3fwxtn80] {
    display: block;
}

@media (max-width: 640.98px) {
    .applicant-details[b-mc3fwxtn80] {
        width: 100%;
        padding: 1rem 1.25rem;
    }

    .close-button[b-mc3fwxtn80] {
        top: 5px !important;
        left: 5px;
    }

    .section-main > div:first-child[b-mc3fwxtn80] {
        flex-direction: column;
        margin-bottom: 1rem;
    }
}

@media (min-width: 641px) {
    .applicant-details[b-mc3fwxtn80] {
        min-width: 550px;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-jjikwf5wts] {
    position: relative;
    display: flex;
}

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

.sidebar[b-jjikwf5wts] {
    background: #3845bf;
}

.content[b-jjikwf5wts] {
    padding-top: 20px;
    padding-bottom: 10px;
    position: relative;
}

@media (max-width: 640.98px) {
    .page[b-jjikwf5wts] {
        flex-direction: column;
    }

    main[b-jjikwf5wts] {
        width: 100%;
    }
}

@media (min-width: 641px) {

    .sidebar[b-jjikwf5wts] {
        width: 250px;
        min-width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    [b-jjikwf5wts] .top-menu, .content[b-jjikwf5wts] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    main[b-jjikwf5wts] {
        /*background-color: #F1F5FA;*/
        width: calc(100% - 250px);
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3lqqb08ih7] {
    border: none;
}

.top-row[b-3lqqb08ih7] {
    height: 5rem;
    background: #3845bf;
}

.navbar-brand[b-3lqqb08ih7] {
    padding: 0 12px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}

nav[b-3lqqb08ih7] {
    margin: 0 10px;
}

.nav-item[b-3lqqb08ih7] {
    margin-bottom: 0.25rem;
}

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

.nav-item[b-3lqqb08ih7]  a {
    color: rgba(255,255,255,0.85);
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 3rem;
    border-radius: 0.25rem;
}

.nav-item[b-3lqqb08ih7]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-item[b-3lqqb08ih7]  a.active {
    background-color: rgba(255,255,255,0.2);
    color: white;
}

.nav-link .feather[b-3lqqb08ih7] {
    margin-right: 0.75rem;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.nav-header[b-3lqqb08ih7] {
    color: rgba(255,255,255,0.5);
    font-size: 0.875rem;
    font-weight: 500;
    padding: 5px 16px;
}

.divider[b-3lqqb08ih7] {
    background-color: rgba(255,255,255,0.2);
    height: 1px;
    margin: 5px 16px;
    position: relative;
}

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

    .collapse[b-3lqqb08ih7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/SearchForm.razor.rz.scp.css */
input[type="search"][b-z89w3viye7] {
    width: 280px;
    outline: none;
    border: 2px solid #eee;
    border-radius: 0.25rem;
    color: #555;
    overflow: hidden;
    padding: 5px 12px;
    padding-left: 32px;
}

input[type="search"]:focus[b-z89w3viye7] {
    border-color: #3845bf;
}

.svg-container[b-z89w3viye7] {
    position: absolute;
    left: 10px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.svg-container svg[b-z89w3viye7] {
    color: grey;
}

.outside-clickable-container[b-z89w3viye7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.search-result-container[b-z89w3viye7] {
    position: relative;
    z-index: 9999;
}

.search-result[b-z89w3viye7] {
    position: absolute;
    background: white;
    margin-top: 0.25rem;
    width: 450px;
    max-height: 500px;
    overflow-y: auto;
    border: 1px solid #eee;
    border-radius: 0.25rem;
    z-index: 20;
    display: none;
}

.search-result.show[b-z89w3viye7] {
    display: block;
}

.search-result-content[b-z89w3viye7] {
    padding: 1rem;
}

[b-z89w3viye7] a:hover {
    background: #f4f6f8;
    border-radius: 0.25rem;
}

a span:not(.avatar)[b-z89w3viye7] {
    font-size: 15px;
    color: #2d384a;
    font-weight: 400;
}

.search-result-content h6[b-z89w3viye7] {
    font-size: 0.875rem;
    color: #2d384a;
}
/* /Shared/TopMenu.razor.rz.scp.css */
.top-menu[b-5ow7n4q7zy] {
    height: 3.7rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    background: white;
}

.top-menu a[b-5ow7n4q7zy] {
    white-space: nowrap;
}

.left-side[b-5ow7n4q7zy] {
}

.right-side .nav-item[b-5ow7n4q7zy] {
    color: #333;
    margin-right: 25px;
}

.right-side .nav-item:hover[b-5ow7n4q7zy] {
    color: #555;
}

.right-side .nav-item:last-child[b-5ow7n4q7zy] {
    margin-right: 0;
}

/* =============== Profile Dropdown ============== */

.profile-dropdown[b-5ow7n4q7zy] {
    width: 270px;
    border-top: 3px solid #737cd2;
    box-shadow: 0 2px 5px rgb(52 63 75 / 10%);
}

.profile-header[b-5ow7n4q7zy] {
    padding: 0.75rem 1rem;
}

.profile-header .user-info[b-5ow7n4q7zy] {
    line-height: 1.4;
}

.profile-header .user-info .name[b-5ow7n4q7zy] {
    color: #344357;
}

.profile-dropdown .dropdown-item[b-5ow7n4q7zy] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.profile-dropdown .dropdown-item:hover[b-5ow7n4q7zy] {
    background: unset;
    color: #3845bf !important;
}

/*===============================================*/

@media (max-width: 640.98px) {
    .top-menu[b-5ow7n4q7zy] {
        height: auto;
        flex-direction: column-reverse;
    }

    [b-5ow7n4q7zy] input[type="text"] {
        width: 100%;
    }

    .left-side[b-5ow7n4q7zy],
    .right-side[b-5ow7n4q7zy] {
        width: 100%;
        padding: .5rem 1rem;
        margin-bottom: 0.25rem;
        justify-content: center;
        display: flex;
        justify-content: flex-end;
    }

    .left-side[b-5ow7n4q7zy] {
        display: none;
    }
}

@media (min-width: 641px) {
    .top-menu[b-5ow7n4q7zy] {
        position: sticky;
        top: 0;
        z-index: 1;
        justify-content: space-between;
        align-items: center;
    }
}

.notifications-wrapper[b-5ow7n4q7zy] {
    min-width: 300px;
    padding: .5rem 1rem;
}
