body {
    background: #EDEDF5;
    padding-top: 83px;
    font-family: 'Arial', sans-serif;
    color: #27173E;
    font-size: 14px;
}


/* Global CSS Start */

strong {
    font-weight: 800;
}

a {
    color: #27173E;
}

a:focus,
button:focus,
button:active,
.bootstrap-select:focus,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.btn.focus,
.btn:focus,
.form-control:focus {
    outline-style: none !important;
    box-shadow: none;
}


/* Global CSS End */


/* Loader CSS Start */

#loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #a12f33;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#loader .loading-icon {
    width: 42px;
    height: auto;
    -webkit-animation: loadingAnimation 1s infinite;
    animation: loadingAnimation 1s infinite;
}

@keyframes loadingAnimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loadingAnimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Loader CSS End */


/* Common Dropdown Start */

.dropdown {
    display: inline-block;
    color: #27173E;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #DCDCE9;
    border-radius: 4px;
    text-align: left;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color: #ffffff;
    height: 38px;
}

.dropdown .btn {
    padding: 8px 26px 9px 10px;
}

.dropdown .dropdown-toggle {
    cursor: pointer;
}

.dropdown .dropdown-toggle:after {
    content: "\f078";
    font-family: "Font Awesome 5 free",sens serif;
    border: 0;
    vertical-align: 0px;
    font-size: 11px;
    margin: -6px 0 0 0;
    color: #27173E;
    font-weight: 600;
    display: inline;
    position: absolute;
    top: 50%;
    right: 10px;
}

.dropdown .dropdown-toggle span {
    font-size: 14px;
    font-weight: 400;
}

.dropdown .dropdown-menu {
    padding: 0.5rem 0;
    margin: 1px 0 0 0;
    font-size: 12px;
    color: #27173E;
    background-color: #ffffff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 0 5px 2px rgba(195, 195, 195, 0.3);
    font-weight: 400;
}

.dropdown .dropdown-menu li a {
    color: #27173E;
    display: block;
    padding: 5px 11px;
    font-size: 14px;
    font-weight: 400;
}

.dropdown .dropdown-menu li a:hover {
    text-decoration: none;
    color: #cc0000;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}

.dropdown .dropdown-menu li a span {
    display: inline-block;
    vertical-align: 1px;
    margin-right: 3px;
}

.dropdown .dropdown-menu li a span img {
    width: 18px;
    height: 18px;
}

.dropdown .dropdown-menu li .dropdown-item.active,
.dropdown .dropdown-menu li .dropdown-item:active {
    color: #cc0000;
    background-color: #e2e2ef;
}


/* Common Dropdown End */


/* Common Select Start */

.bootstrap-select {
    width: auto;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
}

.bootstrap-select button {
    width: auto;
    background-color: transparent;
    border: 0;
    color: #27173E;
    font-weight: 400;
    font-size: 14px;
}

.bootstrap-select button:active {
    background-color: transparent;
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select button:hover {
    background-color: transparent;
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select .dropdown {
    height: 40px;
}

.bootstrap-select.show>.btn-light.dropdown-toggle {
    background-color: transparent;
    box-shadow: none !important;
    outline: none !important;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background-color: transparent;
}

.bootstrap-select.form-control {
    border: 1px solid #DCDCE9;
}


/* Common Select End */


/* Header Start */

header {
    background: #ffffff;
    padding: 4px 20px 4px 20px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 2px 1px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .h-left {
    padding: 3px 0;
}

header .logo-wrap {
    display: flex;
    align-items: center;
}

header .logo {
    width: 66px;
    display: block;
}

header .logo img {
    max-width: 100%;
}

header .logo-wrap .logo-title {
    margin-left: 15px;
}

header .logo-wrap .logo-title strong {
    margin: 0;
    font-size: 20px;
    color: #cc0000;
    font-weight: 700;
}

header .logo-wrap .logo-title p {
    margin: 0;
    font-size: 16px;
    color: #958D9E;
    font-weight: 600;
}

header .h-right .user-dropdown .btn {
    padding: 5px 27px 5px 10px;
}

header .h-right .user-dropdown .user-img {
    margin-right: 3px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    vertical-align: middle;
    background: #cc0000;
    color: #ffffff;
    line-height: 25px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    position: relative;
}

header .h-right .user-dropdown .user-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border-radius: 50%;
}

header .h-right .user-dropdown span {
    display: inline-block;
}

.navbar-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.2s, width 0.1s 0.2s, height 0.1s 0.2s;
    transition: opacity 0.2s, width 0.1s 0.2s, height 0.1s 0.2s;
    z-index: 97;
}

.navbar-overlay.active {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.navbar-toggler {
    padding: 5px 5px 5px 0;
}

.left-navbar {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100px;
    background: #cc0000;
    height: 100%;
    z-index: 98;
    text-align: center;
    color: #ffffff;
    padding-top: 80px;
    overflow-y: auto;
}

.left-navbar .left-navbar-nav {
    margin: 0;
    padding: 0;
}

.left-navbar .left-navbar-nav .nav-item {
    list-style: none;
    border-bottom: 1px solid #F3703C;
}

.left-navbar .left-navbar-nav .nav-item .nav-link {
    color: #ffffff;
    position: relative;
    transition: 0.3s;
    display: block;
    padding: 15px 0;
}

.left-navbar .left-navbar-nav .nav-item .nav-link i {
    font-size: 18px;
    margin: 0 0 5px 0;
}

.left-navbar .left-navbar-nav .nav-item .nav-link span {
    font-size: 14px;
    display: block;
}

.left-navbar .left-navbar-nav .nav-item.active .nav-link,
.left-navbar .left-navbar-nav .nav-item:hover .nav-link {
    background: #E84B0D;
}

.table-layout-fixed {
    table-layout: fixed;
}

@media only screen and (min-width: 1024px) {
    .navbar-toggler {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .left-navbar {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    .left-navbar.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media only screen and (max-width: 767px) {
    header {
        padding: 0 15px;
    }
    header .h-left {
        margin: 0;
    }
    header .logo {
        width: 52px;
    }
    header .logo-wrap .logo-title {
        display: none;
    }
    header .h-right .user-dropdown .user-name {
        display: none;
    }
    .navbar-toggler {
        padding: 5px 5px 5px 0;
        margin-right: 10px;
    }
}


/* Header End */


/* Notification Start */

.notification-bar {
    border: 0px;
    margin-right: 15px;
}

.notification-bar .top-text-block .icon-show-style {
    margin-right: 15px;
}

.notification-bar .dropdown-toggle:after {
    display: none;
}

.notification-bar .dropdown-menu {
    min-width: 420px;
    padding: 0px;
    font-size: 12px;
    margin: 1px 0 0 0;
    color: #27173E;
    background-color: #ffffff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 0 5px 2px rgba(195, 195, 195, 0.3);
    font-weight: 500;
}

@media screen and (max-width: 575px) {
    .notification-bar .dropdown-menu {
        min-width: 294px;
    }
}

.notification-bar .dropdown-menu ul {
    list-style: none;
    padding: 0px;
    height: 350px;
    overflow: auto;
    margin-bottom: 0px;
}

.notification-bar .view-all-notification {
    width: 100%;
    text-align: center;
    background: #E1E8EF;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.notification-bar .view-all-notification a {
    color: #000;
    font-size: 13px;
    display: block;
    padding: 5px;
}

.notification-bar .view-all-notification a:hover {
    text-decoration: none;
    color: #cc0000;
}

.notify-section-block .notify-section-ul .top-text-block .icon-show-style {
    width: 80px;
    justify-content: space-between;
}

.icon-show-style .read-notify {
    width: 12px;
    height: 12px;
    background: #c1c1c1;
    border-radius: 50%;
    margin-right: 10px;
}

.icon-show-style a {
    display: inline-block;
}

.icon-show-style a:hover {
    color: #cc0000;
}

.icon-show-style {
    display: flex;
    align-items: center;
}

.icon-show-style .unread-notify {
    width: 12px;
    height: 12px;
    background: #4caf50;
    border-radius: 50%;
    margin-right: 10px;
}

.top-notify-section {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px 0px 15px;
    border-bottom: 1px solid #f3f3f3;
    height: 40px;
}

.top-notify-section a {
    color: #27173E;
    font-weight: 500;
    border: 1px solid #DCDCE9;
    padding: 5px 10px;
    border-radius: 3px;
}

.top-notify-section a:hover {
    text-decoration: none;
    color: #cc0000;
}

.notify-drop i {
    font-size: 26px;
    color: #27173E;
}

.notify-count {
    position: absolute;
    font-size: 10px;
    background-color: #cc0000;
    width: auto;
    min-width: 15px;
    height: 15px;
    border-radius: 10px;
    color: #ffffff;
    top: 8px;
    right: 2px;
    padding: 0px 4px;
}

.top-text-block {
    display: flex;
    justify-content: space-between;
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    color: #333;
    white-space: inherit !important;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    align-items: center;
}

.top-text-block:hover {
    background-color: #ededf5;
}

.top-text-block:hover:before {
    content: "";
    width: 4px;
    background: #cc0000;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

.top-text-block .top-text-light {
    color: #999;
    font-size: 0.8em;
}

.all-click {
    width: 100%;
    position: relative;
    padding: 10px 5px 10px 15px;
    color: #27173E;
    font-weight: 500;
}

.all-click:hover {
    text-decoration: none;
    color: #cc0000;
}

.all-click .top-text-heading {
    width: calc(100% - 25px);
    word-break: break-all;
}

.all-click .top-text-light {
    width: calc(100% - 75px);
    word-break: break-all;
}

@media only screen and (max-width: 767px) {
    .notification-bar {
        margin-right: 5px;
    }
}


/* Notification End */


/* Login Page Start */

.login-left {
    min-height: 100vh;
    /* background: #a12f33; 
    background-image: url(../images/login-image.jpg);*/
    position: relative;
    /* background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    background-color: #000; */
}

.login-left > img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left top;
}

.login-right {
    min-height: 100vh;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

.height-100vh {
    height: 100vh;
}

.login-box {
    position: relative;
    padding: 50px 0;
    width: 100%;
    max-width: 480px;
}

.login-box:after {
    content: "";
    min-height: inherit;
    font-size: 0;
}

.login-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 25px 0;
}

.login-logo {
    max-width: 130px;
    display: inline-block;
    margin-right: 20px;
}

.login-logo img {
    max-width: 100%;
}

.logo-text h2 {
    font-size: 32px;
    font-weight: 600;
    color: #eb6632;
    margin: 0;
}

.logo-text strong {
    color: #707070;
    font-size: 18px;
    font-weight: 500;
}

.login-box-inner {
    width: 100%;
    padding: 30px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    height: auto;
    -webkit-box-shadow: 0 0px 20px 10px rgb(0 0 0 / 7%);
    box-shadow: 0 0px 20px 10px rgb(0 0 0 / 7%);
}

.login-box-inner h3 {
    color: #cc0000;
    font-weight: 600;
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.login-box-inner .form-group {
    position: relative;
    margin-bottom: 30px;
}

.login-box-inner .form-group label {
    display: block;
    font-size: 16px;
}

.login-box-inner .form-group .form-control {
    height: 45px;
}

.login-box-inner .form-group .forgot-style {
    color: #707070;
    font-weight: 400;
    float: right;
    font-size: 15px;
}

.login-box-inner .form-group .forgot-style:hover {
    text-decoration: none;
    color: #cc0000;
}

.login-box-inner .form-group .field-icon {
    position: absolute;
    z-index: 2;
    right: 13px;
    bottom: 13px;
    font-size: 18px;
    color: #27173E;
    cursor: pointer;
}

.login-box-inner .form-group.login-action {
    margin-bottom: 0;
}

.login-box-inner .login-action .btn {
    width: 100%;
    padding: 13px 15px;
}

.recaptcha {
    display: flex;
    align-items: center;
}

.recaptcha .captcha-img {
    display: flex;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-right: 15px;
}

.recaptcha .captcha-img img {
    height: 45px;
}

.recaptcha .captcha-refresh {
    padding: 13px 12px 12px 12px;
    font-size: 20px;
    cursor: pointer;
    color: #27173E;
}

@media only screen and (max-width: 767px) {
    .login-box {
        padding: 15px;
    }
    .login-box-inner {
        padding: 25px;
    }
    .login-left {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .login-logo {
        max-width: 80px;
    }
    .logo-text h2 {
        font-size: 28px;
    }
    .logo-text strong {
        font-size: 15px;
    }
    .login-logo-wrap {
        margin: 0 0 15px 0;
    }
    .login-box-inner h3 {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .login-box-inner .form-group {
        margin-bottom: 20px;
    }
}

@media (max-width: 440px) {
    .recaptcha {
        flex-wrap: wrap;
    }
    .recaptcha .captcha-img {
        margin-bottom: 10px;
    }
}


/* Login Page End */

.left-sub-nav {
    background-color: #fff;
    border-right: 1px solid #e1e8ef;
    height: 100%;
    position: fixed;
    top: 80px;
    padding: 20px;
    left: 150px;
    width: 100%;
    max-width: 260px;
}


/* Breadcrumb Start */

.breadcrumb-wrap {
    background: #FFB400;
    padding: 8px 30px;
    justify-content: space-between;
    min-height: 55px;
    display: flex;
    position: relative;
    z-index: 9;
}

.breadcrumb-wrap .breadcrumb {
    padding: 10px 0px 0px 0px;
    margin-bottom: 0;
    background: none;
    border-radius: 0;
}

.breadcrumb-wrap .breadcrumb li.breadcrumb-item {
    font-size: 12px;
    margin: 0;
}

.breadcrumb-wrap .breadcrumb li.breadcrumb-item a {
    color: #27173E;
}

.breadcrumb-wrap .breadcrumb li.breadcrumb-item a:hover {
    color: #27173E;
    text-decoration: underline;
}

.breadcrumb-wrap .breadcrumb li.breadcrumb-item strong {
    color: #27173E;
}

.breadcrumb-wrap .breadcrumb li.breadcrumb-item+li.breadcrumb-item {
    padding-left: 0px;
}

.breadcrumb-wrap .breadcrumb li.breadcrumb-item+li.breadcrumb-item:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 8px;
    display: inline-block;
    vertical-align: 1px;
    padding: 2px 15px;
    color: #27173E;
}

.breadcrumb-wrap .bootstrap-select .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    transform: inherit !important;
    top: 39px !important;
}

.breadcrumb-wrap .date-time-wrap .dropdown {
    background: #ffffff;
}

.breadcrumb-wrap .date-time-wrap .dropdown .dropdown-menu {
    min-width: 11rem !important;
}

.breadcrumb-wrap .date-time-wrap .dropdown+.dropdown {
    margin-left: 12px;
}

.breadcrumb-wrap .date-time-wrap .btn-white {
    padding: 11px 15px;
    font-weight: 500;
    margin-right: 10px;
}


/* Breadcrumb End */


/* Footer Start */

footer {
    background: #ffffff;
    border-top: 1px solid #dddddd;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 10px 30px;
    color: #27173E;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
}

footer .logo-name {
    font-size: 14px;
    font-weight: 500;
    color: #27173E;
}

footer .version {
    font-size: 12px;
}


/* Footer End */


/* Middle section */

.table-wrapper {
    padding: 30px;
    margin-bottom: 40px;
}


/* Tab css Start */

.common-tab.nav-tabs {
    border-bottom: 1px solid #f0f4f8;
}

.common-tab.nav-tabs .nav-link {
    color: #27173E;
    padding: 10px 35px;
    border: 0px;
}

.common-tab.nav-tabs .nav-link.active {
    border-color: #f0f4f8;
    color: #cc0000;
    font-weight: 600;
}

.common-tab.nav-tabs .nav-link:focus,
.common-tab.nav-tabs .nav-link:hover {
    color: #cc0000;
}

.booking-tab-content.tab-content>.active {
    background-color: #ffffff;
}

.nav-tabs .nav-link.disabled {
    opacity: 0.6;
}

.synced-data {
    display: flex;
    justify-content: space-between;
}

.synced-data .synced-content {
    flex-grow: 1;
    padding-right: 15px;
    flex-shrink: 0;
}

.synced-data .synced-tag {
    flex-shrink: 0;
    border: 1px solid #5a5858;
    color: #5a5858;
    padding: 4px 10px;
    font-size: 11px;
    border-radius: 15px;
}


/* Tab css End */


/* Filter Section Start */

.action-section {
    display: none;
}


/* 
.left-side {
    min-width: 410px;
}

.left-side .input-group input {
    border: 1px solid #DCDCE9;
    height: 45px;
}

.left-side .input-group>.custom-file,
.left-side .input-group .custom-select,
.left-side .input-group .form-control,
.left-side .input-group .form-control-plaintext {
    width: 280px;
    background-color: #fff;
}

.left-side .btn-add {
    color: #27173E;
}

.left-side .btn-add .input-group-text {
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #DCDCE9;
    height: 45px;
}

.left-side .btn-add .input-group-text input::placeholder {
    color: #dcdcdc;
}

.left-side .btn-add .input-group-text:hover {
    color: #cc0000;
} */

.main-filter:after {
    content: "";
    display: flex;
    clear: both;
}

.filter-div {
    /* margin-left: 10px; */
}

.filter-div:after {
    content: "";
    display: flex;
    clear: both;
}

.filters-text {
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px;
}

.filter-div .add-filter {
    color: #27173E;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 2px 5px;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 12px;
}

.filter-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.add-filter .closed-tag img {
    vertical-align: baseline;
    margin-right: 5px;
}

.filter-div .clear-filter {
    color: #cc0000;
    border: 0;
    background-color: transparent;
    font-weight: 500;
    font-size: 12px;
    margin: 4px 0 0 0;
}

.filter-div .clear-filter:hover {
    text-decoration: none;
    color: #27173E;
}

.filter-div .closed-filter img {
    vertical-align: unset;
    /* margin-right: 5px; */
}

.filter-div .closed-filter {
    background-color: transparent;
    border: 0;
    width: 15px;
    display: inline-block;
    text-align: center;
}

.search-result {
    display: none;
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
}

.separator {
    height: 2px;
    background-color: #DCDCE9;
}

.action-div span {
    vertical-align: middle;
}

.action-div:after {
    content: "";
    clear: both;
    display: table;
}

.multi-select-check {
    position: relative;
    height: 40px;
}

.multi-select-check .btn {
    background-color: transparent;
}

.multi-select-check .btn:focus {
    box-shadow: none;
}

.multi-select-check .dropdown-menu {
    min-width: 220px;
    height: 250px;
    overflow: auto;
    margin-top: 10px;
}

.multi-select-check .dropdown-toggle img {
    width: 16px;
    height: 16px;
    vertical-align: top;
}

.multi-select-check.dropdown.multiselect input[type=checkbox] {
    display: none;
}

.multi-select-check.dropdown.multiselect input[type=checkbox]+label:before {
    content: " ";
    width: 15px;
    display: inline-block;
    padding-right: 20px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
}

.multi-select-check.dropdown.multiselect input[type=checkbox]:checked+label:before {
    content: "";
    padding-right: 20px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
}


/* .more-dropdown {
    vertical-align: inherit;
    height: 40px;
    margin: 15px 0px;
}

.more-dropdown .dropdown-toggle {
    cursor: pointer;
    padding: 10px;
}

.more-dropdown .dropdown-toggle:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    border: 0;
    vertical-align: 0px;
    font-size: 10px;
    margin: 0px;
}

.more-dropdown .more-img {
    border-radius: 50%;
    display: inline-block;
} */


/* .filter-dropdown {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 40px;
}

.filter-dropdown .dropdown-toggle span {
    color: #27173E;
    font-weight: 400;
    font-size: 14px;
}

.filter-dropdown .setting-img {
    margin-right: 3px;
    width: 17px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: sub;
} */


/* .check-dropdown li .checkbox-fade {
    padding: 5px 20px;
}

.check-dropdown li .checkbox-fade label {
    line-height: 1.4;
    font-size: 14px;
} */


/* .refresh-table {
    border: 1px solid #DCDCE9;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 0px !important;
    vertical-align: top;
}

.refresh-table a {
    padding: 8px 12px;
    display: block;
}

.refresh-table a img {
    width: 16px;
} */


/* .status-border {
    border-radius: 0.25rem;
    margin-right: 10px;
} */


/* .float-right .page-show {
    position: relative;
    color: #27173E;
    vertical-align: middle;
}

.float-right .page-margin {
    margin-left: 15px;
    margin-right: 15px;
}

.float-right .page-select {
    display: inline-block;
}

.float-right.m-page-style>span {
    margin: 15px 10px;
} */


/* Filter Section end */


/* Data Table css */

.table-inner {
    padding: 30px;
    background: #ffffff;
}

.dataTables_wrapper table.dataTable {
    color: #272727;
    border-collapse: collapse;
    border: 0px;
}

.dataTables_wrapper table.dataTable thead th {
    padding: 15px 25px 15px 10px;
    font-weight: 800;
    border-bottom: 0px;
    white-space: nowrap;
    vertical-align: middle;
    box-sizing: border-box;
    color: #27173E;
    background-color: #EDEDF5;
    border-color: #dee2e6;
    /* text-transform: capitalize; */
    font-size: 13px;
}

.dataTables_wrapper table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png");
    background-position: center right 5px;
}

.dataTables_wrapper table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png");
    background-position: center right 5px;
}

.dataTables_wrapper table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png");
    background-position: center right 5px;
}

.dataTables_wrapper table.dataTable thead th.no-sort {
    padding-right: 10px;
    background-image: none !important;
}

.dataTables_wrapper table.dataTable tbody th {
    border-top: 0px;
    white-space: nowrap;
}

.dataTables_wrapper table.dataTable tbody td {
    border-top: 0px;
    white-space: nowrap;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 10px 10px;
    font-size: 14px;
}

.dataTables_wrapper .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px;
}

.dataTables_wrapper .dataTables_length label {
    margin-bottom: 0;
}


/* .dataTables_wrapper table.dataTable tbody td a {
    color: #27173E;
    text-decoration: underline;
} */

.dataTables_wrapper table.dataTable tbody td a:hover {
    /* color: #cc0000; */
    text-decoration: none;
}


/* 
.dataTables_wrapper table.dataTable tbody td i {
    color: #ffffff;
} */

.dataTables_wrapper table.dataTable tfoot th {
    border-top: 0px;
    white-space: nowrap;
    vertical-align: middle;
    box-sizing: border-box;
}

.dataTables_wrapper table.dataTable tfoot td {
    border-top: 0px;
    white-space: nowrap;
    vertical-align: middle;
    box-sizing: border-box;
}

.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody {
    border-bottom: 1px solid #f1f1f1;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #ffffff !important;
    background: #cc0000;
    border-color: #cc0000;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    background: #cc0000;
    border-color: #cc0000;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 0px;
    margin-left: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #ffffff !important;
    background: #cc0000;
    border-color: #cc0000;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #DCDCE9;
    height: 40px;
    border-radius: 4px;
}

.dataTables_wrapper .dataTables_length label select {
    border: 1px solid #DCDCE9;
    height: 40px;
    border-radius: 4px;
}


/* Data Table End */


/* Other dataTable CSS Start */

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0px;
}

.DTFC_RightWrapper .table.DTFC_Cloned {
    table-layout: fixed !important;
}

.DTFC_RightBodyLiner {
    background: #f3f3f3;
    overflow: hidden !important;
    width: 100% !important;
}

.DTFC_LeftBodyLiner {
    overflow: hidden !important;
    width: 100% !important;
}

.DTFC_RightWrapper .DTFC_RightHeadWrapper {
    box-shadow: -7px 0 7px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -7px 0 7px -2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -7px 0 7px -2px rgba(0, 0, 0, 0.1);
}

.DTFC_RightWrapper .DTFC_RightBodyWrapper {
    box-shadow: -6px 0 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -6px 0 6px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -6px 0 6px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.DTFC_LeftWrapper .DTFC_RightFootWrapper {
    box-shadow: 7px 0 7px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 7px 0 7px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 7px 0 7px 2px rgba(0, 0, 0, 0.1);
}

.DTFC_LeftWrapper .DTFC_LeftHeadWrapper {
    box-shadow: 7px 0 7px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 7px 0 7px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 7px 0 7px 2px rgba(0, 0, 0, 0.1);
}

.DTFC_LeftWrapper .DTFC_LeftBodyWrapper {
    box-shadow: 6px 0 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 6px 0 6px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 6px 0 6px 0px rgba(0, 0, 0, 0.1);
    background: #f3f3f3;
    z-index: 1;
}

.DTFC_LeftWrapper .DTFC_LeftFootWrapper {
    box-shadow: 7px 0 7px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 7px 0 7px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 7px 0 7px 2px rgba(0, 0, 0, 0.1);
}

.tw-fixed {
    min-width: 75px !important;
    width: 75px !important;
    text-align: center;
}

.dataTable .checkbox-fade {
    margin-right: 0px;
    display: block;
    height: 20px;
}

.dataTable .checkbox-fade .cr {
    margin: 0;
    float: none;
}

.dataTable .checkbox-fade label span {
    display: block;
}


/* Other dataTable CSS End */


/* Components Pages Start */

.components-wrap {
    width: 100%;
    padding: 20px;
}

.components-wrap.has-left-padding {
    max-width: calc(100% - 380px);
    margin-left: auto;
    width: 100%;
    overflow: hidden;
}

.components-wrap.has-left-padding .nav.nav-tabs {
    border-bottom: none;
}

.components-wrap.has-sub-nav {
    padding: 30px 30px 30px 440px;
}

@media only screen and (max-width: 1023px) {
    .components-wrap.has-sub-nav {
        padding: 15px;
    }
}

.form-group label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
    width: 100%;
}

.form-group .btn+.btn {
    margin-left: 5px;
}

.form-control {
    font-size: 14px;
    height: 38px;
    border: 1px solid #DCDCE9;
    color: #27173E;
    font-weight: 400;
}

.form-control:focus {
    border-color: #6c757d;
}

.form-control::-webkit-input-placeholder {
    color: #27173E;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #27173E;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #27173E;
    opacity: 1;
}

.form-control:-moz-placeholder {
    color: #27173E;
    opacity: 1;
}

.form-control:disabled {
    color: #848484;
    background-color: #f8f9fa;
    border-color: #DCDCE9;
}

.form-control[readonly] {
    background-color: #ffffff;
    color: #a0a0a0;
}

.form-control-danger {
    border-color: #cc0000;
    color: #cc0000;
}

.form-control-danger .tagsinput {
    border-color: #cc0000;
    color: #cc0000;
}

.form-group p {
    margin: 0;
}

.content-wrap {
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 9%);
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
}

.content-wrap .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 0 0 20px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-wrap .card-header h5 {
    margin: 0;
    color: #27173E;
    font-size: 20px;
    font-weight: 800;
    display: inline-block;
    position: relative;
    padding: 0px;
}

.content-wrap .card-header h6 {
    margin: 0;
    color: #27173E;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding: 0px;
}

.content-wrap .card-header h6 i {
    font-size: 16px;
}

.DTFC_RightWrapper {
    right: 0 !important;
}


/* Buttons Start */

.btn {
    font-size: 14px;
    padding: 8px 12px;
    line-height: normal;
}

.btn.btn-lg {
    font-size: 16px;
    padding: 12px 18px;
}

.btn.btn-sm {
    font-size: 12px;
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
}

.btn-primary {
    background-color: #cc0000;
    border-color: #cc0000;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #e7474e;
    border-color: #e7474e;
    color: #ffffff;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #cc0000;
    border-color: #cc0000;
    color: #ffffff;
    opacity: 0.65;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #a5191f;
    border-color: #a5191f;
    color: #ffffff;
    box-shadow: none !important;
}


/* 
.btn-secondary {
    color: #ffffff;
    background-color: #1dcc70;
    border-color: #1dcc70;
}

.btn-secondary:hover {
    color: #ffffff;
    background-color: #1ab664;
    border-color: #1ab664;
}
 */

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle {
    box-shadow: none !important;
}

.btn-success {
    background-color: #4caf50;
    border-color: #4caf50;
}

.btn-success:hover {
    background-color: #21bb9c;
    border-color: #21bb9c;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
    background-color: #1fae91;
    border-color: #1fae91;
    color: #ffffff;
    box-shadow: none !important;
}

.btn-danger {
    background-color: #ff0800;
    border-color: #ff0800;
}

.btn-danger:hover {
    background-color: #e43d59;
    border-color: #e43d59;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
    background-color: #d73954;
    border-color: #d73954;
    color: #ffffff;
    box-shadow: none !important;
}

.btn-warning {
    background-color: #FFB64D;
    border-color: #FFB64D;
}

.btn-warning:hover {
    background-color: #e49c35;
    border-color: #e49c35;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
    background-color: #d69232;
    border-color: #d69232;
    box-shadow: none !important;
}

.btn-outline-primary {
    border-color: #cc0000;
    color: #cc0000;
}

.btn-outline-primary:hover {
    background-color: #cc0000;
    border-color: #cc0000;
    color: #ffffff;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #cc0000;
    background-color: transparent;
    opacity: 0.65;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #cc0000;
    border-color: #cc0000;
    color: #ffffff;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.primary {
    color: #cc0000;
}

.primary:hover {
    color: #e7474e;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-outline-secondary {
    border-color: #272727;
    color: #272727;
}

.btn-outline-secondary:hover {
    background-color: #131313;
    border-color: #131313;
    color: #ffffff;
}

.btn-dropdown {
    padding: 10px 30px 10px 15px !important;
}

.btn-dropdown:after {
    color: #ffffff !important;
    right: 15px !important;
}

.btn-warning.btn-dropdown:after {
    color: #212529 !important;
}

.btn-dropdown-menu .dropdown-item {
    font-size: 14px;
}

.dropdown-toggle-split:after {
    vertical-align: middle;
}

.dropdown-toggle-split:focus {
    box-shadow: none !important;
}

.show>.btn-success.dropdown-toggle {
    background-color: #1fae91;
    border-color: #1fae91;
}

.show>.btn-success.dropdown-toggle:focus {
    box-shadow: none !important;
}

.show>.btn-primary.dropdown-toggle {
    background-color: #297ad6;
    border-color: #297ad6;
}

.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.show>.btn-success.dropdown-toggle {
    background-color: #4caf50;
    border-color: #4caf50;
}

.show>.btn-success.dropdown-toggle:focus {
    box-shadow: none !important;
}

.show>.btn-danger.dropdown-toggle {
    background-color: #d73954;
    border-color: #d73954;
}

.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: none !important;
}

