@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

html,
body {
    height: 100%;
    font-family: 'Lato', sans-serif;
}

body input:focus,
body button:focus,
body img:focus,
body a:focus {
    outline: none !important;
    box-shadow: none !important;
}

.body-wrap {
    background-color: #fafaff;
    height: 100%;
    overflow-x: hidden;
}

.dashbaord-wrap {
    background: #F5F5F5;
}

.sidebar {
    background-color: #fff;
    min-height: 100vh;
    padding: 35px 0px;
    height: 100%;
}

.prof-img img {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    object-fit: cover;
}

.sidebar-menu .prof-img img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    object-fit: cover;
}

.sidebar-menu h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 50px;
}

.sidebar-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.sidebar-menu ul li {
    padding: 25px 0px;
}

.sidebar-menu ul li a {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height */
    /* opacity: 0.35; */
    text-align: right;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.35);
    padding: 4px 0;
    transition: 0.3s;
    border-right: 7px solid transparent;
}

.sidebar-menu ul li.active>a,
.sidebar-menu ul li:hover>a,
.sidebar-menu ul li:focus>a {
    color: #D25211;
    border-right: 7px solid #D25211;
}

.sidebar-menu ul li a img {
    filter: invert(1) grayscale(1);
    margin-right: 30px;
    max-height: 25px;
    object-fit: contain;
}

.sidebar-menu ul li.active>a img,
.sidebar-menu ul li:hover>a img,
.sidebar-menu ul li:focus>a img {
    filter: invert(0) grayscale(0);
}

.sidebar-menu ul li a span {
    margin-right: 25px;
    display: inline-block;
    vertical-align: middle;
}

.content {
    padding: 0 25px 0 25px;
}


.employee_new_tables .container-fluid {
    padding: 0;
}

header {
    padding: 35px 0;
}

header h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    text-align: right;
    text-transform: capitalize;
    color: #222222;
}

header p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    color: #AAAAAA;
}

.col-lg-cust-3 {
    max-width: 350px;
    width: 100%;
}

.col-lg-cust-9 {
    max-width: calc(100% - 350px);
    width: 100%;
}

.btn.btn-prim {
    background: #D25211;
    border-radius: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 13px 74px;
    border: 1px solid #D25211;
    transition: 0.3s;
}

.btn.btn-prim:hover,
.btn.btn-prim:focus {
    background: #fff !important;
    color: #D25211 !important;
}

header .container-fluid {
    padding: 0 10px;
    position: relative;
}

.mob-ver {
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999999;
}

/* login page */
.login-wrap {
    background-image: url(../images/login-bg.png);
    background-size: cover;
    min-height: 100vh;
    background-repeat: no-repeat;
}

.login-box {
    background-color: #D25211;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    height: 100%;
    max-width: 1400px;
    margin: auto;
    /* background-image: url(../images/login-modal-bg.png);
    background-repeat: no-repeat;
    background-position: center right; */
    position: relative;
    /* max-height: 800px;
    height: 80vh; */
}

/* .login-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/login-modal-bg.png);
    background-repeat: no-repeat;
    background-position: center right;
    opacity: 0.5;
} */
.pos-relative {
    position: relative;
}

.login-box .img-bg-login img {
    position: absolute;
    top: 0;
    left: -12px;
    width: 100%;
    height: 100%;
    object-position: center right;
    opacity: 0.5;
    border-radius: 0 25px 25px 0;
    object-fit: cover;
}

.login-box img {
    position: relative;
    z-index: 1;
}

.bg-form {
    background-color: #FFFFFF;
    border-radius: 25px 0px 0px 25px;
    padding: 100px;
    position: relative;
    z-index: 99;
}

.bg-form h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    color: #D25211;
    margin-bottom: 100px;
}

.bg-form label {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 15px;
    display: block;
}

.bg-form input {
    background: #EEEEEE;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    padding: 13px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: right;
    text-transform: capitalize;
    color: #444444;
    margin-bottom: 40px;
}

.bg-form .btn.btn-primary {
    background: #D25211;
    border: 1px solid #D25211;
}

.bg-form .btn.btn-secondary {
    border: 1px solid #D25211;
    background: transparent;
    color: #D25211;
}

.login-logo-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-borderless {
    border-color: transparent !important;
}

html body .bg-form .btn {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    padding: 13px 15px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: 10px;
}

/* custom scrollbar */
/* ::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #D25211;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(210, 82, 17, 0.7);
} */
/* custom scrollbar */

.logo-wrap .logo-eng {
    display: none;
}

.eng-lang * {
    text-align: left !important;
}

.eng-lang .dashbaord-wrap {
    direction: rtl;
}

.eng-lang .login-wrap {
    direction: ltr;
}

.eng-lang .sidebar-menu ul li a {
    border-right: none;
    border-left: 7px solid transparent;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
}

.eng-lang .sidebar-menu ul li.active>a,
.eng-lang .sidebar-menu ul li:hover>a,
.eng-lang .sidebar-menu ul li:focus>a {
    border-left: 7px solid #D25211;
    border-right: none;
}

.eng-lang .sidebar-menu ul li a img {
    margin-right: 0;
    margin-left: 5px;
}

.eng-lang .sidebar-menu ul li a span {
    margin-right: 0;
    margin-left: 25px;
}

.eng-lang .logo-wrap img {
    display: none;
}

.eng-lang .logo-wrap .logo-eng {
    display: block;
}

.eng-lang .text-center {
    text-align: center !important;
}

/*new css*/
.employee_new_tables {
    margin-top: 40px;
}

.main_employee_table,
.right_sidebar_employee {
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    height: 100%;
}

.right_sidebar_employee {
    padding: 30px;
}

.table_nw_title,
.employee_search {
    display: inline-block;
}

.employee_search {
    position: relative;
}

.eng-lang .employee_search {
    float: right;
}

.eng-lang .table_nw_title {
    float: unset;
}

.table_nw_title {
    text-align: left;
    float: right;
}

.table_nw_title h4 {
    font-weight: 700;
    font-size: 20px;
    color: #222222;
    text-transform: capitalize;
}

.table-responsive {
    width: 100%;
    margin-top: 30px;
}

.table-responsive thead th {
    font-weight: 600;
    font-size: 17px;
    color: #999999;
    border-color: #F5F5F5 !important;
    border-top: 1px solid #F5F5F5 !important;
    vertical-align: middle;
    padding: 5px 10px;
    padding: 17px 10px;
}

.table-responsive tbody td {
    font-weight: 600;
    font-size: 12px;
    color: #222222;
    vertical-align: middle;
    text-transform: capitalize;
    padding: 5px 10px;
}

.table-responsive tbody th {
    vertical-align: middle;
    padding: 5px 10px;
}

.table-responsive tbody tr img {
    /*width: 25%;
    display: inline-block;
    position: relative;
    top: -2px;*/
}

.rw_img img {
    width: 40px !important;
    height: 40px !important;
    object-fit: cover;
    border-radius: 5px;
    margin: 10px 0;
}

.main_employee_table h4 {
    font-weight: 700;
    font-size: 20px;
    color: #222222;
    text-align: center !important;
    text-transform: capitalize;
    line-height: 30px;
    word-wrap: break-word;
}

.main_employee_table span {
    font-weight: 600;
    font-size: 17px;
    color: #999999;
    display: block;
    margin-top: 30px;
    text-align: center !important;
}

.employee_search .has-search .form-control {
    padding-left: 2.375rem;
}

.employee_search .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    left: 15px;
}

.employee_search .has-search .form-control {
    text-align: right !important;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    border: none;
}

.employee_search .has-search .form-control::placeholder {
    color: #aaa !important;
    font-weight: 500;
    font-size: 15px;
}

.employee_search .has-search .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #aaa !important;
    font-weight: 500;
    font-size: 15px;
}

.employee_search .has-search .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #aaa !important;
    font-weight: 500;
    font-size: 15px;
}

.employee_new_tables #dtHorizontalExample th,
td {
    white-space: nowrap;
}

.table-responsive tbody tr img.star-icon {
    /* width: 12px; */
    position: relative;
    top: -2px;
    left: -1px;
}

.col-xl-3.col-lg-3.col-md-3.col-sm-5.col-12.my-auto.text-end {
    text-align: left !important;
}

.body-wrap.eng-lang .col-xl-3.col-lg-3.col-md-3.col-sm-5.col-12.my-auto.text-end {
    text-align: right !important;
}

.table-responsive {
    text-align: end;
}

.body-wrap.eng-lang .table-responsive {
    text-align: start;
}

.profile-img {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.profile-scanner {
    position: absolute;
    background: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 35px;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 66px;
    padding: 0;
    right: -25px;
    bottom: -7px;
}

.profile-scanner img {
    max-width: 35px;
    width: 35px;
}

.btn.btn-back.btn-white {
    background: #FFFFFF;
    border-radius: 25px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
    padding: 18px 50px;
    margin-bottom: 40px;
}

.employee_new_tables.employee-profile-wrap .right_sidebar_employee {
    min-height: calc(100% - 103px);
}

.employee_new_tables_prof_fx.employee_new_tables.employee-profile-wrap .right_sidebar_employee {
    height: calc(100% - 103px);
}

.detail-table {
    max-width: 550px;
    margin: 60px auto;
}

.profile-wrap h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 8px;
}

.profile-wrap h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: capitalize;
    color: #999999;
    margin-bottom: 20px
}

.profile-wrap .add-wrap {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #222222;
    background: #EEEEEE;
    border-radius: 5px;
    padding: 10px 20px;
    display: inline-block;
}

.right_sidebar_employee .btns-wrap {
    margin-bottom: 40px;
}

.btn.btn-prim.btn-transparent {
    background: #fff !important;
    color: #D25211 !important;
}

.btn.btn-prim.btn-transparent:hover {
    background: #D25211 !important;
    color: #fff !important;
}

.mob-wrap {
    display: none;
}

.eng-lang .profile-wrap.text-center * {
    text-align: center !important;
}

.body-wrap.supervisor-section header {
    background: #fff;
}

.body-wrap.supervisor-section .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
}

.body-wrap.supervisor-section .nav-tabs .nav-link {
    background: #FFFFFF;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: #999999;
    padding: 28px 20px;
    margin-right: 20px;
    border: none;
    transition: 0.3s;
    margin-bottom: 20px;
}

.body-wrap.supervisor-section .nav-tabs .nav-item.show .nav-link,
.body-wrap.supervisor-section .nav-tabs .nav-link.active,
.body-wrap.supervisor-section .nav-tabs .nav-link:hover {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    background: #D25211;
    color: #fff;
    border: none;
}

.laber-box-wrap {
    background: #FFFFFF;
    border-radius: 25px;
    text-align: center;
    padding: 20px 40px 15px;
    margin-bottom: 30px;
}

.laber-box-wrap img {
    max-width: 100%;
}

.list-wrap-mob h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    color: #222222;
    margin: 40px 0 55px;
}

.labour-profile img {
    max-width: 110px;
    margin: 0 auto;
}

.labour-name a {
    text-decoration: none;
}

.labour-name h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    color: #222222;
    margin: 10px 0 20px;
}

.labour-rev {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.labour-rev img {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 4px;
    padding-left: 4px;
    flex: 0 0 auto;
    width: 20%;
    max-width: 47px;
}

.labour-total-reviews h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-top: 15px;
    color: #AAAAAA;
}

.box-detail-wrap .labour-profile img {
    max-width: 200px;
}

.box-detail-wrap {
    margin: 50px auto;
    max-width: 750px;
}

.box-detail-wrap .labour-name h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    color: #222222;
    margin: 60px 0 30px;
}

.box-detail-wrap .labour-total-reviews h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    color: #999999;
    margin-bottom: 40px;
}

.box-detail-wrap .labour-rev {
    margin-bottom: 20px;
}

.box-detail-wrap .labour-add h5 {
    display: inline-block;
    background: #EEEEEE;
    border-radius: 5px;
    padding: 9px 18px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 15px;
}

.box-detail-wrap .labours-scan-wrap {
    background: #FFFFFF;
    border-radius: 50px;
    padding: 15px 140px 60px;
}

.box-detail-wrap .labours-scan-wrap h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    color: #999999;
    margin-bottom: 35px;
}

.box-detail-wrap .dropdown {
    margin-bottom: 40px;
    border-radius: 50px;
    background: #FFFFFF;
}

.box-detail-wrap .dropdown button {
    background: transparent;
    border-radius: 0;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 25px;
    text-transform: capitalize;
    color: #222222;
    width: 100%;
    padding: 60px 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    align-items: center;
}

.box-detail-wrap .btn-check:focus+.btn-secondary,
.box-detail-wrap .btn-secondary:focus {
    color: #222222;
    background: #FFFFFF;
    border-radius: 50px;
    border: none;
    box-shadow: none;
}

