﻿:root {
    --background-color: black;
    --accent-background-color: transparent;
    --accent-color: black;
    --accent-selected-color: black;
    --border-color: white;
    --accent-border-color: white;
    --icon-color: black;
    --font-color: black;
    --accent-font-color: black;
    --step-default-color: white;
    --step-selected-color: var(--accent-color) !important;
    --step-completed-color: #73D071;
    --step-default-font-color: var(--accent-color) !important;
    --step-selected-font-color: white;
    --step-completed-font-color: white;
    --step-progress-default-color: white;
    --step-progress-selected-color: var(--accent-color) !important;
    --card-padding: 12px 18px;
}

* {
    animation-duration: 0.3s !important;
    -webkit-animation-duration: 0.3s !important;
}

.border-radius-16 {
    border-radius: 16px;
}

.list-div,
.timesheets-list-div {
    padding: 30px;
    height: 78vh;
}

.job-contacts-list-div,
.customer-onhire-div,
.job-contacts-list-div {
    height: 63vh;
}

.list-div {
    padding: 12px 20px !important;
    height: 87vh;
}

.modal-list-div,
.create-award-list-div {
    height: 50vh;
}

.awards-list-div {
    height: 70vh;
    padding: 20px;
    overflow: auto;
}


.certifications-div,
.sales-list-div {
    height: 69vh;
    padding: 20px;
    overflow: auto;
}

.job-location-div,
.activities-list-div {
    height: 60vh;
    padding: 20px;
    overflow-y: auto;
}

.classification-div {
    height: 57vh;
    padding: 25px;
    overflow-y: auto;
    width: 100%;
}

.classification-modal-div {
    height: 50vh;
    padding: 22px;
    overflow-y: auto;
}

.white-card-pop {
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
    z-index: 1;
}

.endorsement-div, .empty-endorsement-div {
    height: 45vh;
    padding: 16px;
    border-radius: 12px;
    overflow-y: auto;
}

.empty-endorsement-div {
    display: grid;
    place-content: center;
}


.message-card, .white-card-pop {
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
    z-index: 1;
}

    .white-card-pop:hover,
    .message-card:hover,
    .message-card:active {
        border-radius: 8px;
        transform: scale(101%);
        cursor: pointer;
        -webkit-box-shadow: 3px 3px 39px -17px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 3px 3px 39px -17px rgba(0, 0, 0, 0.75);
        box-shadow: 3px 3px 39px -17px rgba(0, 0, 0, 0.75);
        z-index: 100;
    }

.classification-hr {
    color: #D0E1E7;
    height: 2px !important;
}

.div-card-list {
    padding: 20px !important;
    height: 64vh !important;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom:5px;
}


.visa-passport {
    padding: 20px !important;
    height: 65vh !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.payroll-info {
    padding: 20px !important;
    height: 66vh !important;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 5px;
}

.activities {
    padding: 20px !important;
    height: 65vh !important;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 5px;
}

.add-account-modal {
    width: 50vw;
    margin: 0 auto;
}

.primary-contact-card {
    height: 10vh;
}

.empty-agency-card {
    place-content: center;
    display: grid;
}

.edit-account-icon, .delete-account-icon {
    padding: 30px;
}

.modal-content-custom {
    border-radius: 16px;
    max-width: 40%
}

.new-location-modal {
    max-width: 40%
}

.select-location-modal, .select-primary-modal {
    max-width: 60%
}

.hr-custom {
    height: 3px !important;
}

.border-end {
    border-right: 2px solid #d0e2f15e !important;
}

.btn-primary:hover {
    background-color: #2096EB !important;
    border-radius: 8px;
    color:#fffff !important;
}

.btn-danger {
    background-color: #F56363;
    border-color: #F56363;
}

.btn-edit {
    background-color: #FBB80E;
    border-color: #FBB80E;
    padding: 5px;
    border-radius: 4px;
    color: white;
}

.btn-delete {
    background-color: #F56363;
    border-color: #F56363;
    padding: 5px;
    border-radius: 4px;
    color: white;
}

.roster-schedule-card, .summary-card {
    padding: var(--card-padding)
}

.roster-div, .roster-filter-div {
    padding: 20px !important;
    overflow-y: auto;
}

.roster-div {
    height: 59vh !important;
}

.roster-filter-div {
    height: 55vh !important;
}

.roster-assign-staff-div {
    max-height: 51vh !important;
    overflow-y: auto;
}

.summary-review-div,
.job-summary-review-div,
.roster-assign-staff-div {
    padding: 20px !important;
}

.job-summary-review-div, .roster-assign-staff-div {
    height: 50vh;
    overflow-y: auto;
}

.job-details-div {
    border-radius: 16px;
    height: 48vh;
    overflow-y: auto
}

.job-edit-div {
    border-radius: 16px;
    height: 40vh;
    overflow-y: auto
}

.customer-edit .ql-editor {
    height:17vh !important;
}

.company-details .ql-editor {
    height:33vh;
}

.job-active-staff-div {
    height: 63vh;
    overflow-y: auto
}



.classification-edit-div {
    height: 33vh;
    overflow-y: auto
}

.selected-job-button {
    padding: 30px;
}

    .selected-job-button.active_job {
        background-color: #38a4ff !important;
        color: white;
        border-radius: 100px;
        font-size: 10px;
        padding: 30px;
    }

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E1EEFA;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 55px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #E1EEFA;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(55px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    width: 12vw;
}

    .slider.round:before {
        border-radius: 50px;
        width: 6vw;
    }