.show>.btn-warning.dropdown-toggle {
    background-color: #d69232;
    border-color: #d69232;
}

.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-round {
    border-radius: 30px;
}


/* Buttons End */


/* Timepicki Start */

.time_pick {
    position: relative;
    width: 100%;
}

.timepicker_wrap {
    padding: 10px;
    border-radius: 4px;
    z-index: 998;
    display: none;
    background: #ededf5;
    float: left;
    position: absolute;
    top: 48px;
    left: 0;
    border: 1px solid #dcdce9;
    width: 251px;
}


/* .timepicker_wrap .arrow_top {
	position: absolute;
	top: -10px;
	left: 20px;
	background: url(../images/top_arr.png) no-repeat;
	width: 18px;
	height: 10px;
	z-index: 999;
} */

.timepicki-input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #dcdce9;
    border-radius: 4px;
    float: none;
    margin: 0;
    text-align: center;
    width: 70%;
    height: 38px;
    color: #27173E;
}

.timepicki-input:focus {
    outline: none;
}

.timepicker_wrap .ti_tx,
.timepicker_wrap .mi_tx,
.timepicker_wrap .mer_tx {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.timepicker_wrap .time,
.timepicker_wrap .mins,
.timepicker_wrap .meridian {
    width: 60px;
    float: left;
    margin: 0 8px;
    font-size: 16px;
    color: #27173e;
    font-weight: 800;
}

.timepicker_wrap .prev {
    cursor: pointer;
    padding: 18px;
    width: 28%;
    border: 1px solid #dcdce9;
    margin: auto;
    background: #ffffff url(../images/time-up.svg) no-repeat center center;
    border-radius: 5px;
    background-size: 14px;
}

.timepicker_wrap .next {
    cursor: pointer;
    padding: 18px;
    width: 28%;
    border: 1px solid #dcdce9;
    margin: auto;
    background: #ffffff url(../images/time-down.svg) no-repeat center center;
    border-radius: 5px;
    background-size: 14px;
}


/* .timepicker_wrap .prev:hover,
.timepicker_wrap .next:hover {
	background-color: #ccc;
} */


/* Timepicki End */


/* Date and Time picker Icons Start */

.date input {
    background: url(../images/date-icon.svg) no-repeat top 7px right 10px;
    background-size: 18px;
    padding-right: 35px;
}

.time_pick .form-control {
    background: url("../images/time-icon.svg") no-repeat top 9px right 10px;
    background-size: 18px;
    padding-right: 35px;
}

.date__filter--group .date input {
    background: url(../images/date-icon.svg) no-repeat top 10px right 10px;
    background-size: 13px;
    padding-right: 35px;
}

.force__right .bootstrap-datetimepicker-widget.dropdown-menu {
    inset: 38px 0px auto auto!important;
}


/* 
.date-icon {
    width: 100%;
    background: #ffffff;
}

.date-icon input {
    position: relative;
    z-index: 1;
    background: transparent;
    padding: 0.375rem 2rem 0.375rem 0.75rem;
}

.date-icon .form-control:focus {
    background: transparent;
}

.date-icon:after {
    content: "";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #cccccc;
    font-size: 1rem;
    line-height: 40px;
    position: absolute;
    right: 15px;
}

.time-icon {
    width: 100%;
    background: #ffffff;
}

.time-icon input {
    position: relative;
    z-index: 1;
    background: transparent;
}

.time-icon:after {
    content: "";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #cccccc;
    font-size: 1rem;
    line-height: 40px;
    position: absolute;
    right: 15px;
}

.time-icon:focus {
    background: transparent;
} */


/* .picker-style input {
    border-right: 0px;
} */


/* Date and Time picker Icons Start */

.picker-style .input-group-addon .input-group-text {
    background-color: #DCDCE9;
    color: #aeb5bf;
    border: 1px solid #DCDCE9;
}

.bootstrap-datetimepicker-widget table td.active {
    background-color: #cc0000;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #cc0000;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    color: #27173E;
}

.bdpw-timepicker-btn {
    color: #27173E;
}

.bdpw-clock-digit.cursor {
    color: #cc0000;
}

.bdpw-timepicker-btn {
    color: #27173E;
}

.bdpw-clock-digit.cursor {
    color: #cc0000;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 250px;
    color: #27173E;
    font-family: Arial, sans-serif;
}

.bootstrap-datetimepicker-widget .table-condensed>thead>tr>th,
.bootstrap-datetimepicker-widget .table-condensed>tbody>tr>td,
.bootstrap-datetimepicker-widget .table-condensed>tfoot>tr>td {
    padding: 3px;
    font-family: Arial, sans-serif;
}

.bootstrap-datetimepicker-widget table th {
    font-size: 12px;
}

.bootstrap-datetimepicker-widget table td.day {
    font-size: 12px;
}

.bdpw-clock-digit,
.bdpw-timepicker-btn {
    width: 32px !important;
    height: 28px !important;
    line-height: 28px !important;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}


/* Date and Time picker Icons End */


/* Components Pages End */


/* Modals pages Start */

.modal-exl {
    max-width: 90%;
}

.modal.fade {
    opacity: 1;
}

.modal.fade .modal-dialog {
    transform: translate(0);
}

.multiple-modal {
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.35);
}

