:root {
    --background-color: black;
    --accent-background-color: black;
    --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;
}


.greenicon {
    color: #73D071;
    font-size: 14px;
}

.btn-button-global {
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    width: 141px;
}

.btn-success {
    background-color: #73D071;
    border-color: #73D071;
}

/*.btn-primary{
    background-color: #1F5E8C !important;
    border-color: #1F5E8C !important;;
}

.bg-primary{
    background-color: #1F5E8C !important;;
}*/

.btn-primary {
    background-color: #1F5E8C !important;
    border-color: #1F5E8C !important;
}

.bg-primary {
    background-color: #1F5E8C !important;
}

.bg-darkblue {
    background-color: #1F5E8C !important;
}

.border-darkblue {
    border-color: #1F5E8C !important;
}


.loginButton {
    background-color: #73D071 !important;
    border-radius: 10px !important;
    width: 95%;
    color: white !important;
    font-size: 16px;
    font-weight: 500 !important;
}

.btn-success {
    background-color: #73D071 !important;
    border-color: transparent !important;
}

.inputfield {
    max-width: 100%;
    background-color: #F3F9FE;
    border-color: #D0E2F1;
}

.staffDiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 63vh;
    overflow: auto
}

.acceptRateDiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    overflow: auto
}


* {
    animation-duration: 0.3s !important;
    -webkit-animation-duration: 0.3s !important;
}

body {
    overflow-y: auto;
}

.subpages-wo-tabs {
    height:71vh;
    border-radius:16px;
    background-color:#f3f9fe;
}

.list-div-rate {
    background-color: white;
    padding: 5px !important;
    border-radius: 24px;
    margin: 0px 30px;
    height: 81vh;
}
.divcardlist {
    padding: 16px !important;
    background-color: #F3F9FE !important;
    border-radius: 16px !important;
    height: 70vh !important;
    overflow-y: auto;
}

.div-card-list {
    padding: 20px !important;
    height: 65vh !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.white-card-pop {
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
    z-index: 1;
}

.white-card-pop:hover, .card-pop:hover {
    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;
    transition: 0.2s;
}

.cursor-pointer{
    cursor: pointer;
}

.cursor-none{
    cursor: none;
}

.ctas {
    padding: 20px !important;
    height: 75vh !important;
    overflow: hidden; 
    border-radius:16px;
}

.charge-rates {
    overflow-y: auto;
    overflow-x: hidden;
}



.card-wo-he {
    padding: 5px 16px;
    border-radius: 16px;
}

.cardlist-wi-se {
    padding:12px;
    border-radius: 16px;
}

.stafflist-card {
    height: 67vh;
    overflow-x: hidden;
    margin-right: 0px;
}
.jobslist-card {
    height: 74vh;
    overflow-x: hidden;
    margin-right:0px;
}
.ratelists-card {
    height: 73vh;
    overflow-x: hidden;
    margin-right: 0px;
}

.terms-blue-div, .terms-white-div {
    padding: 28px;
}

.terms-white-div {
    height: 630px;
    overflow-y: auto;
    overflow-x: hidden;
}

.terms-n-condt {
    background:#fff;
    overflow-y:scroll;
}

.terms-n-condt .ql-container .ql-editor{
    max-height:73vh !important;
    background-color:#ffff !important;
}

.staff-list {
    background-color: white;
    padding: 0px 20px;
    border-radius: 24px;
}

.jobContactsList-Div {
    background-color: white;
    border-radius: 24px;
    height: 65vh
}

.allocatedShiftsDiv {
    place-content: center;
    display: grid;
    background-color: #F3F9FE;
    border-radius: 8px;
    padding: 20px;
    height: 400px;
}

.contacts-div {
    background-color: white;
    border-radius: 24px;
    height: 85vh
}


.modallistdiv {
    background-color: white;
    border-radius: 24px;
    margin-top: 30px;
    height: 40vh
}


.timesheetslistdiv {
    background-color: white;
    padding: 30px !important;
    border-radius: 24px;
    margin-top: 20px;
    height: 75vh
}

.awardslistdiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 70vh;
    overflow: auto
}

.vaccinationdiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 76vh;
    overflow-y: auto;
    overflow-x: hidden;
}


.saleslistdiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 60vh;
    overflow: auto
}

.createButton {
    font-size: 16px;
    font-weight: 500
}

.customerOnHireDiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 63vh;
    overflow: auto
}

.payrollDiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 65vh;
}

.jobLocationDiv {
    padding: 20px;
    background-color: #F3F9FE;
    border-radius: 16px;
    height: 50vh;
    overflow-y: auto
}

.jobcontactslistdiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 63vh;
    overflow: auto
}

.activitieslistdiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 60vh;
    overflow: auto
}

.certifications-div {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 69vh;
    overflow: auto
}

.emptycertifications-div {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 69vh;
    overflow: auto;
    display: grid;
    place-content: center;
}


.classificationlistdiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    max-height: 70vh;
    overflow: auto
}

.yesApa {
    font-size: 14px;
    font-width: 500;
    color: #73D071;
}

.noApa {
    font-size: 14px;
    font-width: 500;
    color: #F56363;
}


.createawardlistdiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    max-height: 50vh;
    overflow: auto
}

.awardslistcard {
    border-radius: 8px;
    padding: 20px
}

.classificationDiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 25px;
    height: 55vh;
    overflow-y: auto;
    width: 100%;
}

.overtimeDiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 54vh;
    overflow-y: auto;
}


.classificationModalDiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 22px;
    max-height: 50vh;
    overflow-x: hidden;
}

.classificationCard {
    border-radius: 8px;
    background-color: white;
    cursor: pointer;
    transition: 0.2s;
    z-index: 1;
}

.endorsementdiv {
    background-color: #F3F9FE;
    padding: 16px;
    border-radius: 12px;
    height: 45vh;
    overflow-y: auto
}

.emptyendorsementdiv {
    background-color: #F3F9FE;
    padding: 16px;
    border-radius: 12px;
    height: 45vh;
    overflow-y: auto;
    display: grid;
    place-content: center;
}


.classificationCard:hover {
    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;
    
}

.classificationCards:hover {
    border-radius: 8px;
    transform: scale(102%);
    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;
    margin-left:16px !important;
}

.classificationCardTitle {
    color: #6794B7;
    font-size: 12px;
    font-weight: 500
}

.blueTitle {
    color: #2096EB;
    font-size: 12px;
    font-weight: 500
}

.blueSubtitle {
    color: #2096EB;
    font-size: 14px;
    font-weight: 500;
}


.classificationCardSubtitle {
    font-size: 14px;
    font-weight: 500;
}

.ohsSubtitle {
    font-size: 12px;
    font-weight: 400;
}

.customerCardTitle {
    font-size: 12px;
    font-weight: 500;
    color: #6794B7;
}

.customerCardSubtitle {
    font-size: 12px;
    font-weight: 500;
}

.contactssubtext {
    font-size: 12px;
    font-weight: 500;
    color: black;
}


.cardjobtitle {
    font-size: 16px;
    color: #6794B7;
    font-weight: 400
}

.certificationRegionText {
    font-size: 14px;
    color: #1F5E8C;
    font-weight: 400
}

.bankCardSubtitle {
    font-size: 12px;
    color: #6794B7;
    font-weight: 400
}

