﻿: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;
    --dm-menu-border: #D0E2F1;
    --dm-menu-hover-bg: #f3f9fe;
    --dm-menu-text: #000;
}

* {
    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,
.card-pop {
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
    z-index: 1;
    border: solid #D0E2F1 1px;
}

.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,
    .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;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.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);
}

.residential-address div:nth-child(2) {
    height: 100%;
}

.slider.round {
    border-radius: 34px;
    width: 12vw;
}

    .slider.round:before {
        border-radius: 50px;
        width: 6vw;
    }

.google-widget-container {
    height: 100%;
    border-radius: 16px;
    overflow: hidden
}

.google-widget-container-empty {
    background-color: #F3F9FE;
    border-radius: 16px;
    height: 100%;
    place-items: center;
    margin-bottom: 0px !important;
}

.emptyDivText {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #6794B7;
    font-style: italic;
    height: 100%;
}

.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;
}

.header-title {
    display: inline-flex;
    place-items: flex-start;
    font-size: 24px;
    font-weight: 500;
    color: #6794B7;
}

.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;
}

.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;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2096EC;
}

    ::-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;
}

.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;
        color: #7F8A9A;
        font-weight: 500;
    }

.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: #F3F9FE !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 #2096EB 3px;
    font-weight: 500 !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;
}

.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;
}

.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%);
}

.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;
}

.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: #2096EB !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;
            }

.rounded-checkbox input[type="checkbox"],
.rounded-checkbox-default input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 22px;
    min-height: 22px;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #ccc;
    background-color: #fff;
}

    .rounded-checkbox-default input[type="checkbox"]:checked {
        background-color: #2096EB;
        border-color: #2096EB;
    }

    .rounded-checkbox input[type="checkbox"]:checked {
        background-color: #73D071;
        border-color: #73D071;
    }

        .rounded-checkbox input[type="checkbox"]:checked::before,
        .rounded-checkbox-default input[type="checkbox"]:checked::before {
            content: "\f00c";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: #fff;
            display: block;
            text-align: center;
            line-height: 18px;
            font-size: 11px;
        }

.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-old .form-check-input {
    box-shadow: none !important;
    background-color: #FDDEDE;
    background-image: url("/images/svg/reddot.svg") !important;
    border: #FDDEDE;
    padding: 2px;
}

    .red-toggle-old .form-check-input:checked {
        background-color: #D9F1D8 !important;
        border: #D9F1D8;
        background-image: url("/images/svg/greendot.svg") !important;
        outline: 0;
    }

.blue-toggle-old .form-check-input {
    box-shadow: none !important;
    background-color: #D2ECF4;
    background-image: url("/images/svg/bluedot.svg") !important;
    border: #D2ECF4;
    padding: 2px;
}

    .blue-toggle-old .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;
    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;
    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;
    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;
}

.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: 999px;
}

.custom-toggle .toggle-text {
    width: 51px;
    min-height: 33px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
}

.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;
}

.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;
}

    .tax-tablePcw td {
        padding: 12px 15px;
        border: 1px solid #ddd;
    }

    .tax-tablePcw tr:hover {
        background-color: #f5f5f5;
    }

    .tax-tablePcw.label {
        font-weight: bold;
        width: 30%;
        color: #333;
        background-color: #f8f8f8;
    }

    .tax-tablePcw.value {
        color: #666;
    }

.selectedentitlement td {
    background-color: #D9EEEF;
    color: #000000;
    font-weight: 500;
}

.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;
    }

.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;
}

.otp {
    width: 40px;
    height: 40px;
}

.bg-entitlement {
    background-color: #71BFD0;
}

.pill-w-50 {
    min-width: 436px;
}

.preview-menu {
    padding: 8px;
    border-radius: 4px;
    transition: 0.3s;
}

.submenu-preview {
    padding: 8px 11px;
}

.submenu-preview-icon {
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: solid 1px;
}

