.custom-order-report-table thead tr:nth-child(1) th {
    border-bottom : none !important;
}
.custom-order-report-table thead tr:nth-child(2) td {
    border-top : none !important;
}
.breadcrumb{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #f8f9fc;
    border-radius: 0px;
}

#purchase-table .form-control{
    padding : 0px;
}

.tab-dt {
    margin-top: 25px;
}

.nav-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index:99;
}

.dt-button{
    color: #fff !important;
    background-color: #4e73df !important;
    border-color: #4e73df !important;
    background-image: unset !important;
}

.table.dataTable{
    width: 100% !important;
}

.btn-secondary {
    color: #fff !important;
}

.datatable-buttons_wrapper{
    padding: 0px !important;
}
.custom-switch .custom-control-label::before {
    left: 12.75rem;
}
.custom-switch .custom-control-label::after {
    left: calc(12.75rem + 2px);
}
.custom-switch {
    padding-left: 0;
}
.pad-0 {
    padding: 0px;
}

.editableform .form-control {
    width: 80px;
}

/* .modal-open #vehicle-table .add-vehicle .select2-container--default{
    width: 100px !important;

} */
/* #createCustomerModal .modal-dialog{
    height: auto !important;
} */
#createCustomerModal .modal-body{
    height: auto;
    background: #fff;
}

#createSupplierModal .modal-body{
    height: auto;
    background: #fff;
}
/* .select-view{
    width: 60% !important;
} */
/* .modal-open .modal-body #vehicle-table thead th:first-child{
    width: 100px;
} */
/* .modal-open #vehicle-table .table thead tr th{
    width: 100px;
} */
.overflowing-x{
    overflow-x: auto;
}
.purchase-items .select2-container--default .select2-selection--single{
    height:calc(1.5em + .75rem + 2px)
}

#columnchart_material {
    width: 100%;
    min-height: 450px;
}
#chart_div{
    width: 100%;
    min-height: 400px;
}
.pacman-calender{
    display: flex;
    justify-content: center;
}
#pacman{
    width: 100%;
    min-height: 400px;
}
.reorder-alert{
    padding-right: 2rem;
}
#vehicle-add{
    margin-top: 10px;
}
.bootstrap-tagsinput .tag{
    padding: 3px 6px;
    font-size: 14px;
}
.bootstrap-tagsinput input{
    width: unset;
    height: 27px;
}
#btn-add{
    margin-top: 15px;
}
.label-size{
    font-size: 15px;
}
.card.boxed{
    border: 2px solid #e3e6f0;
}
.top-radius-0{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.bootstrap-tagsinput{
    width: 100%;
    max-width: unset;
}
input{
    font-size:15px;
}

/* select form filed */
.select2-container .select2-selection--single{
    height:calc(1.5em + .75rem + 2px);
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 5px;
}
/* select form filed */
.ms-container{
    width: auto;
}
.middle-alignment{
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #d1d3e2;
}
.btn:hover{
    color: #fff;
}
input.form-control{
    padding: .375rem .70rem;
}
.mt-15{
    margin-top: 10px;
}
.blue-tags .select2-selection__choice__remove{
    background-color:#4e73df !important;
    color: #fff !important;
    border-right: #fff !important;
}
.blue-tags .select2-selection__choice{
    background-color: #4e73df !important;
    border: 1px solid #4e73df !important;
    color: #fff !important;
    padding: 3px 2px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #aaa;
}
.dataTable tbody .btn-success, .dataTable tbody .btn-delete, .dataTable tbody .btn-view, .dataTable tbody .btn-print, .dataTable tbody .btn-secondary {
    padding: .365rem .55rem;
    font-size: 14px;

}
#datatable-buttons{
    border-collapse: collapse !important;
}
table td{
    width: auto !important;
}
.dataTables_filter {
    float: right !important;
    margin-top: -20px;
}
.pagination{
    float: right;
    text-align: right;
    padding-top: 0.25em;
}

#order-item-table td, #order-item-table th{
    padding: .75rem .50rem;
}
#order-item-table .form-control{
    padding: .375rem 0.50rem;
}
#order-item-table .form-control.rate, #order-item-table .form-control.order_value{
    width: 70px;
}
#order-item-table .form-control.qty{
    width: 50px;
}
.bg-login-image img{
    width: 85%;
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {  }

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .custom-switch .custom-control-label::after{
        left: 112px;
    }
    .custom-switch .custom-control-label::before{
        left: 99px;
    }
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .custom-switch .custom-control-label::after{
        left: 130px;
    }
    .custom-switch .custom-control-label::before{
        left: 127px;
    }
    button.dt-button, div.dt-button, a.dt-button{
        padding: 0.5em 0.5em;
        font-size: 0.85em;
    }
    .inventory-reports-padding h5{
        font-size: 18px;
    }
    .inventory-reports-padding{
        padding: 0px;
    }
    .control-label {
        font-size: 15px;
    }
    .payment-label-margin label:not(.modal-body){
        margin-right: 15px;
    }
    .dataTable tbody .btn-success, .dataTable tbody .btn-delete, .dataTable tbody .btn-view, .dataTable tbody .btn-print, .dataTable tbody .btn-secondary {
        padding: 0.45rem .34rem;
        font-size: 13px;
        margin-bottom: 5px;
    }
    table{
        border-collapse: collapse !important;
    }

}

/* ----Sticky nav---- */
/* ul#accordionSidebar {
    height: 100%;
    width: 160px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
} */
/* ----Sticky nav---- */