.DTFC_ScrollWrapper {
    margin-bottom: 10px;
    height: 100% !important;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    padding-top: 0;
    margin-top: 0;
}


/* Modals pages End */


/* Vehicle Page Start */

.status-green {
    background-color: #4caf50;
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 20px;
}

.status-red {
    background-color: #cc0000;
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 20px;
}

.status-div {
    display: flex;
    align-items: center;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Vehicle Page End */


/* Tab-Accordian page Start */

#accordion .card {
    margin-bottom: 10px;
    border-color: #ededf5;
}

#accordion .card-header {
    padding: 0;
    margin: 0;
}

#accordion .card-header h5 {
    margin-right: 0px;
    display: block;
    width: 100%;
}

#accordion .card-header h5:after {
    display: none;
}

#accordion .card-header h5 button {
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 0;
    padding: 10px 1.25rem;
    color: #27173e;
    font-weight: 800;
    font-size: 14px;
}

#accordion .card-header h5 button[aria-expanded=false] {
    background-color: #ededf5;
}

#accordion .card-header h5 button[aria-expanded=false]:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    padding-top: 3px;
}

#accordion .card-header h5 button[aria-expanded=true] {
    background-color: #cc0000;
    color: #fff;
    border-radius: 4px;
}

#accordion .card-header h5 button[aria-expanded=true]:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    padding-top: 3px;
}

#accordion .card-header h5 button:hover {
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

#accordion .card-header h5 button:focus {
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

#accordion .card-body {
    line-height: 1.5;
}

.content-wrap .card-block .nav-tabs {
    margin: 0 !important;
    color: #eb0f5b;
    border-bottom: 1px solid #dee2e6;
}

.content-wrap .card-block .nav-tabs .nav-link {
    display: block;
    padding: 0.75rem 1.25rem;
    text-transform: capitalize;
}

.content-wrap .card-block .nav-tabs .nav-link.active {
    color: #eb0f5b;
    border-color: #dee2e6 #dee2e6 #ffffff;
}

.content-wrap .card-block .nav-tabs .nav-link:hover {
    border-color: #dee2e6 #dee2e6 #ffffff;
}

.content-wrap .card-block .nav-tabs a {
    font-weight: 600;
    font-size: 15px;
}

.content-wrap .card-block .nav-tabs a.nav-link {
    color: #495057;
}

.content-wrap .card-block .nav-tabs .nav-item.show {
    color: #eb0f5b;
}

.content-wrap .card-block .nav-tabs .nav-item.show .nav-link {
    color: #eb0f5b;
}

.content-wrap .tab-content.tab-wrapper {
    margin-top: 20px;
}

.nav-tabs {
    border-color: transparent;
    border-bottom-color: #fff;
}

.nav-tabs .nav-item .nav-link {
    color: #27173E;
    font-weight: 700;
    font-size: 15px;
    outline: none;
}

.nav-tabs .nav-item .nav-link.active {
    color: #cc0000;
    border-color: transparent;
    border-bottom-color: #fff;
}

.nav-tabs .nav-item .nav-link:focus {
    border-color: transparent;
    border-bottom-color: #fff;
}

.nav-tabs .nav-item .nav-link:hover {
    border-color: transparent;
    border-bottom-color: #fff;
}

.nav-tabs .nav-item .nav-link i {
    font-size: 14px;
}


/* Tab-Accordian page End */


/* List style Start */

.content-wrap ul {
    margin: 0px 0px 20px 18px;
    padding: 0px;
}

.content-wrap ul li {
    line-height: normal;
}

.custom-bullet li {
    position: relative;
    list-style: none;
}

.custom-bullet li:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 3px;
    left: -15px;
    font-weight: 900;
    font-size: 11px;
}


/* List style End */


/* Tree View page End */


/* Extra page Start */

.default-alert {
    color: #ffffff;
    background-color: #cc0000;
    border-color: #cc0000;
    border-radius: 0.25rem;
}

.default-alert .alert-common {
    padding: 25px;
}

.default-alert .alert-common i {
    font-size: 35px;
    margin-top: 5px;
}

.default-alert .alert-common span {
    margin-left: 25px;
}

.success-alert {
    color: #ffffff;
    background-color: #4caf50;
    border-color: #4caf50;
    border-radius: 0.25rem;
}

.success-alert .alert-common {
    padding: 25px;
}

.success-alert .alert-common i {
    font-size: 35px;
    margin-top: 5px;
}

.success-alert .alert-common span {
    margin-left: 25px;
}

.danger-alert {
    color: #ffffff;
    background-color: #cc0000;
    border-color: #cc0000;
    border-radius: 0.25rem;
}

.danger-alert .alert-common {
    padding: 25px;
}

.danger-alert .alert-common i {
    font-size: 35px;
    margin-top: 5px;
}

.danger-alert .alert-common span {
    margin-left: 25px;
}

.warning-alert {
    color: #ffffff;
    background-color: #FFB64D;
    border-color: #FFB64D;
    border-radius: 0.25rem;
}

.warning-alert .alert-common {
    padding: 25px;
}

.warning-alert .alert-common i {
    font-size: 35px;
    margin-top: 5px;
}

.warning-alert .alert-common span {
    margin-left: 25px;
}

.page-header-breadcrumb .breadcrumb li a {
    color: #3f4047;
}

.pagination {
    margin: 10px 0px 0px 0 !important;
}

.pagination li.page-item {
    margin: 0 !important;
}

.pagination li.page-item .page-link {
    color: #27173E;
    border: 1px solid #ddd;
}

.pagination li.page-item .page-link:hover {
    color: #ffffff;
    background-color: #cc0000;
    border-color: #cc0000;
}

.pagination li.page-item.disabled .page-link {
    color: #27173E;
}

.pagination li.page-item.active .page-link {
    color: #ffffff;
    background-color: #cc0000;
    border-color: #cc0000;
}

.label {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 4px 7px;
    font-weight: 400;
}

.label-primary {
    background: #cc0000;
    color: #ffffff;
}

.label-warning {
    background: #FFB64D;
    color: #000000;
}

.label-success {
    background: #4caf50;
}

.label-danger {
    background: #f44336;
}

.label-default {
    background: #DFDFDF;
    color: #000000;
}

.label-disabled {
    color: #afafaf;
}

.label-inverse-primary {
    border: 1px solid;
    border-color: #cc0000;
    color: #cc0000;
}

.label-inverse-warning {
    border: 1px solid;
    border-color: #FFB64D;
    color: #FFB64D;
}

.label-inverse-success {
    border: 1px solid;
    border-color: #4caf50;
    color: #4caf50;
}

.label-inverse-danger {
    border: 1px solid;
    border-color: #cc0000;
    color: #cc0000;
}

.color-box {
    padding: 15px;
    line-height: normal;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #ffffff;
}

.primary-box {
    background-color: #cc0000;
}

.warning-box {
    background-color: #FFB64D;
    color: #000000;
}

.success-box {
    background: #4caf50;
}

.danger-box {
    background: #cc0000;
}


/* Extra page End */


/* File Upload Start */

.file-upload {
    display: block;
    text-align: center;
    font-size: 12px;
}

.file-upload .file-select {
    display: block;
    border: 1px solid #ddd;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #dce4ec;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    border-color: #cc0000;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #cc0000;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-choose-btn {
    border: 1px solid transparent;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
}

.disable-choose-file {
    opacity: 0.65;
}

.choose-style {
    vertical-align: top;
}

.closed-img {
    vertical-align: top;
    position: absolute;
    top: -10px;
    left: 100%;
    margin-left: -13px;
}

.closed-img a {
    font-size: 18px;
    color: #000000;
}

.closed-img a i {
    border: 3px solid white;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background: #fff
}

.closed-img a:hover {
    color: #c92632;
}

.img-width-style {
    display: -moz-inline-stack;
    display: inline-block;
    position: relative;
    margin-left: 15px;
    margin-bottom: 15px;
}

.img-width-style img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


/* File Upload CSS End */


/* Tag Input CSS Start */

.tagsinput {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    background: #DCDCE9;
    font-size: 14px;
    line-height: 20px;
    color: #27173E;
    padding: 5px 5px 0;
    border: 1px solid #DCDCE9;
    border-radius: 0.25rem;
}

.tagsinput * {
    box-sizing: border-box;
}

.tagsinput .tag {
    position: relative;
    background: #cc0000;
    display: block;
    max-width: 100%;
    word-wrap: break-word;
    color: #fff;
    padding: 5px 30px 5px 10px;
    border-radius: 0.25rem;
    margin: 0 5px 5px 0;
}

.tagsinput .tag .tag-remove {
    position: absolute;
    background: 0 0;
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    padding: 0;
    border: 0;
}

.tagsinput .tag .tag-remove:after {
    background: #ffffff;
    position: absolute;
    display: block;
    width: 10px;
    height: 2px;
    top: 14px;
    left: 10px;
    content: "";
    transform: rotateZ(-45deg);
}

.tagsinput .tag .tag-remove:before {
    background: #ffffff;
    position: absolute;
    display: block;
    width: 10px;
    height: 2px;
    top: 14px;
    left: 10px;
    content: "";
    transform: rotateZ(45deg);
}

.tagsinput div {
    flex-grow: 1;
}

.tagsinput div input {
    background: 0 0;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
    border: 0;
    margin: 0 5px 5px 0;
}

.tagsinput div input::-ms-clear {
    display: none;
}

.tagsinput div input::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

.tagsinput div input:-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

.tagsinput div input::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

.tagsinput div input:-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

.tagsinput div input:focus {
    outline: none;
}

.tagsinput div input.error {
    color: #ffffff;
}

.tagsinput.focus {
    border-color: #CCCCCC;
    background-color: #fff;
}


/* Tag Input CSS End */


/* Radio and checkbox CSS Start */

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.05);
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.radio {
    position: relative;
}

.radio .form-help {
    position: absolute;
    width: 100%;
}

.radio label {
    position: relative;
    padding-left: 25px;
    text-align: left;
    color: #27173E;
    display: block;
    margin: 0;
    line-height: 20px;
    cursor: pointer;
}

.radio label:hover .helper {
    color: #355a6b;
}

.radio input {
    width: auto;
    opacity: 1e-8;
    position: absolute;
    left: 0;
}

.radio input:disabled~.helper::before {
    opacity: 0.5;
}

.radio input:checked~.helper::after {
    transform: scale(0.5);
}

.radio input:checked~.helper::before {
    color: #355a6b;
    animation: ripple 0.3s linear forwards;
}

.radio .helper {
    position: absolute;
    top: -5px;
    left: -4px;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    user-select: none;
    color: #999;
}

.radio .helper::after {
    transform: scale(0);
    background-color: #cc0000;
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    transition: transform 0.28s ease;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.radio .helper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    transition: transform 0.28s ease;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 0.125rem solid #cc0000;
}

.radio.radio-primary.radio-valid .helper::before,
.radio.radio-default.radio-valid .helper::before {
    border-color: #cc0000;
}

.radio.radio-valid label {
    color: #cc0000;
}

.radio-inline {
    display: inline-block;
    margin-right: 15px;
}

.radio.radio-default .helper::after {
    background-color: #868686;
}

.radio.radio-default .helper::before {
    border-color: #868686;
}

.checkbox-fade {
    display: inline-block;
    margin-right: 15px;
}

.checkbox-fade label {
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}

.checkbox-fade label input[type=checkbox] {
    display: none;
    display: none;
}

.checkbox-fade label input[type=checkbox]:checked+.cr>.cr-icon {
    opacity: 1;
}

.checkbox-fade label input[type=checkbox]+.cr>.cr-icon {
    opacity: 0;
}

.checkbox-fade label input[type=radio] {
    display: none;
}

.checkbox-fade label input[type=radio]:checked+.cr>.cr-icon {
    opacity: 1;
}

.checkbox-fade label input[type=radio]+.cr>.cr-icon {
    opacity: 0;
}

.checkbox-fade label:after {
    content: "";
    display: table;
    clear: both;
}

.checkbox-fade .cr {
    border-radius: 4px;
    border: 1px solid #27173E;
    cursor: pointer;
    float: left;
    height: 20px;
    margin-right: 10px;
    position: relative;
    width: 20px;
}

.checkbox-fade.fade-in-primary.checkbox-valid span {
    border-color: #cc0000;
    color: #cc0000
}

.checkbox-fade.fade-in-default.checkbox-valid span {
    border-color: #cc0000;
    color: #cc0000
}

.checkbox-fade .cr .cr-icon {
    color: #27173E;
    font-size: 0.8em;
    left: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
}

.checkbox-fade input[type=checkbox]:checked+.cr {
    animation: ripple 0.3s linear forwards;
}

.checkbox-fade.fade-in-default .cr {
    border: 2px solid #868686;
}

.checkbox-fade.fade-in-default .cr .cr-icon {
    color: #868686;
}

.checkbox-fade.fade-in-default.checkbox-valid span .cr-icon {
    color: #cc0000
}

.checkbox-fade.fade-in-table .cr {
    border: 2px solid #fff;
}

.checkbox-fade.fade-in-table .cr .cr-icon {
    color: #ffffff;
}

.checkbox-danger input[type=checkbox]:checked+label::after {
    color: #ffffff;
}

.checkbox-danger input[type=checkbox]:checked+label::before {
    background-color: #dc3545;
}

.checkbox-info input[type=checkbox]:checked+label::after {
    color: #ffffff;
}

.checkbox-info input[type=checkbox]:checked+label::before {
    background-color: #17a2b8;
}

.checkbox-primary input[type=checkbox]:checked+label::after {
    color: #ffffff;
}

.checkbox-primary input[type=checkbox]:checked+label::before {
    background-color: #355a6b;
    border-color: #355a6b;
    background-color: #355a6b;
}

.checkbox-success input[type=checkbox]:checked+label::after {
    color: #ffffff;
}

.checkbox-success input[type=checkbox]:checked+label::before {
    background-color: #4caf50;
}

.checkbox-warning input[type=checkbox]:checked+label::after {
    color: #ffffff;
}

.checkbox-warning input[type=checkbox]:checked+label::before {
    background-color: #FFB64D;
}

.checkbox-default input[type=checkbox]:checked+label::before {
    background-color: #d6d6d6;
}


/* Radio and checkbox CSS End */


/* Switch CSS Start */

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 32px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch input:checked+.switch-slider:before {
    transform: translateX(20px);
}

.switch .switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d6d6d6;
    transition: 0.2s;
    border-radius: 34px;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    border: 1px solid #e8ebef;
}

.switch .switch-slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    transition: 0.2s;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.switch.small-switch {
    width: 42px;
    height: 22px;
}

.switch.small-switch .switch-slider:before {
    height: 20px;
    width: 20px;
}

.switch.switch-primary input:checked+.switch-slider {
    background-color: #cc0000;
    border-color: #cc0000;
}

.switch.switch-default input:checked+.switch-slider {
    background-color: #8a9097;
    border-color: #8a9097;
}


/* Switch CSS End */


/* Zooming animation Start */

.animated {
    animation-duration: 0.6s;
    animation-fill-mode: both;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50%,
    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}


/* Zooming animation End */


/* Responsive Table and table size Start */

.table .thead-light th {
    white-space: nowrap;
}

.table-sm td,
.table-sm th {
    white-space: nowrap;
}


/* Responsive Table and table size End */

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: #cc0000;
}


/* Side bar CSS Start */

.modal.right.right-bar .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    transform: translate3d(0%, 0, 0);
}

.modal.right.right-bar .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right.right-bar .modal-body {
    padding: 15px 15px 80px;
}

.modal.right.fade.right-bar .modal-dialog {
    right: -320px;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show.right-bar .modal-dialog {
    right: 0;
}

.right-bar .modal-dialog .modal-content {
    border-radius: 0;
    border: none;
}

.right-bar .modal-dialog .modal-header {
    border-bottom-color: #fafafa;
    background-color: #eeeeee;
}


/* Side bar CSS End */


/* Validation Start */

.field-error input {
    border: 1px solid #cc0000;
}

.field-error .error {
    color: #cc0000;
    display: none;
}

.field-error textarea {
    border: 1px solid #cc0000;
}

#lbl_ThumbleFile,
#checklabel,
#select-valid {
    color: #cc0000;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}

.normal-search.valid-drop-color .dropdown {
    border: 1px solid #cc0000;
}

.normal-search.valid-drop-color .multiselect-native-select .btn-group button {
    border: 1px solid #cc0000;
}


/* Validation End */


/* Booking Detail page Start */

.gray-box {
    background: #f5f5f5;
    padding: 20px;
}

.detail-title {
    background: #ffffff;
    padding: 15px 30px;
}

.detail-title .bdt-back-btn {
    color: #354750;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.detail-title h3 {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.detail-title h3 a {
    color: #27173E;
}

.detail-title h3 a:hover {
    text-decoration: none;
    color: #cc0000;
}

.detail-title .btn {
    float: right;
}

.detail-title:after {
    content: "";
    clear: both;
    display: table;
}

.detail-wrap h3 {
    font-size: 22px;
    margin: 0 0 10px 0;
}

.detail-wrap h3 a {
    color: #354750;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    float: right;
    margin: 5px 0 0 0;
}

.detail-wrap h3 a:hover {
    color: #cc0000;
}

.detail-wrap h3 a img {
    width: 15px;
    height: 16px;
}

.detail-wrap h3 a.btn {
    color: #ffffff;
}

.detail-wrap h3 .btn {
    float: right;
}

.detail-wrap h3 .btn+.btn {
    margin-right: 10px;
}

.detail-wrap h3:after {
    content: "";
    clear: both;
    display: table;
}

.detail-wrap .detail-form {
    margin: 0 0 50px 0;
}

.detail-wrap .detail-img img {
    max-width: 100%;
}


/* Booking Detail page End */


/* Vehicle detail page start */

.search-icon {
    background-image: url("../images/magnifying-glass.svg");
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding: 0.375rem 0.75rem 0.375rem 2.5rem;
}

.search-close-btn {
    display: inline-block;
    margin: 7px 0 0 0;
    cursor: pointer;
}

.search-close-btn img {
    width: 27px;
    height: 27px;
}

.blank-label {
    width: 100%;
}

.all-bookings {
    font-size: 110%;
    color: #27173E;
}

.all-bookings:hover {
    color: #27173E;
}

.all-bookings span {
    vertical-align: middle;
    margin-left: 5px;
}

ul.checkbox-list {
    margin: 0;
    padding: 0;
}

ul.checkbox-list li {
    list-style: none;
    margin: 0 0 15px;
}

ul.checkbox-list li .checkbox-fade {
    margin-right: 0px;
}

ul.checkbox-list li .checkbox-fade label {
    display: flex;
}

ul.checkbox-list li .checkbox-fade .cr {
    min-width: 20px;
}

.bottom-borderd {
    margin: 30px 0 30px 0;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 10px;
}

.notes-width {
    min-width: 400px;
    word-wrap: break-word;
    white-space: normal !important;
}

.header-btn-group {
    text-align: right;
    margin: 0 0 15px 0;
}

.header-btn-group .btn+.btn {
    margin-left: 10px;
}

.footer-btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* Vehicle detail page End */

.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
    transform: inherit !important;
    top: 39px !important;
    min-width: 11rem;
}

