@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");
@font-face {
    font-family: "Segoe-UI";
    src: url("/theme/fonts/segoe-ui-4-cufonfonts/Segoe-UI.ttf");
}

@font-face {
    font-family: "Segoe-UI-Bold";
    src: url("/theme/fonts/segoe-ui-4-cufonfonts/Segoe-UI-Bold.ttf");
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    background-color: #f9fbfd;
}

a,
img {
    text-decoration: none;
    outline: none;
    border: none;
}

a,
.btn,
button {
    transition: all 0.5s;
}

a.btn.btn-outline-info.offerButton {
    padding: 0px;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: 0 !important;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: 0px;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p:last-child {
    margin-bottom: 0;
}

header {
    background-color: #ceebff;
    z-index: 2;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding-left: 270px;
    transition: 0.4s ease all;
}

.header-left {
    padding-left: 30px;
}

.header-search {
    background-color: #ffffff;
    height: 35px;
    width: 245px;
    border: 0;
    border-radius: 5px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
}

.navbar-nav {
    align-items: center;
}

.navbar-nav .nav-item {
    position: relative;
    margin: 0 5px;
}

.search-icon {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    color: #c6cfe0;
}

::-webkit-input-placeholder {
    color: #8f9bb3;
}

:-ms-input-placeholder {
    color: #8f9bb3;
}

::placeholder {
    color: #8f9bb3;
}

.navbar-nav .nav-item .nav-link {
    color: #18203a;
    font-size: 22px;
}

header .dropdown-toggle,
.left-menus .dropdown-toggle {
    background-color: transparent !important;
    border: 0;
    box-shadow: none !important;
    color: #18203a !important;
    font-size: 22px;
}

.dropdown-toggle::after {
    border-top: 7px solid #c5cee0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    top: 3px;
    position: relative;
    transition: 0.4s ease all;
}

header .dropdown-toggle:hover::after {
    border-top: 7px solid #000000;
}

header .dropdown-menu {
    right: 0;
    left: auto;
    padding: 0;
    margin-top: 5px;
    border-radius: 5px;
    border: 0;
    box-shadow: 0 0 2px rgb(0 0 0 / 30%);
}


/*header .dropdown-menu .dropdown-item:active, header .dropdown-menu .dropdown-item:hover, header .dropdown-menu .dropdown-item:focus {
    color: #18203A;
    background-color: #ceebff;
}*/

.notify {
    background-color: #0095ff;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 100%;
    margin: auto;
    right: 6px;
    top: 16px;
}

.date-selection .dropdown-toggle {
    color: #334ca7 !important;
    background-color: #ffffff !important;
    font-size: 11px;
    border: 1px solid #334ca7;
    box-shadow: none !important;
}

.date-selection .dropdown-toggle::after {
    content: none;
}

.date-selection .dropdown-menu {
    left: 0;
    padding: 0 10px;
}

.date-selection .dropdown-item {
    text-align: center;
    background-color: #bfbfbf;
    color: #ffffff;
    margin: 5px 0;
    border-radius: 5px;
}

.date-selection .dropdown-item:hover {
    background-color: #0091ff !important;
    color: #ffffff !important;
}

.left-menu {
    background-color: #0095ff;
    width: 45px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 3;
}

.left-logo {
    text-align: center;
    margin: 20px 0;
    display: block;
}

.left-menu ul a {
    color: #98d4ff;
    display: block;
    text-align: center;
    padding: 12px 0;
    font-size: 16px;
}

.color-picker {
    background-color: #c5cee0;
    border: 1px solid #ffffff;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.left-menu-open {
    background-color: #ffffff;
    width: 240px;
    position: fixed;
    top: 0;
    bottom: 0;
    /*    left: 45px;*/
    left: 70px;
    transition: 0.4s ease all;
    z-index: 2;
/*    border: 1px solid #d8d8dd;*/
}

.menu-close {
    /*    left: -265px;*/
    left: -100% !important;
}

.left-menu-open h5 {
    text-align: center;
    padding: 13px;
    border-bottom: 2px solid #c6c6c6;
    color: #8f9bb3;
    height: 53px;
    font-size: 24px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.left-menus span {
    min-width: 15px;
    height: 15px;
    /* background-size: 24px; */
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    margin-right: 5px;
}

.left-menus a:hover span {
    background-position: 0 -15px;
}

.left-menus a {
    display: flex;
    align-items: center;
    color: #8f9bb3;
    font-weight: 500;
    font-size: 17px;
}

.left-menus a:hover {
    color: #0095ff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.left-menus {
    padding: 30px 10px 10px;
    margin-top: 5px;
    position: relative;
}

.left-menus li {
    margin: 15px 0;
}

.left-menus .dropdown-toggle {
    padding: 0;
    color: #8f9bb3 !important;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 17px;
    position: relative;
    width: 100%;
    padding-right: 15px;
}

.left-menus .dropdown-toggle:hover {
    color: #0095ff !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.left-menus .dropdown-toggle:hover span {
    background-position: 0 -15px;
}

.left-menus .dropdown-menu {
    position: relative !important;
    transform: none !important;
    border: 0;
    float: none;
}

.left-menus .dropdown-toggle::after {
    content: "\f13a";
    font-family: "FontAwesome";
    border: 0;
    position: absolute;
    right: 0;
    color: #000000;
}

.left-menus .dropdown-item:active,
.left-menus .dropdown-item:hover,
.left-menus .dropdown-item:focus {
    background-color: transparent;
}

.left-menus .dropdown-item {
    padding: 5px 0 5px 30px;
}

.main-wrapper {
    margin: 78px 25px 25px 285px;
    transition: 0.4s ease all;
}

.wrapper-toggle {
    margin: 78px 25px 25px 70px;
}

.white-box {
    border: 1px solid #707070;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.box-title {
    font-size: 16px;
    border-bottom: 1px solid #f0f4fa;
    padding: 10px 15px 5px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    position: relative;
}

.box-padding {
    padding: 5px 15px;
}

.form-group {
    margin-bottom: 10px;
    position: relative;
}

.form-group label {
    font-size: 17px;
    margin-bottom: 3px;
    font-weight: 500;
    color: #abb4c6;
}

.form-control {
    border: 1px solid #c5cee0;
    color: #8f9bb3 !important;
    font-size: 17px;
}

.form-group img {
    position: absolute;
    right: 10px;
    bottom: 12px;
}

.custom-control-label {
    cursor: pointer;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.custom-switch .custom-control-label::before {
    width: 40px;
    height: 23px;
    border-radius: 30px;
    background-color: #e02020;
    border: 0;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 1px);
    height: calc(1rem - 1px);
    content: "\f057";
    font-family: "FontAwesome";
    background-color: transparent;
    top: 1.4px;
    font-size: 20px;
    color: #ffffff;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(18px);
}

.header-title {
    color: #222b45;
    font-size: 26px;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: transparent;
    content: "\f058";
    font-family: "FontAwesome";
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: transparent;
    border: 2px solid #305f9c !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    content: "\f00c";
    font-family: "FontAwesome";
    border: 0;
    position: absolute;
    left: -21px;
    top: 2px;
    font-size: 10px;
    font-weight: normal;
    color: #305f9c;
    background: none;
}

.navbar {
    padding: 2px 1rem;
}

.copyright {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    display: block;
    font-size: 16px;
    background-color: #fff;
    padding: 10px 0;
}

.custom-control-label::before {
    border: 2px solid #305f9c !important;
    border-radius: 4px;
    top: 2px;
}

.custom-radio .custom-control-label::before {
    top: 50% !important;
    transform: translateY(-50%);
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    border-color: #18203a;
    background-color: #ffffff;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    width: 6px;
    height: 6px;
    background-color: #18203a;
    top: 50%;
    transform: translateY(-50%);
    left: -19px;
    background-image: none !important;
    border-radius: 100%;
}

.custom-select {
    color: #222b45 !important;
    background: url("/theme/img/custom-select.png") no-repeat right 0.75rem center/8px 7px;
}

.textarea {
    resize: none;
    background-color: #f9fbfd !important;
    border: 0;
}

.textarea::-webkit-input-placeholder {
    font-size: 14px;
}

.textarea:-ms-input-placeholder {
    font-size: 14px;
}

.textarea::placeholder {
    font-size: 14px;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6dd400;
    border-color: #6dd400;
}

.btn-group-toggle label {
    width: 125px;
    box-shadow: none !important;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    margin-right: 7px;
    border-radius: 5px !important;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
}

.weekly {
    border-radius: 10px;
    height: 21px;
    width: 37px;
    padding: 3px 7px;
    font-size: 11px;
    margin-left: 5px;
}

.map {
    margin: 10px 0 60px;
}

.map iframe {
    height: 238px;
    width: 100%;
}

.button-bottom {
    display: flex;
    margin-top: 10px;
}

.button-bottom button,
.button-bottom a {
    height: 64px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    border: 0;
    font-weight: 600;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-bottom .cancel-btn {
    margin-right: 10px;
    background-color: #e02020;
}

.button-bottom .submit-btn {
    background-color: #6dd400;
}

.navbar-light .navbar-toggler {
    border: 0;
    padding: 0;
}

.white-space {
    white-space: nowrap;
}

.green-btn {
    background-color: #00e096;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #ffffff;
    border: 0;
    border-radius: 5px;
    height: 38px;
    min-width: 100px;
}

.green-btn:hover {
    background-color: #0095ff;
}

.table-control,
.table-control ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.table-control {
    padding: 15px 0 25px;
}

.table-control ul {
    margin-right: 15px;
}

.table-control ul li {
    border: 2px solid #eff4fa;
    width: 50px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.4s ease all;
}

.table-control ul li:first-child {
    border-radius: 5px 0 0 5px;
}

.table-control ul li:last-child {
    border-radius: 0 5px 5px 0;
}

.table-control ul li span {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.table-control ul li:hover span {
    background-position: 0 -16px;
}

.table-control ul li:hover {
    background-color: #0095ff;
    border-color: #0095ff;
}

.display-list,
.display-grid {
    background-color: #0095ff;
    border-color: #0095ff !important;
}

.display-list span,
.display-grid span {
    background-position: 0 -16px !important;
}

.table-view {
    padding: 20px;
}

.table-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: -31px;
}

.dataTables_length,
.dataTables_info,
.dataTables_paginate {
    display: none;
}

.dataTables_filter label {
    color: #ffffff;
    position: relative;
    margin: 0;
}

.opacity-search {
    opacity: 0;
}

.grid-view .dataTables_filter label {
    opacity: 1;
}

.dataTables_filter label::after {
    content: "";
    background-image: url("/theme/img/header-search.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}


/*.dataTables_filter label .form-control {
    width: 100%!important;
    padding-right: 30px;
    border-color: #e6e9ec;
    border-radius: 8px;
}*/


/* .dataTables_filter label::before {
    content: 'Search...';
    color: #c5cee0;
    font-size: 17px;
    left: 61px;
    position: absolute;
    top: 6px;
} */

table.dataTable {
    margin-top: 10px !important;
}

.dataTable thead th::before,
.dataTable thead th::after {
    content: none !important;
}

.dataTable thead {
    background-color: #eff4fa;
    position: relative;
}

.dataTable thead::before {
    content: "";
    background-color: #eff4fa;
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    bottom: 0;
}

.dataTable thead th {
    color: #8f9bb3;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    border: 0;
    padding: 20px 5px !important;
}

.dataTable tbody td {
    color: #222b45;
    font-size: 16px;
    padding: 20px 5px !important;
    vertical-align: middle;
}

.dataTable tbody tr:first-child td {
    border: 0 !important;
}

.grid-view {
    position: relative;
}

.grid-view .dataTables_filter {
    position: absolute;
    top: -56px;
    right: 20px;
}

.grid-view .white-box {
    margin-top: 15px;
    padding: 20px;
    text-align: center;
}

.grid-img {
    background-color: #c5cee0;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    overflow: hidden;
    display: block;
    margin: 0 auto 20px;
}

.grid-img img {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    object-fit: cover;
}

.grid-view .white-box h5 {
    font-family: "Open Sans", sans-serif;
    color: #222b45;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 5px;
}

.grid-view .white-box span {
    color: #8f9bb3;
    font-size: 16px;
}

.grid-view .white-box li {
    /*background-color: #eff4fa;*/
    width: 26px;
    height: 26px;
    margin: 0 10px;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease all;
}

.grid-view .white-box li:hover {
    /*background-color: #0095ff;*/
}

.grid-view .white-box ul {
    display: flex;
    justify-content: center;
    margin: 15px 0 20px;
}

.grid-view .white-box li span {
    background-repeat: no-repeat;
    width: 14px;
    height: 18px;
    display: inline-block;
    background-position: 0 0;
}

.grid-view .white-box li:hover span {
    background-position: 0 -19px;
}

.grid-partition {
    border-top: 1px solid #eff4fa;
    margin: 0 -20px;
    padding: 20px 30px 0;
}

.grid-view .white-box h4 {
    font-family: "Open Sans", sans-serif;
    color: #222b45;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
}

.modal-title {
    color: #222b45;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.modal-header {
    border-bottom: 1px solid #eff4fa;
}

.modal-footer {
    border-top: 1px solid #eff4fa;
}

.modal-body {
    padding: 20px;
}

.body-title {
    font-family: "Open Sans", sans-serif;
    color: #222b45;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}

.teamModal .form-control {
    height: 34px;
    /*width: 220px;*/
    padding: 0 12px;
    color: #8f9bb3 !important;
}

.teamModal .form-control::-webkit-input-placeholder {
    color: #8f9bb3;
}

.teamModal .form-control:-ms-input-placeholder {
    color: #8f9bb3;
}

.teamModal .form-control::placeholder {
    color: #8f9bb3;
}

.teamModal .custom-select {
    background: url("/theme/img/custom-select-2.png") no-repeat right 0.75rem center/7px 12px;
}

.choose-file {
    border: 1px solid #eff4fa;
    padding: 20px 0;
    border-left: 0;
    border-right: 0;
    margin: 20px 0;
}

.choose-img {
    background-color: #eff4fa;
}

.choose-file p {
    color: #8f9bb3;
    font-size: 17px;
    margin-bottom: 30px;
}

.blue-btn {
    font-family: "Open Sans", sans-serif;
    background-color: #0095ff;
    color: #ffffff !important;
}

.blue-btn:hover {
    background-color: #00e096;
}

.modal-footer .btn {
    font-size: 17px;
    min-width: 100px;
    color: #8f9bb3;
}

.modal .cancel-btn:hover {
    background-color: #eff4fa;
}


/* file upload */

.image-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.image-wrapper label {
    display: block;
    margin: 0 auto 15px;
    text-align: center;
    color: #8f9bb3;
    font-size: 17px;
    white-space: nowrap;
    position: absolute;
    bottom: -35px;
    margin: 0;
}

.hidden,
#uploadImg:not(.hidden)+label {
    display: none !important;
}

#file {
    display: none;
    margin: 0 auto;
}

#upload {
    display: block;
    border: 2px dashed #8f9bb3;
    /* margin: 0 auto; */
    font-size: 16px;
    cursor: pointer;
    background: #eff4fa;
    color: #8f9bb3;
    outline: none;
    font-family: "Open Sans", sans-serif;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

#upload:active {
    transition: 0.1s ease-in-out;
}

.image-wrapper img {
    display: block;
    margin: 0 auto 15px;
    position: absolute;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
}

.changeImg {
    position: relative;
    opacity: 0;
}


/* file upload end */

.dataTable th,
.dataTable td {
    white-space: nowrap;
}

.profile-btn .dropdown-toggle::after {
    content: none;
}

.empty-box {
    text-align: center;
    margin: 50px 0px 50px 0px;
}

.empty-box p {
    font-size: 16px;
    padding: 10px 15px 5px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}


/* login */

.login-wrapper {
    background-image: url("/theme/img/login-banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
    position: relative;
}

.black-wrapper {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.login-box {
    /* background-color: #ffffff; */
    padding: 40px 30px;
    position: fixed;
    width: 350px;
    box-shadow: 0 0 15px rgb(0 0 0 / 70%);
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.94);
}

.login-box h2 {
    margin-bottom: 20px;
    color: #18203a;
    font-size: 30px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
}

.login-box img {
    display: block;
    margin: 0 auto 30px;
}

.forgot-right {
    text-align: right;
}


/* login end */

.week {
    text-align: center;
    display: inline-block;
}

.weekInput {
    border-top: 1px solid #eff4fa;
    margin-top: 20px;
    padding-top: 20px;
}

.weekInput .form-control {
    margin: auto;
}

.nav-tabs a {
    color: #8f9bb3;
    font-size: 17px;
    border: 0 !important;
    background-color: transparent !important;
    padding: 0 35px 0 0;
    position: relative;
}

.nav-tabs a.active::before {
    content: "";
    background-color: #0095ff;
    height: 2px;
    width: 35px;
    position: absolute;
    left: 0;
    top: -25px;
}

.nav-tabs a::before {
    content: "";
    transition: 0.4s ease all;
    width: 0;
}

.nav-tabs a.active {
    color: #222b45 !important;
}

.nav-tabs {
    border: 0;
    padding: 25px 0 20px;
}

.tab-content .box-title {
    padding: 20px;
    color: #fff;
    font-size: 20px;
}

.tab-content ul li .custom-control-label {
    color: #222b45;
    font-size: 16px;
    padding-left: 10px;
}

.tab-content .box-padding {
    padding: 10px 20px;
}

.tab-content ul li {
    padding: 5px 0;
}

.tab-content .custom-radio .custom-control-label::before,
.grey-switch .custom-control-label::after {
    width: 19px;
    height: 19px;
    top: 2px;
}

.tab-content .custom-radio .custom-control-label::before {
    border: #eff4fa solid 2px;
    background-color: #eff4fa;
}

.tab-content .custom-radio .custom-control-input:checked~.custom-control-label::before {
    border-color: #0095ff;
    /*background-color: #0095ff;*/
    background-color: #305f9c;
}

.tab-content .custom-radio .custom-control-input:checked~.custom-control-label::after {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    /*top: 8px;
    left: -18px;*/
}

.grey-switch .custom-switch .custom-control-label::before {
    background-color: #c5cee0;
    border: 1px solid #8f9bb3 !important;
}

.grey-switch .custom-switch .custom-control-label::after {
    top: 6px;
    left: calc(-2.25rem + 2px);
    content: "";
    background-color: #ffffff;
    border-radius: 100%;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    top: 1px;
    transform: translateX(16px);
}

.font-16 {
    font-size: 16px;
    color: #222b45;
}

.toggle-list li {
    padding: 10px 0 !important;
}

.progress {
    position: relative;
    overflow: visible;
    background-color: #eff4fa;
    height: 8px;
    margin: 30px 0 35px;
}

.progress span {
    position: absolute;
    right: 0;
    top: -25px;
    color: #222b45;
}

.progress-bar {
    border-radius: 10px;
    background-color: #0095ff;
}

.tab-content .green-btn {
    min-width: 150px;
}

.employee-box span {
    color: #8f9bb3;
    display: inline-block;
    margin-bottom: 10px;
}

.employee-box {
    padding: 20px !important;
}

.employee-box h5 {
    color: #222b45;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 26px;
}

.employee-wrapper .dataTable thead {
    z-index: 0;
}

.employee-wrapper .dataTable thead::before {
    z-index: -1;
}

.employee-wrapper .table-view {
    padding: 0 20px;
}

.employee-wrapper table.dataTable {
    margin: 0 !important;
}

.emp-circle {
    background-color: #c5cee0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
}

.emp-flex {
    display: inline-flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
}

.employee-wrapper {
    position: relative;
}

.employee-wrapper .green-btn {
    position: absolute;
    right: 0;
    top: 20px;
}

.submitted {
    color: #8f9bb3;
    font-size: 17px;
    margin-top: 35px;
    display: inline-block;
}

.submitted span {
    color: #222b45;
    margin-left: 10px;
}

.load-wrapper .btn-group-toggle label {
    font-size: 14px;
    width: 131px;
}

.load-status p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #222b45;
    margin: 20px 0 40px;
}

.load-status .form-group img {
    bottom: 10px;
}

.shippingEnd,
.deliveryEnd {
    display: none;
}

.broker-search i {
    color: #18203a;
    position: absolute;
    right: 10px;
    bottom: 12px;
}

.broker-search input {
    padding-right: 30px;
}

.load-btn {
    top: 30px;
    position: relative;
}

.load-btn label {
    width: 120px !important;
}

.clear-btn button {
    position: absolute;
    border: 0;
    background-color: transparent;
    right: 10px;
    bottom: 3px;
}

.load-status .custom-checkbox {
    top: 5px;
}

.load-status .custom-control-input:checked~.custom-control-label::before {
    border-color: #000000;
    background-color: #ffffff;
}

.load-status .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 10px;
    left: -21px;
    top: 5px;
    color: #000000;
    background-image: none;
}

.load-status .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #000000;
}

.notes {
    border: 1px solid #000000;
    height: 232px !important;
    resize: none;
    width: 100%;
    border-radius: 0;
}

.notes-switch {
    display: flex;
    align-items: center;
    color: #222b45;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.notes-switch .custom-switch {
    margin-left: 10px;
}

.notes-switch .custom-control-input:checked~.custom-control-label::before {
    border-color: #00e096 !important;
    background-color: #00e096 !important;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(19px);
}

.notes-btn {
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    background-color: #6dd400;
    padding: 0 15px;
    margin-left: auto;
    display: block;
}

.customDate {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    /* margin-top: 75px; */
    margin-top: 20px;
}

.customDate .table-condensed,
.customDate .datepicker-inline {
    width: 100% !important;
}

.customDate thead tr:nth-child(2) {
    background: rgb(38, 140, 219);
    background: -moz-linear-gradient( top, rgba(38, 140, 219, 1) 0%, rgba(6, 80, 137, 1) 100%);
    background: -webkit-linear-gradient( top, rgba(38, 140, 219, 1) 0%, rgba(6, 80, 137, 1) 100%);
    background: linear-gradient( to bottom, rgba(38, 140, 219, 1) 0%, rgba(6, 80, 137, 1) 100%);
    border-radius: 0 !important;
}

.customDate thead tr:nth-child(2) th:hover {
    background: rgb(131, 226, 255);
    background: -moz-linear-gradient( top, rgba(131, 226, 255, 1) 0%, rgba(80, 183, 246, 1) 100%);
    background: -webkit-linear-gradient( top, rgba(131, 226, 255, 1) 0%, rgba(80, 183, 246, 1) 100%);
    background: linear-gradient( to bottom, rgba(131, 226, 255, 1) 0%, rgba(80, 183, 246, 1) 100%);
}

.customDate thead tr:nth-child(2) th {
    border-radius: 0 !important;
    color: #ffffff;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    height: 45px;
}

.customDate thead tr:nth-child(2) th.next {
    color: transparent;
    position: relative;
    width: 41px;
}

.customDate thead tr:nth-child(2) th.next::before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #ffffff;
    left: 6px;
    position: relative;
}