.box-detail-wrap ul.dropdown-menu.show,
.box-detail-wrap ul.dropdown-menu {
    position: unset !important;
    transform: translateX(0) !important;
    border: none;
    background: transparent;
}

.box-detail-wrap ul.dropdown-menu li {
    display: flex;
    width: 100%;
    max-width: 100%;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    min-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: 1.5px solid #EEEEEE;
    padding-bottom: 55px;
}

.box-detail-wrap ul.dropdown-menu li:nth-last-child(1) {
    border-bottom: none;
}

.box-detail-wrap ul.dropdown-menu li span {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
    width: 50%;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 25px;
    text-transform: capitalize;
    color: #222222;
}

.box-detail-wrap ul.dropdown-menu li h6 {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 25px;
    text-align: right;
    text-transform: capitalize;
    color: #999999;
}

.box-detail-wrap .labours-scan-wrap img {
    max-width: 100%;
}

.form-wrap-reg {
    padding: 120px 70px;
}

.form-wrap-reg.bg-form {
    background: #FFFFFF;
    border-radius: 50px;
    text-align: left;
}

.form-wrap-reg.bg-form * {
    text-align: left !important;
}

.form-wrap-reg.bg-form .btn {
    text-align: center !important;
}

.bg-form select.form-select {
    background-color: #EEEEEE;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    padding: 13px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: right;
    text-transform: capitalize;
    color: #444444;
    margin-bottom: 40px;
}

.bg-form select.form-select:focus {
    outline: none;
    box-shadow: none;
}

.form-wrap-reg.bg-form {
    margin-bottom: 80px;
}

.laber-detail-box-wrap p {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 25px;
    text-align: center;
    color: #999999;
    margin-bottom: 60px;
}

.btn.btn-secondary {
    border: 1px solid #D25211;
    background: transparent;
    color: #D25211;
}

.form-wrap-reg.bg-form h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 25px;
    text-align: center !important;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 50px;
}

.form-wrap-reg.bg-form .labour-rev img {
    max-width: 60px;
    padding-right: 12px;
    padding-left: 12px;
}

.form-wrap-reg.bg-form .labour-rev {
    margin-bottom: 50px;
}

.logo-wrap-chin {
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    margin-left: auto;
}

.logo-wrap-chin img {
    max-width: 25px;
}

.min-w-200 {
    min-width: 200px;
}

.form_nw_wrap.bg-form input {
    max-width: 50%;
    margin-left: auto;
}

.main_employee_table_ev td {
    max-width: 150px;
}

.main_employee_table_ev p {
    text-wrap: wrap;
}

div#prof-wrap {
    padding-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#prof-wrap span {
    margin-right: 40px;
}

.prof-img.dropdown-toggle::after {
    display: none;
}

.logo-wrap-chin:after {
    display: none;
}

div#prof-wrap span {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-align: right;
    text-transform: capitalize;
    color: #222222;
}

div#prof-wrap span i {
    display: block;
    font-style: normal;
    color: rgba(119, 119, 119, 1);
    font-size: 15px;
}

.sidebar-menu hr {
    background: #EEEEEE;
    border-color: #EEEEEE;
    opacity: 1;
    max-width: 80%;
    margin: 30px auto 20px;
}

.sidebar-menu ul.dropdown-menu {
    border: 1px solid #D25211;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #D25211;
    background: transparent;
}

/* .sidebar-menu {
    height: 100vh;
    overflow: auto;
} */

.eng-lang .logo-wrap .logo-eng {
    display: block;
    margin: 0 auto;
}

.eng-lang div#prof-wrap span {
    margin-right: 0;
    margin-left: 40px;
}

.mob-show {
    display: none;
}

.name-fld {
    display: none;
}

.name-edit.edit-active .name-fld {
    display: flex;
    align-items: center;
}

.name-edit.edit-active .edit-wrap-all {
    display: none;
}

.det-acc-wrap {
    margin-bottom: 45px;
}

.acc-avg-box {
    background: rgba(255, 0, 0, 0.1);
    border-radius: 20px;
    padding: 10px;
    text-align: right;
}

.icon-wrap {
    background: #FFFFFF;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 70px;
    margin: 0 0 0 auto;
    line-height: 70px;
    margin-bottom: 15px;
}

.acc-avg-box h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    text-transform: capitalize;
    color: #777777;
    margin-bottom: 10px;
}

.acc-avg-box h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-align: right;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 10px;
}

.all-det-wrap {
    text-align: right;
}

.all-det-wrap h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-align: right;
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 20px;
}

.all-det-wrap .card-all {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    padding: 12px 20px;
}

.acc-avg-box.avg-rat {
    background: #F5F5F5;
}

.acc-avg-box.last-wash {
    background: rgba(0, 0, 255, 0.1);
}

.acc-avg-box.thirty-days {
    background: #F5F5F5;
}

.acc-avg-box.total-imp {
    background: rgba(4, 201, 0, 0.12);
}

.acc-avg-box h4 img {
    display: inline-block;
    vertical-align: baseline;
}

.actions-inp-wrap img {
    max-width: 15px;
}

.actions-inp-wrap.name-fld input {
    background: #EEEEEE;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    padding: 10px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: right;
    text-transform: capitalize;
    color: #444444;
}

.name-edit.edit-active .name-fld {
    margin-bottom: 15px;
}

.name-edit.edit-active .name-fld img {
    cursor: pointer;
    margin-right: 5px;
}

#name-edit-btn {
    cursor: pointer;
}

.profile-img img {
    max-width: 100%;
}

/* progress bar */
.rating-wrap-single {
    margin-bottom: 60px;
}

.rating-wrap-single h2 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-align: right;
    text-transform: capitalize;
    color: #222222;
    margin-right: 35px;
    margin-bottom: 30px;
}

.rating-wrap-single .task-progress {
    margin: 0 0 15px;
    display: flex;
    align-items: center;
}


.rating-wrap-single .progress {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    height: 10px;
}

.rating-wrap-single .progress::-webkit-progress-bar {
    background-color: #EEEEEE;
    ;
}

.rating-wrap-single .progress::-webkit-progress-bar,
.rating-wrap-single .progress::-webkit-progress-value {
    border-radius: 0;
}

.rating-wrap-single .progress::-webkit-progress-value {
    background: #FEC007;
}

.rating-wrap-single .task-progress span {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
    color: #777777;
    margin-left: 15px;
}

.rating-wrap-single .task-progress img {
    margin-right: 10px;
}

.rating-wrap-single .task-progress b {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    text-transform: capitalize;
    color: #222222;
    margin-right: 15px;
}

.name-edit {
    display: flex;
    justify-content: flex-end;
}

.profile-details {
    text-align: right;
}

.edit-wrap {
    background: rgba(0, 163, 255, 0.1);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
}

.profile-wrap .name-edit h2 {
    margin-bottom: 18px;
}

.profile-details.name-edit-wrap p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    text-transform: capitalize;
    color: #999999;
    margin-bottom: 20px;
}

.profile-wrap .profile-details.name-edit-wrap .add-wrap {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #222222;
    border: 1px solid #AAAAAA;
    border-radius: 17.5px;
    background: transparent;
}

.profile-wrap .profile-details.name-edit-wrap .add-wrap p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #222222;
}

/* labour rate */
.col-lg-cust-9.col-lg-9.col-md-11.col-11.full-lab-rate {
    max-width: 100%;
}

.box-detail-wrap {
    background-color: #FFFFFF;
    position: relative;
    z-index: 99;
    border-radius: 0px 10px 10px 0px;
    padding: 30px 100px;
}

.box-detail-wrap h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    color: #222222;
}

.box-detail-wrap .labour-profile img {
    max-width: 150px;
}

.box-detail-wrap .labour-name h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    color: #222222;
}

.box-detail-wrap .labour-total-reviews h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    color: #999999;
}

.lab-det-rev {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.lab-det-rev h3 {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 50%;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
    color: #222222;
    text-align: left;
}

.lab-det-rev .labour-rev {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 50%;
}

.labour-rev img {
    max-width: 27px;
}

.box-detail-wrap {
    margin: 0;
    height: 100%;
}

.box-detail-wrap .btn {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    padding: 13px 15px;
    width: 100%;
    margin-top: 10px;
    border-radius: 10px;
    transition: 0.2s;
}

.box-detail-wrap .btn:hover {
    opacity: 0.8;
}

.box-detail-wrap .btn.btn-primary {
    background: #D25211;
    border: 1px solid #D25211;
    margin-top: 50px;
    max-width: 320px;
}

.list-wrap-mob {
    background-image: url(../images/rate-bg.png);
    background-size: cover;
}

.row-wrap-rate {
    max-width: 1400px;
    margin: 0 auto;
}

.list-wrap-mob .img-bg-login img {
    object-fit: cover;
}

.img-bg-login.h-100 img {
    border-radius: 10px 0 0 10px;
}

.labours-wrap .logo-wrap img {
    max-width: 275px;
    width: 100%;
}
.voucher-box-sec {
    background-image: url(../images/voucher-bg.png);
    width: 620px;
    position: relative;
    height: 275px;
}
.cont-voucher .cong-wrap h2 {
    color: rgba(63, 180, 63, 1);
    padding-top: 40px;
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: capitalize;
}
.cont-voucher .cong-wrap p {
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 40px;
    color: rgba(119, 119, 119, 1);

}
.option-count h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(210, 82, 17, 1);
}
.vouch-exp p {
    color: rgba(34, 34, 34, 1);
    margin-bottom: 15px;
}
.percnt-wrap h3 {
    font-size: 35px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.free-text h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.sc-qr {
    background: rgba(255, 255, 255, 1);
    border-radius: 50px;
    padding: 30px 120px;
}
.sc-qr img{
    max-width: 100%;
}
.wrd-to h4 {
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.25em;
    text-align: center;
    text-transform: uppercase;
    color: rgba(153, 153, 153, 1);
    margin-bottom: 40px;
    margin-top: 40px;
}
.wrd-to h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 20px;
}
.wrd-to a {
    color: rgba(85, 85, 85, 1);
    text-decoration: none;
    font-size: 30px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    display: inline-block;
    margin-bottom: 40px;
}
.sc-qr h4 {
    color: rgba(153, 153, 153, 1);
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 30px;
}
.vouch-exp {
    max-width: 155px;
    position: absolute;
    right: 25%;
    top: 130px;
    width: 155px;
}
.percnt-wrap {
    position: absolute;
    bottom: 80px;
    left: 7%;
    text-transform: capitalize;
}
.free-text {
    position: absolute;
    right: 7%;
    max-width: 30px;
    word-wrap: break-word;
    top: 50%;
    transform: translateY(-50%);
}
.option-count {
    position: absolute;
    left: 44%;
    transform: translateX(-50%);
    top: 45px;
}
.voucher-box-main-wrap {
    width: 620px;
    margin: 0 auto;
}
.voucher-box-cust {
    background-color: #fff;
    padding: 25px 0 40px;
    position: relative;
    text-align: center;
}
.voucher-box-cust:after {
    content: '';
    position: absolute;
    right: -84px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/right-icon.png);
    background-size: 108px 275px;
    width: 108px;
    height: 275px;
    top: 50%;
    right: 0;
}
.voucher-box-cust:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/left-icon-white.png);
    background-size: 108px 275px;
    width: 108px;
    height: 275px;
    top: 50%;
}
.option-count-cust {
    padding-right: 108px;
}
.percnt-wrap-cust {
    position: relative;
    text-align: left;
    top: 142px;
    left: -15px;
}
.percnt-wrap-cust:after {
    content: '';
    position: absolute;
    background-image: url(../images/left-icon.png);
    background-size: 266px 99px;
    width: 266px;
    height: 99px;
    left: 0;
    bottom: 10px;
}
.percnt-wrap-cust h3{
    display: inline-block;
    font-size: 35px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
    position: relative;
    top: -40px;
    left: 60px;
}
.option-count-cust h3 {
    font-size: 50px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(210, 82, 17, 1);
    display: inline-block;
    position: relative;
}
.option-count-cust h3:before {
    content: '';
    position: absolute;
    left: -84px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/star-voucher.png);
    background-size: 59px 57px;
    width: 59px;
    height: 57px;
}
.option-count-cust h3:after {
    content: '';
    position: absolute;
    right: -84px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/star-voucher.png);
    background-size: 59px 57px;
    width: 59px;
    height: 57px;
}
.free-text-cust h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0em;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.free-text-cust {
    position: absolute;
    right: 7%;
    max-width: 30px;
    word-wrap: break-word;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.vouch-exp-cust p {
    border: 1px solid #D25211;
    margin-bottom: 0;
    max-width: 155px;
    margin: 0 155px 0 auto;
    padding: 5px 5px;
    border-bottom: none;
}
.vouch-exp-cust p:nth-last-child(1) {
    border: 1px solid #D25211;
}
.vouch-exp-cust {
    padding: 17.5px 0;
    position: relative;
    top: 25px;
}
.body-wrap.supervisor-section .list-wrap-desk .nav-tabs .nav-link{
    font-size: 15px;
    line-height: 25px;
    padding: 15px 40px;
}
.list-wrap-desk .labour-name h2{
    font-size: 20px;
    line-height: 25px;
    text-align: center !important;
}
.list-wrap-desk .laber-box-wrap{
    padding: 20px 25px 15px;
}
.list-wrap-desk .labour-total-reviews h6{
    line-height: 25px;
    font-size: 12px;
    margin-top: 5px;
}

.list-wrap-desk .labour-rev img {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0px;
    flex: 0 0 auto;
    width: 20%;
    max-width: 47px;
    margin: 0 3px;
    max-width: 15px;
}
.eng-lang .logo-wrap-chin{
    text-align: center !important;
}
header .btn.btn-prim.me-3{
    margin-left: 1rem!important;
    margin-right: 0 !important;
}
.eng-lang .list-wrap-desk .labour-total-reviews h6{
    text-align: center !important;
}
.eng-lang .labour-profile,
.eng-lang .labour-profile a {
    text-align: center !important;
}
html body .sidebar-menu ul.dropdown-menu {
    position: unset !important;
    top: 0;
    bottom: 0;
    transform: translate(0px, 0px) !important;
    border: none;
    max-width: 80%;
    padding: 20px 15px 20px;
}
html body .sidebar-menu ul ul.dropdown-menu li a {
    margin: 0;
}
html body .sidebar-menu ul ul.dropdown-menu li {
    padding: 5px 0px;
}
html body .sidebar-menu ul li a{
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}
html body .sidebar-menu ul ul.dropdown-menu li a span {
    margin-right: 0;
    margin-right: 30px;
}
html body .eng-lang .sidebar-menu ul ul.dropdown-menu li a span {
    margin-right: 0;
    margin-left: 30px;
}
html body .sidebar-menu .dropdown-toggle::after{
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
}
html body .eng-lang .sidebar-menu .dropdown-toggle::after {
    position: absolute;
    right: 20%;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
}
.notifications-wrap {
    margin-top: 40px;
}
.notifications-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.notifications-wrap ul li {
    display: flex;
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    word-wrap: break-word;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}
.main_employee_table .notifications-wrap ul li span{
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    word-wrap: break-word;
    margin-top: 0;
}
html body .employee_search label{
    color: black;
font-size: 15px;
font-weight: 500;
text-transform: capitalize;
word-wrap: break-word;
display: inline-block;
margin-left: 25px;
}
.employee_search input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}

