html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
    font-family: Inter;
}

body {
    /*margin-bottom: 60px;*/
}

.swal2-styled.swal2-confirm {
    background-color: #6160FF !important;
}

.swal2-icon {
    border: 5.25em solid transparent !important;
    border-color: #6160FF !important;
    margin: -5em auto 2em !important;
    box-sizing: inherit !important;
}
.mt-80px{
    margin-top:80px!important;
}

.btn-vodafone {
    color: white;
    background-color: #6160FF;
    padding: 12px;
}

.borderradius-10 {
    border-radius: 10px;
}

.form-check-input:checked {
    background-color: #6160FF !important;
    border-color: #6160FF !important;
}

.color-vodafone {
    color: #E60000;
}

.color-pdksblue {
    color: #2D3748;
}

.login-input {
    border-radius: 12px;
    height: 50px;
    border: 1px solid #f5f5f5;
}

.loginFormInp {
    padding-left: 70px;
}

.loginPhoneReqOne {
    position: absolute;
    top: 85px;
    left: 37px;
}
.loginPhoneReqPswrd {
    position: absolute;
    top: 55px;
    left: 37px;
}

.loginPhoneRedReqImg {
    position: absolute;
    top: 85px;
    left: 10px;
}

.logImgActive{
    display:block;
}
.logImgPassive {
    display: none;
}

.loginPageRememberMePass {
    position: absolute;
    top: 54px;
    left:10px;
}

.loginPageRememberMe {
    top: 19px;
    z-index:99;
}

.w-500px {
    width: 500px;
}

.mt-50px {
    margin-top: 50px !important;
}
/*.pB-100 {
    padding: 125px 75px;
}*/

.pB-100 {
    padding: 85px 75px;
}
/*Login Left Box*/
.loginLeftBox {
    background: #F9F9FC;
}

.leftInsideBox {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    height: 90%;
}


.loginLogoBox {
    position: relative;
    top: -75px;
}

.passwordInp {
    width: 100%;
    border-radius: 12px !important;
}

.passwordBtn {
    border: none;
    background: #fff0;
    position: absolute !important;
    right: 9px;
    top: 5px;
    padding: 0px;
    z-index: 999 !important;
    font-size: 27px;
}

.loginBtnBox {
    position: relative;
    top: 100px;
}

.logBord {
    border: 1px solid #D83429 !important;
    box-shadow: none !important;
}
.loginPageStyle{
    box-shadow:none !important;
}

.vodaBtn:hover {
    background: #6160FF;
    color: #fff;
}

.eysLogIcon {
    font-size: 19px;
    position: relative;
    top: -4px;
    left: -4px;
    color: dimgrey;
}

.p-t {
    position: relative;
    top: -25px;
}

.simplebar-content {
    display: flex !important;
    justify-content: center !important;
}

.navlink:hover {
    color: #6160FF !important;
}