.tabs-settings span.active {
    position: relative;
}

    .tabs-settings span.active::after {
        content: "";
        display: block;
        border: solid var(--border-color, #1F5E8C) 1px;
        position: absolute;
        width: 100%;
        bottom: -12px;
        border-top-left-radius: 100px;
        border-top-right-radius: 100px;
    }

.indicator-timesheet {
    display: none;
}

.paycycle-timesheet-header:hover .indicator-timesheet {
    display: block;
}

.table-cell.classification-column {
    white-space: pre-wrap !important;
    max-width: 630px;
}

.journal-details-card > * {
    background: white;
    border-bottom: solid 1px #D0E2F1;
}

.journal-details-card div:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.journal-details-card div:last-of-type {
    border-bottom-left-radius: 8px;
    border-bottom: 0px;
    border-bottom-right-radius: 8px;
}

.inventory-settings .label2-regular {
    font-size: 14px;
    font-weight: 500;
    color: #000000 !important;
}

.settings-invetory-table table {
    height: 100%;
}

.font-roboto {
    color: #000 !important;
    font-family: 'Roboto', sans-serif;
}

.row-inbound td {
    background-color: #F3F9FE !important;
    color: #000 !important;
    font-family: 'Roboto', sans-serif;
}

.row-outbound td {
    background-color: #FFFCED !important;
    color: #000 !important;
    font-family: 'Roboto', sans-serif;
}

.inbound-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #2096EB;
    border-radius: 4px;
    margin-right: 4px;
}

.outbound-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #F88216;
    border-radius: 4px;
    margin-right: 4px;
}

.ql-font-roboto {
    font-family: 'Roboto', sans-serif !important;
}

.ql-font-open-sans {
    font-family: 'Open Sans', sans-serif !important;
}

.ql-font-nunito-sans {
    font-family: 'Nunito Sans', sans-serif !important;
}

.ql-font-inter {
    font-family: 'Inter', sans-serif !important;
}

.ql-font-oxygen {
    font-family: 'Oxygen', sans-serif !important;
}

.ql-font-dm-sans {
    font-family: 'DM Sans', sans-serif !important;
}

.ql-font-newsreader {
    font-family: 'Newsreader', serif !important;
}

.ql-font-merriweather {
    font-family: 'Merriweather', serif !important;
}

.ql-font-dm-serif-text {
    font-family: 'DM Serif Text', serif !important;
}

.ql-font-libre-baskerville {
    font-family: 'Libre Baskerville', serif !important;
}

.ql-font-tinos {
    font-family: 'Tinos', serif !important;
}

.ql-font.ql-picker {
    min-width: 180px;
}

.ql-picker.ql-font .ql-picker-item::before,
.ql-picker.ql-font .ql-picker-label::before {
    content: attr(data-label);
    font-family: inherit !important;
    font-size: inherit;
}

.ql-picker.ql-font .ql-picker-item,
.ql-picker.ql-font .ql-picker-label {
    font-family: initial !important;
    color: inherit;
}

    .ql-picker.ql-font .ql-picker-item::after,
    .ql-picker.ql-font .ql-picker-label::after {
        content: none;
    }

.welcome-banner .label2-regular {
    color: black;
}

.payhistory-stp .hcm-fields {
    flex: 1;
}

.stp-tooltip {
    display: none;
    position: absolute;
    bottom: -45px;
    left: -12px;
    z-index: 999;
    background: #fff;
    padding: 6px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
    max-width: 191px;
}

.stp-fields:hover .stp-tooltip {
    display: block !important;
}

.stp-table table {
    height: 100%;
}

.page-break {
    page-break-before: always;
    break-before: page;
}

.table-onboarding-process .table-wrapper {
    height: calc(100% - 52px) !important;
}

.modification-table-list .timesheet-table {
    border-radius: 0px 0px 12px 12px !important;
}

.modification-table-list {
    height: calc(100% - 192px);
}