.employee_search input[type="date"]:before {
    color: transparent;
    background: none;
    display: block;
    /* font-family: 'FontAwesome'; */
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    left: 6px;
    color: #999;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    background-size: 20px;
    background-image: url(../images/calendar.svg);
}
html body .employee_search input[type="date"] {
    font-size: 15px;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 200px;
    display: inline-block;
}
.employee_search input[type="date"] {
    position: relative;
    padding: 10px;
}
.form-group.has-search {
    width: 350px;
}
.box-branch {
    background: white;
    border-radius: 10px;
    border: 0.5px #BC2727 solid;
    text-align: right;
    padding: 20px;
    margin-top: 40px;
}
.icon-box-wrap h3 {
    color: black;
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 52.50px;
    word-wrap: break-word;
    margin-top: 5px;
}
.icon-box-wrap p {
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 22.50px;
    word-wrap: break-word;
}
.box-branch.prim-box {
    border-color: #2786BC;
}
.box-branch.succ-box {
    border-color: #27BC27;
}
.table-branch.table-responsive thead th{
    color: #999999;
font-size: 17px;
font-weight: 600;
text-transform: capitalize;
line-height: 25px;
word-wrap: break-word;
padding: 25px 10px;
}
.table-branch.table-responsive tbody  td {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    word-wrap: break-word;
    padding: 25px 10px;
}
.succ-txt{
    color: #00A500 !important;
}
.prim-txt{
    color: #004CA5 !important;
}
.dang-txt{
    color: #BC2727 !important;
}
.timeline-detail {
    direction: rtl;
    margin-bottom: 40px;
}
.timeline-detail p{
    margin-bottom: 0;
}
.timeline-detail span {
    color: #D25211;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
    word-wrap: break-word;
    background: #FBEEE8;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 25px;
    margin-left: 30px;
    position: relative;
}
.timeline-detail span:after {
    content: '';
    transform: rotate(90deg);
    transform-origin: 0 0;
    border: 0.5px #D25211 dotted;
    position: absolute;
    bottom: 0;
    width: 45px;
    left: 50%;
}
.timeline-wrap-cont:nth-last-child(1) .timeline-detail span:after{
    display: none;
}
.vocher-cont-wrap h3 {
    color: #222222;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 25px;
    word-wrap: break-word;
    margin-bottom: 35px;
}
.vocher-cont-wrap p, .vocher-cont-wrap p a {
    color: #555555;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    word-wrap: break-word;
    margin-bottom: 25px;
    text-decoration: none;
}
.rec p.succ-txt {
    color: #00A500;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4.50px;
    word-wrap: break-word;
    background: rgba(0, 165, 0, 0.10);
    border-radius: 10px;
    padding: 6px 20px;
    display: inline-block;
}
.vouch-timeline-wrap h2 {
    color: #222222;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 25px;
    word-wrap: break-word;
    margin: 75px 0 60px;
}
.form_nw_wrap.bg-form input{
    direction: rtl;
}
.eng-lang .form_nw_wrap.bg-form input{
    direction: ltr;
}
.box-solid.box-branch{
    border: none;
    padding: 10px;
}
.box-solid.box-branch .icon-box-wrap h3 {
    font-size: 17px;
font-weight: 600;
text-transform: capitalize;
word-wrap: break-word;
margin-bottom: 0;
padding-bottom: 10px;
line-height: 22px;
}
.box-solid.box-branch .icon-box-wrap p{
    color: #777777;
font-size: 13px;
font-weight: 400;
text-transform: capitalize;
word-wrap: break-word;
margin: 15px 0 10px;
}
.gry-box{
    background: #F5F5F5;
    border-radius: 20px;
}
.grn-box{
    background: rgba(4, 201, 0, 0.12);
    border-radius: 20px;
}
.prpl-box {
    background: rgba(0, 0, 255, 0.10);
}
.pnk-box{
    background: rgba(255, 0, 0, 0.10);
}
.box-solid.box-branch .icon-wrap {
    margin-bottom: 0;
}
.rep-wrap{
    padding: 55px 0 65px;
}
.employee_search .has-search .form-control.brdr-fld{
    border: 0.50px solid #AAAAAA;
}
html body .employee_search input[type="date"],
html body .employee_search input[type="text"],
html body .employee_search input[type="search"]{
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 200px;
    display: inline-block;
}
.form-group label {
    color: black;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    word-wrap: break-word;
}
.inp-wrap {
    min-width: 350px;
}
.dash-box-small {
    border-radius: 10px;
    border: 1px solid #CCC;
    padding: 12px 20px 20px;
}
.dash-box-small .table-branch.table-responsive thead tr th {
    color: #777;
    text-align: right;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    /* padding: 0 5px; */
    padding: 0 10px 10px;
}
.dash-box-small .table-branch.table-responsive tbody tr td{
    color: #777;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    /* padding: 0 5px; */
    padding: 10px 10px;
}
.dash-box-small img{
    max-width: 100%;
}
.dash-box-small .table-branch.table-responsive tbody tr:nth-last-child(1) td{
    padding-bottom: 5px;
}
.row-dash-box h3 {
    color: #222;
    text-align: right;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 25px;
    margin-top: 50px;
}
td.actions-td {
    max-width: 300px;
}   
.btn.btn-prim.btn-reject{
    color: #D25211;
    background: #fff;
}
.btn.btn-prim.btn-reject:hover{
    color: #fff;
    background: #D25211;
}
html body .td-btns .btn.btn-prim{
    min-width: 150px;
    margin: 0 !important;
}

.icon-wrap img{
    max-width: 100%;
}
.eng-lang .rep-wrap .employee_search {
    float: unset;
}
/*eng lang*/
.eng-lang .icon-wrap{
    margin: 0 auto 0 0;
    text-align: center !important;
}
html body .eng-lang .rep-wrap.rep-wrap-branch .employee_search label {
    margin-right: 25px;
    margin-left: 0;
}
html body .eng-lang .timeline-detail span{
    text-align: center !important;
}
html body .eng-lang .option-count-cust {
    padding-left: 108px;
    padding-right: 0;
}
html body .body-wrap.eng-lang .employee_search .has-search .form-control.brdr-fld {
    direction: ltr;
}
/*eng lang*/

/* .progress::-moz-progress-bar {
    border-radius: 0;
}

.progress1::-webkit-progress-value {
    background: #FEC007;
}

.progress2::-webkit-progress-value {
    background: #ffb453;
}

.progress3::-webkit-progress-value {
    background: #3fff76;
} */