.width-20 {
    width: 20%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.width-15 {
    width: 15%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.width-10 {
    width: 10%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.width-5 {
    width: 5%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}


/* Responsive Tab CSS Start */

.tab-content-custom {
    padding: 30px 0 0 0;
}

.scrtabs-tab-container {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.scrtabs-tab-container * {
    box-sizing: border-box;
}

.scrtabs-tab-container .tab-content {
    clear: left;
}

.scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container>ul.nav-tabs {
    padding-right: 0;
}

.scrtabs-tabs-fixed-container {
    float: left;
    overflow: hidden;
    width: 100%;
}

.scrtabs-tabs-fixed-container ul.nav-tabs>li {
    white-space: nowrap;
    outline: none;
}

.scrtabs-tabs-movable-container {
    position: relative;
}

.scrtabs-tabs-movable-container .tab-content {
    display: none;
}

.scrtabs-tab-scroll-arrow {
    color: #fff;
    background-color: #cc0000;
    cursor: pointer;
    display: none;
    float: left;
    font-size: 16px;
    width: 20px;
    margin-top: 10px;
    padding-left: 5px;
    border-radius: 3px;
    padding-top: 1px;
}

.scrtabs-tab-scroll-arrow:hover {
    background-color: #cc0000;
}

.scrtabs-tab-scroll-arrow.scrtabs-disable {
    color: #ddd;
    cursor: default;
}


/* Responsive Tab CSS End */


/* Pricing page Start */

.pricing-list li {
    margin: 3px 0px;
    border-radius: 5px;
    padding: 10px 15px;
}

.pricing-list li:hover {
    background: #27173E;
    color: #ffffff;
}

.pricing-list li.active {
    background: #27173E;
    color: #ffffff;
    border-color: #27173E;
}

.pricing-list li i {
    font-size: 22px;
    margin-right: 8px;
    vertical-align: middle;
}

.day-close-icon {
    position: absolute;
    top: 3px;
    right: 4px;
    z-index: 1;
    padding: 10px;
    cursor: pointer;
}

.day-close-icon:hover {
    color: #cc0000;
}


/* Pricing page End */


/* not-found,unauthorized, server-error page CSS Start */

.error-template {
    padding: 40px 15px;
    text-align: center;
}

.error-template h3 {
    font-size: 50px;
    color: #000;
}

.error-template h2 {
    font-size: 170px;
    color: #cc0000;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8), 1px 1px 5px rgba(89, 89, 89, 0.4);
    line-height: 1;
}

.error-template .error-details {
    color: #000;
    font-size: 20px;
}

.error-template .error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

.error-template .error-actions .btn {
    margin: 35px 0px;
}

.show-tick.dropdown .dropdown-menu {
    min-width: inherit !important;
    width: 100%;
}

.show-tick.dropdown .dropdown-menu .inner {
    max-height: 250px;
}

.bootstrap-select.dropdown .dropdown-menu {
    min-width: inherit !important;
    width: 100%;
}

.input-validation-error {
    border-color: #cc0000 !important;
}

.text-danger {
    color: #cc0000 !important;
}

select.input-validation-error+button {
    border: solid 1px #cc0000 !important;
}


/* not-found,unauthorized, server-error page CSS End */


/* Multipel select dropdown start */

.multiselect-native-select .btn-group {
    width: 100%;
    height: 45px;
}

.multiselect-native-select .btn-group button {
    width: 100%;
    border: 1px solid #DCDCE9;
    border-radius: 4px;
    background-color: #DCDCE9;
}

.multiselect-native-select .btn-group button span {
    float: left;
    white-space: nowrap;
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.multiselect-native-select .btn-group button:after {
    float: right;
    margin: 5px 0px;
    border: 0px;
    content: "";
    font-family: "Font Awesome 5 Free";
    border: 0;
    vertical-align: 0px;
    font-size: 11px;
    margin: -6px 0 0 0;
    color: #354750;
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 10px;
}

.multiselect-native-select .btn-group .multiselect-container {
    margin: 0px !important;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.multiselect-container>li>a>label {
    padding: 5px 10px 5px 10px;
    width: 100%;
    color: #354750;
}

.multiselect-container>li>a>label>input[type=checkbox] {
    margin-bottom: 5px;
    display: none;
}

.multiselect-container li.active a label::after {
    content: "";
    display: inherit;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    transform: rotate(45deg);
    float: right;
}

.multiselect-native-select .btn-group .multiselect-container li a label:hover {
    color: #cc0000
}

.multiselect-native-select .btn-group .multiselect-container li.active a label {
    color: #cc0000
}

.multiselect-filter .input-group .input-group-btn button {
    background-color: #cc0000;
    height: 100%;
    padding: 20px;
    margin: 0px 10px 0px 5px;
    width: auto;
}

.multiselect-filter .input-group .input-group-btn button:after {
    color: #fff;
    float: none;
    right: auto;
    margin: -6px 0px 0px -4px;
}


/* Multipel select dropdown end */

label.white-gap {
    height: 15px;
}


/* Find your perfect Audi Start */

.search-main .search-product {
    width: 100%;
    clear: both;
}

.search-main .search-product ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.search-main .search-product ul li {
    width: calc(25% - 0.4%);
    margin: 0px 0.2% 0.4% 0.2%;
    background-color: #fff;
    float: left;
    list-style: none;
}

.search-main .search-product ul li a {
    color: #4c4c4c;
}

.search-main .search-product ul li a img {
    max-width: 100%;
}

.search-main .search-product ul li a:hover {
    text-decoration: none;
    transform: translate(0, -3px);
}

.search-main .search-product ul li:hover {
    transform: translate(0, -3px);
    transition: transform 0.2s;
}

.search-main .on-road-main ul li:hover {
    transform: translate(0, 0px);
    transition: transform 0.2s;
}

.search-main .alternative-main ul li:hover {
    transform: translate(0, 0px);
    transition: transform 0.2s;
}

.search-info {
    display: flex;
    padding: 20px 20px 0;
}

.search-info .search-left {
    word-break: normal;
    width: 50%;
    float: left;
}

.search-info .search-left h3 {
    line-height: 36px;
    font-weight: 400;
    letter-spacing: -0.015em;
    font-size: 18px;
}

.search-info .search-left h5 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.015em;
}

.search-info .search-right {
    word-break: normal;
    width: 50%;
    float: left;
    text-align: right;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: flex-end flex-start;
    align-items: flex-end;
}

.search-info .search-right h3 {
    line-height: 36px;
    font-weight: 400;
    letter-spacing: -0.015em;
    font-size: 18px;
}

.search-info .search-right h5 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.015em;
}

.on-road {
    opacity: 0.5;
}

.alternative-prd {
    opacity: 0.5;
}

.alternative-text {
    background: #d9d9d9;
    padding: 10px 15px;
}

.alternative-text span {
    font-size: 14px;
}

.alternative-text p {
    font-size: 16px;
    margin: 0px;
}


/* Find your perfect Audi End */

.fyad-img img {
    width: 100%;
}

.role-left-inner::-webkit-scrollbar {
    width: 3px;
}


/* Track */

.role-left-inner::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

.role-left-inner::-webkit-scrollbar-thumb {
    background: #727272;
    border-radius: 10px;
}


/* Handle on hover */

.role-left-inner::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}


/* Role, User and Permission Start */

.left-sub-nav .role-module .role-left-inner {
    max-height: calc(100vh - 380px);
}

.left-sub-nav .role-module .role-left-inner .role-pdz {
    border-bottom: 1px solid #e1e8ef;
    padding: 7px 10px;
    border-radius: 4px;
}

.left-sub-nav .role-module .role-left-inner .role-pdz h5 {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: inherit;
}

.left-sub-nav .role-module .role-left-inner .active {
    background-color: #ededf5;
}

.left-sub-nav .role-module .add-new {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-color: #6c757d;
    width: 100%;
    display: block;
    padding: 9px 10px;
    text-align: center;
    margin-top: 20px;
}

.left-sub-nav .role-module .add-new:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}

.role-left {
    background-color: #fff;
    border-right: 1px solid #e1e8ef;
    height: 100%;
    position: fixed;
    top: 30px;
    padding-top: 54px;
    width: 380px;
    z-index: 1;
}

.width-2 {
    width: 80%;
    float: left;
    margin-left: 20%;
}

.user-tab .form-group {
    margin-bottom: 0px;
}

.user-tab .role-drop .bootstrap-select {
    border: 1px solid #DCDCE9;
    width: 100% !important;
}

.user-tab .right-add-new {
    display: flex;
    justify-content: center;
}

.user-tab .set-right {
    float: right;
}

.user-tab .role-flex .mr-25 {
    margin-left: 25px;
}

.card-view {
    margin-top: 24px;
}

.card-view .content-wrap {
    border: 1px solid #DCDCE9;
    border-radius: 5px;
    border-top: 4px solid #2fd8b6;
    padding: 0px;
}

.card-view .card-info .card-header .header-inner {
    padding: 20px;
}

.card-view .card-info .card-header .header-inner div h4 {
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 700;
}

.card-view .card-info .card-body p {
    display: inline-block;
    width: 80%;
    text-align: center;
}

.card-view .card-info .card-body p b {
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

.card-view .card-info .card-footer .edit-bg {
    background-color: #f1f5f9;
    color: #27173E;
    border: 1px solid transparent;
    border-radius: 0px;
    width: 50%;
    padding: 15px;
    border-right: 1px solid #DCDCE9;
    display: flex;
    justify-content: center;
    border-bottom-left-radius: 5px;
}

.card-view .card-info .card-footer .edit-bg:hover {
    color: #fff;
    background-color: #272727;
    border-color: #272727;
}

.card-view .card-info .card-footer .delete-bg {
    background-color: #f1f5f9;
    color: #27173E;
    border: 1px solid transparent;
    border-radius: 0px;
    width: 50%;
    padding: 15px;
    display: flex;
    justify-content: center;
    border-bottom-right-radius: 5px;
}

.card-view .card-info .card-footer .delete-bg:hover {
    color: #fff;
    background-color: #272727;
    border-color: #272727;
}

.permission-table .select-perm {
    padding: 0 0 20px 0;
    position: relative;
}

.permission-table .select-perm h5 {
    margin-bottom: 0;
    color: #27173E;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.1;
    position: relative;
}

.permission-table .table-scroll {
    height: 450px;
}

.permission-table .table-scroll .table th {
    white-space: nowrap;
}

.permission-table .table-scroll .table td {
    white-space: nowrap;
}

.slide-role {
    display: none;
}

#navigation-hover {
    display: none;
}

.role-flex {
    display: flex;
}

.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    color: #27173E;
}


/* Date Pickers Start */

.bootstrap-datetimepicker-widget.dropdown-menu {
    font-family: Arial, sans-serif;
}

.bootstrap-datetimepicker-widget table th {
    font-size: 14px;
}

.bootstrap-datetimepicker-widget table td {
    font-size: 14px;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2;
    height: 2em;
}


/* Date Pickers End */


/* Sweet Alert & Toaster Start */

.swal2-styled.swal2-confirm {
    color: var(--white-color) !important;
    background-color: var(--primary-bg) !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: .625em 1.6em !important;
}

.swal2-styled.swal2-cancel {
    color: var(--body-color) !important;
    background-color: var(--secondary-bg) !important;
}

.swal2-styled.swal2-deny,
.swal2-styled.swal2-cancel {
    border: 0 !important;
    border-radius: 0 !important;
    padding: .625em 1.6em !important;
}

.swal2-popup.swal2-toast {
    padding: 0 15px !important;
}

.swal2-popup.swal2-toast .swal2-close,
.swal2-styled.swal2-deny:focus,
.swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-cancel:focus {
    box-shadow: none !important;
}

.swal2-popup.swal2-toast .swal2-actions {
    margin: 0 0 0 9px !important;
}

body.swal2-toast-shown .swal2-container {
    width: auto !important;
    min-width: 300px;
}

.swal2-popup.swal2-toast .swal2-actions {
    margin: 0px !important;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.swal2-popup.swal2-toast .swal2-html-container {
    margin: 0 !important;
    padding: 20px 5px 20px 5px !important;
    width: calc(100% - 70px);
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: .25em .5em;
    padding: .4em .6em !important;
    font-size: 14px !important;
}

.animate__animated {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}


/* Sweet Alert & Toaster End */


/* Role, User and Permission Start */


/* Setting Page */

.line-break {
    white-space: pre-wrap !important;
    min-width: 250px;
}

.setting-value {
    min-width: 200px !important;
}


/* Setting End */

.role-accor-d {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.role-accor-d h5 {
    margin: 0;
}

.role-accor-m {
    display: none;
}


/* Start Audit Trail css */

.summery-width {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.audit-w20 {
    width: 20%;
}

.audit-w40 {
    width: 40%;
}

.small-friendly tbody tr td {
    line-height: 1.5;
}

table.fold-table {
    position: relative;
    width: 100%;
    background: white;
    color: #555;
}

table.fold-table>tbody>tr.view {
    transition: all 0.3s ease;
}

table.fold-table>tbody>tr.view:nth-child(4n-1) {
    background: #eee;
}

table.fold-table>tbody>tr.view:hover {
    background: #ddd;
}

table.fold-table>tbody>tr.view.open {
    background: #cc0000;
    color: white;
}

table.fold-table>tbody>tr.fold {
    display: none;
}

table.fold-table>tbody>tr.fold.open {
    display: table-row;
}

table.small-friendly {
    width: 100%;
}

table.fold-table thead th,
table.fold-table tbody th {
    white-space: nowrap;
}

table.fold-table>tbody>tr.view td,
table.fold-table>tbody>tr.view th {
    cursor: pointer;
    white-space: nowrap;
}

table.fold-table>tbody>tr.view td:last-child,
table.fold-table>tbody>tr.view th:last-child {
    position: relative;
}

table.fold-table>tbody>tr.view td:last-child:before,
table.fold-table>tbody>tr.view th:last-child:before {
    position: absolute;
    top: 8px;
    left: 20px;
    font: 20px "Font Awesome 5 Free";
    content: "";
    transition: all 0.3s ease;
    font-weight: 900;
}

table.fold-table>tbody>tr.view.open td:last-child:before,
table.fold-table>tbody>tr.view.open th:last-child:before {
    transform: rotate(-180deg);
    color: white;
    top: 15px;
}

.audit-acco {
    width: 50px;
    padding: 0;
    min-width: 50px;
}

.fold-content>table {
    background: white;
    color: #555;
}

.fold-content>table>tbody>tr {
    cursor: pointer;
}

.fold-content>table>tbody>tr:hover {
    background: #ddd;
}

.visible-small {
    display: none;
}

.visible-big {
    display: block;
}

.role-module {
    width: 100%;
    position: relative;
}

.pg-page-width {
    min-width: 280px;
}

.pg-checkbox-width {
    min-width: 100px;
}


/* End Audit Trail css */

.swal2-styled.swal2-confirm {
    font-size: 14px !important;
    padding: 10px 15px;
    line-height: normal;
    background-color: #cc0000 !important;
    border-color: #cc0000 !important;
    color: #ffffff !important;
    font-weight: 400;
}

.swal2-cancel.swal2-styled {
    font-size: 14px !important;
    padding: 10px 15px;
    line-height: normal;
    background-color: #272727 !important;
    border-color: #272727 !important;
    color: #ffffff !important;
    font-weight: 400;
}

.shorting-div {
    padding: 3px;
    height: 21px;
}

.shorting-div img {
    width: 15px;
    height: 15px;
    vertical-align: top;
}

.feather-17 {
    width: 17px;
    height: 17px;
}

.m-short-style {
    display: none;
}

.m-short-style a {
    background: #cdcdcd;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.group-info .input-group-prepend .role-drop .dropdown {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    min-width: 120px;
}

.group-info .ul-width45 {
    width: calc(100% - 213px);
}

.group-info .ul-width45 input {
    border-radius: 0px;
}

.ride-button-group div .card h3 {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 15px;
}

.ride-button-group .ride-button-inner {
    display: flex;
    justify-content: space-between;
}

.ride-button-group .ride-button-inner a {
    border: 1px solid #e5e5e5;
    color: #fff;
    text-decoration: none;
    width: 100%;
    text-align: center;
    padding: 8px;
    background-color: #7e7e7e;
}

.ride-button-group .ride-button-inner .active {
    background-color: #cc0000;
}

.checkbox-fade label input[type=checkbox]:disabled+span {
    opacity: 0.5;
    cursor: default;
}

.permission-grid {
    /* table-layout: fixed; */
}

.permission-grid thead tr th {
    vertical-align: middle;
    border-width: 1px;
}

.permission-grid thead tr .permissions-delete {
    min-width: 120px;
}

.permission-grid thead tr .permissions-edit {
    min-width: 115px;
}

.permission-grid thead tr .permissions-add {
    min-width: 115px;
}

.permission-grid thead tr .permissions-view {
    min-width: 115px;
}

.permission-grid thead tr .permissions-page {
    min-width: 260px;
}

.permission-grid thead tr .permissions-module {
    min-width: 230px;
}

.permission-grid thead tr .permissions-notify {
    min-width: 120px;
}

.remove-pr {
    padding-right: 10px !important;
}

.remove-pr .checkbox-fade {
    display: flex;
    justify-content: center;
}

.remove-pr .checkbox-fade label span {
    margin-right: 0px;
}


/* Dashboard Start */

.dashboard-title {
    margin-bottom: 10px;
}

.dashboard-title h2 {
    font-size: 18px;
    margin: 0;
    color: #27173E;
    font-weight: 800;
}

.content-wrap .card-header h3 {
    margin: 0;
    color: #27173E;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding: 0px;
}


/* .dash-box{display: flex; align-items: flex-start; justify-content: space-between; min-height: 100px;} */


/* .todo-left {
    width: 100%;
} */

.content-wrap.dashboard-box-wrap .card-header {
    padding: 0 0 5px 0;
}

.dash-items {
    width: 100%;
}

.dash-items td {
    padding: 8px;
    border-bottom: 1px solid #E9E9E9;
    font-size: 16px;
}

.dash-items tr td:first-child {
    padding-left: 0;
}

.dash-items tr td:last-child {
    padding-right: 0;
}

.dash-items tr:last-child td {
    border-bottom: 0;
}

.dash-items strong {
    font-weight: 400;
    display: inline-block;
    color: #27173E;
}

.dash-items .label-success {
    color: #4caf50;
    background-color: rgba(76, 175, 80, .12);
    font-size: 14px;
    font-weight: 600;
}

.dash-items .label-danger {
    background-color: rgba(234, 84, 85, .12);
    color: #ea5455;
    font-size: 14px;
    font-weight: 600;
}

.dash-items .label-default {
    font-size: 14px;
    font-weight: 600;
}

.dashbox-icon {
    min-width: 25px;
    width: 25px;
}

.todo-status {
    min-width: 85px;
    width: 85px;
    text-align: right;
}

.dashbox-action {
    min-width: 33px;
    width: 33px;
}

.min-67 {
    min-width: 67px;
    text-align: center;
}

.min-50 {
    min-width: 50px;
    text-align: center;
}

.view-part-pack-set {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 4px;
}

.view-part-pack-set a {
    background: #F1F1F1;
    color: #1169CC;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 20px;
    border-radius: 10px;
    text-align: center;
}

.view-part-pack-set a:hover {
    background: #cc0000;
    color: #ffffff;
    text-decoration: none;
}

.store-window-close {
    text-align: center;
    font-size: 14px;
    color: #A2A2A2;
    margin: 18px 0 5px;
}

.progress-bar-wrap {
    width: 15%;
}

.progress-bar-wrap .progress {
    background: #E9F5EA;
}

.progress-bar-wrap .progress-bar {
    background: #1FB597;
}

.dash-second {
    width: 18%;
}

.dash-third {
    width: 20%;
}

.dash-fourth {
    width: 20%;
}

.dash-items td small {
    display: block;
}

.info-box {
    min-height: 135px;
}

.same-height-whitebox div[class*='col-'] {
    display: flex;
}


/* .dashbox-icon {
    font-size: 24px;
    width: 64px;
    height: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    background-color: #ededf5;
}

.td-cyan{color: #00cfe8;
    background: rgba(0,207,232,.12);}
.td-red{background-color: rgba(234,84,85,.12);
    color: #ea5455;}
.td-green{color: #28c76f;
    background-color: rgba(40,199,111,.12);} */

.chart-div {
    animation: fadeIn 600ms cubic-bezier(0.57, 0.25, 0.65, 1) 1 forwards;
}

.chart-div .card-title {
    font-size: 18px;
}

.chart-div canvas {
    width: 100%;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.box-1 {
    background-color: #a38cc6;
}

.box-2 {
    background-color: #ffca5b;
}

.box-3 {
    background-color: #4de5d5;
}

.box-4 {
    background-color: #6ab8f7;
}

.box-wrapper {
    justify-content: space-between;
    display: flex;
    align-items: center;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    overflow: hidden;
    position: relative;
    color: #fff;
}

.box-wrapper .box-icon {
    font-size: 95px;
}

.box-wrapper .box-icon .pos-bottom {
    bottom: 0;
}

.box-wrapper .box-icon .pos-right {
    right: 0;
}

.box-wrapper .box-icon .mb-n1,
.box-wrapper .box-icon .my-n1 {
    margin-bottom: -0.25rem !important;
}

.box-wrapper .box-icon .mr-n1,
.box-wrapper .box-icon .mx-n1 {
    margin-right: -0.25rem !important;
}

.box-wrapper .box-icon .opacity-15 {
    opacity: 0.15;
}

.box-wrapper .box-desc {
    padding: 20px;
}

.box-wrapper .box-desc ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0px;
}

.box-wrapper .box-desc ul .font30 {
    font-size: 30px;
}

.box-wrapper .box-desc ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
}

.mt-30 {
    margin-top: 30px;
}

.box-action a {
    color: #27173E;
    padding: 5px;
}

.box-action .btn-group .dropdown-toggle {
    padding: 0;
}

.box-action .btn-group .dropdown-toggle:after {
    display: none;
}


/* Dashboard End */


/* Start Circle Progress Bar */

.circle-bar .progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.circle-bar .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.circle-bar .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.circle-bar .progress .progress-left {
    left: 0;
}

.circle-bar .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    transform-origin: center left;
}

.circle-bar .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.circle-bar .progress .progress-right {
    right: 0;
}

.circle-bar .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.circle-bar .progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #44484b;
    font-size: 24px;
    color: #fff;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}

.circle-bar .progress.blue .progress-bar {
    border-color: #049dff;
}

.circle-bar .progress.blue .progress-left .progress-bar {
    animation: loading-2 1.2s linear forwards 1.8s;
}

.circle-bar .progress.yellow .progress-bar {
    border-color: #fdba04;
}

.circle-bar .progress.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear forwards 1.8s;
}

.circle-bar .progress.pink .progress-bar {
    border-color: #ed687c;
}

.circle-bar .progress.pink .progress-left .progress-bar {
    animation: loading-4 0.2s linear forwards 1.8s;
}

.circle-bar .progress.green .progress-bar {
    border-color: #1abc9c;
}

.circle-bar .progress.green .progress-left .progress-bar {
    animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

@keyframes loading-2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(144deg);
    }
}