.visa-type input {
    background: transparent !important;
    padding: 0px !important;
}

.table > tbody > tr:hover {
    background-color: #F3F9FE !important;
}

.two-columns {
    width: calc((100% - 12px) / 2);
}

.two-columns-22 {
    width: calc((100% - 22px) / 2);
}

.ui-datepicker-header {
    color: black !important;
    font-size: 12px !important;
}

.input-with-suffix-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .input-with-suffix-wrapper #durationInput {
        padding-right: 45px;
        width: 100%;
    }

.input-suffix-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    font-size: 1em;
    color: #666;
    pointer-events: none;
}

#customer-details-modal .cane-wo-header {
    border-bottom: 0px !important;
}

#customer-details-modal .cane-co-body {
    display: none;
}

.custom-timesheetheader {
    display: flex;
    flex-direction: row-reverse;
}

.paycycle-wrapper .tool-tip-pay-cycle {
    display: none;
}

.paycycle-wrapper:hover .tool-tip-pay-cycle {
    display: block;
}

.customer-about-label .ql-container {
    background: #f3f9fe;
}

.mobile-phone-field .hcm-field {
    border-color: #2096EB !important;
}

.mobile-profile .bg-foam {
    background: #fff !important;
    border-bottom: #d0e2f1 !important;
}

.google-widget-container {
    margin-bottom: 0px !important;
}

.rich-text-edit .ql-container {
    background: #f3f9fe !important;
}

.hcm-fields textarea {
    color: #000 !important;
}

.to-be-removed-row {
    background-color: #FFF5F5;
}

    .to-be-removed-row td {
        background-color: #FFF5F5;
    }

    .to-be-removed-row:hover {
        background-color: #FFECEC;
    }

.device-item {
    background: #F3F9FE;
    max-width: 116px;
    min-height: 40px;
    padding: 13px 24px;
    border-radius: 4px;
}

    .device-item:hover, .device-item:active {
        background: #2096EB;
        cursor: pointer;
    }

        .device-item:hover span, .device-item:hover i {
            color: white !important;
        }

.opening-balances-label label {
    font-size: 14px;
}

.opening-balances-label .hcm-fields {
    width: calc(100% - 52px) !important;
}

.payroll-table tbody tr td {
    background-color: #f0f8ff !important;
}

    .payroll-table tbody tr td[colspan="7"],
    .payroll-table tbody tr td[colspan="6"],
    .payroll-table tbody tr td[colspan="10"] {
        background: white !important;
    }

.pr-report tbody tr td[colspan="8"] {
    background: #F3F9FE !important;
}

.payroll-table .table-hover > tbody > tr:hover > td[colspan="7"],
.payroll-table .table-hover > tbody > tr:hover > td[colspan="10"],
.pr-report .table-hover > tbody > tr:hover > td[colspan="8"] {
    background: white !important;
}

.payroll-table tbody tr:hover td {
    background-color: #fff !important;
}

.sub-payroll-modal tbody tr td {
    background-color: #fff !important;
}

.sub-payroll-modal tbody tr:hover td {
    background-color: #fff !important;
}

.visa-content-panel {
    min-width: 550px;
    max-width: 550px;
}

.custom-dm-menu .dm-menu-item {
    padding: 18px 14px;
}

    .custom-dm-menu .dm-menu-item:not(:last-child) {
        border-bottom: solid 1px var(--dm-menu-border);
    }

    .custom-dm-menu .dm-menu-item:hover {
        background-color: var(--dm-menu-hover-bg);
        cursor: pointer;
    }

.custom-dm-menu {
    border: solid 1px var(--dm-menu-border);
}

    .custom-dm-menu .dm-menu-item a {
        font-size: 12px;
        font-weight: 500;
        color: var(--dm-menu-text);
    }