.cardimsi {
    border-radius: 16px;
    border: 1px solid #EAECF0;
    background: #FFF;
    height: 80px;
    flex-shrink: 0;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.cardbaslik {
    color: #344054;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.exitclass {
    position: absolute;
    bottom: 130px;
}

.simplebar-wrapper {
    margin-top: 80px !important;
}

.navbar-header {
    height: 97px !important;
}


.totalPersonalRowBox {
    flex-direction: row;
    align-items: center !important;
    margin-left: 10px !important;
    margin-top: 13px !important;
}

.totalPersonalImgBox {
    width: 20% !important;
    background-color: #369fff40;
    padding: 10px;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.totalPersonalSubTitle {
    color: #bdbdbde8;
    font-weight: 500;
}

.insideStaffRowBox {
    flex-direction: row;
    align-items: center !important;
    margin-left: 10px !important;
    margin-top: 15px !important;
}

.insideStaffImgBox {
    width: 20% !important;
    background-color: #ffd14352;
    padding: 10px;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.insideStaffSubTitle {
    color: #bdbdbde8;
    font-weight: 500;
}

.staffArrivingRowBox {
    flex-direction: row;
    align-items: center !important;
    margin-left: 10px !important;
    margin-top: 5px !important;
}

.staffArrivingBox {
    width: 20% !important;
    padding: 10px;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.staffArrivingSubTitle {
    color: #bdbdbde8;
    font-weight: 500;
}

.overTimeRowBox {
    flex-direction: row;
    align-items: center !important;
    margin-left: 10px !important;
    margin-top: 16px !important;
}

.overTimeBox {
    background-color: #ff993a52;
    padding: 10px;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 20% !important;
}

.overTimeSubTitle {
    color: #bdbdbde8;
    font-weight: 500;
}

@media screen and (max-width:992px) {
    .loginLeftBox {
        width: 100%;
    }

    .loginRightBox {
        display: none;
    }
}

.incalculableRowBox {
    flex-direction: row;
    align-items: center !important;
    margin-left: 10px !important;
    margin-top: 6px !important;
}

.vh100 {
    height: 100vh;
}

.incalculableBox {
    padding: 10px;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 20% !important;
}

.incalculableSubTitle {
    color: #bdbdbde8;
    font-weight: 500;
}

.vertical-menu {
    background: #fff !important;
    top: 55px !important;
}

.logoNavbarBrandBox {
    background: #fff !important;
    border: 0px !important;
    box-shadow: none !important;
}

.main-content {
    background-color: #F9F9FC;
}

.newMainContent {
    overflow: auto !important;
}

.navbar-header {
    background-color: #F9F9FC;
}

.headerStaffBar {
    background-color: #F9F9FC !important;
}

.homePageListBox {
    border-radius: 16px;
    border: 1px solid #EAECF0;
    height: 61px;
/*    box-shadow: 0px 4px 4px 0px #00000040;*/
    line-height: 30px;
    width: 87% !important;
    margin-left: 10px;
}

    .homePageListBox a {
        left: -4px;
        top: -3px;
    }


.homePageImgBox {
    display: inline-block;
    text-align: center;
    position: relative;
    top: 3px;
    left: -6px;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #6160FF;
}

    .homePageImgBox img {
        margin-top: 8px;
        width: 21px;
        height: 21px;
    }

.homePageName {
    position: relative;
    top: 9px;
}

.leftMenuLink {
    padding-left: 15px !important;
}

.ImgBackgroundBox {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #8080802b;
}

    .ImgBackgroundBox img {
        position: relative;
        top: 7px;
        margin-left: 10px !important;
    }


.leftMenuSubTitle {
    position: relative;
    top: 8px;
    left: 4px;
    color: #A0AEC0 !important;
}

.homePageListBox .leftMenuSubTitle {
    color: #000 !important;
    font-weight: 600;
    position: relative;
    left: -2px;
}

.summaryTotalsTitle {
    color: #353535;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.checkTimeOverBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.checkTimeBox {
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #6160FF !important;
    text-align: center;
    margin-right: 10px;
}

.checkTimeImg {
    margin-top: 8px;
    width: 30px;
    height: 30px;
    flex-shrink: 0
}

.checkTimeTitleBox strong {
    margin-right: 38px;
}

.checkBreakBox {
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #6160FF !important;
    text-align: center;
    margin-right: 10px;
}

.checkBreakImg {
    margin-top: 8px;
    width: 30px;
    height: 30px;
    flex-shrink: 0
}

.checkBreakOverBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.checkBreakTitleBox strong {
    margin-right: 30px;
}

.checkOutOverBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.checkOutBox {
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #6160FF !important;
    text-align: center;
    margin-right: 10px;
}

.checkOutImg {
    margin-top: 8px;
    width: 30px;
    height: 30px;
    flex-shrink: 0
}

.checkOutTitleBox strong {
    margin-right: 38px;
}

.tableBox {
    padding-right: 40px;
}

.tableBordBox {
    border-top: 0.1px solid #80808033;
    border-bottom: 1px solid #80808033;
}

.innerBox {
    padding: 30px 0px;
    background: #fff;
    border-radius: 12px;
}




.tableHeadTitle {
    color: #667085 !important;
    font-weight: 600 !important;
    padding: 20px !important;
}

.tableRowTitle {
    color: #262626 !important;
    font-weight: 400 !important;
    padding: 20px 20px !important;
}

.employeInpBox {
    padding-left: 30px !important;
    padding-bottom: 25px !important;
}

.employeInputSearchBar {
    padding: 13px !important;
    border-radius: 15px !important;
}

.personnelTransTitle {
    font-size: 25px;
    font-weight: 600;
}

.inputInnerText {
    position: absolute;
    top: 15px;
    left: 77px;
    color: #737791;
    font-size: 14px;
}

.employeeLeftSearchBox {
    margin: 7px 0px;
    padding-left: 30px;
}


.emplooyeSearcBar {
    padding: 20px !important;
    padding-left: 25px !important;
    border-radius: 15px !important;
    border: 1px solid #e6e6e6;
}

    .emplooyeSearcBar:focus {
        outline: none;
        box-shadow: none !important;
        border-color: #e6e6e6 !important;
    }

    .emplooyeSearcBar::placeholder {
        position: relative !important;
        left: 20px !important;
        top: 0px !important;
    }

.homeSearcHome {
    padding: 10px !important;
    padding-left: 25px !important;
    border-radius: 15px !important;
    border: 1px solid #e6e6e6;
}
    .homeSearcHome:focus {
        outline: none;
        box-shadow: none !important;
        border-color: #e6e6e6 !important;
    }


    .homeSearcHome::placeholder {
        position: relative !important;
        left: 20px !important;
        top: 0px !important;
    }


.homeSearchBarRightBoxNew {
    padding: 0px 40px 0px 0px !important;
}

    .homeSearchBarRightBoxNew .searcSvg {
        position: absolute;
        top: 10px;
        left: 17px;
        width: 22px;
    }

.searcSvg {
    position: absolute;
    top: 16px;
    left: 45px;
}






.homeTotalPersonBoxNew {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px !important;
    padding-top: 0px !important;
    color: #344054;
    font-size: 18px;
    font-weight: 500;
}


    .homeTotalPersonBoxNew p {
        margin-bottom: 0px !important;
    }




.employeRightBtnBox {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline;
    padding-top: 10px;
    padding-right: 30px !important;
}

.semiBoxRightBtns {
    text-align: center;
}

.btnExcel {
    border-radius: 9px;
    border: 1px solid #6160FF;
    padding: 13px 7px;
    background: #fff;
    color: #A1A1A1 !important;
    font-size: 14px;
    font-weight: 600 !important;
}

.btnPersonAdd {
    padding: 14px 14px !important;
    margin-left: 0px;
    margin-right: 10px;
    color: #6B7A994D;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #F9FAFB;
}

.btnPersonAddPerson {
    padding: 14px 20px !important;
    margin-left: 0px;
    margin-right: 10px;
    color: #6160FF;
    border-radius: 10px;
    border: 1px solid #6160FF;
    background: #fff;
}

.btnPersonAddEmps {
    padding: 14px 20px !important;
    margin-left: 0px;
    margin-right: 10px;
    color: #6B7A994D;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #F9FAFB;
}






.updateDocIconButton {
    background: #fff;
    padding: 14px 20px;
    border-radius: 7px;
    margin-right: 10px;
    border: 1px solid #6160FF;
    color: #6160FF;
}


.downloadDocIconButton {
    background: #fff;
    padding: 14px 20px;
    border-radius: 7px;
    margin-right: 10px;
    border: 1px solid #6160FF;
    color: #6160FF;
}

.greenCircle {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #16DA4B;
    border-radius: 50%;
}

.grayCircle {
    display: block;
    width: 15px;
    height: 15px;
    background: #B1B1B1;
    border-radius: 50%;
}

.redCircle {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #FF0A0A;
    border-radius: 50%;
}

.tableRowCircle {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px !important;
    padding-bottom: 17px !important;
}

.dotsEmpText {
    font-size: 25px !important;
    padding: 0 !important;
    position: absolute;
    right: 10px;
    top: 3px;
}


.editAndDeleteBox {
    display: flex;
    flex-direction: column;
    padding: 4px 24px 7px 16px;
    position: absolute;
    right: -25px;
    top: 38px;
    background: #fbfbfb;
    border-radius: 11px;
    z-index: 99;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.tableEditBox {
    font-size: 11px;
    padding: 5px 0px;
    font-weight: 600;
}

.tableEditBoxImg {
    width: 15px;
}


.tableDeleteBox {
    font-size: 11px;
    padding: 5px 0px;
    font-weight: 600;
}

.tableDeleteBoxImg {
    width: 15px;
}



.golgeEmployeBox {
    position: absolute;
    background: #00000054;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.deleteModalBoxEmp {
    margin: 0 auto;
    position: relative;
    top: 250px;
    width: 30%;
    background: #fff;
}











.employeInputSearchBar::placeholder {
    position: relative !important;
    left: 30px !important;
    top: 2px !important;
}

.modalContainerBox {
    width: 70%;
    margin: 0px auto;
}


.behindBox {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000036;
}

.modalBox {
    position: relative;
    top: 70px;
    height: 100vh;
}

.modalCartHeader {
    background-color: #6160FF;
    height: auto;
    text-align: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    position: relative;
    padding-bottom: 50px;
}


.modalCartHeaderBoxBottom {
    position: absolute;
    bottom: 0;
}

    .modalCartHeaderBoxBottom span {
        position: absolute;
        left: 100px;
        top: -24px;
        border-bottom: 3px solid #fff;
        color: #fff;
    }


.modalCartImg {
    border: 7px solid #fff;
    border-radius: 50%;
    position: relative;
    top: 16px;
    left: 0px;
    width: 125px !important;
    height: 125px !important;
}

.imgTopImgBoxLab {
    position: relative;
}

.imgTopImgBox {
    display: inline-block;
    width: 110px;
    height: 110px;
    position: absolute;
    top: -35px;
    left: -122px;
    background: #ffffff00;
    text-align: center;
    border-radius: 50% !important;
}

.imgTopImg {
    position: relative;
    top: 5px;
}

.modalCartBox {
    background: #f9f9fc;
}

.modalCartBoxLeft {
    padding-top: 20px;
}

.modalCartBoxLeftTitle {
    font-size: 25px;
    color: #fff;
    margin-left: 0px;
    padding: 10px 0px;
    margin-bottom: 0;
}

.modalCartEditImg {
    width: 22px;
    height: 18px;
    margin-top: -6px;
}

.modalCartBoxLeftSubTitle {
    border-radius: 8px !important;
    background: #fff !important;
    color: #6160FF !important;
    width: 153px;
    height: 38px;
}

.modalInput {
    background: #fff !important;
    border-radius: 10px !important;
    margin-bottom: 24px !important;
}

.modalCartBoxRight {
    padding: 15px 120px 15px 100px;
}
/*.formBox {
    padding-right: 40px;
}*/
.lineBox {
    border-top: 1px solid #CDD7E8;
    padding-top: 20px;
    margin-top: 10px;
    font-size: 15px;
    color: #2D3748;
    font-weight: 500;
}

.programOutBox {
    margin-top: 20px;
}

.studyProgramsBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #EAECF0;
    background: #F9FAFB;
    margin-left: 10px;
}

.studyProgramsTitle {
    margin: 10px 0px;
    color: #616161;
    font-size: 18px;
}

.modalSaveBtnBox {
    text-align: right;
}


.modalUserBtnBox {
    text-align: right;
    padding: 20px 20px;
}

.modalCancelBtnUser {
    padding: 7px 27px;
    border-radius: 10px !important;
    background: #ffffff !important;
    border: 1px solid #6160FF;
    color: #6160FF;
    font-weight: 600;
    margin-right: 7px;
}

.modalSaveBtnUserPass {
    border: none;
    padding: 7px 27px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    background: rgba(97, 96, 255, 0.40);
}

.activedBtn {
    background: #6160FF;
}

.imgTopImgBox:hover {
    cursor: pointer;
}

.modalUploadInput {
    display: none;
}





#notification {
    display: none;
    background-color: #4CAF50;
    color: white;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.todaysTotalTitle {
    color: #353535;
    font-size: 16px;
    font-weight: 600;
}

.timeWorkedOutBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.timeWorkedInnerBox {
    display: inline-block;
    text-align: center;
    margin-right: 12px;
}

.timeWorkedTitleBox strong {
    margin-right: 27px;
    color: #616161;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.timeWorkedTitleBox span {
    margin-right: 10px;
}


.breakTimeOutBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.breakTimeInnerBox {
    display: inline-block;
    text-align: center;
    margin-right: 12px;
}

.breakTimeTitleBox strong {
    margin-right: 40px;
    color: #616161;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.breakTimeTitleBox span {
    margin-right: 10px;
}

.totalTimeOutBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.totalTimeInnerBox {
    display: inline-block;
    text-align: center;
    margin-right: 12px;
}

.totalTimeTitleBox strong {
    margin-right: 34px;
    color: #616161;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.totalTimeTitleBox span {
    margin-right: 10px;
}

.tableHeadPad {
    padding: 20px !important;
    color: #667085 !important;
    font-weight: 600 !important;
}

.tableBodyPad {
    padding: 20px !important;
}

.homePageTableTitleBox {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .homePageTableTitleBox p {
        color: #344054;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0px !important;
    }

.homePageTableSearcBar {
    padding: 13px !important;
    border-radius: 15px !important;
}

    .homePageTableSearcBar::placeholder {
        position: relative !important;
        left: 35px !important;
        top: 2px !important;
    }

.homePageTableSearchSvg {
    position: absolute;
    top: 10px;
    left: 25px;
}

/*Forget Password Page CSS*/

.loginForgetPasswordLogoBox {
    position: relative;
    top: -75px;
}

.passwordResetBox {
    position: relative;
    top: -40px;
}

.passwordResetTitle {
    color: #353535;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.loginPasswordFormBox {
    position: relative;
    top: 15px;
}

.verificationBox {
    position: relative;
    top: 25px;
}

.verificationTitleBox {
    color: #353535;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.forgetPasswordPhoneInput {
    padding-left: 70px;
}

.areaCodeTextBox {
    position: relative;
    top: -50px;
    color: #2D3748;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    border-right: 1px solid #E2E8F0;
    height: 49px;
    width: 65px;
    padding-top: 11px;
    flex-direction: row;
    justify-content: center;
}

.forgetPasswordSubmitBtnBox {
    position: relative;
    top: 40px;
}

.forgetPasswordCancelBtnBox {
    text-align: center;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    background: #FFF;
}

    .forgetPasswordCancelBtnBox a {
        display: inline-block;
        width: 100%;
    }



.forgetPasswordCancel {
    color: #6B7A99;
    font-weight: 600;
    border: none;
    background: none;
    padding: 12px;
}

.btn-forgetPassword {
    color: white;
    background-color: #afaefd;
    border-radius: 12px;
    height: 50px;
    border: none;
}

.forgetPasswordRequiredBox {
    display: flex;
    position: absolute;
    top: 85px;
}

.forgetPasswordRequiredText {
    color: #6160FF;
    font-size: 13px;
    font-weight: 500;
    margin-left: 7px;
}


.PasswordActive {
    background-color: #6160FF;
}

.verificationCodeLogoBox {
    position: relative;
    top: -100px;
}

.verificationCodeTitleBox {
    position: relative;
    top: -30px
}

.verificationCodeTitle {
    color: #353535;
    font-size: 20px;
    font-weight: 600;
}

.verificationCodeInnerBox {
    display: flex;
    padding: 30px 0px 0px 0px;
    justify-content: space-evenly;
    position: relative;
    top: -30px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.forgetPasApproveRequiredBox {
    position: relative;
    top: -15px;
}

.forgetPasApproveRequiredText {
    color: #6160FF;
    font-weight: 500;
    margin-bottom: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.verificationCodeCircle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 1px solid #D9D9D9;
    color: #2D3748;
    font-size: 20px;
    font-weight: 500;
}

    .verificationCodeCircle::placeholder {
        position: relative;
        left: 0px;
    }

.verificationTitleBox strong {
    color: #6160FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}



.verificationCodeCircle:focus-visible {
    outline-color: #e1e1e126;
}


.verificationCodeSubmitBtnBox {
    position: relative;
    top: 100px;
}

.verificationCodeCancelBtnBox {
    /*    position: relative;
    top: 105px;*/
    text-align: center;
}

.verificationCodeCancel {
    border: none;
    background: none;
    color: #6B7A99;
    font-size: 14px;
    font-weight: 600;
}

.forgetApprovedBtn {
    padding: 12px;
    border: none;
    background: #6160FF;
    color: #fff;
    font-weight: 500;
}


.newPasswordLogoBox {
    position: absolute;
    top: 40px;
    left: 120px;
}

.passwordBox {
    position: relative;
    top: 40px;
}

.newPasswordRequiredBox {
    position: relative;
    top: 42px;
}

.newPasswordInpBox {
    position: relative;
    display: flex;
    flex-direction: column;
}

.newPasswordInp {
    border-radius: 15px;
    padding: 11px 15px;
    border: 1px solid #E2E8F0;
    outline: none;
}


.newPasswordRequiredTextBox {
    color: #E60000;
    font-size: 12px;
    font-weight: 500;
    margin-top: 7px;
}


.warnIconBox {
    position: relative;
    top: 45px;
}

.warnIconListBox {
    list-style: none;
    padding-left: 0;
}

.newPasswordBtnBox {
    position: relative;
    bottom: -100px;
}

.newPasswordBtn {
    border-radius: 12px;
    background: #6160FF66;
    padding: 13px;
    border: none;
    color: #fff;
}

.newPasswordBtnCheck {
    background: #6160FF !important;
}

.newPasswordCancel {
    border: none;
    background: #fff;
    color: #6B7A99;
    font-size: 14px;
    font-weight: 600;
}







.toggle-password {
    cursor: pointer;
    user-select: none;
}

.eyeToggleIcon {
    display: inline-block;
    width: 21px;
    position: absolute;
    right: 16px;
    top: 44px;
    font-size: 17px;
}

.newPasswordSuccessLogoBox {
    position: absolute;
    top: 40px;
    left: 131px;
}

.succesLogoBox img {
    margin-bottom: 20px;
}


.successTitleBox {
    color: #353535;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.successSubTitleBox {
    color: #353535;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.successBtnBox {
    position: relative;
    top: 85px;
}

.loginSuccessBtn {
    border-radius: 12px;
    background: #6160FF;
    padding: 12px 14px;
    border: none;
    color: #fff;
}

    .loginSuccessBtn:hover {
        background: #6160FF;
        color:#fff;
    }

    .redBordered {
        border: 1px solid #6160FF;
    }

.commonStyle {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.commonInpStyle {
    border-radius: 15px;
    border: 1px solid #E2E8F0;
    background: #F5F5F5;
    padding: 12px 7px;
}

    .commonInpStyle:focus-visible {
        outline: none;
    }


.labStyle {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

    .labStyle::after {
        content: "*";
        color: red;
        margin-left: 3px;
    }

.modalBtnBoxEmp {
    text-align: right;
    padding: 30px 15px 0px 15px
}


.modalCancelBtnEmp {
    padding: 8px 32px;
    border-radius: 10px !important;
    background: #ffffff !important;
    border: 1px solid #6160FF;
    color: #6160FF;
    font-weight: 600;
}

.modalAddBtnEmp {
    padding: 9px 32px;
    border-radius: 10px;
    border: none;
    background: rgba(97, 96, 255, 0.4) !important;
    color: #fff;
    margin-left: 10px;
}

.modalAddBtnEmpActive {
    background: #6160FF !important;
    padding: 9px 32px;
    border-radius: 10px;
    border: none;
    color: #fff;
    margin-left: 10px;
}


@media screen and ( max-height: 710px ) {
    .pB-100 {
        padding: 35px 75px !important;
    }

    .leftInsideBox {
        height: 100% !important;
    }
}

.redRequiredCircleBord {
    border: 1px solid #6160FF;
}

.nav {
    --bs-nav-link-color: #A1A1A1 !important;
}

.nav-link:focus, .nav-link:hover {
    color: black !important;
}

.nav-item {
    margin-right: 35px !important;
    font-weight: 700 !important;
    color: #A1A1A1 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #F9F9FC !important;
    border-bottom: 2px solid #6160FF !important;
    color: black !important;
    border-radius: 0px !important;
    font-weight: 700 !important;
}

.btn-close {
    color: white !important;
    --bs-btn-close-color: white !important;
}

.empTableHeadRows th {
    padding: 20px !important;
    color: #6B7A99 !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize !important;
}


.empTableRows tr:nth-child(even) {
    background: #F9FAFB;
}

.empTableRows tr td {
    padding: 20px !important;
}

.homePageTableHeadBox th {
    padding: 20px !important;
    color: #6B7A99 !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize !important;
}

.homePageTableBodyBox tr:nth-child(odd) {
    background: #F9FAFB;
}

.homePageTableBodyBox tr td {
    padding: 20px !important;
}




.paginationBoxesEmp {
    padding: 0px 7px 0px 0px;
}

.empTableRowPerson {
    display: table-row;
}

    .empTableRowPerson td {
        display: table-cell;
        vertical-align: sub;
    }

.homeTotalPersonRowBoxNew {
    padding: 30px 0px;
}

.newCardHomePage {
    height: 100% !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.paginationBoxesHome {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.newColsHome {
    width: 20% !important;
}

.cardimsiRedBord {
    border: 1px solid #6160FF;
}

.newNavbarHeader {
    position: relative;
    justify-content: normal !important;
}

.userDropdownMenuBox {
    position: absolute;
    right: 0;
}

.headerNameUserBox {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-left: 30px;
    padding-top: 30px;
}

.headerLogoBox {
    margin-right: 15px;
    margin-top: -2px;
}

    .headerLogoBox img {
        width: 60px;
        background: #fff;
        padding: 5px;
        border-radius: 16px;
        box-shadow: 1px 3px 7px 1px #6767674a;
    }

.headerNameUserBoxTitle {
    color: #353535;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 3px;
}

.headerNameUserBoxDateTitle {
    color: #B7B9C1;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    margin-top: -5px;
}

.headerProfilUserNew {
    height: 52px !important;
    width: 52px !important;
    background: none !important;
    margin-right: 0px !important;
}

.newUserProfileBord {
    border: none !important;
    outline: none !important;
}

.newUserProfileCard:focus-visible {
    border: none !important;
    outline: none !important;
}

.newUserProfileBord:hover {
    border: none !important;
    outline: none !important;
}

.userNameTitleHome {
    margin-top: 5px;
}


/*Shift Calendar Section Style*/

.shiftCalendarSectionBox {
    padding: 30px 0px;
    background: #fff;
    border-radius: 12px;
}

.shiftDateInpBox {
    padding-left: 30px !important;
    position: relative;
}

    .shiftDateInpBox .searcSvg {
        position: absolute;
        top: 10px;
    }

.shiftDateInp::placeholder {
    position: relative !important;
    left: 45px !important;
}

.shiftDateInp {
    padding: 14px !important;
    padding-left: 5px !important;
    border-radius: 15px !important;
}


.bulkTransactionsInp {
    padding: 10px !important;
    padding-left: 5px !important;
    border-radius: 15px !important;
}

    .bulkTransactionsInp::placeholder {
        text-align: center !important;
    }


.shiftDateRightBtnBox {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding-left: 0px !important;
}

.shiftDateRightBtnBoxTitle {
    color: var(--gray-blue-grey-blue-60, #6B7A99);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 0px 17px;
}

.shiftDateRightBtnOne {
    border: 2px solid #f0f0f0;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.shiftDateRightBtnTwo {
    border: 2px solid #f0f0f0;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.shiftDateTableSection {
    padding: 30px 0px;
}

.tableOverf {
    overflow-x: auto;
    min-height:65vh;
}

.shiftDateTable {
    border: 1px solid #EAECF0;
    min-width: 1575px;
}

    .shiftDateTable thead tr th {
        padding-top: 20px;
        font-size: 14px;
        font-weight: 700;
        color: #6B7A99;
        text-align: left;
        border-top: 6px solid #f9f9fc;
        /*border-right: 6px solid #f9f9fc;*/
        border-bottom: 6px solid #f9f9fc ;
    }

    .shiftDateTable tbody tr td {
        padding-top: 10px;
        color: #667085;
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        border-top: 6px solid #f9f9fc;
        /*border-right: 6px solid #f9f9fc;*/
        border-bottom: 6px solid #f9f9fc !important;
    }


.shiftAddCheckboxOne {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #DBDBDB !important;
    margin-right: 10px;
    background: #F2F4F7 !important;
}


.maxWidtTab {
    max-width: 120px;
    border-right: 1px solid #e5e5e7;
    position: relative;
}


.shiftPictureImg {
    margin-right: 9px;
    width:32px;
    height:32px;
}

.tableDayDateBox {
    display: flex;
    justify-content: center;
}

.tableDayIcon {
    width: 24px;
    height: 24px;
}

.tableMaxWidth {
    max-width: 170px;
}

.thSpTitle {
    position: relative;
    top: -5px;
}

.tableDayOuterBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*border: 3px solid #33bfff;*/
    padding: 8px;
}

.tableLeftInnerBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}


    .tableLeftInnerBox span {
        font-size: 12px;
    }

.bord-div.bord-0 {
    border: 3px #33BFFF solid;
}

    .bord-div.bord-0 > div > .bord-images,
    .bord-div.bord-1 > div > .bord-images,
    .bord-div.bord-2 > div > .bord-images,
    .bord-div.bord-3 > div > .bord-images,
    .bord-div.bord-4 > div > .bord-images,
    .bord-images-0, .bord-images-1, .bord-images-2, .bord-images-3, .bord-images-4 {
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bord-div.bord-0 > div > .bord-images, .bord-images-0 {
        background-image: url('/assets/images/normal.svg');
    }

.bord-div.bord-1 > div > .bord-images, .bord-images-1 {
    background-image: url('/assets/images/icon/morning.svg');
}

.bord-div.bord-2 > div > .bord-images, .bord-images-2 {
    background-image: url('/assets/images/icon/time.svg');
}

.bord-div.bord-3 > div > .bord-images, .bord-images-3 {
    background-image: url('/assets/images/icon/cloudy-night.svg');
}
.bord-div.bord-4 > div > .bord-images, .bord-images-3 {
    background-image: url('/assets/images/tabCalendar.svg');
}

.bord-div.bord-0 > .bord-box > span > .bord-btn {
    border-radius: 5px;
    background: #33BFFF;
    border: none;
    margin-bottom: 9px;
    color: #fff;
}

.bord-div.bord-1 {
    border: 3px #31c320 solid;
}


    .bord-div.bord-1 > .bord-box > span > .bord-btn {
        border-radius: 5px;
        background: #31c320;
        border: none;
        margin-bottom: 9px;
        color: #fff;
    }


.bord-div.bord-2 {
    border: 3px #FF6633 solid;
}


    .bord-div.bord-2 > .bord-box > span > .bord-btn {
        border-radius: 5px;
        background: #FF6633;
        border: none;
        margin-bottom: 9px;
        color: #fff;
    }

.bord-div.bord-3 {
    border: 3px #e62e7b solid;
}


    .bord-div.bord-3 > .bord-box > span > .bord-btn {
        border-radius: 5px;
        background: #e62e7b;
        border: none;
        margin-bottom: 9px;
        color: #fff;
    }
.bord-div.bord-4 {
    border: 3px solid #ffffff;
}


    .bord-div.bord-4 > .bord-box > span > .bord-btn {
        border-radius: 5px;
        background: #ffffff;
        border: none;
        margin-bottom: 9px;
        color: #fff;
    }

.tableDayBtnBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tabDayBtnMorn {
    border-radius: 5px;
    background: #33BFFF;
    border: none;
    margin-bottom: 9px;
    color: #fff;
}

.tabDayBtnEvn {
    border-radius: 5px;
    background: #33BFFF;
    border: none;
    color: #fff;
}


.daysBorderd {
    padding: 0px !important;
}



.userNameSubTitleHome {
    color: #667085;
    font-size: 14px;
    font-weight: 400;
}

.userTabOuterBox {
    position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.clockTabOuterBox {
    position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}


.offDayOuterBox {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.evnBtnBack {
    background: #ff6633;
}

.dayGrenBack {
    background: #31c320 !important;
}

.blueBord {
    border: 3px solid #33bfff;
}

.greenBord {
    border: 3px solid #31c320;
}

.orangeBord {
    border: 3px solid #FF6633;
}

/*CalendarPageSection*/

.calendarSectionBox {
    padding: 30px 0px;
    background: #fff;
    border-radius: 12px;
}

.calendRows {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.calenderBtnBox {
    padding-left: 30px;
}

.calenderPageBtn {
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    padding: 7px 12px;
    color: #6B7A99;
    text-align: center;
    background: #fff;
}

.calenderPageImg {
    margin-left: 10px;
}

.calenderDateCenterBtnBox {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding-left: 0px !important;
}

.calenderDateCenterBtnOne {
    border: 2px solid #f0f0f0;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.calenderDateCenterBoxTitle {
    color: var(--gray-blue-grey-blue-60, #6B7A99);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 0px 17px;
}

.calenderDateCenterBtnTwo {
    border: 2px solid #f0f0f0;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.calenderDateTotalTimeCol {
    text-align: right;
    padding-right: 40px !important;
}

.calenderDateTotalTimeBox p {
    margin-bottom: 0px;
}


.calenderDateTableSection {
    padding: 30px 0px;
}

.calenderTableOverf {
    overflow-x: auto;
}

.calenderDateTable {
    border: 1px solid #EAECF0;
    min-width: 1575px;
}

    .calenderDateTable thead tr th {
        padding-top: 20px;
        font-size: 14px;
        font-weight: 700;
        color: #6B7A99;
        text-align: left;
        border-top: 6px solid #f9f9fc;
        border-right: 6px solid #f9f9fc;
        border-bottom: 6px solid #f9f9fc;
    }

    .calenderDateTable tbody tr td {
        padding-top: 10px;
        color: #667085;
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        border-top: 6px solid #f9f9fc;
        border-right: 6px solid #f9f9fc;
        border-bottom: 6px solid #f9f9fc;
    }

.maxWidtTabCalender {
    max-width: 120px;
    border-right: 1px solid #e5e5e7;
    position: relative;
}


.calenderTDOBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px;
}

.calenderTLIBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 20px 0px;
}

    .calenderTLIBox span {
        font-size: 12px;
    }

.calenderTDIcon {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}

.calenderTDBBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0px 30px;
}

.calenderTDBMorn {
    border-radius: 5px;
    background: #33BFFF;
    border: none;
    margin-bottom: 9px;
    color: #fff;
}

.calenderTDBEvn {
    border-radius: 5px;
    background: #33BFFF;
    border: none;
    color: #fff;
}

.calenderOffDOBox {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 65px;
}

    .calenderOffDOBox img {
        width: 32px;
        margin-bottom: 15px;
    }

.calenderTDCBox {
    display: flex;
    flex-direction: column;
    padding: 10px 0px 30px;
    margin-left: 30px;
}

.calenderTDTBox {
    padding-bottom: 20px;
}

.calenderBackBord {
    border: 3px solid var(--green-green, #29CC39);
    background: var(--green-green-5, rgba(41, 204, 57, 0.05));
}

.calenderBackRedBord {
    border: 3px solid #E62E7B;
    background: rgba(230, 46, 123, 0.05);
}

.calenderBtnBackBord {
    background: #E62E7B !important;
}

.totalShiftDropBox {
    border-radius: 15px;
    border: 1px solid var(--gray-gray-200, #E2E8F0);
    background: var(--black-amp-white-white, #FFF);
    padding: 13px;
}

.totalShiftSelect {
    position: relative;
}

.shiftCalenPageImg {
    position: absolute;
    right: 4px;
    top: 10px;
    background: #fff;
    padding: 8px;
}

.totalShiftDropBox img {
    width: 23px
}

.totalShiftAddOneBox {
    padding-bottom: 35px;
}

.totalShiftAddTwoBox {
    padding-bottom: 35px;
}


.totalShiftAddTwoLeftBox span {
    color: #616161;
    font-family: Inter;
    margin-bottom: 8px;
    display: inline-block;
}

.totalShiftAddTwoRightBox span {
    color: #616161;
    font-family: Inter;
    margin-bottom: 8px;
    display: inline-block;
}


.totalShiftStartDateBox {
    width: 100%;
    border-radius: 15px;
    border: 1px solid var(--gray-gray-200, #E2E8F0);
    background: var(--black-amp-white-white, #FFF);
    padding: 13px;
    padding-left: 40px;
}

.totalShiftEndDateBox {
    width: 100%;
    border-radius: 15px;
    border: 1px solid var(--gray-gray-200, #E2E8F0);
    background: var(--black-amp-white-white, #FFF);
    padding: 13px;
    padding-left: 40px;
}

.totalShiftCalenderImg {
    position: absolute;
    left: 23px;
    top: 41px
}

.totalShiftAddButtonBox {
    text-align: right;
}

.totalShiftCancelBtn {
    border-radius: 10px;
    border: 1px solid #6160FF;
    padding: 13px 30px;
    margin-right: 20px;
    background: #fff;
    color: #6160FF;
    font-size: 16px;
}

.totalShiftAddBtn {
    border-radius: 10px;
    background: #6160FF;
    border: none;
    font-size: 16px;
    color: rgba(249, 249, 252, 0.50);
    padding: 13px 30px;
}

.activedShiftBtn {
    background: #6160FF !important;
    color: #fff !important;
}

.shiftCalenderPos {
    position: relative;
}

.paginationBoxesHomeShift {
    position: absolute;
    right: 10px;
    bottom: -20px;
}


.shiftCalenderActived {
    color: #6B7A99 !important;
    font-size: 14px;
}

@media screen and (max-width:1442px) {
    .newColsHome {
        width: 33% !important;
        margin-bottom: 20px;
    }
}

.px-10 {
    padding: 10px;
}



/*USER PRFL*/



.userProfileBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 8px;
    border: 1px solid #EAECF0;
    background: #FFF;
    padding: 25px;
}


.userProfileNameText {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #353535;
    font-size: 16px;
    font-weight: 600;
}

.userProfileTitle {
 
    color: #C3CAD9;
    font-size: 16px;
    font-weight: 400;
}

.userProfileShiftBox {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #EAECF0;
    background: #FFF;
    padding: 25px;
}

.userProfileShiftCard{
    display:flex;
    flex-direction:row;
}
.userProfilDayText {
    color: #353535;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: -15px;
}

.userProfilTodaysTotal {
    border-radius: 8px;
    border: 1px solid #EAECF0;
    background: #FFF;
    height: 100%;
    padding: 0px 20px;
}

.userProfileTTTitle {
    margin-bottom: 0px;
    padding: 10px 0px 0px 0px;
    color: #353535;
    font-size: 15px;
    font-weight: 600;
}
.userBreakTimeImg {
    width: 25px;
}
.userTimeWorkedImg {
    width: 25px;
}
.userTimeWorkedOuterBox {
    position: absolute;
    top: 15px;
}
.userBreakTimeOuterBox {
    position: absolute;
    top: 15px;
    right: 0px;
}
.userPTTOB {
    position: absolute !important;
    top: 50px;
    left: 0;
    padding: 5px 4px;
    padding-left: 9px !important;
    margin-top: 5px !important;
}
.userProfileCalenderDateTable {
    min-width: 1150px;
}

.userPCalendarSectionBox {
    padding: 30px 0px;
    padding-bottom:0px;
    background: #fff;
    border-radius: 12px;
}
.uPCalendRows {
    flex-direction: row;
    align-items: center;
}

.userPCalenderBtnBox {
    padding-left: 30px;
}

.userPCalenderPageBtn {
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    padding: 7px 12px;
    color: #6B7A99;
    text-align: center;
    background: #fff;
}
.userPCalenderPageImg {
    margin-left: 10px;
}
.userPCDateCenterBtnBox {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding-left: 0px !important;
}
.userPCDCBtnOne {
    border: 2px solid #f0f0f0;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.userPCDCBoxTitle {
    color: var(--gray-blue-grey-blue-60, #6B7A99);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 0px 17px;
}
.userPCDCBtnTwo {
    border: 2px solid #f0f0f0;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.userPCDTS {
    padding: 30px 0px;
    padding-bottom:0px;
}
.userPCTO {
    overflow-x: auto;
}
.userProfileCalenderDateTable{
    margin-bottom:0px !important;
}

.userProfileCalenderDateTable thead tr th {
    padding-top: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #6B7A99;
    text-align: left;
    border-top: 6px solid #f9f9fc;
    border-right: 6px solid #f9f9fc;
    border-bottom: 6px solid #f9f9fc;
}
.userProfileCalenderDateTable thead tr th:last-child {
    border-right: 0px;
}

    .userProfileCalenderDateTable tbody tr td {
        padding-top: 10px;
        color: #667085;
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        border-top: 6px solid #f9f9fc;
        border-right: 6px solid #f9f9fc;
        border-bottom: 6px solid #f9f9fc !important;
    }
        .userProfileCalenderDateTable tbody tr td:last-child {
            border-right: 0px;
        }


.userProfileMigrationHistoryBox {
    border-radius: 8px;
    background: #FFF;
    padding: 20px;
    padding-bottom:10px;
    height: 100%;
}
.userProfileMHTitle {
    color: #353535;
    font-size: 15px;
    font-weight: 600;
}
.userProfileMigrationHistoryBox table thead tr th {
    color: #9EA2BE;
    font-size: 14px;
    font-weight: 500;
}

.userProfileMigrationHistoryBox table tbody tr td {
    color: #353535;
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width:1547px){
    .userProfileShiftBox {
        padding-left: 5px;
        padding-right: 0px;
    }
        .userProfileShiftBox .checkTimeBox {
            width: 35px;
            height: 35px;
            text-align: center;
            margin-right: 0px;
        }
            .userProfileShiftBox .checkTimeBox .checkTimeImg {
                margin-top: 5px;
                width: 23px;
                height: 23px;
                flex-shrink: 0;
            }

        .userProfileShiftBox div:nth-child(2) {
            text-align: center;
        }
    .userPSCTwo .checkBreakTitleBox strong{
        margin-right:1px;
    }
    .userPSCThree .checkOutTitleBox strong {
        margin-right: 1px;
    }
}

.redBackground {
    background-color: #6160FF !important;
}

.newIconContainer-1 {
    width: 55px !important;
}
.daysIconV input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#personDropMenuv1 {
    top: -15px !important;
}


.repSearchPla::placeholder {
    position: relative !important;
    left: 15px !important;
    top: 0px !important;
}

.repSearchSvg {
    position: absolute;
    left: 15px;
}



.empDocAddLab {
    position: relative;
}

.empDocAddBox {
    background: #fff;
    padding: 15px 20px;
    border-radius: 7px;
    margin-right: 10px;
    border: 1px solid #6160FF;
    color: #6160FF;
    cursor:pointer;
}

.empDocAddInp{
    display:none;
}
.empAddBtnBox{
    padding:15px;
    text-align:center;
}

.empUploadBox {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 30px !important;
    text-align: center;
}

    .empUploadBox svg {
        fill: green;
        position: absolute;
        top: 15px;
        left: 27px;
    }

.empIconUploadBox {
    height: 110px;
    width: 110px;
    display: inline-block;
    background: #0080001c;
    border-radius: 25%;
    position: relative;
    margin-right: 15px;
}
.docTitle {
    position: absolute;
    bottom: -25px;
    left: 23px;
}



.light-theme .current {
    color: #6160FF !important;
    border: 1.2px solid #6160FF !important;
}


.bootstrap-dialog.type-whiteOrta .bootstrap-dialog-title {
    color: #6160FF !important;
}

.newRepeaterDeleteBtn {
    background-color: #6160ffc9 !important;
    border: 1.2px solid #6160ffc9 !important;
    box-shadow: 0 2px 6px 0 #6160ffc9 !important;
}

.newRepeaterDeleteBtn:hover {
    background-color: #6160FF !important;
    border: 1.2px solid #6160FF !important;
    box-shadow: 0 2px 6px 0 #6160FF !important;
}


.shiftRedImgBox svg {
    position: relative;
    left: 6px !important;
    top: 8px !important;
    margin: 0px !important;
    width: 27px !important;
    height: 23px !important;
}

.verticalBoxStart {
    width: 15px;
    background: rgb(97 96 255 / 20%);
    position: absolute;
    height: 100%;
    top: 0;
    right: 15px;
}

.verticalBox {
    width: 15px;
    background: rgb(97 96 255 / 49%);
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}
.verticalBoxOne {
    width: 15px;
    background: #6160ff;
    z-index: 999;
    position: absolute;
    height: 100%;
}

@media screen and (max-width:1365px){
    .loginRightBox, .verticalBoxOne, .verticalBox, .verticalBoxStart {
        display: none;
    }
    .loginLeftBox{
        width:100%;
    }
    .toggleBoxDrop {
        position: absolute;
        bottom: -30px;
        border: 1px solid #eeeeef;
        border-radius: 8px;
        width: 60px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .winImg{
        display:none;
    }
    .headerNameUserBox {
        width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .mobileImg {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
        .mobileImg img {
            margin: 0px !important;
            position: relative;
            top: 20px;
        }
    .mobileVerticalMenu {
        top: 0px !important;
        overflow-y: auto;
    }
    .winImg{
        display:none !important; 
    }
    .exitclass {
        position: absolute;
        bottom: inherit;
    }
    .toggleIconDrop{
        font-size:25px;
    }
    #sidebar-menu1 {
        width: 250px !important;
        z-index: 1001 !important;
        background: var(--bs-sidebar-bg) !important;
        bottom: 0 !important;
        margin-top: 0 !important;
        position: fixed;
        top: 70px !important;
    }
    #sidebar-menu {
        display:none !important;
    }
    .newMainContent{
        height:auto !important;
    }
    body[data-sidebar-size=sm] .main-content {
        margin-left: 0px !important;
    }
    #sidebar-menu1 #sidebar-menu {
        display:block !important;
    }
    .leftMenuSubTitle {
        display: inline-block !important;
        padding-left: 0px !important;
    }
    .ImgBackgroundBox {
        display: inline-block !important;
        padding-left:0px !important;
    }
    .homePageListBox .active {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        padding-top: 10px !important;
    }
    .homePageListBox .homePageWhiteImgBox, .shiftWhiteImgBox, .calendarWhiteImgBox, .reportWhiteImgBox, .chartWhiteImgBox, .settingWhiteImgBox {
        display: block !important;
        padding-left: 0px !important;
    }
}

@media screen and (min-width:1366px){
    .toggleBoxDrop{
        display:none;
    }
    .mobileImgBox {
        display: none;
    }
}

.modalSaveBtnBox {
    padding-right: 0px !important;
}

.modalSaveBtnbox {
    padding-right: 0px !important;
}