.bankCardTitle {
    font-size: 14px;
    color: black;
    font-weight: 500
}

.payRate {
    font-size: 16px;
    font-weight: 500;
    color: #64C861;
}

.payRateSubtitle {
    font-size: 8px;
    font-weight: 400;
}

.classificationSubtitle {
    font-size: 12px;
    font-weight: 500;
}


.classificationHr {
    color: #D0E1E7;
    height: 2px !important;
}

.applicantBadge {
    background-color: #1F5E8C;
    font-size: 10px;
    border-radius: 100px;
    font-weight: 400;
}

.employeeBadge {
    background-color: #2096EB;
    font-size: 10px;
    border-radius: 100px;
}

.onHireStaffBadge {
    background-color: #73D071;
    font-size: 10px;
    border-radius: 100px;
    font-weight: 400;
}

.jobsActiveBadge {
    background-color: #73D071;
    font-size: 10px;
    border-radius: 100px;
    font-weight: 400;
}

.jobsInactiveBadge {
    background-color: #F56363;
    font-size: 10px;
    border-radius: 100px;
    font-weight: 400;
}

.forApprovalBlueBadge {
    background-color: #2096EB;
    font-size: 10px;
    border-radius: 100px;
}

.forApprovalVioletBadge {
    background-color: #7E71D0;
    font-size: 10px;
    border-radius: 100px;
}

.disputedBadge {
    background-color: #F56363;
    font-size: 10px;
    border-radius: 100px;
}

.forApprovalMatchedBadge {
    background-color: #5A9BC0;
    font-size: 10px;
    border-radius: 100px;
}


.approvedBadge {
    background-color: #73D071;
    font-size: 10px;
    border-radius: 100px;
}

.onSickLeaveBadge {
    background-color: #FBB80E;
    font-size: 10px;
    border-radius: 100px;
}


.noTimeSubmittedBadge {
    background-color: #7F8A9A;
    font-size: 10px;
    border-radius: 100px;
}

.noTimeSubmittedBadge {
    background-color: #7F8A9A;
    font-size: 10px;
    border-radius: 100px;
}


.awardsCardBlackText {
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.participantEmployeeBadge {
    font-size: 10px;
    background-color: #2096EB;
    color: white;
    float: right;
}

.participantOnHireBadge {
    font-size: 10px;
    background-color: #FBB80E;
    color: white;
    float: right;
}

.participantApplicantBadge {
    font-size: 10px;
    background-color: #7F8A9A;
    color: white;
    float: right;
}

.participantContactBadge {
    font-size: 10px;
    background-color: #73D071;
    color: white;
    float: right;
}


.totalAwards {
    color: #6794B7;
    font-size: 10px;
    font-weight: 400
}


.awardsCardBlueText {
    font-size: 16px;
    font-weight: 400;
    color: #2096EB
}

.spancustom {
    font-size: 16px !important;
    color: #6794B7 !important;
    font-style: italic !important;
}

.divcustom {
    padding: 20px !important;
    background-color: #F3F9FE !important;
    border-radius: 16px !important;
    display: grid !important;
    place-content: center !important;
    height: 50vh !important;
}

.addanaccountmodal {
    width: 50vw;
    border-radius: 25px;
    margin: 0 auto;
}


.selectemployeediv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 30px;
    margin: 0 5px;

}

.selectemployeesearchbar {
    background-color: #F3F9FE;
    border-radius: 100px;
}

.searchbaricon {
    font-size: 16px;
    color: #2096EB
}

.searchbarplaceholder {
    color: #6794B7;
    font-size: 14px;
}

.candidatesearchbarplaceholder {
    color: #6794B7;
    font-size: 12px;
    font-weight: 400;
}


.selectemployeetitle {
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.selectemployeesubtitle {
    font-size: 12px;
    font-weight: 400;
    color: #7F8A9A;
}

.paycyclesubtitle {
    font-size: 10px;
    font-weight: 400;
    color: #7F8A9A;
}

.selectemployeebluesubtitle {
    font-size: 12px;
    font-weight: 400;
    color: #2096EB;
}


.selectemployeecard {
    background-color: white;
    border-radius: 8px;
}

.primaryContactCard {
    background-color: #F3F9FE;
    border-radius: 8px;
    height: 10vh;
}

.agencyCard {
    background-color: #F3F9FE;
    border-radius: 8px;
}

.emptyAgencyCard {
    background-color: #F3F9FE;
    border-radius: 8px;
    place-content: center;
    display: grid;
}


.selectemployeeselectedbutton {
    background-color: #2096EB;
    color: white;
    font-size: 10px;
}

.selectemployeeselectbutton {
    background-color: #F3F9FE;
    color: #2096EB;
    border-radius: 4px;
    font-size: 10px;
    border: 0;
}

.alreadyaddedbutton {
    background-color: transparent;
    color: #6794B7;
    border-radius: 100px;
    font-size: 10px;
    border: 0;
}

.removeButton {
    background-color: #F3F9FE;
    color: #F56363;
    border-radius: 100px;
    font-size: 10px;
}

.removeRedButton {
    background-color: #F56363;
    color: white;
    border-radius: 100px;
    font-size: 10px;
}


.editaccounticon {
    background-color: #F3F9FE;
    color: #2096EB;
    border-radius: 100px;
    font-size: 15px;
    padding: 30px;
    border: 0;
}

.deleteaccounticon {
    background-color: #F3F9FE;
    color: #F56363;
    border-radius: 100px;
    font-size: 15px;
    padding: 30px;
    border: 0;
}

.labelcustom {
    color: #6794B7;
    font-size: 12px
}

.cardBottomTitle {
    font-size: 12px;
    color: #6794B7;
    font-weight: 500
}

.cardBottomSubtitle {
    font-size: 14px;
    font-weight: 500
}

.modalcontentcustom {
    border-radius: 25px;
    max-width: 40%

}

.selectlocationmodal {
    border-radius: 25px;
    max-width: 60%

}

.newlocationmodal {
    border-radius: 25px;
    max-width: 40%

}


.selectprimarycontactmodal {
    border-radius: 25px;
    max-width: 60%

}

.selectcustomerlistdiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 40vh;
    overflow: auto

}

.hrcustom {
    height: 3px !important;
    color: #D0E2F1 !important;
}

.hrJobs {
    height: 1px !important;
}


.vaccinehr {
    color: #D0E2F1;
    height: 2px;
}

.vaccinediv {
    background-color: #F3F9FE;
    border-radius: 25px;
    height: 70vh;
    display: grid;
    place-content: center
}


.griddiv {
    background-color: white;
    padding: 30px !important;
    border-radius: 24px;
    margin-top: 30px
}

.tableheadercustom {
    padding-left: 25px !important;
}

.blueicon {
    color: #73D071;
    font-size: 14px;
}

.darkblueicon {
    color: #1F5E8C;
    font-size: 14px;
}

.grayIcon {
    color: #E1EDF8;
    font-size: 14px;
}

.redicon {
    color: #F56363;
    font-size: 14px;
}

.redVirus {
    color: #F56363;
    font-size: 18px;
}

.blueVirus {
    color: #2096EB;
    font-size: 18px;
}

.yellowVirus {
    color: #FBB80E;
    font-size: 18px;
}

.greenVirus {
    color: #73D071;
    font-size: 18px;
}

.greenBriefcase {
    color: #73D071;
    font-size: 16px;
}