/* dark sidebar */
.content{
    padding: 0;
}
.sidebar.dark-sidebebar {
    background: rgba(210, 82, 17, 1);
}
.dark-sidebebar .sidebar-menu ul li a span{
    color: #fff;
}
.dark-sidebebar .sidebar-menu ul li a img{
    filter: brightness(20);
}
html body .dark-sidebebar .sidebar-menu .dropdown-toggle::after{
    color: #fff;
}
html body .dark-sidebebar .sidebar-menu ul.dropdown-menu{
    background: rgba(210, 82, 17, 1);
    border: 1px solid #ffffff;
    margin: 0px auto 0 !important;
}
html body .dark-sidebebar .sidebar-menu ul li {
    padding: 4px 0px;
}
html body .dark-sidebebar .sidebar-menu ul li a{
    padding: 4px 10px;
    margin: 0 20px;
    display: block;
    border-radius: 10px;
}
html body .dark-sidebebar .sidebar-menu ul li.active a,
html body .dark-sidebebar .sidebar-menu ul li a:hover{
    background-color: #fff;
}
html body .dark-sidebebar .sidebar-menu ul li.active a span,
html body .dark-sidebebar .sidebar-menu ul li a:hover span{
    color: rgba(210, 82, 17, 1);
}
html body .dark-sidebebar .sidebar-menu ul li.active a img,
html body .dark-sidebebar .sidebar-menu ul li a:hover img{
    filter: brightness(1);
}
html body .dark-sidebebar .sidebar-menu li.active .dropdown-toggle::after,
html body .dark-sidebebar .sidebar-menu .dropdown-toggle:hover::after{
    color: rgba(210, 82, 17, 1);
}
.icon-wrap-td {
    width: 30px;
    height: 30px;
    display: flex;
    border: 1px solid rgba(221, 221, 221, 1);
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-right: 10px;
}
.sidebar.dark-sidebebar{
    position: relative;
}
.sidebar.dark-sidebebar .sidebar-menu ul li a,
.sidebar.dark-sidebebar .sidebar-menu ul li.active>a, 
.sidebar.dark-sidebebar .sidebar-menu ul li:hover>a, 
.sidebar.dark-sidebebar .sidebar-menu ul li:focus>a{
    border: none;
}
.collapse-btn {
    width: auto;
    display: inline-block;
    position: absolute;
    right: -33px;
    z-index: 9;
    top: 80px;
    cursor: pointer;
}
.dark-sidebebar .sidebar-menu .logo-wrap .fav-img{
    /* display: none; */
    margin: 0 auto;
    display: block;
    width: 0;
    opacity: 0;
    visibility: hidden;
}
.collapseSidebar .dark-sidebebar .sidebar-menu ul li a span{
    width: 0;
    opacity: 0;
    visibility: hidden;
    margin: 0;
}
.collapseSidebar .dark-sidebebar .sidebar-menu ul li a img{
    margin: 0;
}
.collapseSidebar .dark-sidebebar .sidebar-menu .logo-wrap img{
    visibility: hidden;
    opacity: 0;
    width: 0;
}
.collapseSidebar .dark-sidebebar .sidebar-menu .logo-wrap img.fav-img{
    width: 50px;
    opacity: 1;
    visibility: visible;
}
.collapseSidebar.col-lg-cust-3 {
    max-width: 125px;
}
.dashboardClosed.col-lg-cust-9 {
    max-width: calc(100% - 125px);
}
html body .collapseSidebar .dark-sidebebar .sidebar-menu ul li a{
    text-align: center !important;
}
.collapse-btn img{
    transition: 0.3s;
}
html body .collapseSidebar .collapse-btn img{
    transform: rotate(180deg);
}
html body .collapseSidebar .sidebar-menu ul ul.dropdown-menu li a span{
    margin: 0;
}
html body .collapseSidebar .dark-sidebebar .sidebar-menu ul li li a{
    margin: 0;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
}
html body .collapseSidebar .sidebar-menu ul ul.dropdown-menu li{
    padding: 5px 0px;
}
html body .right_sidebar_employee.engr_tab_cont td .btn{
    min-width: 75px;
}
.wrap-prof-main {
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: flex-end;
}
button#dropdownNot img {
    filter: invert(1);
}
.not-pres {
    position: absolute;
    width: 10px;
    border-radius: 10px;
    height: 10px;
    background: rgba(210, 82, 17, 1);
    top: -5px;
    right: 25px;
}
.iiconsmg-wraps-td {
    margin-top: 10px;
}
.right_sidebar_employee.engr_tab_cont .table-responsive.tbl-drk td:nth-child(3){
    min-width: initial;
}
html body .dark-sidebebar .sidebar-menu ul li a{
    padding: 4px 10px;
}
html body .eng-lang .table_nw_clr h3{
    text-align: left !important;
}
html body .eng-lang .btn-wrap.text-end{
    text-align: right !important;
}
.prim_clr_txt{
    color: rgba(210, 82, 17, 1) !important;
}
html body .eng-lang .end-text {
    text-align: right !important;
}
.tr-comp h4{
    line-height: 18px;
}
.parts-wrap .tr-comp h4{
    direction: ltr;
}
.parts-wrap h2 {
    color: #D25211;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    word-wrap: break-word;
    padding-top: 40px;
}
.parts-wrap p{
    color: #999999;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    word-wrap: break-word;
}
.parts-wrap p span {
    color: #999999;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    word-wrap: break-word;
}
.action-sec p{
    color: #444444;
font-size: 12px;
font-weight: 500;
line-height: 15px;
word-wrap: break-word
}
.accordion-button::after{
    background-image: url(../images/acc.png);
    width: 10px;
    height: 5px;
    background-size: 10px 5px;
    position: absolute;
    right: 5px;
    margin: 0;
}
.main_employee_table .timeline-wrap-cont{
    width: 100%;
}
.accordion-button:not(.collapsed)::after{
    background-image: url(../images/acc-open.png);
    transform: rotate(-0deg);
}
button.accordion-button,
.accordion-header,
.accordion-item {
    padding: 0;
    border: none !important;
    box-shadow: none !important;
}
html body .accordion-item{
    background: rgba(249, 249, 249, 1);
    margin-bottom: 10px;
}
.accordion-collapse{
    background: rgba(249, 249, 249, 1); 
}
.accordion-button:not(.collapsed),
html body button.accordion-button{
    background: transparent;
    padding: 10px;
}
.accordion-item .timeline-detail{
    margin-bottom: 0;
}
.main_employee_table .accordion-item .timeline-wrap-cont{
    margin-bottom: 0;
}
.main_employee_table .accordion-body h4 {
    color: #222222;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    word-wrap: break-word;
    text-align: left !important;
}
.accordion-body p {
    color: #777777;
    font-size: 12px;
    font-weight: 400;
    word-wrap: break-word;
}
.accordion-body .img-wraps-td.d-flex {
    flex-wrap: wrap;
    justify-content: flex-end;
}
.accordion-body .img-wrap-td {
    width: 60px;
    height: 50px;
    background-color: rgba(255, 209, 209, 1);
    margin: 5px 5px;
    border-radius: 5px;
}
.main_employee_table .accordion-item {
    position: relative;
}
.accordion-item .after-cont {
    content: '';
    /* transform: rotate(90deg); */
    transform-origin: 0 0;
    border: 0.5px #D25211 dotted;
    position: absolute;
    top: 25px;
    width: 1px;
    left: 50px;
    height: 100%;
    z-index: 1;
}
.accordion-item:nth-last-child(1) .after-cont{
    display: none;
}
.main_employee_table .accordion-body .timeline-detail span{
    position: relative;
    z-index: 999;
}
.accordion-body {
    position: relative;
    /* z-index: 999; */
    background: rgba(249, 249, 249, 1);
}
.accordion-body {
    position: relative;
    /* z-index: 999; */
    background: rgba(249, 249, 249, 1);
    padding-left: calc(1.25rem + 80px);
}
.eng-lang .main_employee_table .accordion-item .timeline-detail span{
    position: relative;
    z-index: 999;
}
/* dark sidebar */