.customDate thead tr:nth-child(2) th.prev {
    color: transparent;
    position: relative;
}

.customDate thead tr:nth-child(2) th.prev::before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #ffffff;
    left: 6px;
    position: relative;
}

.customDate thead th.dow {
    color: #84838c;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.customDate thead th.cw {
    position: relative;
    border-right: 1px solid #e4e4e4;
    background-color: #fafafa;
}

.customDate thead th.cw::before {
    content: "Week";
    color: #a2a2a2;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-style: italic;
}

.customDate td.day {
    color: #84838c;
    font-size: 16px;
}

.customDate td.old {
    color: #a2a2a2 !important;
}

.customDate td.cw {
    font-size: 16px;
    color: #a2a2a2;
    font-style: italic;
    border-right: 1px solid #e4e4e4;
    background-color: #fafafa;
}

.customDate td.active {
    background: rgb(38, 140, 219);
    background: -moz-linear-gradient( top, rgba(38, 140, 219, 1) 0%, rgba(6, 80, 137, 1) 100%);
    background: -webkit-linear-gradient( top, rgba(38, 140, 219, 1) 0%, rgba(6, 80, 137, 1) 100%);
    background: linear-gradient( to bottom, rgba(38, 140, 219, 1) 0%, rgba(6, 80, 137, 1) 100%);
}