.redBriefcase {
    color: #F56363;
    font-size: 16px;
}


.btn-primary:hover {
    background-color: #2096EB !important;
    border-radius: 8px;
}

.btn-danger {
    background-color: #F56363;
}

.deleteicon {
    color: #F56363;
    font-size: 14px;
}


.smallerDeleteIcon {
    color: #F56363;
    font-size: 12px;
}


.editrostericon {
    color: #6794B7;
    font-size: 14px;
}

.rostercardtitle {
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.rostersummarycardbluesubtitle {
    font-size: 12px;
    font-weight: 400;
    color: #2096EB;
}


.rostercardsubtitle {
    font-size: 14px;
    font-weight: 500;
    color: black;
}


.searchbardiv {
    background-color: #F3F9FE;
    border-color: #D0E2F1;
    border-radius: 25px
}

.virusModalTitle {
    font-size: 12px;
    font-weight: 400;
    color: #6794B7;
}

.inputfieldtransparent {
    border-color: #D0E2F1;
}


.selectOption {
    color: #6794B7;
    font-size: 12px
}

.settingsinputfield {
    max-width: 100%;
    background-color: white;
    border-color: #D0E2F1;
}

.ant-modal {
    padding-bottom: 0 !important;
}

.ant-modal-header {
    padding: 16px 30px
}


.ant-modal-body {
    padding: 30px;
}

.rosterscheduleicon {
    color: #FBB80E;
}

.inforostermodal {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 15px;
    overflow-y: auto;
    max-height: 55vh;
}


.rosterscheduletitle {
    font-size: 16px;
    font-weight: 500;
}

.rosterschedulecard {
    background-color: white;
    border-radius: 8px;
    padding: 12px 18px 12px 18px;

}

.rosterorangesummarycard {
    background-color: #FBF6E5;
    border-radius: 8px;
    padding: 12px 18px 12px 18px;
    border-color: #FBB80E !important;
}

.jobssummarycard {
    border-radius: 8px;
    padding: 12px 18px 12px 18px;
    background-color: white;
}

.rostergreensummarycard {
    background-color: #F0FFE9;
    border-radius: 8px;
    padding: 12px 18px 12px 18px;
    border-color: #73D071 !important;

}

.rostersummaryreviewcard {
    background-color: transparent !important;
    border-radius: 4px;
}


.rosterinfomodalinputfield {

    max-width: 100%;
    background-color: white;
    border-color: #D0E2F1;
}

.rosterdiv {
    padding: 20px !important;
    background-color: #F3F9FE !important;
    border-radius: 16px !important;
    height: 59vh !important;
    overflow-y: auto;
}

.rosterfilterdiv {
    padding: 20px !important;
    background-color: #F3F9FE !important;
    border-radius: 16px !important;
    height: 55vh !important;
    overflow-y: auto;
}


.summaryreviewdiv {
    padding: 20px !important;
    background-color: #F3F9FE !important;
    border-radius: 16px !important;
}

.jobssummaryreviewdiv {
    padding: 20px !important;
    background-color: #F3F9FE !important;
    border-radius: 16px !important;
    height: 50vh;
    overflow-y: auto;
}


.rosterassignstaffdiv {
    padding: 20px !important;
    background-color: #F3F9FE !important;
    border-radius: 16px !important;
    max-height: 51vh !important;
    overflow-y: auto;
}


.rosterschedulesubtitle {
    font-size: 14px;
    color: black;
}

.rostersidebartitle {
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.rosternavheadersubtitle {
    color: #2096EB;
    font-size: 16px;
    font-weight: 500;

}

.rostersidebarsubtitle {
    font-size: 14px;
    font-weight: 500;
    color: #D0E2F1;
}

.rosternavheadertext {
    font-size: 12px;
    font-weight: 400;
    color: black;
}

.rostercircleselecticon {
    border-radius: 100px;
    border-color: #F3F9FE;
}

.rosterinputlabel {
    color: #6794B7;
    font-size: 12px
}


.bluebadge {
    background-color: #2096EB;
    font-size: 10px;
    border-radius: 100px;
    color: white;
}

.jobDetailsDiv {
    background-color: #F3F9FE;
    border-radius: 25px;
    height: 37vh;
    overflow-y: auto
}

.jobActiveStaffDiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    height: 63vh;
    overflow-y: auto
}

.classificationEditDiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    height: 33vh;
    overflow-y: auto
}

.selectjobbutton {
    background-color: #2096EB;
    color: white;
    border-radius: 100px;
    font-size: 10px;
    padding: 30px;
}

.selectedjobbutton {
    background-color: #F3F9FE;
    color: #2096EB;
    border-radius: 100px;
    font-size: 10px;
    padding: 30px;
}

.selectedjobbutton.active_job {
    background-color: #38a4ff !important;
    color: white;
    border-radius: 100px;
    font-size: 10px;
    padding: 30px;
}

.viewjobsubtitle {
    font-size: 14px;
    color: #6794B7;
    font-weight: 500;
}

.viewjobtitle {
    font-size: 18px;
    font-weight: 500;
    color: black;
}

.viewjobheadergrid {
    font-size: 12px;
    color: #6794B7;
}

.staffDetailsPhoto {
    vertical-align: middle;
    height: 168px;
    border-radius: 50%;
}


.paidstatustext {
    font-size: 12px;
    font-weight: 400;
    color: #73D071;
}

.unpaidstatustext {
    font-size: 12px;
    font-weight: 400;
    color: #F56363;
}