/* acc page */
.dashbaord-wrap header{
    background-color: #fff;
}
.complaign-filters.acc-date-slction {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    direction: ltr;
}
.fld-wrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.complaign-filters.acc-date-slction label {
    color: black;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    word-wrap: break-word;
    margin-right: 10px;
}
.fld-wrap select {
    color: rgba(0, 0, 0, 0.50);
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    word-wrap: break-word;
    padding: 8px 10px;
    background: white;
    border-radius: 5px;
    border: 1px #AAAAAA solid;
}
.form-group.date-wrap.fld-wrap{
    margin-left: 20px;
}
.form-group.date-wrap.fld-wrap input{
    margin-left: 0;
    min-width: 150px;
}
.eng-lang .text-end-eng,
.text-end-eng{
    text-align: right !important;
}
.table_nw_title h3 {
    color: #222222;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    word-wrap: break-word;
}
a.bk-wrap {
    background: #EEEEEE;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
a.bk-wrap img{
    width: 15px;
}
.dash-box-small-wo-b .employee_search .has-search input.form-control {
    background: white;
    border-radius: 5px;
    border: 1px #AAAAAA solid;
    text-align: left !important;
    padding-right: 2.375rem;
    padding-left: 12px;
}
img.search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.create-wrap-complain select{
    direction: ltr;
}
.notes-wrap-cont {
    background: #F5F5F5;
    border-radius: 3px;
    padding: 10px 10px 25px;
    margin-bottom: 15px;
}
.notes-wrap-cont p{
    color: #444444;
font-size: 12px;
font-weight: 500;
line-height: 18px;
word-wrap: break-word;
direction: ltr;
}
.row-dash-box .acc-det h4 {
    color: #999999;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 12px;
    word-wrap: break-word;
}
.row-dash-box .acc-det h3 {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 25px;
    word-wrap: break-word;
    padding-bottom: 15px;
}
.scan-acc-icon{
    width: 100px;
}
.center-tb th,
.dash-box-small .table-branch.table-responsive thead tr th{
    text-align: center !important;
    font-size: 14px;
    border: none !important;
    font-weight: 700;
}
.center-tb td,
.dash-box-small .table-branch.table-responsive tbody tr td{
    text-align: center !important;
    font-size: 13px;
    color: #000;
}
.dash-box-small-wo-b .table-branch.table-responsive .inner-tb thead tr th{
    font-size: 12px;
    text-align: center !important;
    font-weight: 700;
    border: none !important;
}
.dash-box-small-wo-b .table-branch.table-responsive .inner-tb tbody tr td{
    font-size: 11px;
    color: #000;
    text-align: center !important;
}
.cur-fld {
    position: relative;
}
.cur-fld span {
    color: #444444;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    transform: translateY(-50%);
    right: 10px;
}
/* acc page */
/* comments modal */
div#commentsModal .modal-content {
    border-radius: 20px;
    padding: 10px 30px;
}
.modals-wrap .modal h5 {
    color: black;
    font-size: 25.10px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 20.92px;
    word-wrap: break-word;
    margin-bottom: 25px;
}
.modals-wrap .comments-row-wrap h3 {
    color: #120D26;
    font-size: 16.74px;
    font-weight: 600;
    word-wrap: break-word;
    margin-bottom: 10px;
}
.comments-row-wrap p,
.comments-row-wrap span.item {
    color: #3C3E56;
    font-size: 15.06px;
    font-weight: 400;
    line-height: 22.59px;
    word-wrap: break-word;
}
.comments-row-wrap {
    border-bottom: 0.84px #8C8C8C solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
/* width */
.comments-bar::-webkit-scrollbar {
    width: 17px;
  }
  
  /* Track */
  .comments-bar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(217, 217, 217, 1); 
    border-radius: 10px;
  }
   
  /* Handle */
  .comments-bar::-webkit-scrollbar-thumb {
    background: rgba(122, 120, 120, 1); 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .comments-bar::-webkit-scrollbar-thumb:hover {
    background: rgba(122, 120, 120, 0.7); 
  }
  .icon-wrap-td{
    cursor: pointer;
  }
  .comments-bar {
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 25px 0 0;
}
.comments-bar a.read-more-link{
    color: #D25211;
font-size: 15.06px;
text-decoration: none;
cursor: pointer;
font-weight: 400;
line-height: 22.59px;
word-wrap: break-word
}
/* comments modal */

/*@media only screen and (max-width: 1682px) {
  .table-responsive thead th{
    font-size: 14px;
}
.table-responsive tbody td{
    font-size: 12px;
}
}
@media only screen and (max-width: 1515px) {
  .table-responsive thead th{
    font-size: 12px;
}
.table-responsive tbody td{
    font-size: 10px;
}
}
@media only screen and (max-width: 1305px) {
  .table-responsive thead th{
    font-size: 10px;
}
.table-responsive tbody td{
    font-size: 8px;
}
}*/
/*new css end*/
/* login page */

@media (min-width: 992px) {
    .hid-lab-rate {
        display: none !important;
    }

    .col-lg-05 {
        flex: 0 0 auto;
        width: 50%;
        margin-bottom: 10px;
    }
    .col-lg-07{
        max-width: 14.286%;
    }
}

@media (min-width: 1200px) {
    .mob-prof-wrap {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .col-lg-05 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media screen and (max-width: 1899px) {
    .row-dash-box h3 {
        color: #222;
        text-align: right;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 25px;
        margin-top: 30px;
    }
    .dash-box-small .table-branch.table-responsive tbody tr td,
    .dash-box-small .table-branch.table-responsive thead tr th{
        font-size: 12px;
        padding: 8px 10px;
    }
    .dash-box-small .table-branch.table-responsive thead tr th{
        padding-top: 4px;
        border-top: none !important;
    }
    .dash-box-small .table-branch.table-responsive tbody tr:nth-last-child(1) td {
        padding-bottom: 5px;
        border-bottom: none;
    }
    /* count-voucher-inner  */
    .cont-voucher.count-voucher-inner .option-count-cust h3:before,
    .cont-voucher.count-voucher-inner .option-count-cust h3:after{
        width: 44px;
        height: 46px;
        background-size: 46px 44px;
    }
    .cont-voucher.count-voucher-inner .option-count-cust h3{
        font-size: 30px;
    }
    .cont-voucher.count-voucher-inner .free-text-cust h2{
        font-size: 36px;
    }
    .cont-voucher.count-voucher-inner .percnt-wrap-cust h3{
        font-size: 23px;
    }
    .cont-voucher.count-voucher-inner .vouch-exp-cust{
        top: 15px;
    }
    .cont-voucher.count-voucher-inner .voucher-box-cust:after{
        background-size: 88px 225px;
        width: 88px;
        height: 225px;
    }
    .cont-voucher.count-voucher-inner .vouch-exp-cust p{
        margin: 0 115px 0 auto;
    }
    .cont-voucher.count-voucher-inner .percnt-wrap-cust:after{
        background-size: 206px 59px;
        width: 206px;
        height: 59px;
    }
    .cont-voucher.count-voucher-inner .percnt-wrap-cust h3{
        top: -25px;
    }
    .vocher-cont-wrap p, 
    .vocher-cont-wrap p a{
        font-size: 18px;
    }
    /* count-voucher-inner  */
    .col-lg-07 {
        max-width: 14.286%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .list-wrap-desk .labour-name h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .list-wrap-desk .laber-box-wrap {
        padding: 20px 15px 15px;
    }
    .col-lg-05 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .acc-avg-box {
        padding: 10px 5px;
        border-radius: 10px;
    }

    .acc-avg-box h4 {
        font-size: 12px;
    }

    .icon-wrap {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .acc-avg-box h4 img {
        max-width: 10px;
    }

    .icon-wrap img {
        max-width: 24px;
    }

    .profile-wrap .name-edit h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .edit-wrap {
        width: 30px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
    }

    .edit-wrap img {
        max-width: 15px;
    }

    .profile-details.name-edit-wrap p {
        font-size: 14px;
    }

    .profile-wrap .profile-details.name-edit-wrap .add-wrap p {
        font-size: 12px;
    }

    .logo-wrap .logo-eng {
        max-width: 85%;
    }


    .col-lg-cust-3 {
        max-width: 260px;
    }

    .col-lg-cust-9 {
        max-width: calc(100% - 260px);
    }

    .main_employee_table span {
        font-size: 12px;
    }

    .main_employee_table span {
        margin-top: 26px;
    }

    .main_employee_table h4,
    .table_nw_title h4 {
        font-size: 16px;
    }

    .table-responsive tbody tr img.star-icon {
        width: 12px;
        position: relative;
        top: -2px;
        left: -1px;
    }

    .table-responsive tbody td {
        padding: 5px 5px;
    }

    .table-responsive tbody tr img.arr-icon {
        max-width: 8px;
        position: relative;
    }

    .main_employee_table,
    .right_sidebar_employee {
        padding: 20px 15px;
    }

    .rw_img img {
        width: 30px !important;
        height: 30px !important;
    }

    .sidebar {
        padding: 50px 0;

    }

    .btn.btn-prim {
        font-size: 18px;
        line-height: 22px;
        padding: 11px 60px;
        padding: 11px 20px;
        min-width: 225px;
    }

    header h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .sidebar-menu ul li a {
        font-size: 13px;
        line-height: 22px;
    }

    .sidebar-menu ul li {
        padding: 20px 0px;
    }

    .sidebar-menu ul li a img {
        max-height: 20px;
    }

    .table-responsive thead th {
        font-size: 12px;
    }

    .table-responsive tbody td {
        font-size: 12px;
    }

    .btn.btn-back.btn-white {
        font-size: 18px;
        line-height: 22px;
        padding: 11px 50px;
    }

    header {
        padding: 12px 0 12px;
    }

    .employee_new_tables.employee-profile-wrap .right_sidebar_employee {
        min-height: calc(100% - 86px);
    }

    .employee_new_tables_prof_fx.employee_new_tables.employee-profile-wrap .right_sidebar_employee {
        height: calc(100% - 86px);
    }
    html body .employee_search label{
        margin-left: 10px;
    }
    .inp-wrap {
        min-width: 325px;
    }
}

@media screen and (max-width: 1399px) {
    .dash-box-small-tab.dash-box-small{
        padding-bottom: 10px;
    }
    .btn.btn-prim {
        font-size: 13px;
        line-height: 16px;
        padding: 8px 25px;
        border-radius: 5px;
    }
    .dash-box-small .table-branch.table-responsive thead tr th{
        padding: 7px 10px;
    }
    .box-solid.box-branch .icon-box-wrap p{
        font-size: 11px;
        margin: 10px 0 5px;
    }
    .box-solid.box-branch .icon-box-wrap h3 {
        font-size: 14px;
        padding-bottom: 10px;
        line-height: 14px;
    }
    .box-solid.box-branch .icon-box-wrap h3 img {
        max-width: 8px;
        position: relative;
        top: -1px;
    }
    .dash-box-small .table-branch.table-responsive tbody tr td, .dash-box-small .table-branch.table-responsive thead tr th {
        font-size: 13px;
        padding: 8px 10px;
    }
    .vocher-cont-wrap p, .vocher-cont-wrap p a {
        font-size: 15px;
        margin-bottom: 16px;
    }
    .cont-voucher.count-voucher-inner .percnt-wrap-cust:after {
        background-size: 166px 39px;
        width: 166px;
        height: 39px;
    }
    .cont-voucher.count-voucher-inner .percnt-wrap-cust h3 {
        top: -18px;
        left: 30px;
        font-size: 20px;
    }
    .vocher-cont-wrap p, .vocher-cont-wrap p a {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .cont-voucher.count-voucher-inner .voucher-box-cust:after {
        background-size: 78px 205px;
        width: 78px;
        height: 205px;
    }
    .cont-voucher.count-voucher-inner .vouch-exp-cust p {
        margin: 0 95px 0 auto;
        max-width: 135px;
    }
    .cont-voucher.count-voucher-inner .vouch-exp-cust {
        top: 0;
    }
    .cont-voucher.count-voucher-inner .percnt-wrap-cust:after {
        background-size: 146px 39px;
        width: 146px;
        height: 39px;
    }
    .cont-voucher.count-voucher-inner .free-text-cust{
        max-width: 25px;
    }
    .cont-voucher.count-voucher-inner .free-text-cust h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .cont-voucher.count-voucher-inner .option-count-cust h3:before{
        left: -70px;
    }
    .cont-voucher.count-voucher-inner .option-count-cust h3:after{
        right: -70px;
    }
    /* voucher box */
    .body-wrap.supervisor-section .list-wrap-desk .nav-tabs .nav-link {
        font-size: 13px;
        line-height: 17px;
        padding: 10px 15px;
    }
    .list-wrap-desk .laber-box-wrap {
        padding: 20px 10px 15px;
        border-radius: 15px;
    }
    .list-wrap-desk .labour-name h2{
        font-size: 14px;
    line-height: 20px;
    }
    .list-wrap-desk .labour-profile img {
        max-width: 110px;
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
    }
    .col-lg-07 {
        max-width: 14.286%;
        padding-right: 5px;
        padding-left: 5px;
    }
    .list-wrap-desk .labour-rev img{
        margin: 0 2px;
        max-width: 12px;
    }
    .list-wrap-desk .labour-total-reviews h6 {
        font-size: 10px;
    }
    .box-detail-wrap {
        padding: 15px 25px;
    }

    .labours-wrap .logo-wrap img {
        max-width: 200px;
        width: 100%;
    }

    .box-detail-wrap h1 {
        font-size: 20px;
        line-height: 15px;
        margin: 20px 0 35px;
    }

    .box-detail-wrap .labour-name h2 {
        font-size: 20px;
        line-height: 22px;
        margin: 20px 0 0px;
    }

    .box-detail-wrap .labour-total-reviews h6 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 25px;
        margin-top: 5px;
    }

    .lab-det-rev h3 {
        font-size: 16px;
    }

    .box-detail-wrap .btn.btn-primary {
        margin-top: 20px;
        max-width: 275px;
        margin-bottom: 20px;
    }

    .col-lg-05 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .acc-avg-box {
        padding: 10px 5px;
        border-radius: 10px;
    }

    .acc-avg-box h4 {
        font-size: 12px;
    }

    .icon-wrap {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .acc-avg-box h4 img {
        max-width: 10px;
    }

    .icon-wrap img {
        max-width: 24px;
    }

    .profile-wrap .name-edit h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .edit-wrap {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .edit-wrap img {
        max-width: 15px;
    }

    .profile-details.name-edit-wrap p {
        font-size: 14px;
    }

    .profile-wrap .profile-details.name-edit-wrap .add-wrap p {
        font-size: 12px;
    }

    .logo-wrap-chin .eng-lang div#prof-wrap span {
        margin-right: 0;
        margin-left: 20px;
    }

    div#prof-wrap {
        padding-right: 15px;
    }

    .sidebar-menu .prof-img img {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        object-fit: cover;
    }

    div#prof-wrap span {
        margin-right: 20px;
        font-size: 15px;
        line-height: 120%;
    }

    div#prof-wrap span i {
        font-size: 11px;
    }

    .form_nw_wrap.bg-form input {
        max-width: 65%;
    }

    .min-w-200 {
        min-width: 150px;
    }

    .fld-wrap img {
        max-height: 42px;
    }

    .bg-form select.form-select {
        padding: 10px 15px;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
        border-radius: 5px;
    }

    .table-responsive thead th {
        font-size: 10px;
    }

    .table-responsive tbody td {
        font-size: 12px;
    }

    .bg-form {
        padding: 50px 20px 15px;
    }

    .bg-form h2 {
        margin-bottom: 50px;
    }

    .bg-form label {
        font-size: 13px;
    }

    .bg-form input {
        padding: 10px 15px;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
        border-radius: 5px;
    }

    .login-box .login-logo-wrap img {
        max-width: 175px;
    }

    html body .bg-form .btn {
        padding: 10px 15px;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
        border-radius: 5px;
    }

    .col-lg-cust-3 {
        max-width: 260px;
        width: 100%;
    }

    .content {
        /* padding: 0; */
    }

    .col-lg-cust-9 {
        max-width: calc(100% - 260px);
        width: 100%;
    }

    .sidebar {
        padding: 50px 0;
    }

    .btn.btn-prim {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 15px;
        width: 100%;
    }

    header h1 {
        font-size: 20px;
        line-height: 26px;
    }

    .sidebar-menu ul li a {
        font-size: 13px;
        line-height: 22px;
    }

    .sidebar-menu ul li {
        padding: 20px 0px;
    }

    .sidebar-menu ul li a img {
        max-height: 20px;
    }

    /* login */
    .login-box {
        max-width: 1000px;
    }

    .col-lg-cust-3 {
        max-width: 250px;
    }

    .col-lg-cust-9 {
        max-width: calc(100% - 250px);
    }

    .main_employee_table span {
        font-size: 12px;
    }

    .main_employee_table span {
        margin-top: 26px;
    }

    .main_employee_table h4,
    .table_nw_title h4 {
        font-size: 16px;
    }

    .table-responsive tbody tr img.star-icon {
        width: 12px;
        position: relative;
        top: -2px;
        left: -1px;
    }

    .table-responsive tbody td {
        padding: 5px 5px;
    }

    .table-responsive tbody tr img.arr-icon {
        max-width: 8px;
        position: relative;
    }

    .main_employee_table,
    .right_sidebar_employee {
        padding: 20px 15px;
    }

    .rw_img img {
        width: 30px !important;
        height: 30px !important;
    }

    .eng-lang .sidebar-menu ul li a span {
        margin-left: 15px;
    }

    .eng-lang .sidebar-menu ul li a img {
        margin-left: 5px;
        max-height: 15px;
    }

    .btn.btn-prim {
        font-size: 16px;
    }

    .sidebar-menu ul li a {
        font-size: 12px;
    }

    .sidebar-menu ul li {
        padding: 15px 0px;
    }

    .employee_new_tables {
        margin-top: 10px;
    }

    .logo-wrap img {
        max-width: 175px;
    }

    .right_sidebar_employee .btns-wrap .btn.btn-prim {
        width: auto;
    }

    .profile-wrap h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .profile-wrap h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .profile-wrap .add-wrap {
        font-size: 12px;
        line-height: 15px;
    }

    .sidebar-menu ul li a img {
        margin-right: 15px;
    }

    .sidebar-menu ul li a span {
        margin-right: 15px;
    }

    .btn.btn-back.btn-white {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 20px;
        padding: 10px 50px;
    }

    .employee_new_tables.employee-profile-wrap .right_sidebar_employee {
        min-height: calc(100% - 64px);
    }

    .employee_new_tables_prof_fx.employee_new_tables.employee-profile-wrap .right_sidebar_employee {
        height: calc(100% - 64px);
    }

    .profile-scanner {
        height: 50px;
        width: 50px;
        line-height: 46px;
    }

    .profile-scanner img {
        max-width: 20px;
        width: 20px;
    }

    .btn.btn-prim {
        font-size: 14px;
        line-height: 22px;
        padding: 8px 25px;
    }

    .detail-table {
        max-width: 65%;
        margin: 35px auto;
    }

    .profile-img {
        max-width: 175px;
    }

    .profile-img img {
        max-width: 100%;
    }
    .table-branch.table-responsive tbody td,
    .table-branch.table-responsive thead th {
        font-size: 12px;
        padding: 20px 10px;
    }
    html body .employee_search input[type="date"],
    html body .employee_search input[type="text"],
    html body .employee_search input[type="search"] {
        padding-top: 7px;
        padding-bottom: 7px;
        max-width: 180px;
        display: inline-block;
    }
    .inp-wrap {
        min-width: 150px;
    }
    .employee_search input[type="date"]:before{
        top: 9px;
    }
    
}
.body-wrap.eng-lang .engr_tab_cont .table-responsive{
    direction: ltr;
}
.right_sidebar_employee.engr_tab_cont h3 {
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    word-wrap: break-word;
    margin-bottom: 15px;
}
.right_sidebar_employee.engr_tab_cont th {
    color: #999999;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 25px;
    word-wrap: break-word;
}
.right_sidebar_employee.engr_tab_cont td {
    color: #222222;
    font-size: 11px;
    font-weight: 500;
    text-transform: capitalize;
    word-wrap: break-word;
    padding: 17px 10px;
    max-width: 350px;
    min-width: 95px;
    text-wrap: wrap;
    vertical-align: top;
}
.right_sidebar_employee.engr_tab_cont td:nth-child(1) {
    min-width: initial;
}
.right_sidebar_employee.engr_tab_cont td:nth-child(3){
    min-width: 200px;
}
.right_sidebar_employee.engr_tab_cont td[col="7"] {
    max-width: 100%;
}
.right_sidebar_employee.engr_tab_cont td .btn {
    color: white;
    font-size: 11px;
    font-weight: 500;
    text-transform: capitalize;
    word-wrap: break-word;
    width: auto;
    min-width: initial;
    padding: 6px 26px;
    border-radius: 3px;
    min-width: 115px;
    text-align: center !important;
}
.right_sidebar_employee.engr_tab_cont td .btn.disabled-btn {
    opacity: 0.4;
}
.img-wrap-td{
    width: 50px;
    height: 40px;
    background-color: rgba(255, 209, 209, 1);
    margin: 0 5px;
    border-radius: 5px;
}
.img-wrap-td img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.text-danger {
    color: rgba(138, 0, 0, 1)!important;
}
.text-success {
    color: rgba(0, 138, 0, 1)!important;
}
span.readmore {
    display: none;
}
.readmore.active {
    display: inline;
}
a.read-more-link {
    color: #222222;
    font-size: 11px;
}
.main_employee_table .timeline-wrap-cont{
    margin-bottom: 30px;
}
.main_employee_table .timeline-detail p {
    color: #222222;
    font-size: 12px;
    font-weight: 400;
    word-wrap: break-word;
}
.eng-lang .main_employee_table .timeline-detail {
    direction: ltr;
}
.eng-lang .main_employee_table .timeline-detail span{
    margin-right: 20px;
}
.main_employee_table .timeline-detail span {
    width: 40px;
    height: 40px;
    margin-left: 20px;
    margin-right: 0px;
    margin-top: 0;
    color: #D25211;
    font-size: 10px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 10px;
    word-wrap: break-word;
    /* line-height: 40px; */
    line-height: 13px;
    word-wrap: break-word;
    /* line-height: 40px; */
    padding: 6px 0;
}
.main_employee_table .timeline-detail span i {
    color: #D25211;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    display: block;
    text-align: center !important;
}
.table_nw_clr h3 {
    color: #D25211;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    word-wrap: break-word;
    margin-bottom: 0;
}
.eng-lang .table_nw_clr h3{
    text-align: right !important;
}
.tr-comp h3 {
    color: #999999;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    word-wrap: break-word;
    margin-top: 30px;
    margin-bottom: 0;
}
.tr-comp h4 {
    color: #222222;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    word-wrap: break-word;
}
.eng-lang .right_sidebar_employee .row {
    justify-content: end;
}
.eng-lang .tr-comp .img-wraps-td.d-flex {
    justify-content: end;
    flex-wrap: wrap;
}
.tr-comp .img-wrap-td {
    width: 100px;
    height: 80px;
    margin-top: 15px;
    margin-right: 10px;
    margin-left: 0;
}
.eng-lang .btns-wrap-eng-comp{
    text-align: right !important;
    margin-top: 50px;
    
}
.com-tbl-sec .btns-wrap-eng-comp .btn{
    text-align: center !important;
    min-width: 150px;
    font-size: 11px;
    font-weight: 600;
    text-transform: capitalize;
    word-wrap: break-word;
    margin-left: 30px;
}
.eng-lang .main_employee_table .tr-comp h4 {
    text-align: left !important;
    line-height: 15px;
}
.tr-comp .img-wrap-td{
    margin-left: 20px;
}
.com-tbl-sec .tr-comp .img-wrap-td{
    margin-right: 20px;
    margin-left: 0px;
}
.create-wrap-complain {
    margin-top: 15px;
}
.create-wrap-complain h4 {
    color: #222222;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
    word-wrap: break-word;
    margin-bottom: 10px;
}
.create-wrap-complain input,
.create-wrap-complain select {
    background: rgba(245, 245, 245, 1);
    padding: 3px 10px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px solid rgba(245, 245, 245, 1);
    color: #444444;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 25px;
    min-height: 33px;
    word-wrap: break-word;
}   
.create-wrap-complain h5 {
    color: #444444;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 25px;
    word-wrap: break-word;
}
.create-wrap-complain h6{
    color: #444444;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
line-height: 25px;
word-wrap: break-word;
margin-bottom: 0;
}
.file-wrap{
    position: relative;
}
.file-wrap input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 999;
}
.img-wrap-td {
    position: relative;
}
.img-wrap-td .cross-wrap {
    position: absolute;
    right: 5px;
    top: 2px;
}
.tr-comp textarea {
    background: rgba(245, 245, 245, 1);
    padding: 10px 15px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px solid rgba(245, 245, 245, 1);
    color: #444444;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 25px;
    word-wrap: break-word;
}
h3 .clr-head {
    color: #D25211;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
    word-wrap: break-word;
}
.right_sidebar_employee.engr_tab_cont table.table tr:nth-child(odd) td {
    border-bottom: none;
}
.eng-lang .right_sidebar_employee.engr_tab_cont .text-end {
    text-align: right!important;
}
.eng-lang .right_sidebar_employee.engr_tab_cont .text-start .btn{
    text-align: center !important;
}
.w-100-table{
    max-width: 230px;
}
a.btn-del {
    display: inline-block;
}
a.btn-del img {
    height: 38px;
    display: inline-block;
}
.up-row {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 25px;
    word-wrap: break-word;
    align-items: center;
    background: rgba(245, 245, 245, 1);
    padding: 8px 10px;
    border-radius: 5px;
}
.modals-wrap .modal-header{
    padding-bottom: 30px;
}
.modals-wrap h5{
    color: #222222;
font-size: 20px;
font-weight: 700;
text-transform: capitalize;
word-wrap: break-word;
margin-bottom: 0;
}
.b-none {
    border: none;
}
h2.cont {
    color: #444444;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 25px;
    word-wrap: break-word;
    margin-bottom: 5px;
}
.complaign-filters {
    color: #AAAAAA;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    word-wrap: break-word;
    justify-content: flex-end;
}
.employee_search_fild{
    position: relative;
}
.employee_search_fild span.fa{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.employee_search_fild input {
    color: #AAAAAA;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    word-wrap: break-word;
    padding: 8px 10px;
    border: 0.50px #AAAAAA solid;
    border-radius: 5px;
    max-width: 150px;
    width: 100%;
    margin-left: 20px;
    direction: ltr;
    line-height: 12px;
}
.complaign-filters .date-wrap input{
    color: #AAAAAA;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    word-wrap: break-word;
    padding: 8px 10px;
    border: 0.50px #AAAAAA solid;
    border-radius: 5px;
    max-width: 100px;
    width: 100px;
    margin-left: 20px;
    line-height: 12px;
}
.complaign-filters .date-wrap input[type="date"],
input[type="date"] {
    position: relative;
}

.complaign-filters .date-wrap input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}

.complaign-filters .date-wrap input[type="date"]:before,
input[type="date"]:before {
    color: transparent;
    background: none;
    display: block;
    /* font-family: 'FontAwesome'; */
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #999;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    background-size: 12px;
    background-image: url(../images/calendar.png);
}
.complaign-filters .date-wrap input[type="date"]:before,
.create-wrap-complain input[type="date"]:before {
    background-image: url(../images/cal-icon.svg); 
}
.filter-wrap{
    position: relative;
}
.complaign-filters .filter-filed {
    color: #AAAAAA;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    word-wrap: break-word;
    padding: 8px 20px 8px 10px;
    border: 0.50px #AAAAAA solid;
    border-radius: 5px;
    max-width: 100px;
    width: 100px;
    position: relative;
    line-height: 12px;
}
.filter-filed img {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.filter-list {
    position: absolute;
    direction: ltr;
    border: 1px solid #aaa;
    z-index: 99;
    background: #fff;
    padding: 0;
    left: 0;
    width: 200px;
    display: none;
}
.filter-list.active{
    display: block;
}
.filter-list ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.filter-list ul li{
    cursor: pointer;
    padding: 5px 10px;
    transition: 0.3s;
}
.filter-list ul li:hover{
    background-color: #D25211;
    color: #fff;
}
.complaign-filters .filter-filed, .complaign-filters .date-wrap input, .employee_search_fild input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.complaign-filters.active-filters {
    align-items: center;
    margin-bottom: 20px;
}
.complaign-filters.active-filters>span {
    color: black;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    word-wrap: break-word;
    direction: ltr;
}
.filters-box {
    color: #222222;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    word-wrap: break-word;
    padding: 8px 30px 8px 10px;
    background: rgba(243, 243, 243, 1);
    border-radius: 5px;
    margin-left: 20px;
    position: relative;
}
.filters-box img{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
html body .status-bar {
    padding: 13px 13px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}
html body .status-bar:after{
    content: '';
    position: absolute;
    width: calc(100% + 40px);
    height: 100%;
    left: -20px;
    top: 0;
}
html body .status-bar.success {
    /* background: rgba(0, 126, 0, 0.07);   */
}
.status-bar.success:after {
    background: rgba(0, 126, 0, 0.07);
}
html body .status-bar.warning {
    /* background: rgba(210, 82, 17, 0.5);   */
}
.status-bar.warning:after {
    background: rgba(210, 82, 17, 0.5);
}
html body .status-bar.danger {
    /* background: rgba(138, 0, 0, 0.5);   */
}
.status-bar.danger:after {
    background: rgba(138, 0, 0, 0.5);
}
html body .status-bar.success h3 {
    color: #007E00;
}
html body .status-bar.warning h3 {
    color: rgba(210, 82, 17, 0.8);
}
html body .status-bar.danger h3 {
    color: #8A0000;
}
html body .status-bar h3 {
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    word-wrap: break-word;
    text-align: center !important;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
}
.main_employee_table .timeline-detail p sub {
    color: #AAAAAA;
    font-size: 9px;
    font-weight: 400;
    text-transform: capitalize;
    word-wrap: break-word;
    display: block;
    line-height: 9px;
    bottom: 0;
}
.main_employee_table{
    position: relative;
}
.body-wrap.supervisor-section .list-wrap-desk .right_sidebar_employee .nav-tabs .nav-link {
    font-size: 15px;
    line-height: 25px;
    padding: 15px 40px;
    color: #777777;
    font-size: 11px;
    font-weight: 500;
    text-transform: capitalize;
    word-wrap: break-word;
    padding: 13px 20px;
    border-radius: 5px;
    border: 0.50px #AAAAAA solid;
    line-height: 15px;
}
.body-wrap.supervisor-section .list-wrap-desk .right_sidebar_employee .nav-tabs .nav-item.show .nav-link,
.body-wrap.supervisor-section .list-wrap-desk .right_sidebar_employee .nav-tabs .nav-link.active,
.body-wrap.supervisor-section .list-wrap-desk .right_sidebar_employee .nav-tabs .nav-link:hover{
    background: #D25211;
    color: #fff;
    border: 0.50px #D25211 solid;
}
.btn.btn-prim.btn-small {
    color: white;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    word-wrap: break-word;
    padding: 8px 17px;
    line-height: 15px;
    min-width: initial;
    border-radius: 5px;
}
.complaign-filters .btn.btn-prim.btn-small {
    margin-left: 20px;
}
.btn-del.ed-sml img {
    height: 29px;
}
.right_sidebar_employee.engr_tab_cont.border-tab table.table tr:nth-child(odd) td{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: inherit;
}
.right_sidebar_employee.engr_tab_cont.border-tab table.table tr td{
    color: #222222;
font-size: 11px;
font-weight: 600;
word-wrap: break-word;
}
.modal-sec.modals-wrap .tr-comp input, 
.modal-sec.modals-wrap .tr-comp select{
    background: rgba(245, 245, 245, 1);
    padding: 3px 10px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 1px solid rgba(245, 245, 245, 1);
    color: #444444;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 25px;
    word-wrap: break-word;
    height: 33px;
}
html body div select:focus,
html body div textarea:focus{
    outline: none;
    box-shadow: none;
}


 /* today work  */
.action-sec{
    padding: 20px 0px;
}
 .action-sec h2{
    color: #222;
font-family: Lato;
font-size: 11px;
font-style: normal;
font-weight: 700;
line-height: 25px; /* 227.273% */
text-transform: uppercase;
margin-top: 32px;
}
.action-p p{
    color: #444;
font-family: Lato;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 18px */
}
.action-p{
    border-radius: 3px;
background: #F5F5F5;
padding: 10px 10px 12px 10px;
}
.sub-btns-wrap-eng-comp{
        text-align: right !important;
        margin-top: 24px;
}
.sub-btns-wrap-eng-comp .btn {
    text-align: center !important;
    min-width: 150px;
    font-size: 11px;
    font-weight: 600;
    text-transform: capitalize;
    word-wrap: break-word;
    margin-left: 30px;
}
/* notification-css  */
.not-top-sec button#dropdownNot {
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: rgba(238, 238, 238, 1);
    width: 34px;
    height: 34px;
    margin-right: 30px;
    padding: 5px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}
.not-top-sec button#dropdownNot:focus{
    outline: none;
}
.not-top-sec button#dropdownNot:after{
    display: none;
}
.not-top-sec ul.dropdown-menu{
    background: #fff;
    width: 250px;
    border-radius: 5px; border:
    0.50px #EEEEEE solid;
    padding: 0;
}
.not-top-sec ul.dropdown-menu > li{
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
.not-top-sec ul.dropdown-menu h3{
    font-size: 15px;
    font-family: Arial;
    font-weight: 400;
    text-transform: capitalize;
    word-wrap: break-word;
    color: #222222;
    margin-bottom: 0;
}
.not-top-sec span.not_num_icon {
    width: 14px;
    height: 14px;
    background: rgba(1, 34, 105, 1);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 8px;
    font-family: Arial;
    font-weight: 400;
    text-transform: capitalize;
    word-wrap: break-word;
    border-radius: 7px;
}
.not-top-sec ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.not-top-sec ul.dropdown-menu li {
    padding-top: 12px;
    padding-bottom: 12px;
    padding: 0 10px;
}
.not-top-sec ul.dropdown-menu .notification_heads{
    padding: 12px 10px;
}
.eng-lang .not-top-sec ul.dropdown-menu .notification_heads{
justify-content: flex-end;
}
.not-top-sec ul.dropdown-menu > li li{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0;
    cursor: pointer;
    transition: 0.3s;
}
.eng-lang .not-top-sec ul.dropdown-menu > li li{
    flex-direction: row-reverse;
}
.not-top-sec ul.dropdown-menu > li li.not_list.unread {
    background: rgba(1, 34, 105, 0.03);
}
.not-top-sec ul.dropdown-menu .dropdown-item.active, 
.not-top-sec ul.dropdown-menu .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}

.not-top-sec ul.dropdown-menu .dropdown-item:focus, 
.not-top-sec ul.dropdown-menu .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: transparent;
}
.not-top-sec .not_text_wrap{
    max-width: 100%;
    flex: 0 0 auto;
    width: calc(100% - 70px);
}
.not-top-sec ul.dropdown-menu > li li:hover{
    background: rgba(1, 34, 105, 0.03);
}
.not-top-sec .not_text_wrap p{
    color: #222222;
    font-size: 10px;
    font-family: Arial;
    font-weight: 400;
    line-height: 12.50px;
    word-wrap: break-word;
    margin-bottom: 0;
    white-space: initial;
}
.not-top-sec .not_prof_wrap {
    max-width: 100%;
    flex: 0 0 auto;
    width: 30px;
    margin-right: 10px;
    background: #C3D0FF;
    border-radius: 5px;
    height: 30px;
}
.not-top-sec .not_time_wrap {
    max-width: 100%;
    flex: 0 0 auto;
    width: 30px;
    text-align: right;
}
.not-top-sec .not_time_wrap span {
    color: #AAAAAA;
    font-size: 10px;
    font-family: Arial;
    font-weight: 400;
    line-height: 12.50px;
    word-wrap: break-word;
    display: block;
    text-align: right;
}
@media screen and (max-width: 1500px) {
    .body-wrap.supervisor-section .list-wrap-desk .right_sidebar_employee .nav-tabs .nav-link{
        padding: 10px 15px;
    line-height: 15px;
    margin-right: 10px;
    }
    header {
        padding: 20px 0 20px;
        padding: 12px 0;
        margin-bottom: 30px;
    }
    .body-wrap.supervisor-section .list-wrap-desk .nav-tabs .nav-link {
        font-size: 15px;
        line-height: 25px;
        padding: 10px 40px;
        border-radius: 5px;
    }
}