.top-section {
    display: flex;
    /*align-items: flex-start;*/
}

.top-section>li {
    margin-right: 30px;
}

.title-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 7px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.title-action li {
    margin: 8px 15px 7px;
}

.title-action li:last-child {
    padding-left: 60px;
}

.title-padding {
    padding: 10px 15px 15px;
}

.border-dark td {
    border-bottom: 2px solid #c5cee0;
}

.disable {
    opacity: 0.5;
    pointer-events: none;
}

.account-wrapper .media .profile {
    width: 52px;
    height: 52px;
    object-fit: cover;
    margin-right: 10px;
}

.account-wrapper .media h5 {
    color: #222b45;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.account-wrapper .media p {
    font-size: 15px;
    color: #8f9bb3;
    margin-bottom: 2px;
}

.social-list {
    display: flex;
}

.social-list li {
    padding: 0 !important;
    margin-right: 8px;
}

.account-wrapper p {
    color: #8f9bb3;
}

.statistics span {
    display: block;
    color: #8f9bb3;
    margin-bottom: 4px;
}

.statistics h4 {
    color: #222b45;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.account-wrapper .btm-storage-left {
    bottom: auto !important;
    top: -25px !important;
}

.income-progress {
    background-color: #00e096;
}

.expense-progress {
    background-color: #ff2d55;
}

.profit-progress {
    background-color: #884dff;
}

.activity-list .media h5 {
    font-weight: 400;
}

.activity-list .media .img-bg {
    width: 42px;
    height: 42px;
    background-color: #0095ff;
    margin-right: 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activity-list li {
    margin-bottom: 5px;
}

.friends-list li {
    margin-bottom: 10px;
    border: 2px solid #eff4fa;
    padding: 10px !important;
    border-radius: 10px;
}

.friends-list .media .profile {
    width: 32px;
    height: 32px;
}

.friends-list .media h5 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.friends-list .media p {
    font-size: 14px;
    margin-bottom: 0;
}

.friends-list .media a {
    color: #8f9bb3;
    word-break: break-word;
}

.friends-list .media a:hover {
    color: #0095ff;
}


/* 30-11-2021 */

.load-table {
    width: 100%;
    margin-bottom: 10px;
}

.load-table .load-title {
    color: #222b45;
    font-size: 16px !important;
    text-decoration: underline;
}

.load-table .ttl-box {
    padding: 6px 20px 0px 20px;
}

.load-table .table thead th {
    white-space: nowrap !important;
    text-align: left !important;
}

.load-table .table th,
.load-table .table td {
    padding: 2px 6px !important;
}

.load-th1 {
    background-color: #f09696 !important;
}

.dataTable .load-th1::before {
    background-color: #f09696 !important;
}

.load-th3,
.dataTable .load-th3::before {
    background-color: #d3c7ff !important;
}

.load-th4,
.dataTable .load-th4::before {
    background-color: #fad9d9 !important;
}

.load-th5,
.dataTable .load-th5::before {
    background-color: #d6f3b8 !important;
}

.two-table {
    display: flex;
    /*overflow: auto;*/
}

.two-table .load-table:first-child {
    margin-right: 5px;
}

.text-red {
    color: #e02020 !important;
}

.text-yellow {
    color: #f7b500 !important;
}

.text-green {
    color: #6dd400 !important;
}

.load-table .cust-select-2 li {
    text-transform: capitalize;
}

.load-table table {
    margin-top: 0 !important;
}

.dataTables_paginate {
    display: block;
}

.dataTables_wrapper .row:nth-child(3) .col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

.dataTables_wrapper .pagination {
    justify-content: center !important;
}

.dataTables_wrapper .pagination .page-link {
    border: 0;
    color: #c5cee0;
    font-family: "Open Sans", sans-serif;
    padding: 8px 8px;
    background-color: transparent !important;
    box-shadow: none !important;
}

.dataTables_wrapper .pagination .page-item.active .page-link {
    background-color: transparent !important;
    color: #000000 !important;
    border-bottom: 2px solid #0095ff !important;
}

.dataTables_wrapper .pagination .page-item:first-child {
    position: absolute;
    left: 15px;
    padding-left: 15px;
}

.dataTables_wrapper .pagination .page-item:first-child::after {
    content: "";
    background-color: #eff4fa;
    width: 1px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.dataTables_wrapper .pagination .page-item:first-child::before {
    content: "\f060";
    font-family: "FontAwesome";
    color: #c5cee0;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.dataTables_wrapper .pagination .page-item:last-child {
    position: absolute;
    right: 15px;
    padding-right: 15px;
}

.dataTables_wrapper .pagination .page-item:last-child::after {
    content: "";
    background-color: #eff4fa;
    width: 1px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.dataTables_wrapper .pagination .page-item:last-child::before {
    content: "\f061";
    font-family: "FontAwesome";
    color: #c5cee0;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.scroll-data-table {
    padding: 0;
    position: relative;
}

.scroll-data-table .filter-Data {
    position: absolute;
    right: 344px;
    display: flex;
    align-items: center;
    top: 18px;
    z-index: 1;
    cursor: pointer;
}

.scroll-data-table .table-title {
    padding: 20px 20px 0;
}

.scroll-data-table .filter-Data p {
    color: #8f9bb3;
    font-size: 14pt;
    margin-left: 5px;
}

.scroll-data-table .dataTables_filter {
    padding-right: 20px;
}

.scroll-data-table .table thead th,
.scroll-data-table .table tbody td {
    padding: 20px 15px 20px 25px !important;
}

.scroll-data-table .dataTables_wrapper .row:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
}

.scroll-data-table .dataTables_wrapper .row:nth-child(2) .col-sm-12 {
    padding-right: 0;
    padding-left: 0;
    overflow: auto;
}

.scroll-data-table .dataTables_wrapper .pagination .page-item:first-child {
    left: 20px;
}

.scroll-data-table .dataTables_wrapper .pagination .page-item:last-child {
    right: 20px;
}

.form-control:focus {
    background-color: #ceebff;
}


/* 4-2-2022 */

.financial-new .dataTable thead::before {
    content: none;
}

.financial-new .dataTable thead th,
.financial-new .dataTable tbody td {
    font-size: 14px;
    padding: 10px 10px !important;
    text-align: center;
}

.financial-new .green-btn {
    margin-left: 10px;
}

.more-financ span {
    display: block;
    text-align: center;
}


/* 28-02-2022 */


/*.cs-report .card {
    margin-top: 10px;
    border: 2px solid #000;
}*/

.cs-report .card-header {
    text-align: center;
    color: #fff;
    font-size: 26px;
    padding: 0;
    border: 1px solid #000;
    background-color: #0095ff;
}

.cs-report .cs-table {
    font-size: 12px;
}

.bg-lt-pink {
    background-color: #ffc7ce;
}

.bg-black {
    background-color: #000000;
}

.bg-red {
    background-color: #ff0000;
}

.bg-yellow {
    background-color: #ffff00;
}

.bg-green {
    background-color: #00b050;
}

.bg-blue {
    background-color: #0070c0;
}

.bg-pink {
    background-color: #ce1c9f;
}


/* 02-03-2022 ronak */

.fleet-content {
    border: 1px solid #000000;
    margin: 3px 0;
}

.fleet-content thead tr {
    border-bottom: 1px solid #000000;
    font-size: 14px;
}

.fleet-content tbody tr td {
    position: relative;
    margin: -1px 0 0 0;
    padding: 4px 8px;
}

.fleet-content tbody tr td {}

.fleet-content tbody tr td:last-of-type {
    width: 25%;
    max-width: 25%;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.valu-content {
    width: 100%;
    height: 100%;
    padding: 0 5px;
    margin-top: -1px;
}

.r-tike::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: red;
    left: 0;
    top: 50%;
    /* transform: translateX(-50%); */
    transform: translateY(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid red;
}

.y-tike::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: yellow;
    left: 0;
    top: 50%;
    /* transform: translateX(-50%); */
    transform: translateY(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid yellow;
}

.l-tike::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: green;
    left: 0;
    top: 50%;
    /* transform: translateX(-50%); */
    transform: translateY(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid green;
}

.table-heading {
    display: inline-block;
}

.valu-content.r-tike,
.valu-content.y-tike,
.valu-content.l-tike {
    position: relative;
    display: inline-block;
    width: auto;
}

.table-head .valu-content.r-tike,
.table-head .valu-content.y-tike,
.table-head .valu-content.l-tike {
    top: -5px;
}

.w-50 {
    max-width: 50% !important;
}

.border-bottom-2 tr {
    border-bottom: 1px solid #000000;
}

.gauge-table {
    border: 1px solid #000000;
}

.gauge-table tr td {
    border: 1px solid #000000;
}

.gauge-table>div {
    height: 100px;
    padding: 30px 0 50px;
    font-size: 16px;
    font-weight: 600;
}

.gauge-table div span {
    display: block;
    font-size: 12px;
}


/*.highcharts-container {
    height: max-content !important;
}*/

.highcharts-background {
    background-color: transparent !important;
}

.cs-table h5 {
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
}

.revenue-band-table thead tr:last-of-type th {
    border: 1px solid #000;
    border-left: none;
    border-right: none;
    letter-spacing: 1px;
}

.revenue-band-table tr td:first-of-type {
    border-right: 2px solid #6c757d;
}

.revenue-band-table tr td {
    border-bottom: 1px solid #dee2e6;
}

.date-textli {
    display: flex;
    align-items: center;
    padding: 0px;
    margin-bottom: 20px;
}

.date-textli li {
    margin-right: 10px;
}

#incompletebehavior .card {
    background-color: transparent;
    border: none;
}

.custom-width .button-bottom .submit-btn {
    height: 39.5px;
    font-size: 14px;
}

.highcharts-credits {
    visibility: hidden;
}


/* 11-03-2022 add by ronak */

.occupancy-calendar .white-box-small .filter-box p {
    font-size: 13px;
}

.occupancy-calendar .white-box-small .filter-box input {
    float: right;
}

.occupancy-calendar .white-box-small .filter-box p span {
    float: right;
}

.white-box-small {
    margin-bottom: 1rem;
}

.tab-content h5.box-title {
    font-size: 18px;
}

.occupancy-key-table tr td:nth-of-type(1) {
    width: 85%;
}

.color-box {
    width: 18px;
    height: 18px;
    /* border: 1px solid #cccccccc; */
    display: inline-block;
    margin: 0 auto 0 15px;
}

.bg-green {
    background-color: #00b050;
}

.bg-blue {
    background-color: #0070c0;
}

.bg-darkred {
    background-color: #c00000;
}

.bg-grey {
    background-color: #a5c6cd;
}

.bg-red {
    background-color: #f00;
}

.bg-ecruwhite {
    background-color: #f6f2ea;
}

.calender-title-content {
    border-bottom: 1px solid #f0f4fa;
    padding: 20px;
}

.calender-title {
    font-size: 20px;
    color: #222b45;
    font-weight: 600;
}

.calender-section {
    padding: 20px;
}

.calender-section .box-title {
    padding: 0 0 20px;
    border: none;
}


/* calender css start */

.calendar select {
    background-color: #f3f4f6;
    padding: 15px 20px;
}

.calendar-body {
    /* background-image: linear-gradient(to bottom, #f3f4f6, #fff); */
    background-color: #f9fbfd;
}

.calendar-days {
    padding: 10px 10px 0;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.calendar-days>div {
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    color: #c5c8ca;
}

.calendar-dates-no {
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.calendar-date {
    --height: calc(400px / 6 - 32px);
    /* --height: 35px; */
    text-align: center;
    height: var(--height);
    line-height: var(--height);
    font-weight: 600;
    font-size: 13px;
    /*cursor: pointer;*/
    position: relative;
    /* border: 1px solid #cccccc; */
}

.calendar-date::before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: calc(var(--height) * 0.9);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    transition: background-color 0.3s ease;
}

.text-gary {
    color: #c5c8ca;
    cursor: not-allowed;
}

.calendar-date span {
    position: relative;
    z-index: 1;
}

.calendar-content h6 {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 10px;
    text-transform: uppercase;
    color: #524845;
    border-bottom: 2px solid #f0f4fa;
    /* border-bottom: 5px solid #524845; */
}

.calendar-content h6 span {
    float: right;
    color: #000;
}

.calendar-content h6 span img {
    height: 18px;
    top: -2px;
    position: relative;
}

.calender-fotter a {
    display: block;
    text-align: center;
    border: 2px solid#F0F4FA;
    margin-top: 8px;
    /* border: 5px solid #524845; */
    color: #524845;
    font-size: 14px;
    padding: 5px 0;
    font-weight: 500;
    border-radius: 4px;
}

.calendar-content {
    margin: 0 0 30px;
}


/* calender css end */


/* monthly-calender css start */

.monthly-calender .calendar-content {
    width: 100%;
}

.monthly-calender .calendar-date {
    /* height: 110px; */
    height: calc(110px - 0px);
    margin: 0 1px;
    text-align: left;
    line-height: 0;
}

.monthly-calender .calendar-date::before {
    height: 100%;
    width: 100%;
}

.monthly-calender .calendar-date span.date-text {
    top: 15px;
    left: 10px;
}

.occu-type-key-text p {
    width: 100%;
    text-align: center;
    position: relative;
    top: 60%;
    color: white;
    font-size: 14px;
}

.monthly-calender .calendar-days {
    border-bottom: 2px solid #f0f4fa;
    /* border-bottom: 5px solid #524845; */
    padding-bottom: 10px;
}

.monthly-calender .calendar-days>div {
    color: #524845;
}

.notes-content {
    border: 1px solid black;
    height: auto;
    padding: 5px 10px;
    /* grid-column-start: 3;
    grid-column-end: 7; */
    grid-column: auto / span 5;
}

.btn-left,
.btn-right {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-left:active,
.btn-left:hover,
.btn-right:active,
.btn-right:hover {
    color: white;
    background-color: #0095ff;
    border-color: #0095ff;
}


/* monthly-calender css end */


/* 28-03-2022 */

.p-20 {
    padding: 20px;
}

.monthly-occupancy-box h6 {
    margin-bottom: 15px;
}

.monthly-occupancy-box>div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px 7px 0;
}

.occupancy-box {
    width: 30px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-left: 7px;
}

.o-box,
.t-box,
.u-box,
.h-box,
.m-box {
    text-transform: uppercase;
}

.o-box {
    color: #2e6d34;
    background: #c6efcd;
}

.t-box {
    color: #9e4342;
    background: #fdc8ce;
}

.u-box {
    color: #59312f;
    background: #eaa399;
}

.h-box {
    color: #aa7e2e;
    background: #feeb9c;
}

.m-box {
    color: #0a193a;
    background: #95a5cd;
}

.occupancy-toolbar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff4fa;
    padding: 6px 0;
    margin-top: 15px;
}

.occupancy-toolbar h2 {
    font-size: 13px;
    font-weight: bold;
    color: #222b45;
    padding: 0 30px;
}

.occupancy-toolbar button {
    background: transparent;
    border: navajowhite;
    line-height: 1;
}

.occupancy-toolbar .fc-icon-left-single-arrow:after,
.occupancy-toolbar .fc-icon-right-single-arrow:after {
    left: 0;
    top: -3px;
    position: relative;
}

.occupancy-table table {
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin-top: 0 !important;
}

.occupancy-table table th,
.occupancy-table table td {
    padding: 5px 7px;
}

.occupancy-table table td:first-child {
    font-weight: bold;
}

.occupancy-table table thead,
.occupancy-table table tfoot {
    background: #eff4fa;
}

.occupancy-table table thead th,
.occupancy-table table tfoot td {
    border-color: #fff;
}

.occupancy-table table tr:first-child th:not(:first-child,
 :last-child),
.occupancy-table table tfoot tr:last-child td {
    background: #fff;
}

.occupancy-table table tfoot tr:last-child {
    border-top: 2px solid #90946d;
}

.occupancy-table table tfoot tr:last-child td:last-child {
    font-size: 16px;
    font-weight: bold;
}

.occupancy-arrow {
    bottom: #216821;
}

.occupancy-arrow-tl,
.occupancy-arrow-rb {
    position: relative;
}

.occupancy-arrow-tl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-bottom: 8px solid transparent;
    border-top: 8px solid #216821;
    border-right: 8px solid transparent;
}

.occupancy-arrow-rb:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #216821;
    border-left: 8px solid transparent;
}