/* ----Top Nav----*/
/* .navbar {
    position: fixed;
    z-index: 99;
    width: 100%;
} */

/* .row {

    margin-left: 160px !important;
    padding: 0px 10px;
} */
/*----Top Nav----*/
/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }
.bg-login-image {
    background: url(../image/login-bg.png) no-repeat !important;
    background-size: cover !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{
    color: #c1bbbb !important;
}
.order-tracking {
    text-align: center;
    width: 33.33%;
    position: relative;
    display: block;
}
.order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    border: 0px solid #AFAFAF;
    background-color: #d2d2d2;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 15%);
}
.order-tracking.cancelled span {
    background-color: #dc3545;
}
.order-tracking.completed .is-complete {
    border-color: #1cc88a;
    border-width: 0px;
    background-color: #1cc88a;
}

.order-tracking p {
    color: #A4A4A4;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}
.order-tracking p span {
    font-size: 14px;
}
.order-tracking.completed p {
    color: #000;
}
.order-tracking::before {
    content: '';
    display: block;
    height: 3px;
    width: calc(100% - 0px);
    background-color: #d2d2d2;
    top: 9px;
    position: absolute;
    left: calc(-50% + 10px);
    z-index: 0;
}
.order-tracking:first-child:before {
    display: none;
}
.order-tracking.completed:before {
    background-color: #1cc88a;
}
.order-status {
    padding: 1rem;
}
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.popover-body {
    color: #ffffff;
    padding: .3rem 0.35rem;
    background: #000;
    border-radius: 4px;
    font-size: 12px;
}
.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before{
    border-top-color: #000;
}
.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after{
    border-top-color: #000;
}
.order-status-table .card-body {
    padding: 2.25rem 1.25rem;
}
.nav-sidebar {
    background-color: #424f62;
    background-image: linear-gradient(180deg,#424f62 10%,#61738d 100%);
    background-size: cover;
}
.login-bg-img{
    background-image: url('../image/image1.jpeg');
    background-size: cover;
    background-position: center;
background-repeat: no-repeat;
}
.btn-primary{
    background-color: #61c3ce !important;
    border-color: #61c3ce !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color:  #61c3ce !important;
}
.sidebar-brand-icon{
    width: 25%;
}

#datatable-buttons_wrapper .dataTables_filter{
    margin-top: 0px;
}

.text-class {
    height: 50px;
}

.table-y-responsive{
    height:400px;
    overflow-y:scroll;
    overflow-x: auto;
}
.table-y-responsive thead tr:nth-child(1) th{
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
}

.dashboard-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 .75rem;
}
.dashboard-row .card-body {
    padding: 1.25rem 0rem;
}

.dashboard-block{
    flex: 1 0 auto;
}
.dashboard-block:not(:last-child){
     margin-right: 15px;
}

/* Responsive styles */
/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .dashboard-block {
        flex: unset;
        width: 100%;
        margin-bottom: 1.5rem!important;
    }
    .dashboard-block:not(:last-child) {
        margin-right: 0;
    }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .dashboard-block {
        flex: unset;
        width: 100%;
        margin-bottom: 1.5rem!important;
    }
    .dashboard-block:not(:last-child) {
        margin-right: 0;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .dashboard-block {
        flex: unset;
        width: 49%;
        margin-bottom: 1.5rem!important;
    }
    .dashboard-block:not(:last-child) {
        margin-right: 0;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .dashboard-block {
        flex: unset;
        width: 49%;
        margin-bottom: 1.5rem!important;
    }
    .dashboard-block:not(:last-child) {
        margin-right: 0;
    }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1400.98px) {

}

/* // For 2k Monitors, (more than 1401 px) */
@media (min-width: 1401px) and (max-width: 1599.98px) {

}

@media (min-width: 1600px) and (max-width: 2559.98px) {

}

@media (min-width: 2560px) {

}

.main-table, .main-table th {
    border: 2px solid #000;
    border-spacing: 0px;
     padding: 4px 5px;
 }
 
 .main-table td {
     padding: 10px 10px;
     border-right: 2px solid #000;
 }

.order-sign td {
    padding: 5px 0;
}

.results {
    border: 2px solid #000;
}

.sheeter-heading {
    font-size: 55px;
    margin-bottom: 25px;
}

.sheeter-table {
    font-size: 24px;
    font-weight: 400;
}
.calendar-form2-table td{
    padding: 5px 4px 5px 10px;
    vertical-align: middle;
}
.calendar-form2-table{
    width: 1050px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
}

/* // For hilight the inactive cutomer */
 
.inactive-customer {
    color: red;
    font-weight: bold;
}    

.select2-results__option:has(> .inactive-customer) {
    color: #888 !important;
    background-color: #f0f0f0 !important;
}
.select2-results__option:has(> .inactive-customer):hover,
.select2-results__option:has(> .inactive-customer):focus {
    background-color: #ccc !important;
    color: #fff !important;
}


.select-customer {
    flex-wrap: nowrap !important;
}

/* For multiple pdf crop image page start */
 .cropped-card .preview-container {
        height: 200px; 
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f8f9fa;
    }
    .cropped-card .preview-container img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
    }   
    
    .cropped-card .view-full {
        position: absolute;
        top: 10px;
        right: 10px;
        background: rgba(255,255,255,0.8);
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    .cropped-card:hover .view-full {
        opacity: 1;
    }    
   
    #submitContainer .card {
        border-width: 2px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    #submitContainer .btn-lg {
        padding: 0.5rem 1.5rem;
    }
    .empty-state {
        opacity: 0.7;
    }
    /* For multiple pdf crop image page start */