/* ═══════════════════════════════════════════════════════════
   QUICK ROSTER CALENDAR GRID
   Column color coding per Figma spec (Reports-Module / node 5462-10420)
   ─────────────────────────────────────────────────────────
   Column Type       Header BG   Row BG    Notes
   ─────────────────────────────────────────────────────────
   Staff List        #A2BADD     #FFFFFF   Fixed column
   Regular Weekdays  #BFC7D0     #F8F8F8   Scrollable
   Current Day       #6BB7F5     #E0F1FF   Scrollable
   Holidays          #79C76F     #F4FEF3   Scrollable
   Weekends          #90AEEE     #F6F3FE   Scrollable
   ═══════════════════════════════════════════════════════════ */

/* Force table layout so day columns don't collapse */
.roster-calendar-table table {
    table-layout: fixed;
    width: 100%;
    font-family:roboto;
}

    .roster-calendar-table table, .roster-calendar-table table th, .roster-calendar-table table td {
        border: 1px solid #D0E2F1;
    }
    /* ── Fixed column widths ── */
    .roster-calendar-table .col-employee {
        width: 200px;
        min-width: 180px;
    }

.roster-calendar-table th {
    min-width:340px;
    width:340px;
}

/* ── Staff List — fixed column ── */
.roster-calendar-table th.col-employee {
    background-color: #A2BADD !important;
    color: #000 !important;
}

.roster-calendar-table td.cell-employee {
    background-color: #FFFFFF !important;
}

    .roster-calendar-table td.cell-employee:hover {
        z-index: 99999999 !important;
    } 

/* ── Regular Weekday — header ── */
.roster-calendar-table th.col-day:not(.col-today):not(.col-weekend):not(.col-holiday) {
    background-color: #BFC7D0 !important;
    color: #000 !important;
}

/* ── Regular Weekday — body rows ── */
.roster-calendar-table td.cell-day:not(.col-today):not(.col-weekend):not(.col-holiday) {
    background-color: #F8F8F8 !important;
}

/* ── Current Day — header ── */
.roster-calendar-table th.col-today {
    background-color: #90C3EE !important;
    color: #000 !important;
}

.roster-calendar-table th span {
    font-size:10px;
    color:#fff;
    text-transform:uppercase;
    font-weight:500;
    line-height:120%;
}
/* ── Current Day — body rows ── */


/* ── Holiday — header ── */
.roster-calendar-table th.col-holiday {
    background-color: #79C76F !important;
    color: #000 !important;
}

/* ── Holiday — body rows ── */
.roster-calendar-table td.col-holiday {
    background-color: #F4FEF3 !important;
}

/* ── Weekend — header ── */
.roster-calendar-table th.col-weekend {
    background-color: #90AEEE !important;
    color: #000 !important;
}

/* ── Weekend — body rows ── */
.roster-calendar-table td.col-weekend {
    background-color: #F6F3FE !important;
}

/* ── Weekend — body rows ── */
.roster-calendar-table td.col-today {
    background-color: #E0F1FF !important;
}

/* ── Weekend add-shift button — full opacity (override old faded rule) ── */
.col-weekend .add-shift-btn {
    opacity: 1;
}

/* ── Day column selected highlight ── */
.roster-calendar-table .col-day-selected {
    background: #EBF4FF !important;
}

/* ── Row selected highlight ── */
.roster-calendar-table .row-selected td {
    background: #EBF4FF !important;
}

/* ── Employee cell layout ── */
.cell-employee {
    padding: 8px 10px;
    vertical-align: middle;
}