@keyframes loading-3 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(36deg);
    }
}

@keyframes loading-5 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(126deg);
    }
}


/* End Circle Progress Bar */

.child .child ul li:last-child .dtr-data {
    display: inline-block !important;
}

.w-48 {
    width: 48%;
}

.IsConcurrent {
    width: 120px !important;
    min-width: 120px !important;
}

.Isactive {
    width: 120px !important;
    min-width: 120px !important;
}

.SortOrder {
    width: 50px !important;
    min-width: 50px !important;
}

.Action {
    width: 160px !important;
    min-width: 160px !important;
}

.checkall {
    width: 45px !important;
    min-width: 45px !important;
}

.Action3btn {
    width: 120px !important;
    min-width: 120px !important;
}

.servicing-form-inner .form-group {
    background: #ffffff;
}

.s-mileage-textbox {
    width: 200px !important;
    min-width: 200px !important;
}

.s-mileage-active {
    width: 120px !important;
    min-width: 120px !important;
}

.s-mileage-delete {
    width: 80px !important;
    min-width: 80px !important;
}

.sent-on {
    width: 180px !important;
    min-width: 180px !important;
}

.recipients {
    width: 100px !important;
    min-width: 100px !important;
}

.action1 {
    width: 60px !important;
    min-width: 60px !important;
}

.search-filter {
    width: 100%;
    background: #e2e2ef;
    padding: 10px;
    border-radius: 4px;
    margin: 0 0 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-filter .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.search-filter .form-group input {
    margin-right: 15px;
}

.filter-selection {
    border-radius: 4px 0px 0px 4px;
    width: 155px !important;
    border: 1px solid #DCDCE9;
}

.filter-selection.filter-width {
    width: 280px !important;
}

.filter-value.dropdown .dropdown-menu li a {
    white-space: inherit !important;
}

.dropdown .dropdown-menu li a {
    white-space: inherit !important;
}

.filter-value .filter-option-inner-inner {
    text-overflow: ellipsis;
}

.filter-selection .filter-option-inner-inner {
    text-overflow: ellipsis;
    margin-top: 2px;
}

.add-delete-btn {
    margin-bottom: 10px;
}

.add-delete-btn:after {
    content: "";
    clear: both;
    display: table;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #FBFBFF;
}

.top-dropdown-set {
    display: flex !important;
    align-items: center;
}

.top-dropdown-set label {
    margin-bottom: 0;
    font-weight: 600;
    color: #ffffff;
}

.recall-menu i {
    transform: rotate(90deg);
}

.queue-main .sa-queue-menu {
    justify-content: space-between;
    margin: 0;
}

.queue-main .sa-queue-menu div a {
    min-width: 160px;
    background-color: #cc0000;
    border-color: #cc0000;
}

.grey-div {
    background-color: #f5f5f5;
    padding: 25px;
    margin-top: 30px;
    border: 1px solid #d8d8d8;
}

.head-color {
    background-color: #d8d8d8;
}

.queue-table {
    margin-top: 15px;
}

.queue-table table {
    margin-bottom: 0px;
}

.queue-table table tr td {
    border-bottom: 1px solid #dee2e6;
    border-top: 0px;
    padding: 0.75rem 10px;
    vertical-align: middle;
    white-space: nowrap;
}

.queue-table table tr td b {
    font-weight: 500;
}

.queue-table table tr:last-child td {
    border-bottom: 0px;
}

.more-color {
    color: red;
}

.grey-custom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.grey-custom-flex h4 {
    margin-bottom: 0px;
}

.grey-custom-flex .form-group {
    margin-bottom: 0px;
}

.queue-fliter-dropbg .form-group .dropdown .dropdown-toggle {
    background-color: #ffffff;
}

.missed-queue-search {
    min-width: 220px;
    position: relative;
}

.missed-queue-search input {
    position: relative;
}

.missed-queue-search:after {
    content: "";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #cccccc;
    font-size: 1rem;
    line-height: 40px;
    position: absolute;
    right: 5px;
    top: 0;
    background-color: #fff;
    border-top: 1px solid #DCDCE9;
    border-bottom: 1px solid #DCDCE9;
    height: 100%;
    padding: 0px 5px;
}

.search-icon-show {
    min-width: 220px;
    position: relative;
}

.search-icon-show input {
    position: relative;
}

.search-icon-show:after {
    content: "";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #cccccc;
    font-size: 1rem;
    line-height: 40px;
    position: absolute;
    right: 5px;
    top: 0;
    background-color: #fff;
    border-top: 1px solid #DCDCE9;
    border-bottom: 1px solid #DCDCE9;
    height: 100%;
    padding: 0px 5px;
}

.notify-search {
    min-width: 330px;
}

.booking-details-table .queue-table {
    background-color: #fff;
    padding: 10px 25px;
}

.booking-details-table .queue-table table tbody tr td {
    border: 0;
    padding: 10px 0px;
}

.Customer-details-table {
    margin-top: 20px;
}

.Customer-details-table .queue-table {
    background-color: #fff;
    padding: 10px 25px;
}

.Customer-details-table .queue-table table tbody tr td {
    border: 0;
    padding: 10px 0px;
}

.promotion-div .promotion-details {
    background-color: #fff;
    padding: 20px 25px;
}

.promotion-div .promotion-details .p-benefits p {
    margin-bottom: 0px;
}

.promotion-div .promotion-details .p-benefits .underline {
    border-bottom: 1px solid #000;
    display: inline-block;
}

.promotion-div .promotion-details .promo-code {
    margin-top: 25px;
}

.promotion-div .promotion-details .promo-code p {
    margin-bottom: 0px;
}

.promotion-div .promotion-details .promo-code .underline {
    border-bottom: 1px solid #000;
    display: inline-block;
}

.promotion-div .promotion-details .remark-details span {
    display: block;
}

.promotion-div .promotion-details .remark-details span+span {
    padding-top: 15px;
}

.show-mobile-only {
    display: none;
}

.margin-15 {
    margin-left: 15px;
}

.recall-group a {
    margin-top: 5px;
}

.queue-tab {
    background-color: #f5f5f5;
    margin-top: 30px;
}

.queue-tab ul li {
    width: 50%;
    text-align: center;
    display: block;
    text-transform: capitalize;
}

.queue-tab ul li a {
    color: #27173E;
    padding: 15px;
    border: 1px solid #d8d8d8;
    font-weight: 500;
    font-size: 15px;
    background-color: #ffffff;
}

.queue-tab ul li a.active {
    border-bottom: 0px;
    color: #cc0000;
    background-color: #f5f5f5;
}

.queue-tab .queue-tab-style {
    margin: 0px;
}

.queue-tab .tab-content {
    padding: 25px;
    border: 1px solid #d8d8d8;
    border-top: 0px;
}

.queue-tab .tab-content .tab-pane .queue-table table tbody tr td {
    text-align: center;
}

.missed-queue p {
    margin-bottom: 10px;
}

.missed-queue .right-custom-flex {
    display: flex;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
}

.missed-queue .right-custom-flex .counter-drop {
    background-color: #fff;
    margin-right: 5px;
    min-width: 105px;
}

.missed-queue .right-custom-flex .counter-drop .bootstrap-select .dropdown-menu .inner ul li {
    width: 100%;
}

.missed-queue .right-custom-flex .counter-drop .bootstrap-select .dropdown-menu .inner ul li a {
    border: 0px;
}

.sepration-hr {
    height: 2px;
    width: 100%;
    margin: 25px 15px;
}

.missed-queue-btn {
    margin-right: 3px;
    float: left;
}

.head-counter {
    color: #fff;
    padding-top: 6px;
    font-weight: 600;
    font-size: 18px;
}

.serve-field {
    border-top: 1px solid #d8d8d8;
    line-height: 3;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 17px;
}

.queue-summery h4 {
    margin-bottom: 5px;
}

.queue-summery span {
    font-weight: 500;
}

.red-up a {
    font-size: 20px;
    color: #cc1f0c;
}

.green-up a {
    font-size: 20px;
    color: green;
}

.summery-table table {
    margin-bottom: 0px;
}

.summery-table table thead tr th {
    border-top: 0px;
}

.summery-table table tbody tr td.padding-right-55 {
    padding-right: 55px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 0px;
}

.table td,
.table th {
    vertical-align: middle;
}

.sortable-placeholder {
    border: 3px dotted green;
    width: 100%;
    padding: 2px;
}

.width-100 {
    width: 100px;
}

.insider-table {
    width: 100%;
    background-color: #d8d8d8;
}

 

.counter-settting table {
    margin-bottom: 0px;
}

.counter-settting table thead tr th {
    border-top: 0px;
}

.counter-settting table tbody tr td.counter-arrow {
    text-align: right;
    padding-right: 25px;
}

.counter-settting table tbody tr td.p-left30 {
    padding-left: 30px;
}

.grey-up a {
    color: #605f5f;
    font-size: 20px;
}

.table-push {
    transform: rotate(-90deg);
    position: absolute;
    top: 87px;
    left: -25px;
    color: #cc1f0c;
    font-weight: 600;
}

.inline-block {
    display: inline-block;
}


/* 07-04-2020 */

.custom-flex2 {
    display: flex;
    width: 100%;
}

.sms-btn {
    color: #ffffff !important;
}

.justify-content-between {
    justify-content: space-between;
}

.sms-detail-hdr p {
    margin: 0;
    display: inline-block;
}

.sms-detail-hdr p+p {
    margin-left: 30px;
}

.mob-num-list {
    margin: 0px !important;
    padding: 0px !important;
    display: flex;
    flex-wrap: wrap;
}

.mob-num-list li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0px;
    width: 20%;
}

.sms-count {
    background: #ffffff;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #272727;
    border-radius: 17px;
    line-height: 16px;
    margin-left: 2px;
    font-weight: 700;
}


/* 07-04-2020 */

.bdr-right {
    border-right: 1px solid #808488 !important;
}

.white-bg {
    background: #ffffff;
}

.available-slot-tbl {
    margin-bottom: 0px;
}

.available-slot-tbl td {
    vertical-align: middle;
}

.available-slot-tbl td label {
    margin: 0;
}

.available-slot-tbl td .checkbox-fade {
    margin-right: 0px;
    display: block;
    height: 20px;
}

.available-slot-tbl td .checkbox-fade .cr {
    margin-right: 0px;
}

.available-slot-tbl td .form-group {
    margin-bottom: 0px;
}

.available-slot-tbl td .form-group input {
    height: 35px;
}

.summary-slot-tbl td {
    vertical-align: middle;
}

.summary-slot-tbl td label {
    margin: 0;
}


/* utilization page css start */

.utilization-top-left-drop {
    margin-top: 30px;
}

.chart-arrows {
    position: absolute;
    right: 17px;
}

.chart-arrows span {
    margin: 0 10px;
}

.chart-arrows .c-arrow {
    font-size: 14px;
    color: #212529;
}

.blue-bg {
    background: #e8f6ff;
}

.gray-bg {
    background: #dee2e6;
}

.utilization-tbl-left {
    margin: 15px 0 0 0;
}

.utilization-tbl-left .table-bordered {
    margin: 0;
}

.utilization-tbl-left .table-bordered td,
.utilization-tbl-left .table-bordered th {
    padding: 5px;
}