/* 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;
}

.navheaderpushbuttons {
    background-color: transparent;
    color: #2096EB;
}

.google-widget-container {
    height: 62vh;
    border-radius: 25px;
    overflow: hidden
}

.google-widget-container-empty {
    background-color: #F3F9FE;
    border-radius: 25px;
    height: 62vh;
    place-items: center;
}

.ratessettingstitle {
    font-size: 18px;
    font-weight: 500;
    color: black;
}

.ratessettingssubtitle {
    font-size: 14px;
    font-weight: normal;

}

.ratesettingsfield {
    background-color: #F3F9FE;;
    border-color: #D0E2F1;
}


.ratesreferencefield {
    background-color: white;;
    border-color: #D0E2F1;
}

.ratesdiv {
    padding: 20px !important;
    background-color: #F3F9FE !important;
    border-radius: 16px !important;
    height: 20vh !important;
}


.costlabel {
    font-size: 14px;
    font-weight: 500;
    color: black;

}

.pills-container {
    background-color: #F3F9FE;
    border-radius: 100px;
    width: fit-content;
    padding: 4px;

}

.ant-tabs-tab.ant-tabs-tab-active.pills {
    background-color: white;
    border-radius: 25px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    line-height: 25px !important;
    max-height: 25px !important;
    border: none !important;
    color: #2096EB !important;
}

.ant-tabs-nav .ant-tabs-tab {
    padding: 0;
!important;
    margin: 0;
!important;
}

.ant-tabs-tab.pills {
    border-radius: 25px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    line-height: 25px !important;
    max-height: 25px !important;
    color: #6794B7 !important;
}

.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;
}

.customer-location-container {
    padding: 20px;
    background-color: #F3F9FE;
    border-radius: 16px;
    overflow-y: auto;
    height: 65vh;
}

.financialsettingstitle {
    font-size: 14px;
    font-weight: 500;

}

.fiscalperioddiv {
    padding: 20px !important;
    background-color: #F3F9FE !important;
    border-radius: 16px !important;
    display: grid !important;
    place-content: center !important;
    height: 40vh !important;
}

.fiscalyeardiv {
    padding: 15px !important;
    background-color: #F3F9FE !important;
    border-radius: 16px !important;
    height: 40vh !important;
}

.settingsPaycycleDiv {
    padding: 15px !important;
    background-color: #F3F9FE !important;
    border-radius: 16px !important;
    height: 50vh !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.addpaycyclesubtext {
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    color: #597890;
}

.templatesdiv {
    background-color: #F3F9FE;
    border-radius: 25px;
    padding: 30px;
    height: 57vh;
    overflow-y: auto;
}

.optioncustom {

    color: #6794B7
}

.mergediv {
    padding: 20px !important;
    background-color: #F3F9FE !important;
    border-radius: 16px !important;
    height: 45vh !important;
    display: grid;
    place-content: center;
}

.previewdiv {
    padding: 20px !important;
    background-color: #F3F9FE !important;
    border-radius: 16px !important;
}

.timesheetbluebadge {

    max-width: fit-content;
    display: initial;
    background-color: #2096EB;
    color: white;
    font-size: 10px
}

.widgetdiv {
    background-color: #F3F9FE !important;
    border-radius: 16px !important;
    height: 72vh !important;
    overflow-x: hidden;
    padding: 15px;
}

.sidebar-timesheet {
    height: calc(100% - 88px);
}
.timesheetwidgetdiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    height: calc(100% - 64px);
    overflow-x: hidden;
    padding: 12px;
}


.timesheetgraybadge {

    max-width: fit-content;
    display: initial;
    background-color: #7F8A9A;
    color: white;
    font-size: 10px
}

.timesheetbuttons {
    font-size: 10px;
    font-weight: 500;
    width: 6vw;
}

.timesheettitle {
    font-size: 15px;
    font-weight: 500
}

.timesheettext {
    font-size: 14px;
    font-weight: 500
}

.timesheetdiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 15px;
    overflow-y: auto;
    height: 442px;
}


.timesheetsubdiv {
    border-radius: 8px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 46vh;
}

.timesheetbadge {
    background-color: #73D071;
    color: white;
    width: fit-content;
    font-size: 12px
}

.starttime {
    font-size: 10px;
    color: #597890;
}

.approvetext {
    font-size: 10px;
    font-weight: 500;
}


.timestamp {
    font-size: 16px;
    font-weight: 500
}

.normalhours {
    font-size: 12px;
    font-weight: 500
}

.normalhourstext {
    font-size: 14px;
    font-weight: 500;
    color: #6794B7;
}


.unallocatedhours {
    font-size: 12px;
    font-weight: 500;
    color: #F56363
}

.unallocatedhourstext {
    font-size: 14px;
    font-weight: 500;
    color: #73D071;
}

.totalhourstext {
    font-size: 14px;
    font-weight: 500;
    color: #2096EB;
}


.hoursinputdiv {
    border-color: #2096EB;
    color: #6794B7;
    background-color: #F3F9FE;
    width: 65px;
}


/*Calendar CSS*//*
ul {
    list-style-type: none;
}

body {
    font-family: Verdana, sans-serif;
}

!* Month header *!
.month {
    padding: 70px 25px;
    width: 100%;
    background: #1abc9c;
    text-align: center;
}

!* Month list *!
.month ul {
    margin: 0;
    padding: 0;
}

.month ul li {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

!* Previous button inside month header *!
.month .prev {
    float: left;
    padding-top: 10px;
}

!* Next button *!
.month .next {
    float: right;
    padding-top: 10px;
}

!* Weekdays (Mon-Sun) *!
.weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: #ddd;
}

.weekdays li {
    display: inline-block;
    width: 13.6%;
    color: #666;
    text-align: center;
}

!* Days (1-31) *!
.days {
    padding: 10px 0;
    background: #eee;
    margin: 0;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 13.6%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 12px;
    color: #777;
}

!* Highlight the "current" day *!
.days li .active {
    padding: 5px;
    background: #1abc9c;
    color: white !important
}*/

.header-mb {
    margin-bottom: 30px;
}

/*createheader*/
.header-title {
    display: inline-flex;
    place-items: flex-start;
    font-size: 24px;
    font-weight: 500;
}

/*createheader*/
.list-header-title {
    display: inline-flex;
    place-items: flex-start;
    font-size: 24px;
    font-weight: 500;
}

/*activestaff jobs module*/

.emptydiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    height: 55vh;
    display: grid;
    place-content: center
}


.whiteinputfield {
    border-color: #D0E2F1;
}

.blueinputfield {
    border-color: #F3F9FE;
    background-color: #F3F9FE;
}

.spantitle {
    font-size: 12px;
    font-weight: 500;
    color: #6794B7
}

.spansubtitle {
    font-size: 12px;
    font-weight: 400;
}


.allocatedshifttitle {
    font-size: 16px;
    font-weight: 500;
}

.allocatedshiftssubtitle {
    font-size: 12px;
    font-weight: 400;
    color: #6794B7
}

.activebadge {
    max-width: fit-content;
    display: initial;
    background-color: #73D071;
    color: white;
    font-size: 12px
}

.graybadge {
    max-width: fit-content;
    display: initial;
    background-color: #7F8A9A;
    color: white;
    font-size: 12px;
    border-radius: 100px;
}


.yellowBadge {
    max-width: fit-content;
    display: initial;
    background-color: #FBB80E;
    color: white;
    font-size: 12px
}


.inactiveBadge {
    max-width: fit-content;
    display: initial;
    background-color: #F56363;
    color: white;
    font-size: 12px
}


.jobsActiveBadge {
    max-width: fit-content;
    display: initial;
    background-color: #73D071;
    color: white;
    font-size: 12px;
    border-radius: 100px;
}

.jobsInactiveBadge {
    max-width: fit-content;
    display: initial;
    background-color: #F56363;
    color: white;
    font-size: 12px;
    border-radius: 100px;
}

.jobsDraftBadge {
    max-width: fit-content;
    display: initial;
    background-color: #FBB80E;
    color: white;
    font-size: 12px;
    border-radius: 100px;
}

.jobLocation {
    background-color: #F3F9FE;
    border-radius: 16px;
    height: 20vh;
    display: grid;
    place-content: center
}


.progress {
    width: 2vw !important;
}

.tbody, td, tfoot, th, thead, tr {
    font-weight: 500;
}


.ant-tabs {
    font-size: 12px;
}

.ant-tabs-nav .ant-tabs-tab-active {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 10px;
    /* background-color: #F3F9FE;*/
}

/*.ant-tabs .ant-tabs-top .ant-tabs-line{
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 25px;
    height: 55vh;
    overflow-y: auto;
}*/

.header-fixed {

}

.cancelButton {
    background-color: #F3F9FE !important;
}

.nophotoborder {
    margin-top: -5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    height: 60px;
    width: 60px;
    border-radius: 50%;

}