.occupancy-week table {
    width: 86%;
    margin: 0 auto;
    text-align: center;
}

.occupancy-week table td,
.occupancy-week table th {
    border-color: #ddd;
    padding: 5px 7px;
}

.occupancy-week table th {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .monthly-occupancy-box>div {
        margin-right: 20px;
    }
    .occupancy-table table th,
    .occupancy-table table td {
        padding: 3px 5px;
    }
    .occupancy-arrow-tl:before,
    .occupancy-arrow-rb:before {
        border-width: 6px;
    }
}

@media (max-width: 767px) {
    .occupancy-week table {
        width: 100%;
    }
}

@media (max-width: 350px) {
    .monthly-occupancy-title .box-title.text-uppercase {
        text-transform: none !important;
    }
}


/* 26-05-2022 Css Start */

#booktimeoff-btn {
    background-color: #17a1b7;
    display: block;
    text-align: center;
    color: white;
    margin-top: 10px;
}

.booktimeoff-table .table tbody tr th,
.booktimeoff-table .table tbody tr td,
.nextleaves-table .table tbody tr th,
.nextleaves-table .table tbody tr td {
    padding: 5px 0 !important;
    font-size: 14px !important;
}

.green-dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: green;
    border-radius: 100%;
}

.red-dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background-color: red;
}

.yellow-dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background-color: #d1af94;
}

.leavescalender-box table th {
    padding: 0px 7px;
    border-top: none;
    border-bottom: none;
    text-align: center;
}

.leavescalender-box table td {
    padding: 5px 7px;
}

.leavescalender-box table thead {
    border-top: 1px solid #dee2e6;
}

.leavescalender-box table thead th.active {
    font-weight: 800;
}

.leavescalender-box .table-bordered tr th:nth-of-type(1),
.leavescalender-box .table-bordered tr td:nth-of-type(1) {
    border: none !important;
    min-width: 100px;
}

.Week-off {
    background-color: #eee;
}

.medical-leave {
    background-color: #fcddd5;
    position: relative;
}

.medical-leave::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ef562d;
    left: 38%;
    top: 45%;
    border-radius: 100%;
}

.vacation-leave {
    background-color: #f3f7ed;
    position: relative;
}

.vacation-leave::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #d4e2bc;
    left: 38%;
    top: 45%;
    border-radius: 100%;
}

.unpaid-leave {
    background-color: #d1af9466;
    position: relative;
}

.unpaid-leave::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #d1af94;
    left: 38%;
    top: 45%;
    border-radius: 100%;
}

.leavescalender-box {
    margin-top: 20px;
}

.white-box-small.range-box-dd {
    margin: 0 30px;
    position: relative;
}

.white-box-small.range-box-dd a {
    position: absolute;
    font-size: 40px;
    color: #007bff;
    top: -6px;
}

.white-box-small.range-box-dd .left-btn {
    left: -24px;
}

.white-box-small.range-box-dd .right-btn {
    right: -24px;
}


/* 26-05-2022 Css End */

.filter-ul a {
    font-size: 16px;
}

.profile-tabs-section ul li a {
    border-radius: 0px !important;
}

.profile-tabs-section .white-box-small {
    padding: 20px;
}

#allowance-tab-content table th p {
    color: #007bff;
    font-size: 18px;
}

#allowance-tab-content table th strong {
    font-size: 18px;
}

#allowance-tab-content table th p i {
    margin-right: 10px;
}

.txt-blue {
    color: #007bff;
}

.fa-user-o:before {
    content: "\f2c0";
}

.profile-tabs-section ul li .fa {
    margin-right: 8px;
}

.profile-tabs-section .nav-pills .nav-link:hover {
    color: #fff;
    background-color: #007bff;
}

.back-btn {
    font-size: 32px;
}

.leaves-approve-table .table tbody td {
    padding: 5px 15px !important;
    font-size: 14px !important;
}

.leaves-approve-table a.btn-outline-primary {
    color: #007bff;
}

.leaves-approve-table a .fa-thumbs-o-up {
    color: #28a745;
}

.leaves-approve-table a .fa-thumbs-o-down {
    color: #dc3545;
}

#take-decisionModal .modal-body button {
    color: white;
    max-width: 100%;
    width: 100%;
}

#take-decisionModal .modal-body h5 {
    font-size: 16px;
    width: 100%;
    margin: 15px 1rem 8px;
    padding: 8px 0;
    font-weight: 600;
}

#take-decisionModal textarea {
    margin-top: 15px;
}

.box-content {
    height: 435px;
}

.box-content .table {
    margin-top: 0 !important;
}


/*********06/06/2022***********/

.notification-dd {
    /*width: 250px;*/
}

