label.error {
    color: red;
}

.cursor-pointer {
    cursor: pointer !important;
}

.actionBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.manager-pending-page .actionBox {
    display: inline-block;
}


.actionBox .btn-sm.btn-success {
    margin-right: 10px;
}

.actionBox .dropdown {
    max-width: 100px;
    width: 100%;
}

.actionBox .bootstrap-select .btn {
    padding: 5px 10px;
    font-size: 14px;
}

.attachFiles .custom-file-label {
    margin-left: 15px;
    max-width: 265px;
}

.merchantFormCheck {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.merchantFormCheck label {
    margin: 0;
}

.mCheckMain .col-form-label {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 0;
}

.merchantFormCheck .form-check {
    flex: 1;
    width: 100%;
}

.form-group.mCheckMain {
    background: #f5f5f5;
    margin: 0 0 15px 0;
    border-radius: 5px;
    padding: 25px 20px;
}

.form-group.mCheckMain .merchantFormCheck {
    position: static;
}

.form-group.mCheckMain .form-check {
    position: static;
}

.form-group.mCheckMain .merchantFormCheck label.error {
    position: absolute;
    bottom: -22px;
    left: 0px;
}

.form-group.mCheckMain {
    position: relative;
}

.basic-form .form-group.mCheckMain {
    margin-bottom: 30px;
}

.country-code {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.country-code .dropdown.bootstrap-select {
    flex: 0 0 70px;
    max-width: 70px;
    width: 100% !important;
}

.country-code .form-control {
    flex: 1;
    max-width: 100%;
    border-radius: 0;
    border: none;
    border-left: 1px solid #eaeaea;
}

.country-code .bootstrap-select .btn {
    border: none !important;
    background-color: #fff !important;
    padding: 0 10px;
    font-size: 14px;
}

.header-right .nav-item .nav-link {
    font-size: 14px;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

.checksheet-question {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checksheet-options {
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.basic-form .form-group {
    margin-bottom: 20px;
}

.basic-form .form-group .form-control {
    position: relative;
    bottom: 0;
}

.basic-form .form-group .datepicker-default {
    z-index: 3;
}

.datepicker-default {
    min-height: 35px;
}

label.error {
    color: red;
    margin: 0;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.form-validation.basic-form .row {
    align-items: flex-start;
}

.alert-danger {
    background: #fff1f1;
    border-color: #ffe0e0;
    color: #FF1616;
}

.img-bx {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    padding: 15px 0px 0 15px;
}

.img-bx.listing {
    padding: 15px;
    margin: 15px;
}

.mechanic-check-sheet .form-check-label {
    margin-top: 0px;
}

.img-bx img,
.img-bx video {
    flex: 1;
    max-width: 160px;
    height: 120px;
    object-fit: cover;
    /* width: 100%; */
}

.country-code.country-code-custom .form-control {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding-left: 78px;
}

.country-code.country-code-custom {
    border: none;
    display: block;
    border-radius: 0px;
    position: relative;
}

.country-code-custom .filter-option-inner-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 36px;
}

.country-code .bootstrap-select .btn {
    border: none !important;
    background-color: transparent !important;
    padding: 0 10px;
    font-size: 14px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #eaeaea !important;
    border-radius: 0px;
}

.country-code.country-code-custom .dropdown {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

[data-sidebar-position="fixed"][data-layout="vertical"] .menu-toggle .deznav {
    position: fixed;
}

.dropdown.validation-dropdown {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.validation-dropdown select.form-control.validation-dropdown.error {
    order: 1;
}

.validation-dropdown label.error {
    order: 2;
    padding-top: 6px;
}

.eye-password {
    position: relative;
}

.eye-password .passwordIcon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.eye-password .form-control {
    padding-right: 30px;
}

span.close-icn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border: 1px solid #eee;
    cursor: pointer;
}

.addimg-box {
    position: relative;
}


/* custom switch css */

.form-group .custom-switch .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(1rem);
}

.form-group .custom-switch .custom-control-label::after {
    top: calc(0.15rem + 0px);
    left: calc(-2.15rem + 2px);
}

.form-group .custom-switch .custom-control-label::before {
    width: 2.25rem;
    border-radius: 1rem;
}

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

.form-group .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #e7e7e7;
}

.form-group .custom-switch {
    margin-top: 8px;
}

.dataTables_wrapper .dataTables_paginate {
    padding-bottom: 0.5em;
}

.dataTable tbody tr td .btn-sm {
    margin: 2px;
    width: 24px;
    height: 24px;
    padding: 1px;
    font-size: 12px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dataTable tbody tr td:last-child {
    white-space: nowrap;
}

/* table css */

table.dataTable thead th {
    white-space: nowrap;
    font-size: 14px;
    padding-left: 10px !important;
}


.dataTables_wrapper table.dataTable tbody td {
    padding: 10px 10px;
    font-size: 13px;
    min-width: 85px;
}

.dataTables_wrapper table.dataTable tbody td:first-child {
    min-width: 60px;
}

table.dataTable tfoot th {
    white-space: nowrap;
    font-size: 14px;
    padding: 8px 10px;
    padding-left: 10px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 0.837rem;
}

.dataTables_wrapper .dataTables_info {
    font-size: 0.837rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    width: 28px;
    height: 28px;
    padding: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body::-webkit-scrollbar-track,
div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar,
div::-webkit-scrollbar {
    width: 5px;
    height: 4px;
    background-color: #F5F5F5;
    scrollbar-width: thin;

}

body::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
    background-color: #a4a4a4;
    border-radius: 4px;
}

.bg-transparent {
    background-color: transparent;
}

a.ui-state-default.ui-state-active {
    color: #7356f1;
}

.actionBox .dropdown.custom-dropdown .btn.btn-outline-primary {
    border: none !important;
    background-color: #7356f0 !important;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    height: 100%;
    width: 100%;
    padding: 1px;

}

.actionBox .dropdown.custom-dropdown .btn.btn-outline-primary:hover {
    background-color: #7663cb !important;
}

.actionBox .dropdown.custom-dropdown .btn.btn-outline-primary:focus {
    outline: none;
    box-shadow: none;
}

.actionBox .custom-dropdown .dropdown-menu .dropdown-item {
    font-weight: 400;
    color: #212529;
    font-size: 12px;
    padding: 0.25rem 1rem;
    line-height: 1.2;

}

.actionBox .custom-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #7356f1;
    color: #fff;
}

.actionBox .custom-dropdown .btn.btn-outline-primary {
    position: relative;
}

.actionBox .dropdown.custom-dropdown .btn.btn-outline-primary .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -120%;
    font-size: 12px;
    right: 0%;
    margin-left: -60px;
}


.actionBox .dropdown.custom-dropdown .btn.btn-outline-primary .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: -47%;
    right: 8%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
    transform: rotate(-180deg);
}

.manager-pending-page .actionBox .dropdown.custom-dropdown .btn.btn-outline-primary .tooltiptext {
    left: -54%;
}

.manager-pending-page .actionBox .dropdown.custom-dropdown .btn.btn-outline-primary .tooltiptext::after {
    left: 82%;
}

.padding-0 {
    padding: 0px;
}

.margin-0 {
    margin: 0px;
}

.actionBox .dropdown.custom-dropdown .btn.btn-outline-primary:hover .tooltiptext {
    visibility: visible;
}

.actionBox .custom-dropdown .dropdown-menu {
    min-width: 100px;
}

.actionBox .dropdown.custom-dropdown {
    max-width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 2px;

}

.actionBox .btn.btn-sm.btn-success {
    margin: 2px
}

.viewdetail-bx h5 {
    font-size: 14px;
    color: #8d8d8d;
    font-weight: 400;
    word-break: break-word;
}

.viewdetail-bx label {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5px;
}

.viewdetail-bx {
    margin-bottom: 15px;
}

.viewdetail-bx .form-group .custom-switch {
    margin-top: 0px;
}

.dropdown.bootstrap-select .dropdown-menu .inner {
    max-height: 145px !important;
}

.btn-primary:focus {
    color: #fff;
}

.badge-blue {
    background-color: #4b89e7;
    color: #ffffff;
}

.filter-wrapper .bootstrap-select {
    width: calc(25% - 10px) !important;
}

.filter-wrapper {
    grid-gap: 10px;
    align-items: center;
    margin: 0;
    padding: 0px 20px;
    justify-content: flex-end;
}

.freeze-tablebx table thead tr th:last-child,
.freeze-tablebx table tbody tr td:last-child,
.freeze-tablebx table tfoot tr th:last-child {
    position: sticky;
    top: 0px;
    right: 0px;
    background-color: #fff !important;
}

.freeze-tablebx table tbody tr td:last-child {
    z-index: 1;
}

.pie-list .cstm-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.pie-list .cstm-flex .boxx1 {
    font-size: 16px;
    color: #454545;

}

.pie-list .cstm-flex .boxx2 {
    display: flex;
    align-items: center;
}

.pi-listing li {
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}

.pi-listing li:last-child {
    border-bottom: none;
}

.pi-listing {
    padding: 0 20px 20px 20px;
}

.pi-listing .color-piebx {
    width: 8px;
    height: 8px;
    display: inline-flex;
    align-self: center;
    border-radius: 2px;
    margin-left: 5px;
}

.purple-clr {
    background-color: #7356f1;
}

.red-clr {
    background-color: #ff1616;
}

.yellow-clr {
    background-color: #ffaa16;
}

.orange-clr {
    background-color: #fd7e14;
}

.green-clr {
    background-color: #297F00;
}

.blue-clr {
    background-color: #527ef5;
}

.clone-form, .clone-form-fix {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.add-more-btn {
    cursor: pointer;
    color: #fff !important;
}

.cstm-file .btn-primary {
    cursor: pointer;
}

.cstm-file input {
    display: none;
}

.notes-write {
    padding-top: 15px;
}

.freeze-tablebx .dropdown.validation-dropdown {
    margin-bottom: 0px;

}

.freeze-tablebx .btn-edit-sm {
    font-size: 9px;
    padding: 5px 10px;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
}

.freeze-tablebx .bootstrap-select .btn {
    padding: 0.375rem 0.5rem;
    font-size: 13px;
}

.freeze-tablebx .form-control {
    font-size: 13px;
}

.country-code.country-code-custom .bs-searchbox .form-control {
    padding: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}


.show-priority-dropdown {
    display: block;
    position: relative !important;
    transform: none !important;
    min-width: 100px;
}

.actionBox .action-list {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
}

.editMode_open .country-code-custom .filter-option-inner-inner {
    height: 24px;
}

.editMode_open .form-control {
    min-width: 160px;
}

.carousel-item img {
    max-width: 100px;
    min-height: 60px;
}

.deznav .metismenu ul {
    padding: 0 0px 0 30px;
}

.deznav .metismenu ul:after {
    left: 30px;
}

.editMode_open .custom-switch .custom-control-label::before {
    width: 2.25rem;
    border-radius: 0.75rem;
}

.editMode_open .custom-switch .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(1rem);
}

.editMode_open .custom-switch .custom-control-label::after {
    top: 2px;
    left: calc(-2.1rem + 2px);
    height: calc(1.1rem - 4px);
    width: calc(1.1rem - 4px);
}

.invoice-preview {
    width: 100%;
    padding: 15px;
    max-height: 320px;
    overflow: scroll;
}

.invoice-preview img,
img.invoice-image {
    max-width: 100%;
    height: 100%;
}

.freeze-tablebx .actionBox .custom-dropdown .dropdown-menu {
    top: -112px !important;
}

/* new css */

.request-notes {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-width: 160px;
    width: 100%;
}

.carousel.slide .carousel-item {
    height: 85px;
}

.carousel.slide .carousel-item img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.invalid-feedback.invalid-file {
    display: block;
}

.uploaded-invoice {
    overflow: scroll;
    overflow-x: hidden;
    max-height: 360px;
}

.uploaded-invoice img {
    max-width: 100%;
    height: inherit;
}

.date-width {
    width: 150px;
}

.vehicle-filemain .date-th {
    width: 100px;
}

.vehicle-filemain .invoice-image {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.cstm-attchfile {
    position: relative;
}

.filter-gap {
    gap: 10px 0;
}

.cstm-attchfile .custom-file-label {
    max-width: 100%;
    margin-left: 0px;
}

#export {
    cursor: pointer;
}

div#loader {
    background-color: rgb(0 0 0 / 30%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    overflow: hidden;
}

.create-vehicle-main .basic-form .form-group .datepicker-default {
    z-index: 1;
}

.loader-image img {
    max-width: 35px;
    height: auto;
}

table.dataTable tbody tr.class-danger td {
    background: #ff676738 !important;
}

.filter-fullwidth  .btn.ms-auto{
    margin-left: auto !important;
}

/* new css close */

.content-body.full-view {
    padding-top: 0;
    margin-left: 0;
}


@media (min-width:1200px) {
    .filter-wrapper .btn {
        margin: 0 !important;
    }

    .filter-wrapper .bootstrap-select {
        width: calc(21% - 10px) !important;
        margin: 0;
    }

    .filter-wrapper {
        justify-content: flex-start;
    }
    .filter-fullwidth.filter-wrapper .bootstrap-select{
        width: calc(25% - 10px) !important; 
    }

}

@media only screen and (max-width: 1199px) {
    .custombox .h-100 {
        height: initial !important;
    }
}

@media (max-width:991px) {
    .filter-wrapper .bootstrap-select {
        width: calc(50% - 5px) !important;
    }
}

@media (max-width:480px) {
    .filter-wrapper .bootstrap-select {
        width: calc(100% - 0px) !important;
    }
}