.userphotoborder-green {
    border-color: #73d071 !important;
    margin-top: -5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.userphotoborder-red {
    border-color: #f46b6b !important;
    margin-top: -5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.inputFieldTitle {
    color: #6794B7;
    font-size: 12px;
}

.inputFieldText {
    color: #494F59;
    font-weight: 500;
    font-size: 14px;
}

.emptyDivText {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #6794B7
}

.userPhoto {
    margin-top: -5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.staffUserPhoto {
    margin-top: -5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    height: 48px;
    width: 48px;
    border-radius: 50%;
}

.notesUserPhoto {
    margin-top: -5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}


.acceptRatePhoto {
    margin-top: -5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}


.contactPhoto {
    margin-top: -5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.notesPhoto {
    margin-top: -5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    height: 39px;
    width: 39px;
    border-radius: 50%;
}

.companyPhoto {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    height: 30px;
    width: 60px;
}

.customerPhoto {
    background-repeat: no-repeat;
    background-color: #D0E2F1;
    background-position: center;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    height: 48px;
    width: 64px;
    border-radius: 4px;
}

.onHireName {
    font-weight: 500;
    font-size: 16px;

}


.selectLocationDiv {
    background-color: #F3F9FE;
    border-radius: 8px;
    height: 65vh;
    overflow-y: auto
}

.centerDiv {
    place-content: center;
    display: grid;
    background-color: #F3F9FE;
    border-radius: 8px;
    padding: 20px;
}

.cardDiv {
    background-color: #F3F9FE;
    border-radius: 8px;
    padding: 20px;
}


.addRateTitle {
    font-size: 16px;
    font-weight: 500;
    color: black;

}

.addRateSubtitle {
    font-size: 14px;
    font-weight: 400;
    color: black;
}

.ratesAwardsDiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 50vh;
    overflow: auto
}

.ant-tabs-nav.ant-tabs-nav-animated {
    width: 100% !important;
    border-bottom: 2px solid #D0E2F1 !important;
}

.ant-tabs-tab.ant-tabs-tab-active {
    color: black;
    border-bottom: 2px solid #1F5E8C !important;
}

.ant-tabs-tab {
    line-height: 48px !important;
}


.selectedRateTitle {
    font-size: 20px;
    font-weight: 500
}

.selectedRateSubtitle {
    font-size: 18px;
    font-weight: 500;
    color: #2096EB;
}

.rateHeaderCard {
    border-radius: 16px;
    background-color: white;
}

.baseRateTitle {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: black !important;
}

.baseRateBlueTitle {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #2096EB;
}


.rateDetailsSubtitle {
    color: #6794B7;
    font-size: 12px;
    font-weight: 400
}

.rateDetailsBlackSubtitle {
    color: black;
    font-size: 12px;
    font-weight: 500
}


.ratesEmptyDivText {
    font-size: 14px !important;
    color: #6794B7 !important;
}

.superannutationsDiv {
    background-color: #F3F9FE;
    border-radius: 4px;
    padding: 15px;
    margin: 20px;
    height: 20vh;
    overflow-y: auto
}

.penaltiesDiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 43vh;
    overflow-y: auto
}

.allowancesDiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 43vh;
    overflow-y: hidden;
    overflow-x: auto;
}

.viewPenaltyModalTitle {
    font-size: 18px;
    font-weight: 500;
    color: black
}

.viewPenaltyModal {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 68vh;
}

.descriptionText {
    font-size: 16px;
    font-weight: 400;
}

.notesText {
    font-size: 16px;
    font-weight: 400;
}

.jobsActiveText {
    font-size: 16px;
    font-weight: 450;
}


.penaltiesBoldSubtitle {
    font-size: 14px;
    font-weight: 500;
}


.penaltiesSubtitle {
    font-size: 12px;
    font-weight: 400;
}

.dateofTermination {
    font-size: 16px;
    font-weight: 500;
}

.tableBlueBorderBottom {
    border-color: #D0E2F1 !important;
}

.rateCardBlueTitle {
    color: #6794B7;
    font-size: 12px;
    font-weight: 500
}

.rateCardBlackTitle {
    color: black;
    font-size: 12px;
    font-weight: 500
}

.allocatedShiftsTitle {
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.allocatedShiftsSubtitle {
    font-size: 12px;
    font-weight: 400;
    color: #6794B7;
}

.allocatedShiftsText {
    font-size: 10px;
    font-weight: 400;
    color: #597890;
}

.progress-bar {
    background-color: #D0E2F1 !important;
}

.workRestrictionBadge {
    color: #6794B7;
    font-size: 12px;
    font-weight: 400;
    background-color: #F3F9FE;
}

.preEmploymentDiv {
    background-color: white;
    border-radius: 24px;
    height: 70vh
}

.preemploymentlistdiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 59vh;
    overflow: auto
}

.limitworkopportunitieslistdiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    height: 55vh;
    overflow: auto
}


.candidatePreEmploymentDiv {
    background-color: white;
    border-radius: 24px;
    height: 65vh
}

.candidatePreEmploymentListDiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 54vh;
    overflow: auto
}


/*timesheets-agencystaff*/

.timesheetsAgencyStaffDiv {
    background-color: #F3F9FE;
    border-radius: 25px;
    padding: 35px;
    height: 68vh;
    overflow-y: auto;
}

.timesheetsAgencyStaffModalDiv {
    background-color: #F3F9FE;
    border-radius: 25px;
    padding: 35px;
    height: 74vh;
}

.timesheetsAgencyLogo {
    background-color: #D0E2F1;
    width: 67px;
    height: 58px;
}

.timesheetsAgencyTitle {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.timesheetsAgencySubtitle {
    font-size: 16px;
    font-weight: 400;
    color: #2096EB
}

.timesheetsTotalTimeDiv {
    background-color: #F3F9FE;
    border-radius: 4px;
    padding: 12px;
    width: 174.14px;
    height: 76px;
    text-align: center;
}

.timesheetsTotalTimeModalDiv {
    background-color: #F3F9FE;
    border-radius: 4px;
    padding: 12px;
    width: 174px;
    height: 133px;
    place-content: center;
    display: grid;
    text-align: center;
}

.timesheetsTotalTimeRedModalDiv {
    background-color: #FEF3F3;
    border-radius: 4px;
    padding: 12px;
    width: 174px;
    height: 133px;
    place-content: center;
    display: grid;
    text-align: center;
}


.totalTimeGrayText {
    color: #6794B7;
    font-size: 14px;
    font-weight: 500;
}

.totalTimeRedText {
    color: #B76767;
    font-size: 14px;
    font-weight: 500;
}

.totalHoursGrayText {
    color: #6794B7;
    font-size: 28px;
    font-weight: 500;
}

.totalHoursBlueText {
    color: #2096EB;
    font-size: 28px;
    font-weight: 500;
}

.totalHoursRedText {
    color: #F56363;
    font-size: 28px;
    font-weight: 500;
}


.noTimeSubmittedBadge {
    background-color: #6794B7;
    font-size: 12px;
    font-weight: 400;
}

.timeSubmittedBadge {
    background-color: #73D071;
    font-size: 12px;
    font-weight: 400;
}

.viewModalDate {
    font-size: 18px;
    font-weight: 500;
    color: black
}

.timesheetModalCard {
    border-radius: 8px;
    background-color: white;
}

.timesheetJobText {
    color: #6794B7;
    font-size: 12px;
    font-weight: 500;
}

.timesheetJobNameText {
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.companyNameText {
    font-size: 16px;
    font-weight: 500;
}

.timesheetModalNotesDiv {
    background-color: #F3F9FE;
    padding: 20px;
    border-radius: 16px;
    height: 200px;
}

.notesDateText {
    color: #6794B7;
    font-size: 12px;
    font-weight: 400;
}

.notesDescriptionText {
    font-size: 16px;
    font-weight: 400;
    color: black;
}

.certificationRequiredEmptyDiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    height: 60vh;
    display: grid;
    place-content: center
}

.sidebar {
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    min-width: 250px;
    max-width: 250px;
    z-index: 996;
    transition: all 0.3s;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    background-color: #fff;
    padding: 0px !important;
}


.sidebar-brand:hover {
    color: #2096EB;
}


/* Scrollbar styles */
::-webkit-scrollbar {
    width: 5px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #1F5E8C;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/*

.form-check-input:checked{
    background-color: #73D071;
    border-color: #73D071;
}

.form-check-input:focus{
    border-color: transparent;
}*/


@media print {
    .myDivToPrint {
        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;
    }
}

/*financemodule*/
.financeemptydiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    height: 62vh;
    display: grid;
    place-content: center
}

.financelistdiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 59vh;
    overflow: auto
}