.emp-info-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.emp-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.emp-fullname {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.emp-preferred {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.emp-badge-row {
    display: flex;
    gap: 4px;
    margin-top: 3px;
}

.emp-badge-icon {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 0.5px solid #dee2e6;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.emp-badge-birthday {
    border-color: #FE9292;
    color: #FE9292;
}

.emp-badge-jobstart {
    border-color: #1F5E8C;
    color: #1F5E8C;
}

/* ── Day cell ── */
.cell-day {
    padding: 8px;
    vertical-align: top;
    position: relative;
}

/* ── Day dot indicator ── */
.day-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
    background: #ced4da;
}

.dot-today {
    background: #185FA5;
}

/* ── Add shift button ── */
.add-shift-btn {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #378ADD;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px auto;
    transition: background .15s;
}

    .add-shift-btn:hover {
        background: #185FA5;
    }

/* ── Roster row ── */
.roster-row {
    transition: background .1s;
}

/* ── Rostered summary bar ── */
.rostered-summary-cell {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 8px;
    cursor: pointer;
    border-right: 0.5px solid #dee2e6;
    gap: 2px;
    transition: background .15s;
}

    .rostered-summary-cell:hover {
        background: #e8f4fd;
    }

    .rostered-summary-cell.rostered-selected {
        background: #CCE5FF;
    }

/* ── Checkbox ── */
.roster-checkbox, .roster-checkbox:checked {
    min-width: 14px !important;
    min-height: 14px !important;
    border:solid 1px transparent !important;
}

.emp-info-row .roster-checkbox {
    background: #F3F9FE !important;
    border: solid 1px #D0E2F1 !important;
   
}

.roster-calendar-table::-webkit-scrollbar {
    height:6px;
}
.roster-calendar-table .emp-info-row .rounded-checkbox-default input[type="checkbox"]:checked::before {
    color: #fff;
    background: #2096EB;
    border-radius: 50%;
    color: #D0E2F1;
    line-height: 12px;
    font-size: 8px;
    font-weight: 900;
}

.roster-calendar-table .rounded-checkbox input[type="checkbox"]:checked::before,
.roster-calendar-table .rounded-checkbox-default input[type="checkbox"]:checked::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 12px;
    font-size: 8px;
}

/* ── Shift card ── */
.shift-card {
    border: 1.5px solid #dee2e6;
    border-radius: 8px;
    padding: 6px 8px;
    margin-bottom: 4px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    overflow: hidden;
}