.notification-dd .dropdown-hrader {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: bold;
}

.notification-dd h6 a {
    font-size: 14px;
    font-weight: bold;
}

.notification-dd h6 span {
    font-size: 12px;
    float: right;
}

.notification-dd span {
    color: #d2d2d2;
    font-size: 12px;
    right: 0;
    top: 10px;
}

.notification-dd p {
    color: #646464;
    font-size: 12px;
    font-weight: 600;
    /*white-space: break-spaces;*/
}

.notification-dd .dropdown-menu {
    min-width: 350px;
    box-shadow: 0px 0px 20px #cccccc8c;
    border: none;
    border-radius: 20px;
    top: 49px;
    right: -94px;
}

.dropdown-fotter h5 a {
    color: #222b45;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
}

.dropdown-fotter h5 {
    padding: 10px 0;
}

.notification-dd .dropdown-item {
    border-bottom: 1px solid #ccc;
    padding: 10px 1.5rem;
}

.dropdown-hrader h5 {
    padding: 11px 0 4px;
}

.notification-dd .dropdown-toggle::after {
    display: none;
}

.notification-dd .dropdown-menu::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: white;
    right: 28%;
    top: -12px;
    transform: rotate(45deg);
    border-radius: 8px;
}

.dropdown-menu.profinmenu {
    right: -33px;
    min-width: 270px;
}

.profinmenu.dropdown-menu::before {
    right: 33px;
}

.proimage {
    border: 1px solid #eee;
    padding: 2px;
}

.dropdown-menu.profinmenu p {
    font-size: 14px;
    margin-bottom: 2px;
}

.dropdown-menu.profinmenu .dropdown-item {
    border: none !important;
}

.dishline {
    width: 90%;
    border-top: 1px dashed #ddd;
    margin: 0 auto;
}

.search-cmn {
    position: relative;
}

.search-cmn .search-icon {
    right: 15px !important;
}

.column-list {
    min-width: 665px;
    padding: 35px;
}

.column-list ul {
    height: 230px;
    overflow: auto;
}

.column-list p {
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    float: none !important;
    font-size: 14px !important;
    color: #000 !important;
    margin-left: 0 !important;
}

.column-list ul li {
    width: 30.33%;
}

.dropdown-btm-btns {
    display: flex;
    justify-content: space-between;
}

.dropdown-btm-btns a {
    color: #2890e1;
    font-size: 14px;
    margin-top: 20px;
}

.columns-dropdown .dropdown-toggle::after {
    border-top: 7px solid #ffffff;
}

.sortableList li {
    display: block !important;
    margin-right: 0 !important;
    position: relative;
}

.modal-footer .btn-primary {
    color: #fff;
}

.sortableList .ui-state-default .custom-checkbox {
    text-align: left;
    width: 94%;
    float: left;
}

.sortableList .ui-state-default {
    padding: 10px 8px;
}

.left-menus .dropdown-menu {
    top: 0px !important;
}

@media (max-width: 767px) {
    .column-list ul li {
        width: 100%;
    }
    .column-list {
        min-width: 200px;
    }
    .dropdown-menu {
        /*right: auto !important;*/
    }
    .column-list {
        padding: 10px 20px;
    }
}

@media (max-width: 480px) {
    .dropdown-menu {
        right: auto !important;
    }
}

.left-menu-open-left {
    z-index: 3;
    padding-top: 85px;
    /* left: 71px;   
 margin-left: 30px;*/
    margin-left: 0px;
}


/* .left-menus .left-menu-open-left .dropdown-item{
    margin-left: 0;
} */


/*Add css 10-02-2023 by roank*/

.white-box.loadbweek-dispatch-box .ttl-box {
    border-radius: 18px 18px 0 0;
    border: 1px solid #cccccc;
    border-bottom: none;
    padding: 18px;
}

.white-box.loadbweek-dispatch-box .ttl-box .search-cmn.left {
    max-width: 405px;
    /* height: 45px; */
}

.white-box.loadbweek-dispatch-box .ttl-box .search-cmn.left input.header-search.srch-2 {
    width: 100%;
    height: 45px;
    border: 1px solid #d8d8dd;
    border-radius: 10px;
}

.white-box.loadbweek-dispatch-box .ttl-box .search-cmn.left input.header-search.srch-2::placeholder {
    color: #616376;
}

.white-box.loadbweek-dispatch-box .ttl-box .search-cmn.left .search-icon2 {
    right: 23px;
    left: auto;
    color: #305f9c;
    font-size: 19px;
    transform: translateY(-50%);
    top: 50%;
}

.white-box.loadbweek-dispatch-box .ttl-box .search-cmn.left .load-info {
    right: -8%;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}


/* .loadbweek-dispatch-box .cust-select a {
    margin: 0 10px;
} */

.loadbweek-dispatch-box .cust-select .prev-arrow,
.loadbweek-dispatch-box .cust-select .next-arrow {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #305f9c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #305f9c;
    top: -18px;
    position: relative;
    margin: 0 10px;
}

.loadbweek-dispatch-box .cust-select .prev-arrow {
    left: 30px;
}

.loadbweek-dispatch-box .cust-select .next-arrow {
    right: 30px;
}

.loadbweek-dispatch-box .cust-select .prev-arrow::before {
    content: "\f053";
    font: normal normal normal 12px/1 FontAwesome;
    left: -1px;
    position: relative;
    top: 0%;
}

.loadbweek-dispatch-box .cust-select .next-arrow::before {
    content: "\f054";
    font: normal normal normal 12px/1 FontAwesome;
    right: -1px;
    position: relative;
    top: 0%;
}


/* .loadbweek-dispatch-box .cust-select .prev-arrow i,
.loadbweek-dispatch-box .cust-select .next-arrow i {
    font-size: 12px;
    position: relative;
    top: 1px;
}

.loadbweek-dispatch-box .cust-select .prev-arrow i {
    left: -1px;
}

.loadbweek-dispatch-box .cust-select .next-arrow i {
    right: -1px;
} */

.loadbweek-dispatch-box .cust-select .year-week .week-picker {
    font-size: 17px;
    color: #305f9c;
    font-weight: bold;
    margin-left: 0px;
    text-align: center;
    line-height: 23px;
}

.loadbweek-dispatch-box .cust-select .year-week .week-picker~p {
    font-size: 14px;
    margin-top: 3px;
    line-height: 19px;
    color: #305f9c;
    font-weight: 600;
}

.cust-select-2 .dropdown>.btn {
    min-width: 131px;
    width: auto;
    padding: 14px 12px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #305f9c;
    border: 1px solid #305f9c;
    background-color: #f1f3f6;
    border-radius: 10px;
    text-transform: capitalize;
}

.cust-select-2 .dropdown .btn img {
    max-width: 18px;
    max-height: 20px;
    width: 100%;
    height: 100%;
    margin-left: 8px;
}

.cust-select-2 li {
    margin-right: 12px;
}

.cust-select-2 .dropdown .dropdown-toggle::after {
    display: none;
}

.cust-select-2 .dropdown .dropdown-menu {
    box-shadow: 0px -4px 44px #00000029;
    background-color: white;
    border-radius: 10px;
    width: 385px;
    position: relative;
    margin-top: 15px;
    border-radius: 10px;
}

.cust-select-2 .dropdown .dropdown-menu>div {
    padding: 0;
    /* width: 100%; */
    position: relative;
}

.cust-select-2 .dropdown .dropdown-menu>div .dropdown-hedding {
    background: transparent linear-gradient(180deg, #417ccb 0%, #294e7c 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px 10px 0px 0px;
    padding: 22px 30px;
}

.cust-select-2 .dropdown .dropdown-menu h6 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.63px;
    color: white;
}

.cust-select-2 .dropdown .dropdown-menu .dropdown-footer {
    padding: 18px 21px;
}

.cust-select-2 .dropdown .dropdown-menu .dropdown-body {
    padding: 18px 30px;
}

.cust-select-2 .dropdown .dropdown-menu>div.arrow:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #407ac8;
    /* top: -13px;
    right: 10%; */
    top: -15px;
    right: 10%;
    /*transform: translateX(-50%);*/
}

.btn-caret-down {
    background-color: transparent;
    border: none;
    margin-left: auto;
    color: #305f9c;
    font-size: 23px;
}

.cust-select-2 .dropdown .dropdown-menu li .collapse-down .form-check {
    margin: 8px 0;
}

.cust-select-2 .dropdown .dropdown-menu hr {
    background-color: #a4a9b0;
}

.cust-select-2 .dropdown .dropdown-menu .form-check.all-check {
    padding-left: 1.25rem;
    position: relative;
}

.cust-select-2 .dropdown .dropdown-menu .form-check {
    padding-left: 38px;
}

.cust-select-2 .dropdown .dropdown-menu .form-check label {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.31px;
    color: #342828;
    font-weight: bold;
}

.cust-select-2 .dropdown .dropdown-menu li {
    margin: 8px 0;
}

.cust-select-2 .dropdown .dropdown-menu .btn {
    width: 162px;
}

.btn-outline-blue {
    border: 1px solid #305f9c;
    background-color: #f1f3f6;
    color: #305f9c;
    border-radius: 10px;
    font-size: 13px;
    line-height: 18px;
    height: 45px;
    text-align: center;
    padding: 12.5px 0.75rem;
    transition: all 0.3s linear;
}

.btn-outline-blue:hover {
    border: 1px solid #305f9c;
    color: #f1f3f6;
    background-color: #305f9c;
}

.btn-blue {
    border: 1px solid #305f9c;
    color: #f1f3f6;
    background-color: #305f9c;
    border-radius: 10px;
    font-size: 13px;
    line-height: 18px;
    height: 45px;
    text-align: center;
    padding: 12.5px 0.75rem;
    transition: all 0.3s linear;
}

.btn-blue:hover {
    border: 1px solid #305f9c;
    background-color: #f1f3f6;
    color: #305f9c;
}

.loadbweek-dispatch-box .table thead {
    background-color: #305f9c;
    color: white;
}

.loadbweek-dispatch-box .table thead tr th,
.loadbweek-dispatch-box .table thead tr th a {
    color: white;
    vertical-align: middle;
    font-weight: 800;
    line-height: 19px;
}

.loadbweek-dispatch-box .table thead tr th {
    position: relative;
    border: none !important;
}