.google-widget-container {
    height: 57vh;
    border-radius: 16px;
    overflow: hidden
}

.google-widget-container-empty {
    background-color: #F3F9FE;
    border-radius: 16px;
    height: 62vh;
    place-items: center;
}

.ant-tabs-nav .ant-tabs-tab {
    padding: 0 !important;
}

.ant-tabs-tab.ant-tabs-tab-active.pills {
    background-color: white;
    border-radius: 16px;
    margin-right: 0;
    margin-left: 0;
    line-height: 25px;
    max-height: 25px;
    border: none;
    color: #2096EB;
}

.ant-tabs-tab.pills {
    border-radius: 16px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 0;
    margin-left: 0;
    line-height: 25px;
    max-height: 25px;
    color: #6794B7;
}

.ant-switch-checked.pill-bool::after {
    content: "No" !important;
    color: #125280 !important;
    font-weight: normal !important;
}

.ant-switch.pill-bool::after {
    content: "Yes";
    color: #1a90fd;
    font-weight: bold;
    padding-top: 2%;
    width: 50%;
    height: 90%;
}

.ant-switch.pill-bool {
    background-color: #f3f9fe;
    width: 120px;
    height: 30px;
}

.settings-paycycle-div {
    padding: 15px !important;
    height: 50vh !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.templates-div {
    padding: 30px;
    height: 57vh;
    overflow-y: auto;
}

.merge-div {
    padding: 20px !important;
    height: 45vh !important;
    display: grid;
    place-content: center;
}

.settings-merge-div {
    padding: 20px !important;
    height: 45vh !important;
    overflow-y: auto;
}

.preview-div {
    padding: 20px !important;
}

.widget-div {
    height: 78vh !important;
    overflow-x: hidden;
    padding: 20px;
}

.timesheet-buttons {
    width: 6vw;
}

.timesheet-div {
    padding: 18px;
    overflow-y: auto;
    height: 444px;
}

.timesheet-badge {
    width: fit-content;
}

.header-mb {
    margin-bottom: 30px;
}

/*createheader*/
.header-title {
    display: inline-flex;
    place-items: flex-start;
    font-size: 24px;
    font-weight: 500
}

/*activestaff jobs module*/
.active-badge,
.yellow-badge,
.inactive-badge,
.jobs-draft-badge {
    max-width: fit-content;
    display: initial;
    color: white;
    font-size: 12px;
    border-radius: 100px;
}

.table-fixed-header {
    
    overflow:auto;
}

.active-badge {
    background-color: #73D071;
}

.yellow-badge {
    background-color: #FBB80E;
}

.inactive-badge {
    background-color: #F56363;
}

.jobs-draft-badge {
    background-color: #FBB80E;
}

.progress {
    width: 2vw !important;
}

.ant-tabs {
    font-size: 12px;
}

.ant-tabs-nav .ant-tabs-tab-active {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    /* background-color: #F3F9FE;*/
}

/*.ant-tabs .ant-tabs-top .ant-tabs-line{
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 25px;
    height: 55vh;
    overflow-y: auto;
}*/

.select-location-div {
    height: 65vh;
    overflow-y: auto
}

.card-div {
    padding: 20px;
}
.jobs-height {
    height:60vh;
}
.empty-card-div {
    display: grid;
    place-content: center;
    height: 130px;
}

.rates-awards-div {
    padding: 20px;
    height: 50vh;
    overflow: auto
}

.ant-tabs-nav.ant-tabs-nav-animated {
    width: 100% !important;
    border-bottom: 1px solid #c2c2c2 !important;
}

.ant-tabs-tab.ant-tabs-tab-active {
    color: black;
    border-bottom: 2px solid #6baef8 !important;
}

.ant-tabs-tab {
    line-height: 48px !important;
}

.rate-header-card {
    height: 214px;
}

.view-penalty-modal {
    padding: 20px;
    height: 68vh;
}

.pre-employment-div {
    height: 70vh
}

.pre-employment-list-div {
    padding: 20px;
    height: 59vh;
    overflow: auto
}

.limit-work-opp-list-div {
    height: 55vh;
    overflow: auto;
}

.candidate-pre-employment-div {
    height: 65vh
}

.candidate-pre-employment-list-div {
    padding: 20px;
    height: 54vh;
    overflow: auto
}

.timesheets-agency-staff-div {
    padding: 35px;
    height: 70vh;
    overflow-y: auto;
}

.timesheets-agency-staff-modal-div {
    padding: 35px;
    height: 74vh;
}

.timesheets-total-time-div {
    padding: 12px;
    width: 174.14px;
    height: 76px;
}

.timesheets-total-time-modal-div,
.timesheets-total-time-red-modal-div {
    padding: 12px;
    width: 174px;
    height: 133px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timesheet-modal-notes-div {
    padding: 20px;
    height: 200px;
}

.certification-required-empty-div {
    height: 60vh;
    place-content: center
}

.sidebar-brand:hover {
    color: #2096EB;
}

.sidebar-link.active {
    background-color: #F3F9FE !important;
}

/* Scrollbar styles */
::-webkit-scrollbar {
    width: 5px;
    /*height: 5px;*/
}

::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #1D98B9;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

@media print {
    .my-div-to-print {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
    }

    .btn {
        display: none !important;
    }
}

.finance-empty-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 62vh;
}

.finance-list-div,
.finance-bank-accounts-list-div {
    padding: 20px;
    height: calc(100vh - 200px);
    overflow-y: auto;
}

.ant-form-item {
    margin-bottom: 5px;
}

.news-and-updates-div {
    place-content: center;
    min-height: 100vh !important;
    height: 100vh !important;
}

.news-and-updates-sub-div {
    padding: 22px;
    height: 616.27px;
    min-height: 616.27px;
    overflow-y: auto;
    overflow-x: hidden;
}

.select-tenant-sub-div {
    padding: 22px;
    height: 77vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.news-white-div {
    width: 70vw;
    min-width: 250px;
    box-shadow: 19px 19px 35px 0px #6ED3F20D;
    min-height: 832px;
}

.select-tenant-white-div {
    min-width: 555px;
    box-shadow: 19px 19px 35px 0px #6ED3F20D;
    height: 824.35px;
}

.terms-blue-div, .terms-white-div {
    padding: 28px;
}

.terms-white-div {
    height: 630px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ant-tabs-nav .ant-tabs-nav-animated {
    border: none;
}

.btn-success {
    background-color: #73D071;
    border-color: #73D071;
}

.btn-sm {
    font-size: 12px !important;
}

.shadow {
    box-shadow: 19px 19px 35px 0px #6ED3F20D !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-radius: 100px;
    background-color: white;
    color: #2096EB;
}

.b-numeric-handler-wrap {
    display: none;
}

.form-control {
    border: 0;
    background-color: transparent;
}

.class-badge {
    width: 79.93px;
    height: 33px;
    place-content: center;
}

.modal-footer {
    text-align: center;
}

.nav-link {
    color: black;
}

.nav-tabs {
    border-bottom: 2px solid #D0E2F1;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: 2px solid #2096EB;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: #2096EB !important;
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    border-bottom: 0;
}

.ql-container.ql-snow, .ql-toolbar.ql-snow {
    border: 1px solid #DAE9EE !important;
}

.sidebar-link, a.sidebar-link {
    padding: 0.75rem !important;
}

    .sidebar-item.active .sidebar-link:hover, .sidebar-link:hover {
        background-color: #FFFFFF !important;
    }

.add-unrostered-modal-pill-div {
    height: 35vh;
    overflow-y: auto;
    padding: 20px
}

.sidebar-link, a.sidebar-link {
    background-color: transparent !important;
    color: black !important;
}

.message-hr {
    height: 1.5px
}

.my-message-card {
    padding: 8px 16px 8px 16px;
    border-radius: 8px 8px 0px 8px;
}

.sender-message-card {
    box-shadow: 0px 4px 4px #EBF5F9;
}

.action-round-icon {
    width: 18px;
    height: 18px;
}

.custom-tab .nav .nav-tabs {
    border: none !important;
}

.custom-tab-item .selected.active {
    background-color: white;
    border-color: transparent !important;
}

.custom-tab-item .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: black !important;
    border-bottom: solid #1D98B9 3px;
    font-weight: 500 !important;
}

.nav-link:focus, .nav-link:hover {
    color: #1D98B9 !important;
}

.form-check {
    min-height: fit-content !important;
    margin-bottom: 0 !important;
}

.fit-image {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/*standard photo/logo styles*/

.xxs-round-img {
    width: 36px !important;
    height: 36px !important;
    border-radius: 100% !important;
    border-color: var(--accent-border-color) !important;
    background-color: var(--accent-background-color) !important;
}


.xs-round-img {
    width: 48px !important;
    height: 48px !important;
    border-radius: 100% !important;
    border-color: var(--accent-border-color) !important;
    background-color: var(--accent-background-color) !important;
}

.sm-round-img {
    width: 55px !important;
    height: 55px !important;
    border-radius: 100% !important;
    border-color: var(--accent-border-color) !important;
    background-color: var(--accent-background-color) !important;
}

.xmd-round-img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100% !important;
    border-color: var(--accent-border-color) !important;
    background-color: var(--accent-background-color) !important;
}

.md-round-img {
    width: 168px !important;
    height: 168px !important;
    border-radius: 100% !important;
    border-color: var(--accent-border-color) !important;
    background-color: var(--accent-background-color) !important;
}

.lg-round-img {
    width: 400px !important;
    height: 400px !important;
    border-radius: 100% !important;
    border-color: var(--accent-border-color) !important;
    background-color: var(--accent-background-color) !important;
}

.xs-logo-img {
    width: 48px !important;
    height: 32px !important;
    border-radius: 8px !important;
    border-color: var(--accent-border-color) !important;
    background-color: var(--accent-background-color) !important;
}

.sm-logo-img {
    width: 72px !important;
    height: 48px !important;
    border-radius: 8px !important;
    border-color: var(--accent-border-color) !important;
    background-color: var(--accent-background-color) !important;
}

.md-logo-img {
    width: 81px !important;
    height: 54px !important;
    border-radius: 8px !important;
    border-color: var(--accent-border-color) !important;
    background-color: var(--accent-background-color) !important;
}

.lg-logo-img {
    width: 177px !important;
    height: 118px !important;
    border-radius: 8px !important;
    border-color: var(--accent-border-color) !important;
    background-color: var(--accent-background-color) !important;
}

.sm-cand-img {
    width: 78px !important;
    height: 53px !important;
    border-radius: 8px !important;
    border-color: var(--accent-border-color) !important;
    background-color: var(--accent-background-color) !important;
}

.md-cand-img {
    width: 200px !important;
    height: 108px !important;
    border-radius: 8px !important;
    border-color: var(--accent-border-color) !important;
    background-color: var(--accent-background-color) !important;
}

.lg-cand-img {
    width: 391px !important;
    height: 200px !important;
    border-radius: 8px !important;
    border-color: var(--accent-border-color) !important;
    background-color: var(--accent-background-color) !important;
}

.center-img {
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.sqm-img {
    width: 54px !important;
    height: 54px !important;
    border-radius: 8px !important;
    border-color: var(--accent-border-color) !important;
    background-color: var(--accent-background-color) !important;
}


/*otp custom style*/
.title {
    font-weight: 600;
    margin-top: 20px;
    font-size: 24px
}

.activities-sm-title {
    line-height: 10px;
}

.classificationCard {
    border-radius: 8px;
    background-color: white;
    cursor: pointer;
    transition: 0.2s;
    z-index: 1;
}

.divcardlist {
    padding: 20px !important;
    background-color: #F3F9FE !important;
    border-radius: 16px !important;
    height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.awardsCardBlackText {
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.totalAwards {
    color: #6794B7;
    font-size: 10px;
    font-weight: 400
}

.activebadge {
    max-width: fit-content;
    display: initial;
    background-color: #73D071;
    color: white;
    font-size: 12px !important;
    font-weight: 400;
}
.tabs-locations .tabs-list ul,
.tabs-locations .tabs-list ul .nav-item {
    padding: 0 !important;
    margin-top: 2px;
    margin-bottom: 2px;
}

.tabs-locations .tabs-list ul .nav-item a {
    color: #6794B7 !important;
    padding: 5px 20px;
    font-weight: 500;
}

.border-radius-100 {
    border-radius: 100px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(33%) sepia(98%) saturate(1973%) hue-rotate(188deg) brightness(108%) contrast(107%);
}
/*.ql-container .ql-editor {
    height: 15vh !important;
    overflow-y: auto !important;
}
*/
.rate-informations {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 75vh;
}

.select-customer-modal {
    overflow-y: scroll !important;
    overflow-x: hidden;
    height: 75vh;
    padding: 20px;
    background: #F3F9FE;
    border-radius:8px;
}

.general-informations {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 67vh;
    overflow:scroll;
}
.rtf-container .ql-toolbar.ql-snow + .ql-container.ql-snow {
    border-top: 0px !important;
    height: 17vh !important;
}
.ql-editor {
    height: inherit;
}
/*.rich-text-h .ql-container .ql-editor {
    height:69vh !important;
}*/
.text-align-end {
    text-align: end;
}
.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.for-approval {
    background-color: #FBB80E;
    border-radius: 0px 0px 8px 8px;
    padding: 8px;
    margin-top: 8px;
}

.applicant-tabs .nav-item a {
    color: #7F8A9A !important;
    font-weight: 500;
}

.applicant-tabs .nav-tabs {
    margin-bottom: 0px !important;
}

.opportunies {
    border: solid #D0E2F1 1px;
    border-radius: 5px;
    height: 68vh;
}

.opportunies table > thead {
    border-bottom: 2px solid #D0E2F1;
}

.location-pills .nav-pills {
    justify-content: start !important;
    max-width: 260px;
    border-radius: 100px;
    background: #F3F9FE !important;
}
.location-pills .nav-pills li {
    color: #6794B7 !important;
}

.location-pills .nav-pills li active {
    color: #2096EB;
}

.bank-action {
    width: 200px;
    position: absolute;
    top: 190px;
    right: 47px;
    border-radius: 8px;
    box-shadow: 2px 7px 33px -1px rgba(0,0,0,0.75);
    z-index: 2;
    cursor: pointer;
}

    .bank-action .list-items-account:hover {
        opacity:0.3;
    }

.onhire-staff-details .border {
    height: 57vh !important;
}

.onhire-staff-details .list-div {
    padding: 0px !important;
    height: 71vh !important;
}


.unavail-tabs ul {
    background: #ffff !important;
    max-width: 350px !important;
    margin: 10px 0px !important;
    border-radius: 100px !important;
    display: flex;
    flex-direction: revert;
    justify-content: space-between !important;
}

.timesheets-tabs ul {
    background: #E1EEFA !important;
    border-radius: 100px !important;
    display: flex;
    flex-direction: revert;
    justify-content: space-between !important;
}

.timesheets-tabs ul li {
    padding: 4px 5px !important;
}

.timesheets-tabs ul li a {
    color: #6794B7 !important;
    font-size:12px;
}

.timesheets-tabs ul li .active {
    color: #1D98B9 !important;
    font-weight: 500;
}
.list-details-tfn {
    display:flex;
    justify-content:space-between;
}
#example-table,
#table-passport,
#table-driver-license {
    height: 61vh !important;
}


.widgets-card:hover,
.widgets-card:hover p,
.widgets-card:hover i,
.widgets-card:hover .title {
    background-color: #2096EB !important;
    color: #ffff !important;
}


.paycycleperiodlist td {
    padding: 15px; !important;
}

.help {
    background-color: #38C1CA;
    height: 32px;
    width: 32px;
}

.help i {
    color: #ffff;
    font-weight: 600;
}


.help-sm {
    background-color: #38C1CA;
    height: 25px;
    width: 25px;
}

.viewlogsactive {
    background-color: #D9EEEF;
    color: #000000;
    font-weight: 500;
}

.viewlogsinactive {
    background-color: #FFFFFF;
    color: #000000;
    font-weight: 100;
}

.searchbar-spacing {
    margin:8px 0px;
}

.unavail-tabs ul {
    background: #fff !important;
    width:240px;
}  

.unavail-tabs ul li a {
    color:black !important;
}

.notification-bell {
    position: relative;
}

.notification-bell span {
    position: absolute;
    bottom: 0;
    left: 34px;
    right: 0;
    top: 20px;  
    display: flex;
    justify-content: center;
    align-items: center;
}

.chatuser-list {
    background-color: white;
    padding: 10px;
}

.chatuser-list:hover {
    background-color: #F3F9FE;
    border-radius:8px;
}


.chat-cardlist .group-record {
    display:none;
}
.chat-cardlist:hover .group-record {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 66px;
    box-shadow: 0px 4px 4px 0px #00000040 !important;
    z-index:2;
}

.triangle-borders {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #ffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: -18px;
    margin: 0 auto;
}

.count-chat {
    background: #F3F9FE;
    color: #2096EB;
}
.chatuser-list:hover .count-chat {
    background: white;
}

.cancelButton {
    background: #F3F9FE;
}

.round-check {
    position: relative;
}

    .round-check label {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        height: 24px;
        left: 0;
        position: absolute;
        top: 0;
        width: 24px;
    }

.round-check label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    width: 12px;
}

.round-check input[type="checkbox"] {
visibility: hidden;
}

.round-check input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.round-check input[type="checkbox"]:checked + label:after {
    opacity: 1;
}


.rate-summary-tabs ul li a {
    font-size:12px !important;
}

.rate-summary-tabs-edit ul {
    font-size: 14px !important;
}

.card-list-invoice:hover {
    background-color: #F3F9FE;
    cursor:pointer;
}

.red-toggle .form-check-input {
    box-shadow: none !important;
    background-color: #FDDEDE;
    background-image: url("/images/svg/reddot.svg") !important;
    border: #FDDEDE;
    padding: 2px;
}


.red-toggle .form-check-input:checked {
    background-color: #D9F1D8 !important;
    border: #D9F1D8;
    background-image: url("/images/svg/greendot.svg") !important;
    outline: 0;
}




.blue-toggle .form-check-input {
    box-shadow: none !important;
    background-color: #D2ECF4;
    background-image: url("/images/svg/bluedot.svg") !important;
    border: #D2ECF4;
    padding: 2px;
}

.blue-toggle .form-check-input:checked {
    background-color: #D9F1D8 !important;
    border: #D9F1D8;
    background-image: url("/images/svg/greendot.svg") !important;
    outline: 0;
}


.check-icons .tooltip-icon-check {
    display: none;
}

.check-icons:hover .tooltip-icon-check {
    display: block;
}

.applicant-tabs .nav-item a {
    color: #7F8A9A !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.applicant-preference select,
.applicant-preference select:focus,
.applicant-preference input::placeholder {
    outline: 0;
    border: 0px;
}

.text-right {
    text-align:right;
}

.lead {
    display: none;
}

.group-parent:hover .lead {
    display: block;
}

.group-parent .triangle {
    position: absolute;
    top: 3px;
    left: 68px;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #D0E2F1;
}
body > .modal-backdrop {
    visibility:hidden !important;
}

.rate-allowance-modal table thead th {
    white-space: unset !important;
    vertical-align: bottom !important;
}


.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: inherit;
}

button.accordion-button:focus {
    box-shadow: inherit;
}

.accordion-item {
    border: none;
}

.referees ul {
    background: #E1EEFA !important;
    max-width: 400px !important;
    margin: 0px !important;
    border-radius: 100px !important;
    display: flex;
    flex-direction: revert;
    justify-content: space-between !important;
}

.referees ul li {
    padding: 4px 5px !important;
}

.referees ul li a {
    color: #6794B7 !important;
    font-size: 12px;
}

.referees ul li .active {
    color: #2096EB !important;
    font-weight: 500;
}

.user-dropdown::after {
    content: url("/images/dropdown.png");
    margin-left:8px;
    border:0px;
}

[disabled], :disabled, .disabled, .disabled > * {
    cursor:pointer !important;
}

.viewlogsactive td {
    background: #D9EEEF !important;
}

.bg-disabled {
    background: #D0E2F1 !important;
    color: white !important;
}
.pay-preview-total {
    text-align: end;
    margin-left: 20px;
    padding: 0px;
    margin-bottom: 5px;
    width:94%;
}

.progress-container {
    width: 150px; /* Fixed width for demo, can be percentage */
    height: 40px;
    padding: 3px;
    background-color: #D0E2F1;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.progress-bar {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.progress {
    height: 100%;
    border-radius: 15px; /* Half of the height to create pill shape */
    background-color: #F88216;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 0.25s ease-in-out;
}

.progress-value {
    color: white;
    font-weight: bold;
}


.drag-progress-container {
    height: 21px;
    padding: 3px;
    background-color: #D0E2F1;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.drag-progress-bar {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.drag-progress {
    height: 100%;
    border-radius: 15px; /* Half of the height to create pill shape */
    background-color: #2096EB;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 0.25s ease-in-out;
}

.drag-progress-value {
    color: white;
    font-weight: bold;
    font-size: 10px;
}

/*
.applicant-wrapper {
    border: solid black 1px;
}*/

/*SMSCARD CSS LOCAL TESTING*/
/*.card-bound {
    background: #2096EB;
}

.inbound {
    background: white;
}


    .inbound p {
        color: black;
    }

.card-bound p {
    color: white;
}


.inbound i {
    color: #2096EB;
}

.card-bound i {
    color: white;
}

.inbound p.status {
    color: #73D071;
}

.card-bound p.status {
    color: white;
}
*/
/*SMSCARD CSS LOCAL TESTING*/
/*Disable bootstrap modal backdrop while blazorise is still inplace*/

/*.privacy-policy .form-switch .form-check-input:focus {
    border: solid 1px #DAE9EE;
    background-image: url("images/svg/rects.svg") !important;
}

.privacy-policy .form-check-input {
    box-shadow: none !important;
    background-color: #DAE9EE;
    background-image: url("images/svg/rects.svg") !important;
    padding: 2px;
}

.privacy-policy .form-check-input:checked {
    background-color: #73D071 !important;
    border: #73D071;
    outline: 0;
}

.privacy-policy .form-switch .form-check-input:checked {
    background-image: url("images/svg/Rectangle 115.svg") !important;
}*/

.visa-search .row {
    margin-bottom:0px !important;
}

.custom-input-number::-webkit-outer-spin-button,
.custom-input-number::-webkit-inner-spin-button 
{
    -webkit-appearance: none;
}

.normal-form input[type=text],
.normal-form input[type=date],
.normal-form select{
    height: auto !important;
}


.table-wrapper {
    border: 1px solid #D0E2F1;
    border-radius: 8px;
}

    .table-wrapper table,
    .table-wrapper td,
    .table-wrapper th {
        border: 1px solid #D0E2F1;
        padding: 5px;
    }

    .table-wrapper table {
        width: 100%;
        border-collapse: collapse;
        border-style: hidden;
    }

.customer-edit .ql-container {
    height: 15vh !important;
}

.padding-modal-form {
    padding:10px 30px;
}

.pointer-events-none{
    pointer-events:none;
}
.cursor-none{
    cursor: none;
}
.cursor-pointer{
    cursor: pointer;
}
.pay-summary {
    border: solid #1F5E8C !important;
    border-radius: 8px !important;
}

    .pay-summary .pay-sumamry-header th {
        background-color: #1F5E8C;
        color: #ffff;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border: 0px;
    }

        .pay-summary .pay-sumamry-header th:first-child {
            border-top-right-radius: 0px;
        }

        .pay-summary .pay-sumamry-header th:nth-child(2) {
            border-top-left-radius: 0px;
        }

    .pay-summary .pay-summary-subheader th {
        padding: 5px;
        border: 0px;
        background-color: #F3F9FE;
    }

    .pay-summary tbody tr td {
        border: 0px;
        border-bottom: 1px solid black;
    }

.chart-list {
    cursor:pointer;
}
.chart-list:hover {
    background: #F3F9FE;
    transition: ease-in;
}


.hcm-dropdown {
    background: #F3F9FE;
    padding: 5px 10px;
    border-bottom: solid #D0E2F1 1px;
    position: relative;
    display: inline-block;
}

    .hcm-dropdown::after {
        content: url('../../wwwroot/Images/dropdown-icon.png');
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .hcm-dropdown input {
        background-color: transparent;
        border: 0;
        width: 100%;
        color: #494F59;
        font-weight: 500;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.view-dropdown {
    border-bottom: solid #D0E2F1 2px;
    padding: 5px 10px;
}

    .view-dropdown input {
        border: 0px;
        color: #494F59;
        font-size: 14px;
        font-weight: 500;
    }

.custom-dropdown {
    position: relative;
}

    .custom-dropdown ul {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

        .custom-dropdown ul li:hover {
            background-color: #D0E2F1;
        }

    .custom-dropdown ul {
        position: absolute;
        width: 100%;
        max-height: 300px;
        height: 160px;
    }

.border-cerulean {
    border-bottom: solid #2096EB 2px !important;
}

#send-mass-message .modal-body {
    overflow-y: hidden !important;
}

.edit-terms-layout .ql-editor {
    background: #F3F9FE !important;
}

.custom-toggle .active {
    background-color: #4CAF50;
    color: white;
    border-radius: 50px;
    width: 51px;
    text-align: center;
}




/*New Css*/

.workspace-spacing-t-8 {
    padding:8px 21px;
}

.workspace-without-tab {
    height: 69vh;
    padding: 12px;
    margin-bottom: 12px;
    overflow-x: hidden;
    background: #F3F9FE;
    border-radius: 16px;
}

.workspace-without-tab-total {
    height: 78vh;
    padding: 12px;
    overflow-x: hidden;
    background: #F3F9FE;
    border-radius: 16px;
}

.workspace-with-tab {
    height: 70vh;
    padding: 12px;
    margin-bottom: 12px;
    background: #F3F9FE;
    border-radius:16px;
    overflow-x: hidden;
}



.timesheet-padding {
    padding: 12px 22px 40px 22px !important;
}


.paycycle-shift {
    padding: 0px 22px 22px 22px !important;
}

//subsider bar overwrite

.sub-sidebar-item .icon-menu {
    border: 2px solid #2096EB !important;
    color: #2096EB !important;
}

.border-bottom-grey {
    border-bottom: solid 2px #D0E2F1;
}

.border-none {
    border:none;
}

.default-hcm-tooltip {
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 8px;
    padding: 5px;
    box-shadow: 0px 4px 4px 0px #00000040;
    transform: translateX(-50%);
    width: max-content;
    max-width: 173px;
    border: 1px solid #D0E2F1;
}
    .default-hcm-tooltip>.tooltip-inner {
     color:inherit !important;
     background-color:transparent !important;
    }



.blazorzone-table-header {
    overflow-y: hidden;
}


/*STYLING UPDATE GLOBAL LAYOUT REFACTOR*/

.blazorzone-table-tabs {
    margin-top: 12px;
}



.default-height {
    height: calc(100% - 12px);
}

.height-24 {
    height: calc(100% - 24px);
}




.hcm-pills ul {
    background: #E1EEFA !important;
    border-radius: 100px !important;
    display: flex;
    flex-direction: revert;
    justify-content: space-between !important;
}

    .hcm-pills ul li {
        padding: 4px 5px !important;
    }

        .hcm-pills ul li a {
            color: #6794B7 !important;
            padding:8px 24px;
            font-size: 12px;
        }

        .hcm-pills ul li .active {
            color: #2096EB !important;
            font-weight: 500;
        }


.hcm-pills-tabs ul {
    background: #E1EEFA;
    border-radius: 100px;
    display: flex;
    flex-direction: revert;
    justify-content: space-between;
}

.dashboard-grid {
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:12px;
}


.certifications-card-list {
    border: solid #D0E2F1 1px;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: white;
}

.certifications-card-list:hover {
    transform:scale(101%);
    cursor:pointer;
}

.pay-preview-col .h-100 .tab-content {
    height: calc(100% - 53px);
}

.jtm-module-size{
    height: calc(100% - 78px) !important;
    padding:0px 22px 22px 22px;
}
.certificate-form {
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.certificate-form .field-form {
    width: calc(50% - 12px);
}

.tab-content-height ~ .tab-content {
    height: calc(100% - 435px) !important;
}

.certificate-img {
    display:none;
}

.certificate-img-parent:hover .certificate-img {
    display:block;
}

.maintenance-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    width: 433px;
    height: 261px;
    padding: 40px;
    border-radius: 18px;
    background-color: #ffffff;
}

.maintenance-card p {
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
    color: #000000;
    margin: 0px;
}

.maintenance-card span {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    color: #494F59;
}

.cusor-pointer {
    cursor:pointer;
}

.border-card-water {
    border: 1px solid #D0E2F1;
}
.fiscal-periods-bzt .table-wrapper {
    height: calc(100% - 4px) !important;
}

    .fiscal-periods-bzt .table-wrapper .table-bordered {
        border-bottom: 1px solid #DEE2E6;
    }

.linked-award-revision .table-container .table-toolbar {
    display: flex !important;
    align-items: start !important;
    flex-direction: column !important;
}

.linked-award-revision .table-container .table-toolbar .float-start,
.linked-award-revision .table-container .table-toolbar .float-end {
    width: 100% !important;
}

textarea::placeholder {
    color: #6794B7;
    font-size:14px;
}

.tax-tablePcw {
    width: 100%;
    max-width: 800px;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    border: 2px solid #333; /* Added outer border */
}

.tax-tablePcw td {
    padding: 12px 15px;
    border: 1px solid #ddd; /* Added cell borders */
}

.tax-tablePcw tr:hover {
    background-color: #f5f5f5;
}

.tax-tablePcw.label {
    font-weight: bold;
    width: 30%;
    color: #333;
    background-color: #f8f8f8; /* Light background for labels */
}

.tax-tablePcw.value {
    color: #666;
}

/*TOOLTIP*/
.tooltip-wrapper {
    position: absolute;
    display: inline-block;
    cursor: pointer;
}

    .tooltip-wrapper:hover .tooltip {
        opacity: 1;
        visibility: visible;
    }

.tooltip {
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 120px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    overflow: visible;
}

    .tooltip img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -8px;
        width: 12px;
        height: 6px;
        z-index: 1001;
        margin-top: 6px;
    }

    .tooltip .tool-tip-item {
        background-color: #fff;
        padding: 8px 12px;
        border: solid #D0E2F1 1px;
        border-radius: 8px;
        text-align: center;
        box-shadow: 0px 4px 4px 0px #00000040;
        position: relative;
        margin-top: 6px;
    }

/*End Tooltip*/

.custom-checkbox input[type="checkbox"] {
    width: 24px;
    height: 24px;
    clip-path: circle(60% at 50% 50%);
    -webkit-appearance: none;
    outline: none;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #D0E2F1;
    background: #F3F9FE;
    position:relative;
    cursor:pointer;
}

    .custom-checkbox input[type="checkbox"]:checked {
        background: #73D071;
        border-color: #73D071;
        appearance: auto;
        clip-path: circle(48% at 50% 50%);
    }

    .custom-checkbox input[type="checkbox"]:focus {
        border: 1px solid #D0E2F1 !important;
    }



.ui-icon {
    width:auto;
    height:auto;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    font-size: 15px;
    color: black;
}

.ui-datepicker .ui-icon {
    text-indent: 0 !important;
}

.ui-widget-header .ui-icon {
    background: none;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: inline-block;
    margin-left: -8px;
    margin-top: -8px;
    top:0px;
}

.ui-datepicker .ui-datepicker-prev span {
    left:10px;
}

.ui-datepicker .ui-datepicker-next span {
    left: -20px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
    background:0px;
    border:0px;
}

.border-primary {
    border-color: #1D98B9 !important;
}

.otp {
    width: 40px;
    height: 40px;
}