.shift-time {
    font-size: 11px;
    color: var(--b6-text, #6c757d);
}

.shift-total {
    font-size: 10px;
    letter-spacing: .3px;
    color: var(--b6-text, #6c757d);
}

/* ── Adjust Time / Remove buttons ── */
.btn-adjust-time {
    background: #378ADD;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 11px;
    cursor: pointer;
}

    .btn-adjust-time:hover {
        background: #185FA5;
    }

.btn-remove-shift {
    background: none;
    border: none;
    color: #E24B4A;
    font-size: 11px;
    cursor: pointer;
    padding: 0;
}

    .btn-remove-shift:hover {
        text-decoration: underline;
    }

/* ── Publish bar ── */
.roster-publish-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 0;
    border-top: 0.5px solid #dee2e6;
    margin-top: 8px;
}

/* ── Employee row selected — green tint across unselected day cols ── */
.roster-calendar-table .col-emp-selected {
    background: #F0F7EE !important;
}

/* ── Both day + employee selected ── */
.roster-calendar-table .col-day-selected.col-emp-selected {
    background: #DFF0FF !important;
}

/* ── Column size overrides ── */
.col-day {
    min-width: 140px;
    max-width: 180px;
    padding: 4px !important;
}

.col-employee {
    min-width: 160px;
    max-width: 200px;
}

/* ── Responsive item (used in various places) ── */
.responsive-item {
    padding: 13px 24px;
    border-radius: 4px;
    background: #F3F9FE;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

    .responsive-item i {
        color: #2096EB;
        transition: color 0.2s ease;
    }

    .responsive-item p {
        color: #1a1a1a;
        font-weight: 500;
        margin: 0;
        transition: color 0.2s ease;
    }

    .responsive-item:hover {
        background: #2096EB;
        border-color: #1a7fd4;
        box-shadow: 0 4px 12px rgba(32, 150, 235, 0.3);
        transform: translateY(-1px);
    }

        .responsive-item:hover i,
        .responsive-item:hover p {
            color: #fff;
        }

    .responsive-item:active {
        transform: translateY(0);
        box-shadow: 0 2px 6px rgba(32, 150, 235, 0.25);
    }

.certificate-header {
    min-height: 40px;
    max-height: 40px;
}

.sub-payroll-modal table {
    margin-bottom: 0px;
}

    .sub-payroll-modal table tr:last-child td {
        border-bottom: 0px solid transparent;
    }

.row-input-fields {
    flex-direction: row !important;
    align-items: center;
}

.custom-table-wrapper {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    border: solid #D0E2F1 2px;
    overflow-y: auto;
}

.custom-table-work {
    width: 100%;
    border-collapse: collapse;
}

    .custom-table-work th,
    .custom-table-work td {
        outline: 1px solid #D0E2F1;
        outline-offset: -2;
        border-collapse: collapse;
    }

    .custom-table-work th,
    .custom-table-work td {
        padding: 8px;
    }

    .custom-table-work .pay-cycle {
        background: #A2BADD;
    }

    .custom-table-work .total-hrs {
        background: #6D8AB9;
        width: 10%;
    }

    .custom-table-work .weekday {
        background: #90C3EE;
        text-align: center;
    }

    .custom-table-work td.allocated {
        outline: 2px solid #1F5E8C;
        outline-offset: -2px;
        align-content: start;
        background: #fff;
    }

    .custom-table-work td.wc-allocated {
        outline: 2px solid #5A40A7;
        outline-offset: -2px;
        background: #F8F5FF;
    }

    .custom-table-work td.allocated-none-bg {
        outline: 2px solid #1F5E8C;
        outline-offset: -2px;
    }

    .custom-table-work td.allocated-unavailable {
        outline: 2px solid #7F8A9A;
        outline-offset: -2px;
        background: #D7DDE3;
        align-content: start;
    }

    .custom-table-work td.rtw-allocated {
        outline: 2px solid #2EA7B4;
        outline-offset: -2px;
        background: #EBFDFF;
    }

    .custom-table-work td .rtw-title {
        color: #2EA7B4;
        font-weight: 500;
    }

    .custom-table-work td .wc-title {
        color: #5A40A7;
        font-weight: 500;
    }


    .custom-table-work td.allocated .custom-button-table {
        height: 20px;
        width: 100%;
        font-size: 10px;
        border-radius: 4px;
        border: #D0E2F1 solid 1px;
        padding: 8px;
    }

        .custom-table-work td.allocated .custom-button-table.adjust {
            background: #2096EB;
            color: #FFFFFF;
        }

        .custom-table-work td.allocated .custom-button-table.remove {
            background: #FFFFFF;
            color: #6794B7;
        }

/* ═══════════════════════════════════════════════════════════
   QUICK ROSTER — CONFLICT MODAL TABLE
   ═══════════════════════════════════════════════════════════ */

.conflict-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

    .conflict-table thead tr {
        background-color: #F3F9FE;
        border-bottom: 1px solid #D0E2F1;
    }

    .conflict-table thead th {
        padding: 10px 14px;
        font-size: 11px;
        font-weight: 600;
        color: #6794B7;
        white-space: nowrap;
        text-align: left;
        letter-spacing: 0.3px;
    }

    .conflict-table tbody tr {
        border-bottom: 1px solid #D0E2F1;
        transition: background 0.1s;
    }

        .conflict-table tbody tr:last-child {
            border-bottom: none;
        }

        .conflict-table tbody tr:hover {
            background-color: #F3F9FE !important;
        }

    .conflict-table tbody td {
        padding: 10px 14px;
        vertical-align: middle;
        color: #1e293b;
        background-color: transparent !important;
    }

.emp-badge-icon {
    position: relative;
    cursor: pointer;
}

.emp-tooltip {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border: 0.5px solid #D0E2F1;
    border-radius: 8px;
    padding: 8px 12px;
    white-space: nowrap;
    font-size: 13px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    z-index: 999;
}

    /* Arrow */
    .emp-tooltip::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: 6px solid transparent;
        border-top-color: #ccc;
    }

    .emp-tooltip::before {
        content: '';
        position: absolute;
        top: calc(100% - 1px);
        left: 50%;
        transform: translateX(-50%);
        border: 6px solid transparent;
        border-top-color: #ffffff;
        z-index: 1;
    }

.emp-badge-icon:hover .emp-tooltip {
    opacity: 1;
    visibility: visible;
}

.quick-roster-delete {
    min-width: 14px;
    min-height: 14px;
    background: #F56363;
    color: #FFFFFF;
    padding:4px;
    font-size:10px;
    border-radius:4px;
}

.timesheets-unavail-button {
    min-height: 28px;
    background: #7F8A9A;
    border-radius: 4px;
    border: solid #D0E2F1 1px;
    padding: 4px;
    font-size: 10px;
    font-weight: 500;
    line-height: 120%;
}

#app aside div:first-child {
    height:100vh;
}