@media screen and (max-width: 1199px) {
    html body .right_sidebar_employee.engr_tab_cont td .btn{
        min-width: initial;
    }
    .table-responsive.tbl-drk table {
        min-width: 990px;
    }
    html body .right_sidebar_employee.engr_tab_cont td .btn {
        min-width: initial;
        padding: 4px 15px;
        font-size: 10px;
    }
    a.btn-del img {
        height: 32px;
    
    }    
    .right_sidebar_employee.engr_tab_cont td:nth-child(3) {
        min-width: initial;
    }
    .body-wrap.supervisor-section .tabs-wrap-scroll {
        overflow-x: auto;
    }
    
    .body-wrap.supervisor-section .tabs-wrap-scroll .nav-tabs {
        min-width: 1000px;
    }
    /* .create-wrap-complain{
        overflow-y: hidden;
        overflow-x: auto;
    }
    .create-wrap-complain .row {
        min-width: 700px;
        margin: 0 auto 0 0;
    } */
    .box-branch{
        margin-top: 10px;
    }
    html body .td-btns .btn.btn-prim{
        font-size: 14px;
        min-width: 125px;
        line-height: 16px;
    }
    .col-lg-07 {
        max-width: 25%;
    }
    .rating-wrap-single .task-progress {
        margin: 0 0 5px;
    }

    .rating-wrap-single .task-progress img {
        margin-right: 5px;
        max-width: 12px;
    }

    .rating-wrap-single .task-progress b {
        font-size: 12px;
        margin-right: 5px;
    }

    .rating-wrap-single .task-progress span {
        margin-left: 5px;
        font-size: 12px;
    }

    .rating-wrap-single .progress {
        height: 7px;
    }

    .profile-wrap .profile-details.name-edit-wrap .add-wrap {
        padding: 5px 10px;
    }

    .col-lg-05 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .acc-avg-box {
        padding: 10px 5px;
        border-radius: 10px;
    }

    .acc-avg-box h4 {
        font-size: 12px;
    }

    .icon-wrap {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .acc-avg-box h4 img {
        max-width: 10px;
    }

    .icon-wrap img {
        max-width: 24px;
    }

    .profile-wrap .name-edit h2 {

        font-size: 18px;
        line-height: 22px;

    }

    .edit-wrap {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .edit-wrap img {
        max-width: 12px;
    }

    .profile-wrap .rating-wrap-single h2 {
        font-size: 18px;
        line-height: 26px;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .all-det-wrap h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .profile-details.name-edit-wrap p {
        font-size: 10px;
    }

    .profile-wrap .profile-details.name-edit-wrap .add-wrap p {
        font-size: 12px;
    }

    .detail-table {
        max-width: 100%;
        margin: 35px auto;
    }

    .employee_new_tables.employee-profile-wrap .right_sidebar_employee {
        height: auto;
    }

    .employee_new_tables_prof_fx.employee_new_tables.employee-profile-wrap .right_sidebar_employee {
        height: auto;
    }

    .login-box {
        max-width: 800px;
    }

    .col-lg-cust-3 {
        max-width: 200px;
        width: 100%;
    }

    .content {
        /* padding: 0; */
    }

    .col-lg-cust-9 {
        max-width: calc(100% - 200px);
        width: 100%;
    }

    .sidebar-menu ul li a img {
        margin-right: 15px;
    }

    .sidebar-menu ul li a span {
        margin-right: 15px;
    }

    .btn.btn-prim {
        font-size: 14px;
        line-height: 18px;
        padding: 7px 15px;
        width: 100%;
        border-radius: 7px;
    }

    .sidebar {
        padding: 50px 0;
    }

    .btn.btn-prim {
        font-size: 18px;
        line-height: 22px;
        padding: 10px 15px;
        width: 100%;
    }

    header h1 {
        font-size: 16px;
        line-height: 22px;
    }

    .sidebar-menu ul li a {
        font-size: 13px;
        line-height: 22px;
    }

    .sidebar-menu ul li {
        padding: 20px 0px;
    }

    .sidebar-menu ul li a img {
        max-height: 15px;
    }

    .col-lg-cust-3 {
        max-width: 200px;
    }

    .col-lg-cust-9 {
        max-width: calc(100% - 200px);
    }

    .main_employee_table span {
        font-size: 12px;
    }

    .main_employee_table span {
        margin-top: 26px;
    }

    .main_employee_table h4,
    .table_nw_title h4 {
        font-size: 16px;
    }

    .table-responsive tbody tr img.star-icon {
        width: 12px;
        position: relative;
        top: -2px;
        left: -1px;
    }

    .table-responsive tbody td {
        padding: 5px 5px;
    }

    .table-responsive tbody tr img.arr-icon {
        max-width: 8px;
        position: relative;
    }

    .main_employee_table,
    .right_sidebar_employee {
        padding: 20px 15px;
    }
    html body .status-bar:after{
        width: calc(100% + 30px);
        left: -15px;
    }

    .rw_img img {
        width: 30px !important;
        height: 30px !important;
    }

    .eng-lang .sidebar-menu ul li a span {
        margin-left: 15px;
    }

    .eng-lang .sidebar-menu ul li a img {
        margin-left: 5px;
        max-height: 15px;
    }
    .btns-wrap-eng-comp .btn{
        text-align: center !important;
        min-width: 130px;
        font-size: 10px;
        margin-left: 20px;
    }

    .btn.btn-prim {
        font-size: 16px;
        padding: 5px 15px;
    }

    .sidebar-menu ul li a {
        font-size: 11px;
    }

    .sidebar-menu ul li {
        padding: 15px 0px;
    }

    .employee_new_tables {
        margin-top: 10px;
    }

    .logo-wrap img {
        max-width: 85%;
    }
    .table-branch.table-responsive tbody td,
    .table-branch.table-responsive thead th {
        font-size: 12px;
        padding: 20px 10px;
    }
    html body .employee_search input[type="date"],
    html body .employee_search input[type="text"],
    html body .employee_search input[type="search"] {
        padding-top: 7px;
        padding-bottom: 7px;
        max-width: 150px;
        display: inline-block;
    }
    .inp-wrap {
        min-width: 200px;
    }
    .employee_search input[type="date"]:before{
        top: 8px;
    }
    .employee_search .has-search .form-control-feedback{
        left: 0;
    }
    .timeline-detail p {
        margin-bottom: 0;
        font-size: 12px;
    }
    
}

@media screen and (max-width: 991px) {
    .collapse-btn{
        display: none;
    }
    .rep-wrap .btn.btn-prim{
        display: inline-block;
        width: auto;
    }
    .row-wrap-rate.h-100 .col-12.my-auto .voucher-box-main-wrap .logo-wrap{
        display: block;
    }
    .list-wrap-mob .voucher-box-main-wrap .box-detail-wrap {
        background: #fff;
    }
    html body .box-detail-wrap .labour-total-reviews h6 {
        line-height: 20px;
        margin-bottom: 25px;
        margin-top: 10px;
        font-size: 18px;
    }

    html body .body-wrap.supervisor-section header .mob-ver {
        top: 50%;
        transform: translateY(-50%);
        z-index: 9999;
    }

    html body .body-wrap.supervisor-section header .toggle-menu.mob-ver.dots-hamburger-wrap {
        z-index: 99999999999;
    }

    .list-wrap-mob {
        background: #F5F5F5;
    }

    .list-wrap-mob .box-detail-wrap {
        margin: 0 auto;
    }
    .btns-wrap-eng-comp .btn{
        text-align: center !important;
        min-width: 120px;
        font-size: 10px;
        margin-left: 20px;
    }

    .box-detail-wrap .btn.btn-primary {
        margin-bottom: 0;
    }

    .lab-det-rev h3,
    .lab-det-rev .labour-rev {
        width: 100%;
        text-align: center;
    }

    .labour-rev img {
        max-width: 35px;
    }

    .row-wrap-rate.h-100 .col-12.my-auto {
        margin: 0 !important;
    }

    .row-wrap-rate.h-100 .col-12.my-auto .logo-wrap {
        display: none;
    }

    .list-wrap-mob .box-detail-wrap {
        background: transparent;
    }

    .form-wrap-lab {
        background: #FFFFFF;
        border-radius: 25px;
        padding: 45px 70px;
    }

    html body .labour-rev img {
        max-width: 40px;
        padding-right: 7px;
        padding-left: 7px;
        margin-bottom: 5px;
    }

    .list-7-wrap {
        display: none;
    }

    .all-det-wrap .card-all {
        margin-bottom: 20px;
    }

    .col-lg-05 {
        margin-bottom: 10px;
        flex: 0 0 auto;
        width: 50%;
    }

    .profile-details {
        text-align: center;
        margin-bottom: 25px;
    }

    .name-edit {
        display: flex;
        justify-content: center;
    }

    .profile-details.name-edit-wrap p {
        text-align: center;
    }

    .col-lg-05 {
        margin-bottom: 10px;
    }

    .sidebar-menu {
        height: 100vh;
        overflow: auto;
    }

    /* width */
    .sidebar-menu::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .sidebar-menu::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    .sidebar-menu::-webkit-scrollbar-thumb {
        background: #D25211;
        border-radius: 10px;
    }

    /* Handle on hover */
    .sidebar-menu::-webkit-scrollbar-thumb:hover {
        background: #D25211;
    }

    .logo-wrap-chin {
        width: 40px;
        height: 40px;
        line-height: 35px;
    }

    .logo-wrap-chin img {
        max-width: 20px;
    }

    .fld-wrap {
        margin-bottom: 15px;
    }

    .form-wrap-reg.bg-form h3 {
        font-size: 24px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .form-wrap-reg.bg-form .labour-rev {
        margin-bottom: 35px;
    }

    .form-wrap-reg.bg-form .labour-rev img {
        max-width: 45px;
        padding-right: 8px;
        padding-left: 8px;
    }

    .laber-detail-box-wrap p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .bg-form select.form-select {
        margin-bottom: 10px;
    }

    .form-wrap-reg.bg-form select.form-select {
        margin-bottom: 20px;
    }

    .body-wrap.supervisor-section header {
        padding: 12px 0;
    }

    .mob-ver img.dots-hamburger {
        width: 8px;
    }

    .body-wrap.supervisor-section header .mob-ver {
        top: 50%;
        transform: translateY(-50%);
    }

    .body-wrap.supervisor-section header .logo-wrap {
        text-align: center;
    }

    .mob-ver.dots-hamburger-wrap {
        right: auto;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
    }

    .desk-wrap {
        display: none;
    }

    .mob-wrap {
        display: block;
    }

    .rw_img img {
        margin: 3px 0;
    }

    .body-wrap.eng-lang header h1 {
        padding-left: 70px;
        padding-right: 0;
    }

    .body-wrap.eng-lang .mob-ver {
        right: auto;
        left: 20px;
    }

    .table_nw_title {
        display: block;
    }

    .employee_search {
        float: unset;
        position: relative;
        width: 100%;
    }

    .login-box {
        max-width: 650px;
        border-radius: 10px;
    }

    .bg-form {
        padding: 30px 15px 15px;
        border-radius: 10px 0px 0px 10px;
    }

    .bg-form h2 {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 16px;
    }

    .bg-form label {
        font-size: 11px;
        margin-bottom: 5px;
        line-height: 15px;
    }

    .login-box .img-bg-login img {
        border-radius: 0 10px 10px 0;
    }

    .bg-form input {
        margin-bottom: 10px;
    }

    .form-wrap-reg.bg-form input {
        margin-bottom: 20px;
    }

    .form-wrap-reg.bg-form .btn {
        margin-top: 50px;
    }

    .form-wrap-reg.bg-form {
        border-radius: 20px;
        margin-bottom: 50px;
    }

    html body .bg-form .btn {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .col-lg-cust-9 {
        max-width: calc(100%);
        width: 100%;
    }

    .sidebar {
        padding: 30px 0;
    }

    .eng-lang div#prof-wrap span {
        margin-right: 0;
        margin-left: 10px;
    }

    header h1 {
        padding-right: 50px;
    }

    .mob-ver {
        display: block;
    }

    .col-lg-cust-3 {
        position: fixed;
        top: 0;
        right: 0;
        transform: translateX(100%);
        transition: 0.3s;
        background-color: #fff;
        z-index: 9999;
    }

    .col-lg-cust-3.open {
        transform: translateX(0%);
    }

    .btn.btn-back.btn-white {
        margin: 25px 0 0;
    }

    header h1.text-end-mob {
        text-align: end;
    }

    .mob-prof-wrap {
        display: flex;
        justify-content: space-between;
        padding-right: 55px;
        padding-right: 0;
        flex-direction: row-reverse;
    }

    .body-wrap.eng-lang .mob-prof-wrap {
        flex-direction: row-reverse;
        padding-left: 0;
        padding-right: 0;
    }

    .mob-hid {
        display: none !important;
    }

    .mob-show {
        display: block !important;
    }

    li.mob-show {
        display: block !important;
    }

    li.mob-show span {
        display: block;
        width: 100%;
        padding: 0.5rem 1rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        text-align: left !important;
    }
    .d-flex.complaign-filters.active-filters.flex-row-reverse {
        flex-wrap: wrap;
    }
    .filters-box{
        width: 100%;
        margin: 5px 0;
    }
    .filter-wrap, .date-wrap, .employee_search_fild,
    .filter-wrap .filter-filed, html body .complaign-filters .date-wrap input, .employee_search_fild input {
        width: 100%;
        max-width: 100%;
        margin: 5px 0;
    }
    .d-flex.complaign-filters.flex-row-reverse {
        flex-wrap: wrap;
    }
    html body .right_sidebar_employee.engr_tab_cont td .btn{
        margin-top: 0;
    }
    html body .body-wrap.supervisor-section header .mob-ver{
        top: 5px;
        transform: translateY(0%);
    }
}

@media screen and (max-width: 767px) {
    .vocher-cont-wrap p, .vocher-cont-wrap p a{
        margin-bottom: 10px;
    }
    .timeline-detail p{
        font-size: 9px;
    }
    .vocher-cont-wrap {
        margin-top: 60px;
    }
    .labours-wrap .col-4.col-lg-07{
        max-width: 50%;
        width: 50%;
    }
    .option-count-cust h3{
        font-size: 16px;
    }
    .free-text-cust{
        max-width: 16px;
    }
    .free-text-cust h2{
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
    
    }
    .percnt-wrap-cust h3{
        font-size: 14px;
        top: -12px;
        left: 6px;
    }
    .percnt-wrap-cust:after {
        background-size: 80px 29px;
        width: 80px;
        height: 29px;
    }
    .voucher-box-cust:after,
    .voucher-box-cust:before {
        background-size: 50px 127px;
        width: 50px;
        height: 127px;
    }
    .vouch-exp-cust p {
        border: 1px solid #D25211;
        margin-bottom: 0;
        max-width: 155px;
        margin: 0 45px 0 auto;
        padding: 4px 2px;
        border-bottom: none;
        font-size: 10px;
        display: inline-block;
        min-width: 100px;
    }
    .option-count-cust h3:after,
    .option-count-cust h3:before {
        background-size: 29px 27px;
        width: 29px;
        height: 27px;
    }
    .option-count-cust h3:before{
        left: -40px;
    }
    .option-count-cust h3:after{
        right: -40px;
    }
    .vouch-exp-cust {
        padding: 17.5px 0;
        position: relative;
        top: 0;
    }
    .option-count-cust {
        padding-right: 0;
    }
    .voucher-box-main-wrap {
        width: 100%;
        margin: 0 auto;
    }
    .voucher-box-sec{
        width: 100vw;
        height: 42.9vw;
    background-size: contain;
    background-repeat: no-repeat;
    }
    .percnt-wrap {
        left: 10vw;
        bottom: 13vw;
    }
    .option-count{
        top: 6vw;
    }
    .option-count h3,
    .percnt-wrap h3{
        font-size: 24px;
    }
    .vouch-exp {
        right: 28%;
        top: 20vw;
    }
    .free-text{
        right: 10vw;
        max-width: 20px;
    }
    .free-text h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .cont-voucher .cong-wrap h2{
        font-size: 30px;
        padding-top: 25px;
    margin-bottom: 25px;
    }
    .cont-voucher .cong-wrap p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    .wrd-to h4 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .wrd-to h3 {
        font-size: 20px;
    }
    .wrd-to a {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    .vouch-exp p{
        /* margin-bottom: 0px; */
    font-size: 16px;
    }
    .sc-qr {
        background: rgba(255, 255, 255, 1);
        border-radius: 50px;
        padding: 20px 30px;
    }
    .sc-qr h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sc-qr img {
        max-width: 70%;
    }
    .col-lg-05 {
        margin-bottom: 10px;
        flex: 0 0 auto;
        width: 80%;
    }

    .mob-prof-wrap {
        display: flex;
        justify-content: space-between;
        padding-right: 55px;
    }

    .body-wrap.eng-lang .mob-prof-wrap {
        flex-direction: row-reverse;
        padding-left: 55px;
        padding-right: 0;
    }

    .mob-hid {
        display: none !important;
    }

    .mob-show {
        display: block !important;
    }

    li.mob-show {
        display: block !important;
    }

    li.mob-show span {
        display: block;
        width: 100%;
        padding: 0.5rem 1rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        text-align: left !important;
    }

    header .col-xl-4.col-lg-4.col-md-4.col-sm-5.col-12.my-auto {
        text-align: center;
    }

    .body-wrap.eng-lang header h1 {
        padding-left: 0;
        padding-right: 0;
    }

    .back-wrap.text-start.mob-wrap {
        text-align: center !important;
    }

    input.form-control.d-inline-block.ms-4 {
        margin-left: 10px !important;
    }

    .btn.w-auto.px-4.ms-3.min-w-200 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        min-width: auto !important;
        width: auto !important;
        padding: 7px 10px;
        font-size: 13px;
        line-height: 15px;
    }

    .form_nw_wrap.bg-form input {
        max-width: 75%;
    }

    .fld-wrap img {
        margin-left: 0 !important;
        max-height: 25px;
    }

    .box-detail-wrap .labour-name h2 {
        font-size: 30px;
        margin: 30px 0 15px;
    }

    .box-detail-wrap .labour-profile img {
        max-width: 40%;
    }

    .labour-rev img {
        max-width: 30px;
    }

    .box-detail-wrap .dropdown {
        border-radius: 20px;
    }

    .box-detail-wrap .dropdown button {
        font-size: 24px;
        padding: 30px 20px;
    }

    .box-detail-wrap ul.dropdown-menu li {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 25px;
    }

    .box-detail-wrap ul.dropdown-menu li span {
        font-size: 18px;
        width: 60%;
    }

    .box-detail-wrap ul.dropdown-menu li span.date-wrap {
        width: 40%;
    }

    .box-detail-wrap ul.dropdown-menu li h6 {
        font-size: 18px;
    }

    .box-detail-wrap .labours-scan-wrap {
        border-radius: 20px;
        padding: 15px 20px 40px;
    }

    .box-detail-wrap .labours-scan-wrap h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .box-detail-wrap .labours-scan-wrap img {
        max-width: 75%;
    }

    .box-detail-wrap .labour-add h5 {
        font-size: 12px;
    }

    .box-detail-wrap .labour-total-reviews h6 {
        font-size: 24px;
    }

    .login-wrap {
        height: auto !important;
        background-attachment: fixed;
    }

    .col-xl-4.col-lg-5.col-md-5.pe-0,
    .col-xl-8.col-lg-07.col-md-7.ps-0.text-center.pos-relative {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }

    .bg-form,
    .login-box .img-bg-login img,
    .login-box {
        border-radius: 0;
    }

    .login-box .img-bg-login img {
        position: unset;
    }

    .login-box .login-logo-wrap img {
        position: absolute;
        z-index: 999;
        top: 50%;
        transform: translateY(-50%);
    }

    .login-logo-wrap {
        height: auto;
    }

    .login-box {
        max-width: 75%;
        margin: 25px auto;
    }

    .login-box .login-logo-wrap img {
        max-width: 75px;
    }

    header h1 {
        padding-right: 0;
        text-align: center;
        margin: 25px 0 0;
    }

    .btn.btn-prim {
        width: calc(100% - 50px);
        padding: 10px 10px;
    }

    .mob-ver {
        top: 10px;
        transform: translateY(0%);
        /* right: 0; */
    }

    .mob-ver img {
        width: 25px;
    }

    header h1.text-end-mob {
        text-align: end;
    }

    .body-wrap.supervisor-section .nav-tabs .nav-link {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .labour-profile img {
        max-width: 85%;
    }

    .laber-box-wrap {
        padding: 20px 10px 15px;
    }

    .labour-name h2 {
        font-size: 16px;
        line-height: 17px;
    }

    .labour-rev img {
        max-width: 30px;
        padding-right: 2px;
        padding-left: 2px;
    }

    .labour-total-reviews h6 {
        font-size: 8px;
        line-height: 15px;
    }

    .labours-wrap .col-4 {
        max-width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }

    .list-wrap-mob h1 {
        font-size: 30px;
    }
    .vouch-exp-cust p{
        display: block;
        margin: 0 65px 0 auto;
    }
    .free-text-cust {
        position: absolute;
        right: 5%;
    }
    .percnt-wrap-cust:after {
        background-size: 130px 48px;
        width: 130px;
        height: 48px;
    }
    .percnt-wrap-cust {
        position: relative;
        text-align: left;
        top: 63px;
        left: -5px;
    }
    .vouch-exp-cust {
        padding: 0px 0;
        position: relative;
        top: -10px;
    }
    .voucher-box-cust {
        background-color: #fff;
        padding: 10px 0 10px;
        position: relative;
        text-align: center;
    }
    .percnt-wrap-cust h3 {
        font-size: 14px;
        top: -22px;
        left: 36px;
    }
    .voucher-box-cust:before{
        left: -5px;
    }
    .voucher-box-cust:after, .voucher-box-cust:before {
        background-size: 59px 151px;
        width: 59px;
        height: 151px;
    }
    .voucher-box-main-wrap {
        width: 100%;
        margin: 0 auto;
        max-width: 380px;
    }
}

@media screen and (max-width: 575px) {
    .box-row-wrap .col-lg-05{
        margin-bottom: 10px;
        flex: 0 0 auto;
        width: 100%;
    }
    .table_nw_title {
        text-align: left;
        float: unset;
    }
    html body .td-btns .btn.btn-prim{
        margin-right: 25px !important;
    }
    .inp-wrap{
        margin-top: 15px;
    }
    .labours-wrap .col-4.col-lg-07{
        max-width: 100%;
        width: 100%;
    }
    
    .btn.btn-prim {
        width: 100%;
        margin-top: 20px;
    }
    .vouch-exp{
        right: 19vw;
        top: 19vw;
    }
    .vouch-exp p {
        margin-bottom: 0px;
        font-size: 16px;
    }
    .percnt-wrap {
        left: 5vw;
        bottom: 12vw;
    }
}