.loadbweek-dispatch-box .table thead tr th::before,
.loadbweek-dispatch-box .table thead tr td.left-line::before {
    position: absolute;
    content: "";
    background-color: white;
    height: 28px;
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.loadbweek-dispatch-box .table thead tr th:last-of-type:before {
    display: none;
}

.loadbweek-dispatch-box .table thead tr td.left-line {
    position: relative;
}

.loadbweek-dispatch-box .table thead tr td.left-line::before {
    background-color: #97b8e3;
}

.loadbweek-dispatch-box .cpm_th {
    min-width: 80px !important;
    width: 80px !important;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    /*line-height: 20px;*/
}

.loadbweek-dispatch-box .mileage_th {
    min-width: 85px !important;
    width: 80px !important;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    /*line-height: 20px;*/
}

.loadbweek-dispatch-box .append-view>.table thead th,
.loadbweek-dispatch-box .append-view>.table>tbody>td {
    padding: 16px 9px !important;
}

.loadbweek-dispatch-box .table thead th span {
    font-weight: normal !important;
    display: block;
}

.highcharts-label .graph-txt {
    margin-top: 0px;
    text-align: center;
    line-height: 12px;
}

.highcharts-label .graph-txt span {
    font-size: 13px;
    color: #305f9c;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
}

.loadbweek-dispatch-box .append-view>table,
.loadbweek-dispatch-box .table-new {
    border-collapse: separate;
    border-spacing: 0 6px;
    margin-top: -5px !important;
}

.loadbweek-dispatch-box .append-view {
    padding-right: 2px;
}


/* .loadbweek-dispatch-box .append-view>table table {
    border-collapse: separate;
    border-spacing: 0 15px;
} */

.loadbweek-dispatch-box table tbody tr {
    /* border: 1px solid #CCCCCC; */
    border-radius: 10px;
    overflow: hidden;
    /* margin: 10px 0; */
    position: relative;
    /*z-index: 1;*/
    padding: 16px 0;
    z-index: 1;
}

.loadbweek-dispatch-box table tbody tr table tr {
    position: inherit;
}

.loadbweek-dispatch-box .append-view table.table-new>tbody>tr::after {
    content: "";
    position: absolute;
    border: 1px solid #cccccc;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 10px;
}

.ngd-new .loadbweek-dispatch-box .load-requirements-table .table td,
.ngd-new .loadbweek-dispatch-box .append-view>.table>tbody>tr:first-child>td {
    border: none !important;
}

.loadbweek-dispatch-box .append-view>table>tbody>tr>td:first-of-type p {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

.loadbweek-dispatch-box .append-view>table>tbody>tr>td:first-of-type span {
    font-style: 13px;
    color: #305f9c;
    font-weight: bold;
    line-height: 18px;
}

.loadbweek-dispatch-box .append-view>table>tbody>tr>td:first-of-type span.down {
    color: #ff1010;
}

.inner-table-hadding table {
    position: relative;
    background-color: transparent;
    border: none !important;
}


/* .inner-table-hadding table::before {
    content: '';
    position: absolute;
    border: 1px solid #97B8E3;
    border-radius: 10px 0px 0px 10px;
    width: 100%;
    height: 101.3%;
    top: -1px;
    bottom: 0;
}
.ngd-new .loadbweek-dispatch-box table tbody tr td:last-of-type table::before {
    content: '';
    position: absolute;
    border: 1px solid #97B8E3;
    border-left: none;
    border-radius: 0px 10px 10px 0px;
    width: 100%;
    height: 101.3%;
    top: -1px;
    bottom: 0;
}

*/

.inner-table-hadding>div {
    background-color: #f6f6f6b3;
}

.inner-table>div {
    /* border: 1px solid #97B8E3;
    border-right: none;
    border-left: none; */
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #97b8e3;
    /* overflow: hidden; */
}

.inner-table-hadding>div {
    border-width: 1px;
    border-style: solid;
    border-color: #97b8e3;
    border-radius: 10px 0px 0px 10px;
    /* border-right: none; */
}

.ngd-new .loadbweek-dispatch-box table tbody tr td:last-of-type>div {
    /*border-radius: 0px 10px 10px 0px;*/
    border-radius: 0px 10px 10px 0px;
    /* border: 1px solid #97B8E3; */
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #97b8e3;
    /* border-left: none; */
    /* width: fit-content; */
}

.ngd-new .table tbody tr .inner-table.inner-table-hadding table td {
    color: #305f9c;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 19px;
    padding: 5px 5px 5px 8px !important;
    /* border-bottom: 1px solid #97B8E3; */
}

.ngd-new .table tbody tr .inner-table table td {
    border: none !important;
    border-bottom: 1px solid #97b8e3 !important;
    padding: 5px 3px !important;
    font-weight: 600;
    font-size: 13px !important;
    /* border-right: 1px solid #97B8E3 !important; */
    text-overflow: ellipsis;
    /*overflow: hidden;*/
    white-space: nowrap !important;
}

.ngd-new .table tbody tr .inner-table table td span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap !important;
}

.ngd-new .table tbody tr .inner-table table tr:last-of-type td {
    border-bottom: none !important;
    /* border-right: none !important; */
}


/*.ngd-new .table tbody tr .inner-table:last-of-type table tr td {
    border-right: none !important;
}*/

.inner-table table {
    /* border: 1px solid #97B8E3; */
    border-right: none;
    border-left: none;
    border-radius: 10px;
    line-height: 19px;
}


/*.ngd-new .loadbweek-dispatch-box table tbody tr td:last-of-type table {
    position: relative;
    border: none;
}*/


/*.ngd-new .loadbweek-dispatch-box table tbody tr td:last-of-type table::before {
    content: '';
    position: absolute;
    border: 1px solid #97B8E3;
    border-left:none ;
    border-radius: 0px 10px 10px 0px;
    width: 100%;
    height: 100%;
    top: -0px;
    bottom: 0;
}*/

.week-date-detail div strong {
    font-size: 13px;
    font-weight: bold;
}

.week-date-detail div select {
    width: 80px;
    height: 34px;
    border-radius: 10px;
    padding: 0px 11px;
    font-size: 14px;
}

.week-date-detail .form-group {
    position: relative;
}

.week-date-detail .form-group::before {
    content: "\f0dd";
    font: normal normal normal 14px FontAwesome;
    position: absolute;
    right: 10px;
    top: 42%;
    transform: translateY(-50%);
    color: #305f9c;
}

.week-date-detail .form-group select::-ms-expand {
    display: none;
}

.week-date-detail .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

.cust-select-2 .dropdown .dropdown-menu ul {
    max-height: 300px;
    overflow: auto;
}

.week-date-block::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
    top: -13px;
    right: 10%;
    /* transform: translateX(-50%); */
}

.week-date-block::before {
    left: 50%;
    transform: translateX(-50%);
}

#weeklistdata {
    /*min-width: 322px;*/
    min-width: auto;
    height: 300px;
    overflow: auto;
}


/* width */

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: transparent;
}


/* Handle */

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


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* .cust-select-2 .dropdown .dropdown-menu .form-check label{
    position: relative;
} */

.cust-select-2 .dropdown .dropdown-menu .form-check input {
    opacity: 0;
}

.cust-select-2 .dropdown .dropdown-menu .form-check label::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 16px;
    border: 2px solid #305f9c;
    border-radius: 4px;
}

.cust-select-2 .dropdown .dropdown-menu .form-check label::after {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: white;
    left: 19px;
    position: absolute;
    top: 2.5px;
    font-size: 10px;
    opacity: 0;
}

.cust-select-2 .dropdown .dropdown-menu .form-check input[type="checkbox"]:checked~label::before {
    background-color: #305f9c;
}

.cust-select-2 .dropdown .dropdown-menu .form-check input[type="checkbox"]:checked~label::after {
    opacity: 1;
}

.cust-select-2 .dropdown .dropdown-menu .form-check.all-check label::before {
    left: 0;
}

.cust-select-2 .dropdown .dropdown-menu .form-check.all-check label::after {
    left: 3px;
}

.loadbweek-dispatch-box table tbody tr.brg-grey {
    display: inline;
    margin-bottom: 0;
}

.loadbweek-dispatch-box table tbody tr.brg-grey td {
    background: #c0c0c0;
    /* color: white; */
}

.loadbweek-dispatch-box .fixed_header tbody {
    overflow: initial;
}


/* .loadbweek-dispatch-box .append-view .fixed_header tbody tr td {
    position: relative;
    border: none;
} */

.loadbweek-dispatch-box .append-view table.table-new>tbody>tr>td:nth-of-type(-n+5)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 27px;
    background-color: #97b8e3;
}

.before-none:before,
.before-none td:before {
    display: none;
}


/*Add css 10-02-2023 by roank*/


/* add css 21-02-2022 */

.loadbweek-dispatch-box .fixed_header th,
.loadbweek-dispatch-box .fixed_header td {
    width: 100%;
    max-width: initial;
    min-width: 150px;
}


/* .loadbweek-dispatch-box .fixed_header td table td {
    min-width: 150px;
    width: 100%;
    max-width: 100%;
} */

.loadbweek-dispatch-box .fixed_header th.inner-table-hadding,
.loadbweek-dispatch-box .fixed_header td.inner-table-hadding,
.loadbweek-dispatch-box .fixed_header td.inner-table-hadding table td {
    /* width: 100% !important; */
    min-width: 95px !important;
    max-width: inherit;
}

.ngd-new .table tbody tr .inner-table:last-of-type div {
    width: 88% !important;
    /* min-width: auto !important; */
    /* max-width: 100% !important; */
    overflow: hidden;
}

.ngd-new .loadbweek-dispatch-box .table tbody tr .inner-table:last-of-type div {
    width: auto !important;
    overflow: visible;
}


/* .ngd-new .table tbody tr .inner-table.inner-table-hadding table tr:last-of-type td {
    border-bottom: none !important;
} */

.loadbweek-dispatch-box .fixed_header>tr>td.inner-table {
    border: none;
}


/* add css 21-02-2022 */


/* .table-new td,
.table-new th {
    width: 100%;
} */

.loadbweek-dispatch-box .table-new .mileage_th,
.loadbweek-dispatch-box .table-new .cpm_th {
    width: 74px !important;
    min-width: 74px !important;
    padding: 4px !important;
}

.loadbweek-dispatch-box .table-new .inner-table table {
    width: 100%;
}


/* .loadbweek-dispatch-box table>tbody>tr::after {
    content: '';
    position: absolute;
    border: 1px solid #CCCCCC;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 10px;
} */

.table.table-new tbody td.inner-table:last-of-type {
    border: none !important;
}

.table.table-new td,
.table.table-new th {
    border-top: none !important;
}

.singal-location,
.multiple-loads {
    text-align: center;
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
}


/* .table.table-new tbody {
    display: block;
    width: 100%;
    overflow: auto;
    max-height: calc(100vh - 290px);
} */

.table.table-new thead {
    position: sticky;
}

.table-responsive.append-view {
    max-height: calc(100vh - 215px);
}

.chart-container>div {
    margin: auto;
}

.cust-select-2 .dropdown .dropdown-menu .form-check.select-all-dash label::after {
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    color: #305f9c;
    opacity: 1;
    font-size: 10px;
    left: 4px !important;
}

.cust-select-2 .dropdown .dropdown-menu ul::-webkit-scrollbar {
    /*width: 5px;*/
    height: 5px;
    border-radius: 10px;
}


/* Track */

.cust-select-2 .dropdown .dropdown-menu ul::-webkit-scrollbar-track {
    background: transparent;
}


/* Handle */

.cust-select-2 .dropdown .dropdown-menu ul::-webkit-scrollbar-thumb {
    background: #305f9c;
    border-radius: 10px;
}


/* Handle on hover */

.cust-select-2 .dropdown .dropdown-menu ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* add css on 24-02-2023 - START */

.card-box {
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 17px 25px 27px;
    /* min-width: 310px; */
}

.card-box h2 {
    font-size: 50px;
    line-height: 68px;
    font-weight: bold;
    color: #305f9c;
    margin-top: 0;
    margin-bottom: 0;
}

.card-box h5 {
    font-size: 18px;
    line-height: 24px;
    opacity: 0.83;
    font-weight: bold;
    color: #342828;
    white-space: nowrap;
    margin-bottom: 0;
}

.card-box img {
    max-width: 57px;
    max-height: 57px;
    width: 100%;
    float: right;
}