.main-sidebars {
    max-width: 250px;
    width: 250px;
    height: 100%;
    background: #E1EDF8;
    display: flex;
    flex-direction: column;
}

    .main-sidebars .logo-wrapper {
        padding: 24px;
        background: white;
        height: unset !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

    .main-sidebars .menu-wrappers {
        flex: 1;
        overflow-y: auto;
        overflow-x:hidden;
        padding: 20px;
        min-height: 0;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .main-sidebars .menu-wrappers .menu-item {
        height: unset !important;
        display: flex;
        align-items: center;
        gap: 13px;
        min-height: 36px;
        padding: 8px 16px;
        cursor: pointer;
        border-radius: 8px;
        transition: background 0.2s ease, color 0.2s ease;
    }

    .main-sidebars .menu-wrappers .menu-item i,
    .main-sidebars .menu-wrappers .menu-item p {
        transition: color 0.2s ease;
    }

    .main-sidebars .menu-wrappers .menu-item:hover,
    .main-sidebars .menu-wrappers .active{
        background:#fff;
    }

        .main-sidebars .menu-wrappers .menu-item:hover p,
        .main-sidebars .menu-wrappers .menu-item:hover i {
            color: #2096eb;
        }

        .main-sidebars .menu-wrappers .active p,
        .main-sidebars .menu-wrappers .active i {
            color: #2096eb !important;
        }
        .main-sidebars .menu-wrappers i {
            color: #6794B7;
        }

    .main-sidebars .menu-wrappers .menu-item p {
        color: #494F59;
        font-weight:500;
    }

    .main-sidebars .sidebar-footer {
        padding: 20px;
        width: 100%;
        display: flex;
        flex-shrink: 0;
    }

.main-sidebars .sidebar-footer i {
    min-height: 24px;
    min-width: 24px;
    background: #2096EB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:4px;
    font-size:8px;
    color:white;
}

.collapsed.main-sidebars {
    min-width: 70px;
    width: 70px;
    transition:.5s;
}

.collapsed.main-sidebars .menu-wrappers .menu-item p {
    display: none;
}

    .collapsed.main-sidebars .menu-wrappers .menu-item,
    .collapsed.main-sidebars .menu-wrappers .menu-item.active {
        justify-content: center;
    }


@media only screen and (max-width: 1575px) and (min-width: 1251px) {
    .main-sidebars {
        position: absolute;
        z-index: 999;
    }

    .data-grid-x table {
        min-width: max-content;
        overflow-x: auto;
        white-space: nowrap;
    }

        .data-grid-x::-webkit-scrollbar {
            height:5px;
        }

        #weblayout-02 .d-flex.flex-column.w-100 {
            margin-left: 60px;
        }

    #weblayout-03 .sub-sidebar {
        margin-left: 0px;
    }
}

.bank-accounts-list {
    height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
}