.finance_descriptionText {
    font-size: 12px;
    font-weight: 400;
}

.bankaccountsemptydiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    height: 71vh;
    display: grid;
    place-content: center
}

.financebankaccountslistdiv {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 20px;
    height: 68vh;
    overflow: auto
}


.financeBankPhoto {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    height: 54px;
    width: 62px;
}

.ant-form-item {
    margin-bottom: 5px;
}


.newsAndUpdatesDiv {
    display: grid;
    place-content: center;
    background-color: #F3F9FE;
    height: 100vh !important;
}

.selectTenantDiv {
    background-color: #F3F9FE;
    height: 100vh;
    padding: 70px;
}

.newsAndUpdatesSubDiv {
    background-color: #F3F9FE;
    padding: 22px;
    border-radius: 8px;
    height: 616.27px;
    overflow-y: auto;
    overflow-x: hidden;
}

.selectTenantSubDiv {
    background-color: #F3F9FE;
    padding: 22px;
    border-radius: 8px;
    height: 77vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.newsWhiteDiv {
    border-radius: 15px;
    width: 70vw;
    min-width: 250px;
    box-shadow: 19px 19px 35px 0px #6ED3F20D;
    min-height: 832px;
}

.selectTenantWhiteDiv {
    border-radius: 15px;
    min-width: 555px;
    box-shadow: 19px 19px 35px 0px #6ED3F20D;
    height: 824.35px;
}

.newsHeader {
    font-size: 20px;
    font-weight: 500
}

.newTitle {
    font-size: 16px;
    font-weight: 700
}

.newsSubtitle {
    font-size: 14px;
    font-weight: 400;
}

.termsBlueDiv {
    background-color: #F3F9FE;
    padding: 28px;
    border-radius: 16px;
}

.termsWhiteDiv {
    padding: 28px;
    border-radius: 8px;
    background-color: white;
    height: 630px;
    overflow-y: auto;
    overflow-x: hidden;
}

.termsModalTitle {
    font-size: 14px;
    font-weight: 700;
    color: black;
}

.termsModalSubtitle {
    color: #597890;
    font-size: 12px;
    font-weight: 400
}


.jobContactsBlueDiv {
    background-color: #F3F9FE;
    color: #6794B7;
    border-radius: 15px;
    height: 42vh;
    overflow-y: auto
}

.jobContactsTitle {
    font-size: 12px;
    font-weight: 500;
    color: #6794B7
}


.tbody, td, tr {
    font-weight: 400;
    font-size: 12px;
}


.timesheetsActiveBadge {
    max-width: fit-content;
    display: initial;
    background-color: #73D071;
    color: white;
    font-size: 8px;
    border-radius: 100px;
}

.ant-tabs-nav .ant-tabs-nav-animated {
    border: none;
}

.wrapper-workspace,
.wrapper-wo-search,
.wrapper-wi-tabs{
    padding: 20px;
    overflow-y: scroll;
    margin-bottom: 8px;
    background: #F3F9FE;
    border-radius: 16px;
}


.wrapper-wi-tabs {
    height:68vh;
}


/*
    
.inner-workspace {
    height: 69vh;
    overflow: auto;
    overfloow-x: hidden;
}
*/

.interviewPreviewSubtext {
    font-size: 14px;
    font-weight: 400;
    color: black;
}

.btn-success {
    background-color: #73D071;
    border-color: #73D071;
}

.btn-sm {
    font-size: 12px !important;
}


.tabTitle {
    font-size: 14px;
    font-weight: 500;
}


.shadow {
    box-shadow: 19px 19px 35px 0px #6ED3F20D !important;
}

.employeePhoto {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

.nav-link {
    color: black !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-radius: 100px;
    background-color: white;
    color: #2096EB;
}

.modal-header {
    padding: 20px !important;
}

.b-numeric-handler-wrap {
    display: none;
}

.form-control {
    border: 0;
    background-color: transparent;
}

.classBadge {
    border-radius: 100px;
    width: 79.93px;
    height: 33px;
    background-color: #F3F9FE;
    place-content: center;
    display: grid;
}

.modal-footer {
    text-align: center;
}

.nav-tabs {
    border-bottom: 2px solid #E6E9EC;
}

.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 #1F5E8C;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        color: #1F5E8C !important;
    }

.nav-tabs .nav-link {
    margin-bottom: 0;
    border-bottom: 0;
}

.timesheet-nav a {
    padding: 0.5rem 5px !important;
}

.ql-editor {
    background-color: #F9FDFF;
    max-height: 57vh;
}

.ql-container.ql-snow {
    border: 1px solid #DAE9EE !important;
}

.ql-toolbar.ql-snow {
    border: 1px solid #DAE9EE !important;
}

/*.sidebar-link, a.sidebar-link {
    padding: 0.75rem !important;
    align-items: center;
}*/

/* This code is goes to app.css*/

/*.sidebar-item .sidebar-link.active:hover, .sidebar-link:hover {
    background-color: #FFFFFF !important;
}*/



.addUnrosteredModalPillDiv {
    background-color: #F3F9FE;
    color: #6794B7;
    border-radius: 15px;
    height: 35vh;
    overflow-y: auto;
    padding: 20px
}


/*userphoto*/

.xs-Photo {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #DBEBFF;
}

.xs48-Photo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #DBEBFF;
}

.sm-Photo {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #DBEBFF;
}


.md-Photo {
    vertical-align: middle;
    height: 168px;
    width: 167px;
    border-radius: 50%;
    background-color: #DBEBFF;
}

/*companyphoto*/

.xs-companyPhoto {
    width: 48px;
    height: 32px;
    border-radius: 8px;
    background-color: #DBEBFF;
}