.week-box {
    display: flex;
}

.week-box .day-box {
    padding: 0 5px;
    width: 15%;
}

.week-box .day-box h6 {
    font-size: 14px;
    text-align: center;
    color: #212529;
    margin: 13px 0 25px;
}

.week-box .day-box .table-bordered {
    margin: 0;
}

.week-box .day-box .table-bordered td,
.week-box .day-box .table-bordered th {
    padding: 5px;
    text-align: center;
}

.week-box .day-box .table-bordered td a,
.week-box .day-box .table-bordered th a {
    color: #212529;
    text-decoration: underline;
}

.week-box .day-box .table-bordered td a:hover,
.week-box .day-box .table-bordered th a:hover {
    text-decoration: none;
    color: #cc0000;
}

.week-arrows {
    position: relative;
}

.week-arrows .w-arrow {
    position: absolute;
    top: 11px;
    font-size: 14px;
    color: #212529;
    background: #ffffff;
    padding: 0 5px;
}

.week-arrows .w-prev {
    left: 0;
}

.week-arrows .w-next {
    right: 0;
}


/* Brand, Service Tpye, Service Seervice page*/

.add-st-btn {
    position: absolute;
    right: 15px;
    z-index: 999;
}

.service-width {
    width: 180px !important;
    min-width: 180px !important;
}

.width-110 {
    width: 110px !important;
    min-width: 110px !important;
}

.action-btn2 {
    width: 86px !important;
    min-width: 86px !important;
}

.action-btn3,
.width-120 {
    width: 120px !important;
    min-width: 120px !important;
}

.action-btn4,
.width-154 {
    width: 154px !important;
    min-width: 154px !important;
}

.action-btn5 {
    width: 187px !important;
    min-width: 187px !important;
}

.action-btn6,
.width-215 {
    width: 215px !important;
    min-width: 215px !important;
}

.action-btn7 {
    width: 255px !important;
    min-width: 255px !important;
}

.action-btn8 {
    width: 285px !important;
    min-width: 285px !important;
}

.custom-tag {
    margin: 0px;
}

.width-185 {
    width: 185px !important;
    min-width: 185px !important;
}

.width-190 {
    min-width: 190px !important;
    width: 190px !important;
}

.width-285 {
    width: 285px !important;
    min-width: 285px !important;
}

/* li.dropdown-header span {
    color: #ea342e !important;
    font-weight: 500;
} */

.child-seats-wrap {
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start;
    margin-left: -5px;
}

.child-seats-wrap .form-group {
    margin: 0px;
    width: 100%;
    padding: 0 5px;
}

.last-gap {
    min-width: 44px;
    display: block;
}

.servicing-form {
    background: #f5f5f5;
    margin: 0 0 10px 0;
}

.servicing-form .servicing-form-inner {
    padding: 15px 20px 20px;
}

.servicing-form .servicing-form-inner>label {
    font-weight: 700;
}

.servicing-form .servicing-form-inner .servicing-form-inner-graybox {
    border: 1px solid #dcdcdc;
    padding: 15px 15px 5px 15px;
    margin-bottom: 15px;
}

.table-w-100 {
    width: 100px;
}

.table-w-150 {
    width: 150px;
}

.table-w-200 {
    width: 200px;
}

.table-w-400 {
    width: 400px;
}

.filtersbar {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 300px;
    background: #ffffff;
    height: 100vh;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 9%);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.filtersbar.open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.filtersheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #DCDCE9;
}

.filtersheader span strong {
    font-size: 14px;
    font-weight: 600;
}

.filtersheader span i {
    font-size: 13px;
}

.filtersheader .filtersbar-close {
    font-size: 15px;
    
}

.filtersheader .filtersbar-close:hover {
    color: #cc0000;
    cursor: pointer;
}

.filtersbody {
    padding: 15px 15px 65px 15px;
    overflow-y: auto;
    height: 100%;
}

.filtersbar-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.2s, width 0.1s 0.2s, height 0.1s 0.2s;
    transition: opacity 0.2s, width 0.1s 0.2s, height 0.1s 0.2s;
    z-index: 99;
}

.filtersbar-overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

@media only screen and (min-width: 992px) and (max-width: 1560px) {
    .week-box {
        overflow: hidden;
        overflow-x: auto;
    }
    .week-box .day-box {
        min-width: 170px;
    }
}