.counterDiv .grid-container {
    /* display: grid;
    grid-template-columns: auto auto auto auto auto; */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.grid-item {
    /* margin: 0 20px; */
    margin-top: 12px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 20px;
}

.grid-item:first-of-type {
    padding-left: 0;
}

.grid-item:last-of-type {
    padding-right: 0;
}

.compliance-base-navbar {
    margin: 30px 0 26px;
}

.compliance-base-navbar li {
    margin-left: 30px;
}

.ngd-new .compliance-base-navbar .drag-drop-switch {
    color: #305f9c;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.31px;
    font-weight: bold;
}

.ngd-new .compliance-base-navbar .drag-drop-switch .custom-control-label {
    /* width: 50px; */
    padding-left: 46px;
    height: 16px;
}

.ngd-new .compliance-base-navbar .drag-drop-switch .custom-control-label::before {
    width: 36px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    border-radius: 50px;
    border-color: #305f9c;
}

.ngd-new .drag-drop-switch .custom-control-label::after {
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    background-color: #305f9c;
    border-radius: 100%;
}

.ngd-new .drag-drop-switch input:checked~.custom-control-label::before {
    background-color: #305f9c;
    border-color: #305f9c !important;
}

.ngd-new .drag-drop-switch input:checked~.custom-control-label::after {
    background-color: white;
    left: 17px;
}

.compliance-base-navbar .navbar-nav .nav-item a.nav-link,
.compliance-base-navbar .nav-link {
    color: #305f9c;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.31px;
    font-weight: bold;
}

.display-options-img img {
    max-width: 40px;
}

.compliance-base-navbar .navbar-nav .nav-item .dropdown-menu,
.compliance-base-navbar .dropdown-menu {
    position: absolute;
    left: auto;
    right: 0;
    top: 60px !important;
    transform: none !important;
}

.compliance-base-box {
    border: 1px solid #cccccc;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 12px;
}

.compliance-base-box>div:first-of-type {
    padding: 18px 18px 8px 12px;
}

.compliance-base-box h3 {
    font-size: 15px;
    line-height: 20px;
    color: #305f9c;
    font-weight: 800;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: 0;
    /* overflow: hidden; */
}

.compliance-base-box .btn-blue {
    height: 30px;
    font-size: 9px;
    line-height: 13px;
    padding: 7px 5px;
    /*margin-right: 18px;*/
    font-weight: 600 !important;
    min-width: 75px;
}

.compliance-base-box img {
    max-width: 30px;
}

.border-none select~.select2-container--default .select2-selection--single {
    height: 20px;
    margin-top: 2px;
    min-width: 105px;
    width: fit-content;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* padding: 0 10px; */
    /* margin-left: -10px; */
    height: auto !important;
    border: none !important;
}

.border-none .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    line-height: 20px !important;
    font-size: 14px;
    line-height: 19px;
    color: #42556c;
    font-weight: bold;
}

.compliance-base-box .border-none .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: 12px;
}

.border-none .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #305f9c transparent transparent transparent;
    margin-left: 0px;
    margin-top: -3px;
}

.border-none .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #305f9c transparent !important;
}

.compliance-base-box .form-group {
    position: relative;
    width: fit-content;
}


/*.compliance-base-box .form-group::before {*/


/*    position: absolute;*/


/*    content: "\f0dd";*/


/*    font: normal normal normal 14px/1 FontAwesome;*/


/*    right: 0;*/


/*    top: 50%;*/


/*    transform: translateY(-50%);*/


/*    color: #305F9C;*/


/*}*/

.compliance-base-box .table-responsive tbody {
    overflow-y: auto;
    overflow-x: hidden;
    height: 214px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.table-body tbody tr {}

.compliance-base-box table {
    width: 100%;
    /* table-layout: fixed; */
    border-collapse: collapse;
    margin-top: 0 !important;
    /* overflow-y: hidden; */
    overflow-x: auto;
}

.compliance-base-box table tbody {
    overflow-y: auto;
    overflow-x: hidden;
    height: 250px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.compliance-base-box table thead tr,
.compliance-base-box table tbody tr {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.compliance-base-box .table thead {
    background-color: #305f9c;
    color: white;
    display: flex;
    flex-direction: column;
}

.compliance-base-box .table thead th {
    font-size: 14px;
    line-height: 19px;
    font-weight: 800;
    padding: 7px 8px !important;
    width: 100%;
    text-align: center;
    position: relative;
    min-width: 75px;
    /* border-right: 1px solid #FFFFFFA3 !important; */
}

.compliance-base-box .table thead th::before {
    content: "";
    position: absolute;
    height: 25px;
    width: 1px;
    background-color: #ffffffa3;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.compliance-base-box .table thead th:last-of-type:before {
    display: none;
}

.compliance-base-box .table tbody td {
    width: 100%;
    text-align: center;
    padding: 8.5px 8px !important;
    border-bottom-color: #305f9c;
    border-bottom: 1px solid #305f9c !important;
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
    min-width: 75px;
}

.ngd-new .compliance-base-box .table tbody tr:first-child td {
    border-bottom: 1px solid #305f9c !important;
}

.compliance-base-box .table thead th:nth-of-type(1),
.compliance-base-box .table tbody td:nth-of-type(1) {
    min-width: 178px;
}

.compliance-base-box .table thead th:last-of-type,
.compliance-base-box .table tbody td:last-of-type {
    min-width: 135px;
}

.compliance-base-box table th:last-child {
    padding-right: 11px;
}

.compliance-base-navbar .navbar-nav {
    margin-right: 12px;
}


/* scrollbar */

.compliance-base-box table tbody::-webkit-scrollbar {
    width: 6px;
}

.compliance-base-box table tbody::-webkit-scrollbar-track {
    background: #dce4ee;
}

.compliance-base-box table tbody::-webkit-scrollbar-thumb {
    background-color: #7b838c;
    border: 0;
}

.btn-widget .btn.dropdown-toggle {
    font-size: 11px !important;
    line-height: 15px;
    font-weight: 600;
    padding: 7.5px 15px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.btn-widget .btn::after,
.btn-widget .btn::before {
    display: none !important;
}

.dropleft .dropdown-menu {
    transform: none !important;
    right: 0;
    left: auto !important;
    top: 60px !important;
}

.compliance-base-navbar .dropdown .dropdown-toggle::before {
    display: none;
}

.compliance-base-navbar .dropdown.dropleft .dropdown-menu {
    transform: translate3d(60px, 50px, 0px) !important;
}

.dropdown-blue-theme {}

.dropdown.dropdown-blue-theme .dropdown-menu>div .dropdown-hedding {
    background: transparent linear-gradient(180deg, #417ccb 0%, #294e7c 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px 10px 0px 0px;
    padding: 12px 30px;
    height: 68px;
    display: flex;
    align-items: center;
}

.dropdown.dropdown-blue-theme .dropdown-menu h6 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.63px;
    color: white;
}

.dropdown.dropdown-blue-theme .dropdown-menu h6~span {
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: -0.31px;
    color: #ffffff;
}

.dropdown.dropdown-blue-theme .dropdown-menu {
    border-radius: 10px;
}

.dropdown.dropdown-blue-theme .dropdown-menu .dropdown-body {
    padding: 18px 30px 11px;
    /* padding: 18px 15px; */
}

.dropdown.dropdown-blue-theme .dropdown-menu .dropdown-footer {
    padding: 18px 21px;
    position: relative;
}

.dropdown.dropdown-blue-theme .dropdown-menu .btn {
    width: 162px;
}

.dropdown.dropdown-blue-theme .dropdown-menu .btn:first-child {
    margin-right: 16px;
}

.dropdown.dropdown-blue-theme .dropdown-menu ul {
    max-height: 300px;
    overflow: auto;
}

.dropdown.dropdown-blue-theme .dropdown-menu ul li .form-check {
    padding-left: 27px;
}

.dropdown.dropdown-blue-theme .dropdown-menu hr.dropdown-divider {
    border-color: #a4a9b0;
}

.dropdown.dropdown-blue-theme .dropdown-menu ul li {
    margin: 8px 0;
    position: relative;
    /* padding-left: 32px; */
}

.dropdown.dropdown-blue-theme .dropdown-menu ul li.drag-drop {
    padding-left: 32px;
}

.dropdown.dropdown-blue-theme .dropdown-menu ul li.drag-drop::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url("/theme/images/drag-drop-icon.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
}

.dropdown.dropdown-blue-theme .dropdown-menu ul li>a {
    position: absolute;
    left: 0;
    top: 44%;
    transform: translateY(-50%);
    max-width: 16px;
}

.dropdown.dropdown-blue-theme .dropdown-menu ul li a[data-toggle="collapse"] {
    position: relative;
    float: right;
    height: 23px;
}

.dropdown.dropdown-blue-theme .dropdown-menu ul li a[data-toggle="collapse"] i {
    position: absolute;
    right: 0;
    top: 35%;
    transform: translateY(-50%);
    color: #305f9c;
    font-size: 23px;
}

.dropdown.dropdown-blue-theme .dropdown-menu ul li .card {
    padding-left: 28px;
    border: none;
}

.border-none {
    border: none !important;
}


/* .dropdown.dropdown-blue-theme .dropdown-menu ul li>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */

.dropdown.dropdown-blue-theme .dropdown-menu ul li .form-check~img {
    max-width: 24px;
    width: 100%;
}

.dropdown.dropdown-blue-theme .dropdown-menu .form-check.all-check {
    padding-left: 27px;
    position: relative;
}

.dropdown.dropdown-blue-theme .dropdown-menu .form-check input {
    opacity: 0;
}

.dropdown.dropdown-blue-theme .dropdown-menu .form-check label {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.31px;
    color: #342828;
    font-weight: bold;
}

.dropdown.dropdown-blue-theme .dropdown-menu .form-check input[type="checkbox"]:checked~label::before {
    background-color: #305f9c;
}

.dropdown.dropdown-blue-theme .dropdown-menu .form-check label::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0px;
    border: 2px solid #305f9c;
    border-radius: 4px;
    top: 55%;
    transform: translateY(-50%);
}

.dropdown.dropdown-blue-theme .dropdown-menu .form-check input[type="checkbox"]:checked~label::after {
    opacity: 1;
}

.dropdown.dropdown-blue-theme .dropdown-menu .form-check label::after {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    color: white;
    left: 3px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    font-size: 10px;
    opacity: 0;
}

.dropdown.dropdown-blue-theme .dropdown-menu>div.arrow:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #407ac8;
    top: -13px;
    right: 5%;
    /* transform: translateX(-50%); */
}

.dropdown.dropdown-blue-theme .select2-container--default .select2-selection--single {
    border: 1px solid #305f9c !important;
    border-radius: 6px !important;
    height: 32px !important;
    width: 132px;
    /* width: 100%; */
}

.dropdown.dropdown-blue-theme .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 15px !important;
    font-size: 11px !important;
    font-weight: 600;
    height: 100%;
    display: flex;
    align-items: center;
}

.select2-container--open .select2-dropdown.select2-dd-range {
    left: 0;
    top: 0px;
    border: 1px solid #305f9c;
    border-top: none;
    /* width: 132px !important; */
}


/* .select2-container--default .select2-dd-range .select2-results__option[aria-selected=true] {
    background-color: white !important;
    color: #305F9C !important;
} */

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: white;
}

.select2-dd-range .select2-dropdown {
    border: 1px solid #305f9c !important;
    border-radius: 6px !important;
}