/*messages*/
.senderText {
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.messagePreviewText {
    font-size: 10px;
    font-weight: 400;
    color: #6794B7;
}

.messageEmployeeBadge {
    background-color: #7E71D0;
    font-size: 10px;
    border-radius: 100px;
    color: white;
}


.messageOnHireStaffBadge {
    background-color: #F88216;
    font-size: 10px;
    border-radius: 100px;
    color: white;
}


.messageApplicantBadge {
    background-color: #1F5E8C;
    font-size: 10px;
    border-radius: 100px;
    color: white;
}

.messageContactBadge {
    background-color: #FBB80E;
    font-size: 10px;
    border-radius: 100px;
    color: white;
}

.groupMessage-Photo {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #DBEBFF;
    margin-left: -15px;
}


.messageTimeStamp {
    font-size: 10px;
    border-radius: 100px;
    color: #A2C3CE;
}

.messageHr {
    color: #D0E2F1;
    height: 1.5px
}

.messageLineDateTimeStamp {
    background-color: white;
    text-align: center;
}

.sendMessageText {
    font-size: 12px;
    border-radius: 100px;
    color: #A6D8FC;
}

.myMessageCard {
    background-color: #2096EB;
    padding: 8px 16px 8px 16px;
    border-radius: 8px 8px 0px 8px;
    display: grid
}

.senderMessageCard {
    box-shadow: 0px 4px 4px #EBF5F9;;
}

.senderMessageContent {
    font-size: 12px;
    font-weight: 400;
    color: black
}


.groupMessageBadge {
    background-color: #F3F9FE;
    color: #2096EB;
    border-radius: 100px
}

.unreadMessageBadge {
    max-width: fit-content;
    display: initial;
    background-color: #2096EB;
    color: white;
    font-size: 9px;
    border-radius: 100px;
}

.deletedMessageBadge {
    max-width: fit-content;
    display: initial;
    background-color: #F56363;
    color: white;
    font-size: 9px;
    border-radius: 100px;
}

.historyBadge {
    max-width: fit-content;
    display: initial;
    background-color: #6794B7;
    color: white;
    font-size: 9px;
    border-radius: 100px;
}


/*standard photo/logo styles*/

.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;
}

/*@media (max-width: 1199px) {*/
.sidebar.sidebar-collapsed {
    min-width: 70px !important;
    max-width: 70px;
}

.sidebar-collapsed .sidebar-item-title {
    display: none;
}

.sidebar-collapsed .sidebar-item {
    align-content: center;
    justify-content: center;
}

.sidebar-collapsed .collapse-button-text {
    display: none;
}

.sidebar-collapsed .collapse-right {
    display: block !important;
}

.sidebar-collapsed .collapse-left {
    display: none;
}

.collapse-left {
    display: block;
}

.collapse-right {
    display: none !important;
}

.collapse-button-text {
    display: block;
    color: black;
}

.sidebar.sidebar-collapsed .sidebar-bottom {
    min-width: 70px !important;
    max-width: 70px !important;
}

.sidebar {

}

.main-body-custom {
    background-color: #F3F9FE;
    padding-left: 95px;
    height: 100vh;
    padding-right: 20px;
    overflow: hidden;
}

.sidebar-collapsed .master-header-photo {
    background-image: url('../images/HCM-CLIENT-CLS.svg');
    background-size:50px;
}

.sidebar-collapsed .collapse-logo {
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding: 10px;
    height:90px;
}
.collapse-logo {
    padding: 20px;
}

.master-header-photo {
    height: 50px;
    width: 100%;
    border-radius: 4px;
    background-image: url('../images/MicrosoftTeams-image.png');
    background-repeat: no-repeat;
    background-position: left;
}

/*}*/

@media (min-width: 1200px) {
    .main-body-custom {
        background-color: #F3F9FE;
        height: 100vh;
        padding-right: 20px;
        overflow: hidden;
    }

    /* .collapse-left{
         display: none !important;
     }*/
}



/*otp custom style*/
.bgWhite {
    background: white;
    box-shadow: 0px 3px 6px 0px #cacaca;
}

.title {
    font-weight: 600;
    margin-top: 20px;
    font-size: 24px
}

.customBtn {
    border-radius: 0px;
    padding: 10px;
}

form input {
    display: inline-block;
    width: 45px;
    height: 45px;
}

.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;
}

.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,
.classificationCards {
    border-radius: 8px;
    background-color: white;
    cursor: pointer;
    transition: 0.2s;
    z-index: 1;
}

.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;
}

.sidebar-collapsed .sidebar-title {
    display:none !important;
}
.for-approval {
    background-color: #FBB80E;
    border-radius: 0px 0px 8px 8px;
    padding: 8px;
    margin-top: 8px;
}
.job-details-card-list {
    background-color: #F3F9FE;
    border-radius: 16px;
    padding: 15px;
    height: auto;
}



.main-sidebars {
    background-color: #e1edf8 !important;
    overflow-y: hidden;
    position: inherit;
    max-width: 250px;
    width:250px;
    height:100vh;
}

.w-400 {
    width: 400px;
}


.main-header2 {
    height: 90px;
    transition: .5s;
}

.sidebar-collapsed {
    min-width: 70px;
    max-width: 70px;
    transition: .5s;
}

.parent-spacing {
    margin: 0px 30px;
    border-radius: 24px;
}

.list-div {
    background-color: white;
    padding: 22px !important;
    border-radius: 24px;
    height: 89vh;
}


.input-style {
    background-color: #F3F9FE;
    border-bottom: solid 2px #D0E2F1;
}

.btn-g {
    border: 0;
    max-width: 176px;
    width: 176px;
    padding: 10px;
    border-radius: 8px;
}

.save {
    background-color: #73D071 !important;
    color: #fff !important;
    font-weight: 500 !important;
}

.cancel {
    background-color: #F3F9FE !important;
    color: #73D071 !important;
    font-weight: 500 !important;
}

.search-bar-signin .bg-foam {
    height:43px !important;
    max-height:43px !important;
}

.b-layout-header {
    z-index: 2;
}
/*main sidebar*/
.b-layout-root>.b-layout-sider {
    z-index: 101;
}
/*sub sidebar*/
.b-layout-sider {
    z-index: 100;
}

.b-layout-sider {
    z-index: 100;
}

table .header-fixed {
    z-index:1 !important;
}
@media only screen and (max-width: 1575px) and (min-width: 1251px) {
    .w-400 {
        max-width: 300px;
    }

    .main-header2 {
        height: 90px;
        margin-left: 80px;
        margin-right: 30px;
    }

    .parent-spacing {
        border-radius: 24px;
        margin-left: 80px;
        margin-right: 30px;
    }

    .parent-timesheet {
        margin-right: 30px;
        margin-left: 111px;
        border-radius: 24px;
    }

    .list-div {
        background-color: white;
        padding: 30px !important;
        border-radius: 24px;
        margin-right: 30px;
        margin-left: 80px;
        height: 89vh;
    }

    .main-sidebars {
        position: absolute;
    }

    .subsidebar {
        margin-left: 80px !important;
    }
}

.timesheets-tabs ul {
    background: #E1EEFA !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 li {
    padding: 4px 5px !important;
}


.timesheets-tabs ul li a {
    color: #6794B7 !important;
}

.timesheets-tabs ul li .active {
    color: #2096EB !important;
    font-weight: 500;
}

.timesheet-headers {
    flex: 2 !important;
}

.timesheet-headers ~ .header-user-controls {
    flex: 1 !important;
}

#dot-container {
    width: 1px;
    height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: start;
}


.unavail-tabs ul li {
    padding:0px;
}

.unavail-tabs ul {
    background: none !important;
    border-radius: 0px !important;
    border-bottom:0px;
    min-width:200px;
    max-width:250px;
    width:200px;
}

.unavail-tabs .tab-content {
    padding: 10px;
}
#dot-container::after {
    content: "";
    animation: loading-animation 1s linear infinite;
}