@media (max-width: 991px) {
    .week-box {
        overflow: hidden;
        overflow-x: auto;
    }
    .week-box .day-box {
        min-width: 170px;
    }
    .utilization-top-left-drop {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .utilization-tbl-left {
        margin: 10px 0 30px 0;
    }
}

@media (max-width: 767px) {
    .chart-arrows {
        position: relative;
        right: auto;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .DTFC_RightWrapper {
        display: none;
    }
}


/* utilization page css end */


/* Brand, Service Tpye, Service Seervice page*/

.ch-right {
    display: flex;
    align-items: center;
}

.ch-right label {
    margin: 0;
}


/* .store-type-item {
    display: flex;
    align-items: center;
    padding: 4px 6px;
    border-radius: 4px;
    margin-left: 10px;
    border: 1px solid #ededf5;
}
.store-type-item.selected {
    background: #ededf5;
}
.store-type-item strong {
    margin-right: 5px;
} */

.hide-column,
.hide-column2,
.hide-column3 {
    display: none;
}

.form-flex {
    display: flex;
    align-items: center;
}

.form-flex .on {
    margin: 0 15px;
    display: inline-block;
    min-width: 50px;
    text-align: center;
}

.form-flex .day {
    margin-left: 15px;
    display: inline-block;
}

.form-flex label {
    min-width: 150px;
}

.form-flex .input-group,
.form-flex .form-group {
    width: 20%;
}

.min-order-value {
    display: flex;
    align-items: center;
    min-height: 38px;
}

.min-order-value label {
    min-width: 150px;
    margin-bottom: 0;
}

.min-order-value .radio label {
    font-weight: 400;
}

@media (max-width: 991px) {
    .Applicable,
    .Applicable2 {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .min-order-value {
        flex-wrap: wrap;
    }
    .min-order-value label {
        width: 100%;
        margin-bottom: 5px;
    }
    .Applicable,
    .Applicable2 {
        width: 100%;
    }
    .min-order-value .radio {
        margin-bottom: 5px;
    }
}

@media (max-width: 560px) {
    .form-flex {
        flex-wrap: wrap;
    }
    .form-flex label {
        width: 100%;
        margin-bottom: 5px;
    }
    .form-flex .input-group {
        width: 33%;
    }
    .form-flex .form-group {
        width: 32%;
    }
    .form-flex .on {
        margin: 0 5px;
        min-width: 45px;
    }
    .form-flex .day {
        margin-left: 5px;
    }
}

.modal-title {
    font-weight: 700;
}


/* Order Detail Strt */

.gray-header {
    width: 100%;
    background: #e2e2ef;
    padding: 10px 10px;
    border-radius: 4px;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gray-header h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
}

.gray-header strong {
    font-size: 16px;
    font-weight: 800;
}

.gray-header .label {
    margin: 0 10px;
}

.gray-header-left {
    width: 100%;
    max-width: 200px;
}

.ghl-multi-field {
    display: flex;
    max-width: 400px;
}

.ghl-multi-field .date {
    background: #ffffff;
    border-radius: 4px;
    margin-left: 15px;
}

.odh-right .btn {
    margin-right: 15px;
}

.order-detail-table .table th {
    width: 25%;
    padding: 12px 10px 8px;
    font-weight: 800;
    vertical-align: middle;
    color: #27173E;
    background-color: #EDEDF5;
    text-transform: uppercase;
    font-size: 13px;
}

.order-detail-table .table td {
    padding: 8px 10px;
    font-size: 13px;
    color: #272727;
}

.order-detail-table .form-control {
    text-align: center;
    height: 32px;
}

.order-detail-table .input-group {
    min-width: 115px;
}

.order-detail-table .input-group-text {
    padding: 0 10px;
}

.order-detail-table.t-col-5 .table th {
    width: 20%;
}

.red-bdr {
    border-color: #f44336;
}

.green-bdr {
    border-color: #4caf50;
}

.plus-icon:after {
    position: absolute;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 49px;
    right: -7px;
    color: #cc0000;
    font-size: 18px;
}

.supplier-box {
    display: flex;
    align-items: center;
}

.supplier-box span {
    min-width: 75px;
}

.supplier-box .form-control {
    min-width: 110px;
}

.order-detail-total {
    background: #ededf5;
}

.order-preset-field {
    display: flex;
    align-items: center;
}

.order-preset-field strong {
    min-width: 140px;
}

.order-preset-field .form-control {
    max-width: 300px;
}

@media only screen and (min-width: 992px) and (max-width: 1260px) {
    /* .order-detail-table .table th{height:60px;} */
}

@media (max-width: 991px) {
    .plus-icon:after {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 10px;
        display: block;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .gray-header {
        flex-wrap: wrap;
        position: relative;
    }
    .odh-right {
        width: 100%;
        margin-top: 10px;
    }
    .gray-header .label {
        margin-right: 0;
    }
    .odh-right .btn {
        margin-right: 0;
        float: right;
    }
    .gray-header strong {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .order-detail-table {
        display: block;
        overflow: hidden;
        overflow-x: auto;
    }
}


/* Order Detail End */

.external-link {
    color: #cc0000;
    padding: 3px 6px;
}

.external-link:hover {
    color: #000000;
}


/*******************************************************************/


/* Responsive Start */


/*******************************************************************/

@media (max-width: 1599px) {
    /* Find your perfect Audi Start */
    .search-main .search-product ul li {
        width: calc(33.33% - 0.4%);
    }
    /* Find your perfect Audi End */
}

@media (max-width: 1260px) {
    .width-20 {
        width: 25%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }
    .width-15 {
        width: 20%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }
    .width-10 {
        width: 20%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }
    .width-5 {
        width: 5%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 1199px) {
    /* Find your perfect Audi Start */
    .search-main .search-product ul li {
        width: calc(50% - 0.4%);
    }
    .box-1,
    .box-2 {
        margin-bottom: 30px;
    }
    /* Find your perfect Audi End */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .missed-queue-search {
        min-width: 150px;
    }
    .dash-items td {
        font-size: 14px;
    }
    .store-window-close {
        font-size: 13px;
    }
}

@media (max-width: 1280px) {
    .role-left {
        width: 280px;
    }
    .components-wrap.has-left-padding {
        max-width: calc(100% - 280px);
    }
}

@media (min-width: 1025px) {
    .role-left.fixed {
        position: fixed;
        height: calc(100% - 123px);
    }
}

@media (max-width: 1024px) {
    .filter-div {
        /* margin: 10px 0px 0px 0px; */
    }
    .custom-flex {
        display: inline-block;
    }
    .width-20 {
        width: 33.33%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }
    .width-15 {
        width: 33.33%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }
    .width-10 {
        width: 33.33%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }
    .width-5 {
        width: 5%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 1023px) {
    .components-wrap {
        padding: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dash-box-large-table {
        display: block;
        overflow-x: auto;
    }
    .dash-box-large-table .dash-items {
        width: 780px;
    }
    /* .float-right.m-page-style>span {
        margin: 15px 5px;
    } */
}

@media (max-width: 991px) {
    /* .left-side .input-group>.custom-file,
    .left-side .input-group .custom-select,
    .left-side .input-group .form-control,
    .left-side .input-group .form-control-plaintext {
        width: 150px;
    } */
    .detail-wrap h3 {
        font-size: 18px;
        margin: 20px 0 10px;
    }
    .detail-wrap h3 a {
        margin: 0;
    }
    .queue-main .sa-queue-menu div a {
        min-width: auto;
        margin-bottom: 5px;
    }
    /* 07-04-2020 */
    .custom-flex2 {
        display: block;
    }
    .custom-flex2 .sms-detail-hdr {
        margin-top: 10px;
    }
    .mob-num-list li {
        width: 25%;
    }
    /* 07-04-2020 */
}

@media (min-width: 768px) {
    .panel-heading {
        display: none;
    }
    .panel {
        border: none;
        box-shadow: none;
    }
    .panel-collapse {
        height: auto;
    }
    .panel-collapse.collapse {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .show-desktop-only {
        display: none;
    }
    .show-mobile-only {
        display: block;
    }
    .grey-custom-flex {
        display: block;
    }
    .grey-custom-flex h4 {
        margin-bottom: 10px;
    }
    .grey-custom-flex .form-group {
        margin-bottom: 10px;
    }
    .margin-15 {
        margin-left: 0px;
    }
    body {
        padding-top: 58px;
    }
    .left-navbar {
        padding-top: 60px;
    }
    footer {
        padding: 10px 15px;
        position: relative;
        padding: 10px 15px;
        position: relative;
        display: block;
        text-align: center;
    }
    footer .logo-name,
    footer .version {
        width: 100%;
    }
    /* .left-side .input-group>.form-control {
        width: 150px;
    } */
    .table-wrapper {
        padding: 10px;
        margin-bottom: 20px;
    }
    .filter-div .filters-text {
        width: 100%;
        margin: 0px;
    }
    .filter-div .add-filter {
        margin-top: 5px;
    }
    .filter-div .clear-filter {
        margin-top: 7px;
    }
    .table-inner {
        padding: 10px;
    }
    .m-100 {
        width: 100%;
    }
    .m-page-style {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    .sidebar-opener {
        display: none;
    }
    .breadcrumb-wrap {
        flex-wrap: wrap;
        padding: 8px 15px;
        margin-bottom: 15px;
    }
    .breadcrumb-wrap .date-time-wrap {
        order: -1;
        width: 100%;
        margin-bottom: 15px;
    }
    .breadcrumb-wrap .date-time-wrap .bootstrap-select:not([class*=col-]) {
        width: 100%;
    }
    .breadcrumb-wrap .date-time-wrap .bootstrap-select:not([class*=col-]) .dropdown-menu {
        width: 100%;
        text-align: left;
    }
    .breadcrumb-wrap .date-time-wrap .dropdown {
        width: 100%;
    }
    .breadcrumb-wrap .date-time-wrap .dropdown .dropdown-toggle {
        width: 100%;
        text-align: left;
    }
    .breadcrumb-wrap .date-time-wrap .btn-white+.dropdown {
        width: 47%;
    }
    .breadcrumb-wrap .date-time-wrap .btn-white+.dropdown .dropdown-toggle {
        width: 100%;
        text-align: left;
    }
    .breadcrumb-wrap .date-time-wrap .btn-white {
        width: 48%;
    }
    /* Responsive list view table start */
    .table-wrap table {
        display: block;
    }
    .table-wrap thead {
        display: block;
    }
    .table-wrap thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-wrap tbody {
        display: block;
    }
    .table-wrap tbody tr {
        border-top: 1px solid #ddd;
    }
    .table-wrap tbody tr td {
        border: none;
    }
    .table-wrap th {
        display: block;
    }
    .table-wrap td {
        background: #ffffff;
        display: block;
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 30% !important;
        white-space: normal;
        text-align: left;
    }
    .table-wrap td:before {
        position: absolute;
        top: 8px;
        left: 0px;
        width: 30%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        content: attr(data-title);
    }
    .table-wrap td:first-child {
        padding-top: 17px;
    }
    .table-wrap td:first-child:before {
        top: 17px;
    }
    .table-wrap td:last-child {
        padding-bottom: 16px;
    }
    .table-wrap tr {
        display: block;
    }
    .mobile-none {
        display: none;
    }
    /* Responsive list view table end */
    .detail-title {
        padding: 15px;
    }
    .detail-title .bdt-back-btn {
        font-size: 18px;
        margin-right: 10px;
    }
    .detail-title h3 {
        font-size: 22px;
        width: calc(100% - 30px);
    }
    .detail-title .btn {
        margin-top: 10px;
    }
    .detail-wrap .detail-form {
        margin: 0 0 30px 0;
    }
    /* .float-right.m-page-style span {
        margin: 5px 5px;
    } */
    .header-btn-group .btn {
        font-size: 12px;
        padding: 10px 10px;
    }
    .common-tab.nav-tabs .nav-link {
        padding: 10px 20px;
    }
    .add-btn-style {
        margin-left: 0px;
        margin-top: 10px;
    }
    .width-20 {
        width: 70%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }
    .width-20 .form-group .header-btn-group {
        text-align: left;
        margin-left: 10px;
    }
    .width-15 {
        width: 50%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }
    .width-10 {
        width: 50%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }
    .width-5 {
        width: 5%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }
    /* Not-found,unauthorized, server-error page CSS Start */
    .error-template h3 {
        font-size: 35px;
        color: #000;
    }
    .error-template h2 {
        font-size: 110px;
    }
    .error-template .error-details {
        font-size: 18px;
    }
    .error-template .error-actions {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .error-template .error-actions .btn {
        margin: 20px 0px;
    }
    /* Not-found,unauthorized, server-error page CSS End */
    .hide-mob {
        display: none;
    }
    /* Find your perfect Audi Start */
    .search-main .search-product ul li {
        width: calc(100% - 0.4%);
    }
    /* Find your perfect Audi End */
    /* Role , user and permission start */
    .user-tab .role-drop button {
        min-width: auto;
    }
    /* Role , user and permission end */
    /* Start Audit trails css */
    /* End Audit trails css  */
    .user-tab .set-right {
        margin-top: 10px;
        float: left;
    }
    .ride-button-group .ride-button-inner {
        overflow: auto;
        margin-left: 15px;
        margin-right: 15px;
        padding: 0;
    }
    .ride-button-group .ride-button-inner a {
        white-space: nowrap;
    }
    #scrollbar1 .viewport {
        height: 220px !important;
        overflow: auto !important;
    }
    .box-1,
    .box-2,
    .box-3 {
        margin-bottom: 30px;
    }
    /* 07-04-2020 */
    .mob-num-list li {
        width: 50%;
    }
    .sms-detail-hdr p {
        display: block;
    }
    .sms-detail-hdr p+p {
        margin: 0;
    }
    /* 07-04-2020 */
    .dataTables_wrapper .bottom {
        flex-wrap: wrap;
    }
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_processing,
    .dataTables_wrapper .dataTables_paginate {
        width: 100%;
    }
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        padding-top: 0;
        margin-top: 15px;
    }
    .mob-mb-20 {
        margin-bottom: 20px;
    }
    .dash-box-large-table {
        display: block;
        overflow-x: auto;
    }
    .dash-box-large-table .dash-items {
        width: 780px;
    }
    /* #order-allocation-value{height: 250px !important;} */
}

@media (max-width: 575px) {
    .role-flex {
        display: block;
    }
    .user-tab .role-drop .bootstrap-select {
        margin-left: 0px;
        width: 100% !important;
        margin-top: 10px;
    }
    .group-info .input-group-prepend {
        width: 100%;
    }
    .group-info .input-group-prepend .role-drop {
        width: 100%;
        margin-bottom: 10px;
    }
    .group-info .ul-width45 {
        width: 100%;
    }
    .group-info .input-group-append {
        width: 100%;
    }
    .group-info .input-group-append button {
        width: 100%;
        border-radius: 4px;
        margin-top: 10px;
    }
    .user-tab .set-right {
        width: 100%;
    }
    .missed-queue .right-custom-flex {
        display: inline-block;
        width: 100%;
    }
    .missed-queue .right-custom-flex .counter-drop {
        margin-right: 0px;
    }
    .ghl-multi-field {
        display: flex;
        max-width: 180px;
        flex-wrap: wrap;
    }
    .ghl-multi-field .date {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    /* .left-side .input-group>.custom-file,
    .left-side .input-group .custom-select,
    .left-side .input-group .form-control,
    .left-side .input-group .form-control-plaintext {
        width: 100px;
    } */
    /* .float-right .page-margin {
        margin-left: 5px;
        margin-right: 5px;
    } */
    .left-side {
        min-width: 100%;
    }
    .notification-bar .dropdown-menu {
        min-width: 100%;
    }
    /* .refresh-table {
        margin: 10px;
    } */
    .width-20 {
        width: 70%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }
    .width-15 {
        width: 100%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }
    .width-10 {
        width: 100%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }
    .width-5 {
        width: 5%;
        float: left;
        padding-right: 15px;
        padding-left: 15px;
    }
    .detailpage .page_title {
        font-size: 24px;
        padding-bottom: 0px;
    }
    .detailpage .page_title button {
        margin-bottom: 40px;
    }
    .clear-btn,
    .search-btn {
        padding: 10px;
    }
}

.theme-tab .nav-item .nav-link {
    color: #27173E;
    font-weight: 600;
    font-size: 15px;
    outline: none;
    padding: 10px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.theme-tab .nav-item .nav-link.active {
    color: #cc0000;
    border-color: transparent;
    border-bottom-color: #fff;
    background-color: #d6d6d6;
}

.theme-tab {
    border-bottom: 1px solid #d5d5d5;
}

.theme-panel {
    border: 1px solid #cecece;
    margin-top: 5px;
}

.theme-panel .panel-heading {
    background-color: #cecece;
    padding: 5px 10px;
    font-weight: bold;
}

.theme-panel .panel-body {
    padding: 15px 10px;
}

.theme-modal-title {
    font-size: 15px;
    line-height: normal;
    margin: 0;
}

.theme-modal-subtitle {
    margin: 0px;
    color: #9a9999;
    font-size: 12px;
}

.upload-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upload-wrap .minicolors {
    width: 100%;
}

.upload-wrap .file-upload {
    width: 100%;
}

.upload-wrap .upload-remove {
    color: #cb1f0d;
    margin: 0px 15px;
}

.minicolors-theme-bootstrap .minicolors-swatch {
    top: 6px;
}

.drop-with-picker {
    display: flex;
}

.drop-with-picker .dropdown {
    margin-right: 10px;
    width: 120px !important;
}

.drop-with-picker .upload-wrap {
    width: 100%;
}


/***** Expand Detail Section CSS Added by Hitesh Start  *****/

.show-more-table-details {
    cursor: pointer;
}

.show-more-table-details span {
    position: relative;
}

.show-more-table-details span i.far.fa-circle {
    color: #272727 !important;
    font-size: 16px;
}

.show-more-table-details span i.fas.fa-circle {
    color: #272727 !important;
    font-size: 8px;
    position: absolute;
    top: 3px;
    left: 4px;
    display: none;
}

.show-more-table-details.active span i.fas.fa-circle {
    display: inline-block;
}

/* tr.shown+tr {
    background-color: whitesmoke !important;
} */

.hidden-project-details .pd-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 20px;
    border-bottom: 1px solid #dee2e6;
}

.hidden-project-details .pd-header .pd-title h3 {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 0 0;
    color: #000000;
}

.hidden-project-details .pd-header .pd-title .tag {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 10px;
    color: #000000;
    border-radius: 4px;
}

.hidden-project-details .pd-middle-wrap {
    display: flex;
}

.hidden-project-details .pd-middle-wrap .pd-m-left {
    width: 20%;
    border-right: 1px solid #dee2e6;
    padding: 20px;
}

.hidden-project-details .pd-middle-wrap .pd-m-left ol {
    margin: 0;
    padding: 0;
}

.hidden-project-details .pd-middle-wrap .pd-m-left ol i {
    color: #4caf50;
}

.hidden-project-details .pd-middle-wrap .pd-m-left ol li {
    position: relative;
    padding-left: 7px;
    margin-bottom: 15px;
    line-height: normal;
}

.hidden-project-details .pd-middle-wrap .pd-m-left ol li:before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    background: #bdbdbd;
    left: -22px;
    opacity: 0.5;
    border-radius: 20px;
    top: -3px;
}

.hidden-project-details .pd-middle-wrap .pd-m-right {
    width: 80%;
    padding: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hidden-project-details .pd-middle-wrap .pd-m-left {
        width: 25%;
    }
    .hidden-project-details .pd-middle-wrap .pd-m-right {
        width: 75%;
    }
}


/***** Expand Detail Section CSS Added by Hitesh End  *****/

.fs-8 {
    font-size: 8px;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.valid-star {
    font-size: 7px;
    vertical-align: middle;
    color: #cc0000;
    margin: 0px 0px 5px 5px;
}

.login-bg {
    /* background: #e7474e; */
    background: #a12f33;
    padding-top: 0px !important;
}

.content-wrap ul.announcement-tab {
    padding: 10px 0px;
    margin: 0px 0px 20px 0px;
}

.announcement-tab li a {
    background-color: #272727;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    margin-right: 15px;
    border-radius: 4px;
}

.announcement-tab li a.active {
    background-color: #cc0000;
}

.grid-top-style {
    justify-content: space-between;
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

select:focus {
    outline-style: none;
}

.table .thead-dark th {
    background-color: #272727;
    padding: 8px;
}

.note-style {
    font-size: 12px;
}

.theme-version {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 15px;
    font-weight: 500;
    color: #ffffff;
}

.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.form-control::-webkit-input-placeholder {
    /* Edge */
    color: #aeb5bf;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #aeb5bf;
}

.form-control::placeholder {
    color: #aeb5bf;
}

.has-error input {
    border: 1px solid #ef9999;
}

.picker-style:after {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 7px;
    right: 14px;
    font-size: 20px;
    color: #aeb5bf;
}

.time-picker {
    position: relative;
}

.time-picker:after {
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 7px;
    right: 14px;
    font-size: 20px;
    color: #aeb5bf;
}

.filter-selection {
    background-color: transparent;
    height: 45px;
}

.filter-selection.bootstrap-select button {
    height: 45px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    background-color: transparent;
}

.text-size-12 {
    font-size: 12px;
}


/* .add-border-green {
    border: 1px solid #7DE278 !important;
}

.add-border-red {
    border: 1px solid #ef9999 !important;
} */

.alert-modal-wapper {}

.alert-modal-inner {
    text-align: center;
}

.alert-modal-inner img {
    margin: 30px;
}

.alert-modal-inner h2 {
    font-size: 20px;
    text-align: center;
}

.alert-modal-inner p {
    font-size: 18px;
    text-align: center;
    margin: 0;
}

.alert-modal-wapper .modal-dialog .modal-content .modal-footer {
    justify-content: center;
    border: 0px;
}

.text-valid {
    width: 100%;
}

.text-valid span {
    font-size: 14px;
    font-weight: 500;
    color: #cc0000;
    /* border: 1px solid #cc0000;
        padding: 5px 10px;
        border-radius: 4px; */
}

.valid-switch .switch-slider {
    border: 1px solid #cc0000
}

.standard-time {
    border-radius: 4px;
    width: 100px !important;
    border: 1px solid #DCDCE9;
    /* padding-left: 8px; */
}

.standard-time .filter-option-inner-inner {
    text-overflow: ellipsis;
}

.standard-time .btn {
    padding: 15px 26px 10px 10px
}


/* #form-tags-3_tagsinput {
    opacity: 0.65;
} */

.multiple-tag-disable {
    position: relative;
    opacity: 0.65;
}

.multiple-tag-disable:after {
    content: "";
    background: transparent;
    position: absolute;
    width: 100%;
    height: 45px;
    top: 0;
    z-index: 9;
}

.alert .close {
    right: -10px;
    position: relative;
    cursor: pointer;
}

.dataTables_scrollBody {
    position: relative;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}


/* das header */


/* Header Start */

header {
    background: #ffffff;
    padding: 0 30px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    border-bottom: 5px solid #cc0000;
}

header .h-left {
    float: left;
    margin: 0 30px 0 0;
    padding: 7px 0px;
}

header .h-left .logo {
    display: block;
}

header .h-left .logo {
    width: 86px;
}

header .h-left .logo img {
    max-width: 100%;
    height: 54px;
}

header .h-right {
    float: right;
    width: 100%;
    max-width: 200px;
    text-align: right;
    position: relative;
    z-index: 9;
    padding-top: 0px;
}

header .h-right .language-dropdown {
    border-color: #ffffff;
}

header .h-right .user-dropdown .btn {
    padding: 5px 27px 5px 10px;
}

header .h-right .user-dropdown .user-img {
    margin-right: 3px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    vertical-align: middle;
    background: #cc0000;
    color: #ffffff;
    line-height: 25px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    position: relative;
}

header .h-right .user-dropdown .user-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border-radius: 50%;
}

header .h-right .user-dropdown span {
    display: inline-block;
}

header .h-right .status {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 7px 20px 0 0;
}

header .h-right .status .user-status {
    border: 2px solid #ffffff;
    height: 12px;
    width: 12px;
    position: absolute;
    top: -3px;
    right: -4px;
    border-radius: 20px;
    display: inline-block;
}

header .h-right .status .offline {
    background: #eb0f5b;
}

header .h-right .status .online {
    background: #8BC34A;
}

header .h-right .status .away {
    background: #FFC107;
}

header .nav-wrap {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    flex-grow: 1;
    width: calc(100% - 300px);
    /* padding-top: 24px; */
}

header .nav-wrap nav {
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

header .nav-wrap nav .mobile-menu {
    display: none;
}

header .nav-wrap nav .mobile_menu_view {
    display: none;
}

header .nav-wrap nav .visible-links {
    line-height: 1.2;
    display: inline-table;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    min-width: 128px;
}

header .nav-wrap nav .visible-links li>div.menulevel1.openmenu {
    display: block;
}

header .nav-wrap nav .visible-links li div.menulevel1 {
    position: absolute;
    display: none;
    top: 30px;
    width: 185px;
    left: 0px;
    animation: menuFadeInDown 0.2s ease-out;
    background: #ffffff;
    padding: 5px 0;
    margin: 0;
    border-radius: 2px;
    box-shadow: 0 0 5px 2px rgba(195, 195, 195, 0.3);
    font-weight: 500;
    text-transform: capitalize;
}

header .nav-wrap nav .visible-links li div.menulevel1 a {
    padding: 8px 10px;
    font-size: 14px;
    border-bottom: 1px solid #e1e8ef;
    color: #333;
    text-decoration: none;
    white-space: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s ease;
}

header .nav-wrap nav .visible-links li div.menulevel1 a:hover,
header .nav-wrap nav .visible-links li div.menulevel1 a.active {
    color: #cc0000;
}

header .nav-wrap nav .visible-links li div.menulevel1 a:last-child {
    border-bottom: 0px;
}

header .nav-wrap nav .visible-links li.current-active a {
    color: #cc0000;
}

header .nav-wrap nav .visible-links li div a {
    display: block;
}

header .nav-wrap nav .visible-links>li {
    display: table-cell;
    position: relative;
    white-space: nowrap;
    padding: 0px 11px;
}

header .nav-wrap nav .visible-links>li>a {
    padding-top: 1px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

header .nav-wrap nav .visible-links>li>a .firstlevelmenu {
    vertical-align: top;
    padding: 3px 5px 0px 5px;
    color: #333;
    font-size: 11px;
    margin: 0;
    transition: all 0.3s ease;
}

header .nav-wrap nav .visible-links>li>a:hover,
header .nav-wrap nav .visible-links>li>a.active {
    color: #cc0000;
}

header .nav-wrap nav .visible-links>li>a:hover .firstlevelmenu {
    color: #cc0000;
}

header .nav-wrap nav .visible-links>li>a img {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 5px;
}

header .nav-wrap nav .hidden-links {
    position: absolute;
    right: 0px;
    top: 100%;
    width: 192px;
    background: #ffffff;
    padding: 5px 0;
    margin: 0px 0 0 0;
    font-size: 12px;
    color: #333;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 0 5px 2px rgba(195, 195, 195, 0.3);
    font-weight: 400;
    max-height: 80vh;
    overflow-y: auto;
}

header .nav-wrap nav .hidden-links li {
    display: block;
    border-bottom: 1px solid #e1e8ef;
}

header .nav-wrap nav .hidden-links li a {
    padding: 5px 15px;
    display: inline-block;
    width: 100%;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

header .nav-wrap nav .hidden-links li a:hover {
    color: #cc0000;
}

header .nav-wrap nav .hidden-links li a img {
    width: 16px;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 5px;
}

header .nav-wrap nav .hidden-links li i {
    display: none;
}

header .nav-wrap nav .hidden-links li div {
    display: none;
}

header .nav-wrap nav .hidden-links li:last-child {
    border-bottom: 0px;
}

header .nav-wrap nav .hidden {
    visibility: hidden;
}

header .nav-wrap nav .menu_hamburger {
    border: 0;
    outline: none;
    width: 30px;
    height: 20px;
    color: #cc0000;
    cursor: pointer;
    background: url(../images/dots.svg) no-repeat center;
    padding: 0px 5px;
    margin: 0;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

header .nav-wrap nav .menu_hamburger:hover {
    background-color: #ffffff;
}

header .nav-wrap nav .menu_hamburger:focus {
    outline: none;
}

header:after {
    content: "";
    min-height: inherit;
    font-size: 0;
}


/* Header End */

.bootstrap-select.form-control {
    border: 1px solid #e1e8ef;
}


/* Breadcrumb Start */

.breadcrumb-wrap {
    background: #cc0000;
    padding: 8px 30px;
    justify-content: space-between;
    min-height: 55px;
    display: flex;
}

.breadcrumb-wrap .breadcrumb {
    padding: 10px 0px 0px 0px;
    margin-bottom: 0;
    background: none;
    border-radius: 0;
     
}

.breadcrumb-wrap .breadcrumb li.breadcrumb-item {
    font-size: 12px;
    margin: 0;
}

.breadcrumb-wrap .breadcrumb li.breadcrumb-item a {
    color: #ffffff;
}

.breadcrumb-wrap .breadcrumb li.breadcrumb-item a:hover {
    color: #cfcfcf;
    text-decoration: none;
}

.breadcrumb-wrap .breadcrumb li.breadcrumb-item strong {
    color: #ffffff;
}

.breadcrumb-wrap .breadcrumb li.breadcrumb-item+li.breadcrumb-item {
    padding-left: 0px;
}

.breadcrumb-wrap .breadcrumb li.breadcrumb-item+li.breadcrumb-item:before {
    content: "";
    font-family: "Font Awesome 5 free",sens serif;
    font-weight: 600;
    font-size: 8px;
    display: inline-block;
    vertical-align: 1px;
    padding: 2px 15px;
    color: #ffffff;
}

.breadcrumb-wrap .bootstrap-select .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    transform: inherit !important;
    top: 39px !important;
}

.breadcrumb-wrap .date-time-wrap .dropdown {
    background: #ffffff;
}

.breadcrumb-wrap .date-time-wrap .dropdown .dropdown-menu {
    min-width: 11rem !important;
}

.breadcrumb-wrap .date-time-wrap .dropdown+.dropdown {
    margin-left: 12px;
}

.breadcrumb-wrap .date-time-wrap .btn-white {
    padding: 11px 15px;
    font-weight: 500;
    margin-right: 10px;
}

.date__filter--group {
    display: flex;
    align-items: center;
}

.date__filter--group label {
    margin: 0 8px;
    font-size: 14px;
    font-weight: normal;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid transparent;
    background: transparent;
    color: #cc0000;
}

.filtersbar-opener {
    max-height: 36px;
}

.filtersbar-opener i {
    font-size: 12px;
    position: relative;
    top: 1px;
}

.has-grey-bg {
    background: rgb(233 233 233);
}

.grid-top-left {
    flex-grow: 1;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}

.text-break-all {
    word-break: break-all !important;
}


/* Role, User and Permission Start */

.role-left {
    max-width: 380px;
    float: left;
}

.role-left .pdz24 {
    padding: 24px;
}

.role-left .pdz24 .role-module .role-left-inner {
    max-height: calc(100vh - 270px);
    overflow-y: auto;
}

.role-left .pdz24 .role-module .role-left-inner .role-pdz {
    border-bottom: 1px solid #e1e8ef;
    padding: 10px 10px;
    cursor: pointer;
}

.role-left .pdz24 .role-module .role-left-inner .role-pdz h5 {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: inherit;
}

.role-left .pdz24 .role-module .role-left-inner .role-pdz .role-listing a {
    background-color: transparent;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #ca0600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 15px;
    text-decoration: none;
}

.role-left .pdz24 .role-module .role-left-inner .role-pdz.active,
.role-left .pdz24 .role-module .role-left-inner .role-pdz.active:hover {
    background-color: #afafaf;
}

.role-left .pdz24 .role-module .role-left-inner .active h5 {
    color: #333;
}

.role-left .pdz24 .role-module .role-left-inner .active .role-listing a {
    color: #fff;
}

.role-left .pdz24 .role-module .add-new {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-color: #6c757d;
    width: 100%;
    display: block;
    padding: 9px 10px;
    text-align: center;
    margin-top: 20px;
}

.role-left .pdz24 .role-module .role-left-inner .role-pdz.active .role-listing a {
    color: #333;
    font-size: 15px;
}

.role-left .pdz24 .role-module .add-new:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}

.role-left .font17 {
    font-size: 17px;
    font-weight: bold;
}

.role-left .pdz24 .role-module .role-left-inner .role-pdz:hover .role-listing a {
    color: #333;
}

.form-control::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #333;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

.form-control:-moz-placeholder {
    color: #333;
    opacity: 1;
}

.role-search {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.role-search button {
    padding: 0;
    width: 50px;
    border-radius: 0px;
}

.role-left .pdz24 .role-module .role-left-inner .role-pdz:hover {
    background-color: #d1d1d1;
    color: #333;
}

.role-left .pdz24 .role-module .role-left-inner .role-pdz:hover h5 {
    color: #333;
}

.role-left-inner .role-pdz .switch.small-switch .switch-slider:before {
    height: 13px;
    width: 13px;
}

.role-left-inner .role-pdz .switch.small-switch {
    width: 35px;
    height: 15px;
    margin-right: 5px;
}

.role-listing {
    display: flex;
    align-items: center;
}

.modal-link {
    text-decoration: underline;
}

.modal-link:visited {
    color: #272727;
}

.user-details-table {
    min-width: 600px;
}

.user-details-table tr td,
.user-details-table tr th {
    padding: 10px;
    vertical-align: top;
}

.text-primary {
    color: #cc0000 !important;
}


/* notifications accordian css */
.notification-actions {
    text-align: right;
}
.notification-actions .btn {
    text-align: right;
    margin-bottom: 15px;
}
.notifications-history .notification-info {
    position: relative;
    width: 100%;
    background: #e2e2ef;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
}

.notifications-history .notification-info .notification-toggle {
    display: inline-block;
    background: #fff;
    color: #cc0000;
    text-align: center;
    font-size: 12px;
    position: absolute;
    right: 10px;
    left: initial;
    top: 50%;
    cursor: pointer;
    border-radius: 3.2px;
    padding: 4px 8px;
    transform: translateY(-50%);
}

.notifications-history .notification-info .notification-actions {
    text-align: right;
}

.notifications-history .card {
    border: 1px solid #e8e8e8;
    border-top-color: #fff;
}

.notifications-history .notification-info[aria-expanded="true"] .fa-minus {
    display: inline;
}

.notifications-history .notification-info[aria-expanded="false"] .fa-minus {
    display: none;
}

.notifications-history .notification-info[aria-expanded="true"] .fa-plus {
    display: none;
}

.notifications-history .notification-info[aria-expanded="false"] .fa-plus {
    display: inline;
}


/* .notifications-history .notification-info .notification-toggle[aria-expanded="false"] .fa-minus {
    display: inline;
} */


/* .notifications-history .notification-info .notification-toggle[aria-expanded="false"] .fa-minus {
    display: none;
} */


/* .notifications-history .notification-info .notification-toggle[aria-expanded="true"] .fa-plus {
    display: inline;
} */


/* 
.notifications-history .notification-info .notification-toggle:not(.collapsed) .fa-minus {
    display: block;
} */
.notification-history-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 40px;
}
.notifications-history .card .card-header {
    padding-bottom: 0;
}
.user-notification-detail {
    /* opacity: 0; */
}
.user-notification-detail .table th,
.user-notification-detail .table td {
    padding: 5px;
    border-bottom-width: 1px;
    white-space: nowrap;
}

@media (min-width: 1025px) {
    .role-left.fixed {
        position: fixed;
        height: calc(100% - 123px);
    }
}

@media screen and (max-width: 1024px) {
    .role-accor-m {
        display: block;
        border: 1px solid #DCDCE9;
        padding: 8px 10px;
        border-radius: 4px;
        background-color: #DCDCE9;
        position: relative;
    }
    .role-accor-m a h5 {
        color: #27173E;
        font-size: 16px;
    }
    .role-accor-m a i {
        color: #27173E;
    }
    .role-module-show:before {
        color: #27173E;
        font-weight: 600;
        display: inline;
        position: absolute;
        content: "";
        font-family: "Font Awesome 5 Free";
        border: 0;
        vertical-align: 0px;
        font-size: 11px;
        right: 10px;
        margin: 2px;
    }
    .arrow-show-hide::before {
        transform: rotate(180deg);
    }
    .role-module-show:hover {
        text-decoration: none;
    }
    /* Role, User and Permission Start */
    .left-sub-nav {
        padding: 15px;
        position: relative;
        top: auto;
        max-width: 100%;
        left: auto;
    }
    .role-left {
        height: 100% !important;
        border-right: 0px;
        position: relative;
        top: 0px;
    }
    .role-module {
        display: none;
        margin-top: 15px;
    }
    .scrtabs-tab-container {
        width: 100%;
    }
    .m-short-style {
        display: block;
    }
    /* Role, User and Permission End */
    .role-accor-m {
        display: block;
        border: 1px solid #e1e8ef;
        padding: 10px;
        border-radius: 5px;
        background-color: #e1e8ef;
    }
    .role-accor-m a h5 {
        color: #333;
    }
    .role-accor-m a i {
        color: #333;
    }
    .role-left {
        height: 100% !important;
        border-right: 0px;
        position: relative;
        top: 0px;
        width: 100%;
        max-width: calc(100% - 30px);
        margin: 0 auto !important;
        float: none;
        padding-top: 0;
    }
    .components-wrap.has-left-padding {
        width: 100%;
        max-width: 100%;
    }
    .role-left .pdz24 {
        padding: 10px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .role-accor-d {
        display: none;
    }
    .role-left .pdz24 .role-module .role-left-inner {
        max-height: calc(100vh - 330px);
    }
}

@media only screen and (max-width: 767px) {
    .show-desktop-only {
        display: none;
    }
    .show-mobile-only {
        display: block;
    }
    .grey-custom-flex {
        display: block;
    }
    .grey-custom-flex h4 {
        margin-bottom: 10px;
    }
    .grey-custom-flex .form-group {
        margin-bottom: 10px;
    }
    .margin-15 {
        margin-left: 0px;
    }
    body {
        padding-top: 73px;
    }
    header {
        padding: 0 15px;
        border-bottom: 3px solid #cc0000;
    }
    header .h-left {
        margin: 0;
        padding: 8px 0px;
    }
    header .h-left .logo {
        width: 125px;
    }
    header .nav-wrap {
        width: 100%;
        padding-top: 13px;
    }
    header .nav-wrap nav {
        float: right;
    }
    header .nav-wrap nav .hidden-links {
        display: none;
    }
    header .nav-wrap nav .mobile_menu_view {
        display: none;
        position: absolute;
        background: #ffffff;
        right: 0px;
        max-height: 85vh;
        overflow: auto;
        width: 200px;
        top: 55px;
        border-radius: 2px;
        box-shadow: 0 0 5px 2px rgba(195, 195, 195, 0.3);
    }
    header .nav-wrap nav .mobile_menu_view img {
        width: 15px;
        margin-right: 10px;
    }
    header .nav-wrap nav .mobile_menu_view>li {
        display: block;
        width: 100%;
        text-align: left;
        padding: 8px 10px;
        border-bottom: 1px solid #e1e8ef;
        position: relative;
    }
    header .nav-wrap nav .mobile_menu_view>li .firstlevelmenu {
        float: right;
        margin-top: 3px;
    }
    header .nav-wrap nav .mobile_menu_view>li a {
        display: block;
        width: 100%;
        max-width: inherit;
        color: #333;
    }
    header .nav-wrap nav .mobile_menu_view>li div.menulevel1 {
        color: #333;
        position: relative;
        top: 0px;
        width: 100%;
        margin-top: 10px;
        background: #f9f9f9;
        border-radius: 0px;
        max-height: 80vh;
        overflow: auto;
        border: 1px solid #e1e8ef;
        display: none;
    }
    header .nav-wrap nav .mobile_menu_view>li div.menulevel1.openmenu {
        display: block;
    }
    header .nav-wrap nav .mobile_menu_view>li div.menulevel1 a {
        padding: 8px 10px;
        border-bottom: 1px solid #e1e8ef;
    }
    header .nav-wrap nav .mobile_menu_view>li div.menulevel1 a:last-child {
        border-bottom: 0px;
    }
    header .nav-wrap nav .menu_hamburger {
        display: none;
    }
    header .nav-wrap nav .visible-links {
        display: none;
    }
    header .nav-wrap nav .mobile-menu {
        display: block;
        background: #ececec;
        float: right;
        padding: 5px 12px;
        border-radius: 3px;
        cursor: pointer;
    }
    header .nav-wrap nav .mobile-menu .fa-bars {
        font-size: 94%;
        margin-right: 5px;
    }
    header .nav-wrap nav .mobile-menu .fa-chevron-down {
        margin-left: 5px;
        font-size: 94%;
    }
    header .h-right {
        max-width: 35px;
        text-align: center;
        padding-top: 20px;
        position: absolute;
        right: 125px;
        top: 0;
    }
    header .h-right .user-dropdown.dropdown {
        display: none;
    }
    header .h-right .notification-bar .dropdown-menu {
        top: 32px !important;
    }
    header .h-right .notification-bar .status {
        margin: 0;
    }
    footer {
        padding: 10px 15px;
        position: relative;
         
        display: block;
        text-align: center;
    }
    footer .logo-name,
    footer .version {
        width: 100%;
    }
    .left-side .input-group>.form-control {
        width: 150px;
    }
    .table-wrapper {
        padding: 10px;
        margin-bottom: 20px;
    }
    .filter-div .filters-text {
        width: 100%;
        margin: 0px;
    }
    .filter-div .add-filter {
        margin-top: 4px;
    }
    .filter-div .clear-filter {
        margin-top: 7px;
    }
    .table-inner {
        padding: 10px;
    }
    .m-100 {
        width: 100%;
    }
    .m-page-style {
        width: 100%;
        text-align: center;
        margin-top: 5px;
    }
    .sidebar-opener {
        display: none;
    }
    .breadcrumb-wrap {
        flex-wrap: wrap;
        padding: 8px 15px;
        margin-bottom: 15px;
    }
    .breadcrumb-wrap .date-time-wrap {
        order: -1;
        width: 100%;
        margin-bottom: 15px;
    }
    .breadcrumb-wrap .date-time-wrap .bootstrap-select:not([class*=col-]) {
        width: 100%;
    }
    .breadcrumb-wrap .date-time-wrap .bootstrap-select:not([class*=col-]) .dropdown-menu {
        width: 100%;
        text-align: left;
    }
    .breadcrumb-wrap .date-time-wrap .dropdown {
        width: 100%;
    }
    .breadcrumb-wrap .date-time-wrap .dropdown .dropdown-toggle {
        width: 100%;
        text-align: left;
    }
    .breadcrumb-wrap .date-time-wrap .btn-white+.dropdown {
        width: 47%;
    }
    .breadcrumb-wrap .date-time-wrap .btn-white+.dropdown .dropdown-toggle {
        width: 100%;
        text-align: left;
    }
    .breadcrumb-wrap .date-time-wrap .btn-white {
        width: 48%;
    }
    .common-button {
        margin-right: 10px;
    }
    .grid-top-left {
        margin-bottom: 15px;
    }
    .notification-history-block {
        display: block;
    }
    .notification-actions .btn {
        padding: 5px;
        font-size: 12px;
    }
}


.Accordion-Table table.Parent_Table > thead {
    display: none;
}

.Accordion-Table .toolbar {
    display: none;
}

.Accordion-Table table.Parent_Table tbody tr td {
     position: relative;
    font-weight: bold;
    padding: 10px !important;
    background: #e2e2ef !important;
    border-bottom: 1px solid #fff; 
}
.Accordion-Table table.Parent_Table tbody tr td:after {
    display: inline-block;
    background: #fff;
    color: #cc0000;
    text-align: center;
    font-size: 12px;
    position: absolute;
    right: 10px;
    left: initial;
    top: 10px;
    cursor: pointer;
    border-radius: 3.2px;
    padding: 4px 8px;
    content: "\f067";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.Accordion-Table table.Parent_Table tbody tr.shown td:after{
    content: "\f068";
}
.Accordion-Table table table.child_table tbody tr td:after{
    display: none;
}

.Accordion-Table table.child_table tbody tr td {
     
    font-weight: normal;
    background: #fff !important;
    border-bottom: 1px solid #fff;
}

.msgdetailbtn{position: relative;
    z-index: 1;}


.Accordion-Table table.Parent_Table tbody tr td.trDetails {
    background: #ffffff !important;
}

.Accordion-Table table.Parent_Table tbody tr td.trDetails td {
    border-color: #dee2e6;
}

.Accordion-Table table.Parent_Table tbody tr:last-child td{border-color:#dee2e6;}




.dropdown.bootstrap-select.Sample_Template {
    height: auto;
}
.dropdown.bootstrap-select.Sample_Template > button {
    white-space: pre-line;
}
/* .Sample_Template.bootstrap-select .dropdown-menu li {
    border-bottom: 1px solid #DCDCE9;
} */

.Sample_Template.bootstrap-select .dropdown-menu li a span.text {
    white-space: pre-wrap;
}

.dropdown-header {
    color: #9a9abb;
    font-weight: 600;
    font-size: 12px;
}

.line-break {
     white-space: inherit;
     max-width: 500px;
     word-break: break-all;
}

/***** Eddited on 13-jan *****/
.WelcomeTitle{ font-weight:500; font-size:1.75rem;color:#000; line-height:1.5; margin:0 0 4.5rem;}
.BoxHead{ margin:0 0 .9375rem; align-items:center;}
.BoxHead h3{ margin:0; padding:0; font-size:1.5rem; color:#000; font-weight:500; line-height:1.25;}
.BoxBody{ border-radius:10px; box-shadow:0 2px 4px rgba(0,0,0,.16); padding:1.75rem 1.75rem 0; background:#fff; width:100%; margin-bottom:2rem;}
.BoxBody h4{ margin:0 0 1.75rem; padding:0 0 1.5rem; display:block; font-size:1.375rem; color:#777; line-height:1.75; border-bottom:1px solid #BCBCBC;}
.BoxBody h4 span{ color:#7D44F1; font-weight:700; }
.BoxBody .col-md-4 + .col-md-4{ border-left:1px solid #BCBCBC;}
.BoxBody h5{ margin:0 0 .9375rem; padding:0; display:block; color:#000; font-size:18px; font-weight:500; line-height:1.25;}
.bootstrap-select.dropdown {border: 1px solid #D4D4D4; background:#fff; border-radius:0;}
.bootstrap-select.dropdown .btn{ border-radius:0;}
.bootstrap-select.dropdown .btn { padding:12px 26px 10px 10px; font-size:.75rem; color:#000; font-weight:600;}
.chart-container {width: 80%;height: 480px;margin: 0 auto;}
.pie-chart-container {height: 360px;width: 360px;float: left;}
.Charts {padding-bottom:1rem;}
.BoxHead .bootstrap-select.dropdown .btn{ width:143px;}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .BoxBody h5{font-size:15px;}
}

@media(max-width:1024px){
    canvas{ height:100px !important;}
    .Charts { padding-bottom:1rem;}
}

@media(max-width:991px){
    .WelcomeTitle { margin:0 0 2.5rem;}
    .BoxHead .bootstrap-select.dropdown .btn {width:123px;}
    canvas{ height:200px !important;}
}

@media(max-width:767px){
    .BoxBody .col-md-4 + .col-md-4{ border:0; border-top:1px solid #d4d4d4; padding-top:1rem; margin-top:1rem;}
    .BoxBody{ margin-bottom:2rem; padding:1rem;}
    .BoxBody h4 { margin:0 0 1rem; padding:0 0 0.5rem; font-size:1rem;}
    .BoxBody h5 {margin:0 0 0.5rem;font-size: 1rem;}
    .BoxHead { flex-wrap:wrap;}
    .BoxHead h3{width:100%; padding:0 0 .8rem; font-size:1rem;}
    .BoxHead .ml-auto, .BoxHead .mx-auto{ margin:0 !important;}
    .WelcomeTitle {margin: 0 0 0.5rem; font-size: 1.30rem;}
    canvas{ height:140px !important;}
    .BoxHead .bootstrap-select.dropdown .btn {width:130px;}
    .Charts {padding-bottom:0;}
}


.white-btn {
    color: #747474;
    font-weight: 400;
    font-size: 14px;
    border: 1px dotted #9d9d9d;
    border-radius: 4px;
    display: inline-block;
    padding: 10px 20px;
    max-height: inherit;
}
.white-btn i{
    color: #a5a5a5;
    margin-right: 8px;
}
.white-btn:hover {
    text-decoration: none;
    color: #cc0000;
}

.white-btn:hover i {
    color: #cc0000;
}

.Active-swtich
{
    min-width: 80px;
}

.Template-Wrap
{
    text-wrap: inherit !important; min-width: 300px;max-width: 800px;
}