.select2-dd-range .select2-results__option {
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: #342828;
}

.Select-Range {
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: -0.31px;
    color: #342828;
}

.compliance-base-navbar .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #305f9c transparent transparent transparent;
    border-width: 6px 5px 0 5px;
    left: 0;
    margin-top: 0;
    margin-left: 0;
}

.compliance-base-navbar .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #305f9c transparent;
    border-width: 0 5px 6px 5px;
}

.compliance-base-navbar .navbar-nav .nav-item a.nav-link::after,
.compliance-base-navbar .nav-link::after {
    display: none;
}


/* .compliance-base-navbar .form-inline {
    position: relative;
} */

.compliance-base-navbar .form-inline .nav-link {
    position: absolute;
    bottom: -5%;
}

.px-xl-custom {
    padding: 0 6px;
}


/* add css on 24-02-2023 */


/* .compliance-dashboard-report css */

.compliance-dashboard-report-hedding {
    margin-bottom: 34px;
}

.compliance-dashboard-report-hedding h2 {
    font-size: 33px;
    font-weight: 800;
    line-height: 45px;
    letter-spacing: -0.92px;
    color: #342828;
    margin-bottom: 2px;
}

.compliance-dashboard-report-hedding h2~span {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.39px;
    color: #4a5159;
}

.compliance-dashboard-report-hedding ul {
    margin-top: 2px;
}

.compliance-dashboard-report-hedding ul li {
    margin-left: 15px;
}

.compliance-dashboard-report-hedding ul li a.btn {
    max-width: 163px;
    width: 163px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7.5px !important;
    line-height: 22px;
    border-radius: 10px;
}

.compliance-dashboard-report-hedding ul li a.btn img {
    max-width: 28px;
    margin-left: 8px;
    max-height: 25px;
    /* transition: all 0.3s linear; */
}

.compliance-dashboard-report-hedding ul li a.btn:hover img {
    filter: brightness(0) saturate(100%) invert(31%) sepia(98%) saturate(380%) hue-rotate(172deg) brightness(90%) contrast(91%);
}

.compliance-dashboard-report-tbox {
    margin-bottom: 25px;
}

.compliance-dashboard-report-tbox h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: -0.44px;
    color: #42556c;
}

.compliance-dashboard-report-tbox select {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    letter-spacing: -0.29px;
    color: #42556c;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 15px;
}

.compliance-dashboard-report-tbox .form-group {
    position: relative;
}


/* .compliance-dashboard-report-tbox .form-group::before {
    position: absolute;
    content: "\f0dd";
    font: normal normal normal 14px/1 FontAwesome;
    right: 0;
    top: 30%;
    transform: translateY(-50%);
    color: #305F9C;
} */

.compliance-dashboard-report-tbox table thead {
    background-color: white;
    color: #342828;
    border-bottom: 2px solid #305f9c;
}

.compliance-dashboard-report-tbox table thead th {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    color: #342828;
    padding: 5px 0 !important;
    text-align: center;
}

.ngd-new .compliance-dashboard-report-tbox .table tbody tr:first-child td {
    border-bottom: none !important;
}

.ngd-new .compliance-dashboard-report-tbox .table tbody tr td {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #342828;
    padding: 5px 0 !important;
    text-align: center;
}

.compliance-dashboard-report-tbox table thead th:last-child,
.ngd-new .compliance-dashboard-report-tbox .table tbody tr td:last-child {
    text-align: right;
}

.compliance-dashboard-report-tbox table thead th:first-child,
.ngd-new .compliance-dashboard-report-tbox .table tbody tr td:first-child {
    text-align: left;
}

.compliance-filter .dropdown .dropdown-menu .form-check.filter-select-all-dash label::after {
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    color: #305f9c;
    opacity: 1;
    font-size: 10px;
    left: 4px !important;
}

.compliance-filter .dropdown .dropdown-menu .form-check.select-all-dash label::after {
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    color: #305f9c;
    opacity: 1;
    font-size: 10px;
    left: 4px !important;
}

.compliance-base-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 35px !important;
}

#listingOptionSortable .form-check.select-all-dash label::after {
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    color: #305f9c;
    opacity: 1;
    font-size: 10px;
    left: 4px !important;
}


/* add css on 24-02-2023 - END */

.left-menus .accordion-heading::after {
    content: "\f13a";
    font-family: "FontAwesome";
    border: 0;
    position: absolute;
    right: 9px;
    color: #000000;
}


/*datepicker css ADD  ON 16-10-2023 */

.datepicker table thead:before {
    background: white !important;
}

table.dataTable .datepicker table.table-condensed thead th {
    color: #212529 !important;
    font-weight: 700;
    font-size: 16px;
    padding: 0.5em;
}

.datepicker table.table-condensed tbody td {
    padding: 0.5em !important;
}

.datepicker table.table-condensed thead th:not(:last-child)::before {
    display: none;
}

.table .bootstrap-datetimepicker-widget {
    font-family: "Open Sans", sans-serif !important;
}

table.dataTable .datepicker table.table-condensed thead tr:nth-child(2) th {
    padding: 0.5em !important;
    height: 22px;
}

table.dataTable .datepicker thead tr:nth-child(1) th {
    padding: 0.5em !important;
    height: 22px;
}

.ngd-wrapper.ngd-new #tabDriverOnboarding table.table.dataTable tbody tr td .datepicker table td,
.ngd-new table.table.dataTable tr td .datepicker table td {
    font-size: 16px !important;
    font-weight: 400;
    font-family: "Open Sans", sans-serif !important;
    color: #212529;
}

.ngd-new table.table.dataTable tr td .datepicker table td.new {
    color: #999 !important;
}

.ngd-new table.table.dataTable tr td .datepicker table td.old {
    color: #999 !important;
}

.ngd-new #tabDriverOnboarding table.table.dataTable tr td .datepicker table td.active,
.ngd-new table.table.dataTable tr td .datepicker table td.active {
    color: white !important;
}

.ngd-new table.table tbody tr:nth-of-type(1) td .bootstrap-datetimepicker-widget,
.ngd-new table.table tbody tr:nth-of-type(2) td .bootstrap-datetimepicker-widget,
.ngd-new table.table tbody tr:nth-of-type(3) td .bootstrap-datetimepicker-widget,
.ngd-new table.table tbody tr:nth-of-type(4) td .bootstrap-datetimepicker-widget {
    top: 100% !important;
    bottom: auto !important;
}

.ngd-new table.table.dataTable tr:nth-of-type(1) td .bootstrap-datetimepicker-widget.dropdown-menu::before,
.ngd-new table.table.dataTable tr:nth-of-type(2) td .bootstrap-datetimepicker-widget.dropdown-menu::before,
.ngd-new table.table.dataTable tr:nth-of-type(3) td .bootstrap-datetimepicker-widget.dropdown-menu::before,
.ngd-new table.table.dataTable tr:nth-of-type(4) td .bootstrap-datetimepicker-widget.dropdown-menu::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: none;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
    bottom: auto;
}

.ngd-new table.table.dataTable tr:nth-of-type(1) td .bootstrap-datetimepicker-widget.dropdown-menu::after,
.ngd-new table.table.dataTable tr:nth-of-type(2) td .bootstrap-datetimepicker-widget.dropdown-menu::after,
.ngd-new table.table.dataTable tr:nth-of-type(3) td .bootstrap-datetimepicker-widget.dropdown-menu::after,
.ngd-new table.table.dataTable tr:nth-of-type(4) td .bootstrap-datetimepicker-widget.dropdown-menu::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-top: none;
    top: -6px;
    left: 8px;
    bottom: auto;
}


/*datepicker css ADD  ON 16-10-2023 */


/* Notification Badge - 26-10-2023 */

.notification-dd .badge-danger {
    color: #fff;
    background-color: #ff6d10;
}


/* Notification Badge - 26-10-2023 */


/* Listing Actions - 27-10-2023 */

.btn-outline-black-action,
.btn-outline-black-trash {
    color: #000000;
    border-color: #000000;
    /*padding: 0.25rem 1rem 0.25rem 1rem !important;*/
    padding: 1px 10px !important;
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.btn-outline-black-action:hover {
    background-color: #99cc01;
    border-color: #99cc01;
}

.btn-outline-black-trash:hover {
    color: #ffffff;
    background-color: #ff0000;
    border-color: #ff0000;
}


/* Listing Actions - 27-10-2023 */


/* Dispatch Pro Announcements - 15-11-2023 */

.dispatch-pro-announcements {
    margin-bottom: 10px;
    padding: 0.5rem 0.5rem;
}

.dispatch-pro-announcements h6 {
    font-size: 14px;
}

.dispatch-pro-announcements h6 a {
    color: inherit;
    text-decoration: inherit;
}

.dispatch-pro-announcements hr {
    border-color: #707070 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}


/* Dispatch Pro Announcements - 15-11-2023 */


/* Dispatch Pro Announcements - 24-11-2023 */

.header-fuel-surcharge-diesel p {
    font-size: 14px !important;
}

.header-fuel-surcharge-gas p {
    font-size: 14px !important;
}

.header-fuel-surcharge-diesel h3 {
    font-family: "Open Sans", sans-serif !important;
}

.header-fuel-surcharge-gas h3 {
    font-family: "Open Sans", sans-serif !important;
}

.header-fuel-surcharge-diesel span {
    font-size: 10px !important;
}

.header-fuel-surcharge-gas span {
    font-size: 10px !important;
}

/* Dispatch Pro Announcements - 24-11-2023 */


/* Datatables - 25-04-2024 */

.hide-search-icon:after {
    content: none !important;
}

/* Datatables - 25-04-2024 */

/*.left-menu.ngd-left-menu{
    position: relative;
}*/

.left-menu.ngd-left-menu>div:first-child:after {
    content: "";
    width: 71px;
    box-shadow: 1px 4px 6px rgb(0 0 0 / 30%);
    background-color: white;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
}

.ngd-menu.menu-open {
    left: 69px;
}

.left-menu .left-responsive::-khtml-scrollbar,
.left-menu .left-responsive::-webkit-scrollbar,
.left-menu .left-responsive::-moz-scrollbar,
.left-menu .left-responsive::-o-scrollbar,
.left-menu .left-responsive::-ms-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

.left-menu .left-responsive::-khtml-scrollbar-track,
.left-menu .left-responsive::-webkit-scrollbar-track,
.left-menu .left-responsive::-moz-scrollbar-track,
.left-menu .left-responsive::-o-scrollbar-track,
.left-menu .left-responsive::-ms-scrollbar-track {
    background-color: transparent !important;
}

.left-menu .left-responsive::-khtml-scrollbar-thumb,
.left-menu .left-responsive::-webkit-scrollbar-thumb,
.left-menu .left-responsive::-moz-scrollbar-thumb,
.left-menu .left-responsive::-o-scrollbar-thumb,
.left-menu .left-responsive::-ms-scrollbar-thumb {
    background-color: transparent !important;
}

.left-menu .left-responsive::-khtml-scrollbar-thumb:hover,
.left-menu .left-responsive::-webkit-scrollbar-thumb:hover,
.left-menu .left-responsive::-moz-scrollbar-thumb:hover,
.left-menu .left-responsive::-o-scrollbar-thumb:hover,
.left-menu .left-responsive::-ms-scrollbar-thumb:hover {
    background-color: transparent !important;
}

.left-menu .left-responsive {
    scrollbar-width: none;
}