@keyframes loading-animation {
    0% {
        content: "";
    }

    25% {
        content: ".";
    }

    50% {
        content: "..";
    }

    75% {
        content: "...";
    }
}

.employee-nav {
    background: #F3F9FE;
    border-radius: 100px;
    padding:0.5rem 0px;
}

.btn-timesheet-list {
    max-width: 100px;
    padding: 4px 20px;
    color: #ffff;
}


.timesheet-list-card {
    background-color: #F3F9FE;
    border-radius: 16px;
}

.rostered-time {
    flex-basis: 50%;
}

.timesheet-header {
    border-bottom: solid #D0E2F1 1px;
}

.date-header {
    flex-basis: 30%;
    border-right: 2px solid #D0E2F1;
    padding: 17px 12px;
}

.date-header1 {
    flex-basis: 30%;
    border-left: 2px solid #D0E2F1;
    padding: 8px 12px;
}

.time-sheet-content .time-record {
    margin: 0px 12px;
    padding: 10px;
    flex-basis: 45%;
}

.staff-card-cp {
    width:100%;
}

/*.change-password {
    display: grid;
    place-items: center;
    height: 100vh;
}

.change-password-wrapper {
    background-color: white;
    border-radius: 15px;
    width: 55vh;
    box-shadow: 19px 19px 35px 0px #6ED3F20D;
    padding: 3rem;
}*/

.widgets-listed .widgets-card:hover,
.widgets-listed .widgets-card:hover p,
.widgets-listed .widgets-card:hover i,
.widgets-listed .widgets-card:hover .title {
    background-color: #1F5E8C !important;
    color: #ffff !important;
}

.widgets-listed .widgets-card .text-widgets p {
    text-align: end !important;
}

.help {
    background-color: #38C1CA;
    height: 32px;
    width: 32px;
}

.help i {
    color: #ffff;
    font-weight: 600;
}

.staff-listed-d-none-border .nav-tabs {
    border-bottom:none !important;
}

.active-button {
    background-color: #1F5E8C !important;
    color:#ffff;
}

.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;
}

.label-long {
    width:20%;
}

.label-short {
    width:12%;
}

.main-sidebars {
    z-index:2;
}

@media screen and (max-width: 1360px) and (min-width: 1251px) {
    .timesheet-info {
        flex-basis:56% !important;
    }
    .timesheet-stats {
        flex-basis:61% !important;
    }

    .label-long {
        width: 15%;
        font-size:10px;
    }

    .label-short {
        width: 14%;
        font-size: 10px;
    }
    .totalnet-hours {
        font-size:10px;
    }

    .table-signout table .b6-text {
        font-size: 12px !important;
    }
    .table-signout table .b9-text {
        font-size:10px !important;
    }
    .xs-round-img {
        width: 30px !important;
        height: 30px !important;
    }

    .table-signout table td{
        font-size:10px;
    }
}


@media screen and (max-width: 1567px) and (min-width: 1251px) {
}


.sub-sidebar {
    border-radius: 20px;
    height: 89vh;
    width: 18.625rem;
    background-color: #ffff;
}

.sub-sidebar-item {
    padding: 10px 16px;
    background-color: #fff;
    cursor: pointer;
}

    .sub-sidebar-item .sub-sidebar-link {
        text-decoration: none;
        color: #000000;
        font-weight: 500;
    }


.icon-menu {
    max-width: 30px;
    max-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 12px;
}

.sub-sidebar-item .icon-menu {
    border: 2px solid #1F5E8C;
    color: #1F5E8C;
    border-radius: 50%;
}

.sub-sidebar-item.active .icon-menu,
.sub-sidebar-item:hover .icon-menu {
    background: #1F5E8C;
    color: #fff;
}

.sub-sidebar-item.active,
.sub-sidebar-item:hover {
    background: #F3F9FE;
}

.subsidebar-iconColor {
    color: #1F5E8C;
}

.bg-lightblue-paycycle {
    background: #31C3C3;
}

.lead {
    display: none;
}

.group-parent:hover .lead {
    display: block;
}


.green-toggle .form-check-input {
    box-shadow: none !important;
    background-color: #FDDEDE;
    background-image: url("/images/svg/reddot.svg") !important;
    border: #FDDEDE !important;
    padding: 2px;
    align-content:center;
}

    .green-toggle .form-check-input:focus {
        box-shadow: none !important;
        background-color: #FDDEDE;
        border: #FDDEDE;
        background-image: url("/images/svg/reddot.svg") !important;
        padding: 2px;
    }

    .green-toggle .form-check-input:checked {
        background-color: #73D071 !important;
        border: #73D071;
        background-image: url("/images/svg/green.svg") !important;
        outline: 0;
    }

.green-toggle .form-switch .form-check-input:checked {
    background-image: url("/images/svg/green.svg") !important;
}

.selectedentitlement td {
    background-color: #D9EEEF;
    color: #000000;
    font-weight: 500;
}

@media screen and (max-width: 1575px) and (min-width: 1251px) {
    .sub-sidebar {
        border-radius: 20px;
        height: 89vh;
        margin-left: 80px;
        width: 16.625rem;
        background-color: #ffff;
    }
}


/*New Css*/



.workspace-content {
    border-radius: 16px;
    background: #F3F9FE;
    padding: 16px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 74.3vh;
    margin-bottom: 12px;
}




.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;
}




/*style="
    height: calc(100% - 132.8px) !important;
"*/
/*SYNC FROM SAAS STYLING - 07/01/2024*/
.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;
    }

.border-radius-16 
{
    border-radius: 16px;
}

.custom-input-number::-webkit-outer-spin-button,
.custom-input-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/*time sheet header custom*/

.custom-header {
    background:#ffffff;
    padding:12px;
    border-radius:12px;
}

.custom-header:nth-child(1) p:nth-child(1) {
    font-size:10px;
}

.custom-header:nth-child(1) p{
    font-size: 18px;
    font-weight:500;
}

.timesheet-list ul li {
    padding: 12px;
    margin: 0px 12px !important;

}

.time-sheet-height {
    height: calc(100% - 78px);
}


.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;
}

.indicator-timesheet {
    display:none;
}

.paycycle-timesheet-header:hover .indicator-timesheet {
    display:block;
}
.custom-datepicker .ui-datepicker-header {
    background: #1F5E8C !important;
    border-bottom: 1px solid #1F5E8C !important;
}
.custom-datepicker td a:hover {
    background: #1F5E8C !important;
    border: solid #1F5E8C 1px !important;
}
.ui-icon {
    width: auto;
    height: auto;
}

.ui-datepicker {
    min-width:272px;
}

.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;
    top: 0px;
}

.ui-datepicker .ui-datepicker-prev span {
    left: 17px;
}

.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;
}

.bg-entitlement {
    background: #71BFD0;
}

.calendar-dashboard {
    border-right: solid #D0E2F1 2px;
    padding-right: 24px;
    min-width: 300px;
    max-width: 210px;
    margin-left: 20px;
    width: 100%;
}

.calendar-dashboard .calendar-week .calendar-day {
    padding: 0;
    height: 28px;
    align-content: center;
}

    .form-control:focus {
        outline: 0;
        box-shadow: 0 0 0 0 !important;
    }

.numberic-allowance-field .b-numeric input {
    text-align:right;
}

textarea {
    outline: none;
    border: none;
    color: black;
}
