footer,
.chat-bubble-section{
    display:none;
}
body{
    background:#f1f2f2!important;
}
.btn-success-new:hover {
    color: #fff;
    background-color: #38b385;
    border-color: #35a87e;
}
.btn-success-new{
    box-shadow: 0 0 0 rgba(66,210,157,.5);
    background:#42d29d !important;
}
.btn-danger-new{
    box-shadow: 0 0 0 rgba(250,103,103,.5);
    background:#fa6767;
}
#customer-order-list_length,#customer-order-list_filter{
    display:none;
}
.btn-danger-new:hover {
    color: #fff;
    background-color: #d55858;
    border-color: #c85252;
}
.bg-success-new{
    background-color: #42d29d !important;
}
.bg-danger-new{
    background-color: #fa6767 !important;
}
.badge-success-lighten {
    color: #42d29d;
    background-color: rgba(66,210,157,.18);
}
.badge-warning-lighten {
    color: #f9bc0d;
    font-size:11px;
    background-color: rgba(249,188,13,.18);
}
.badge-danger-lighten {
    color: #fa6767;
    font-size:11px;
    background-color: rgba(250,103,103,.18);
}
.badge-info-lighten {
    color: #44badc;
    font-size:11px;
    background-color: rgba(68,186,220,.18);
}
.text-danger-new{
    color: #fa6767 !important
}
.usage_limits_checkbox .checkbox_btn_part .checkbox_input:checked + label .checkbox_btn::after {
    content: '';
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%,-50%)rotate(-45deg);
    height: 5px;
    width: 9px;
    display: inline-block;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}
#customer-order-list td,#customer-order-list th{
    padding:13px !important;
    line-height:1.2;
    vertical-align: middle;
}

#customer-order-list thead.table-light tr th{
    font-size:15px;
    text-transform: capitalize;
}
#customer-order-list thead.table-light{
    background:#eef2f7;
}
#customer-order-list thead th,
#customer-order-list tbody td,
#customer-order-list{
    border:0 !important;
}
#customer-order-list_filter label{
    display: flex;
    justify-content: end;
    align-items: center;
}
#customer-order-list_filter label input{
    width: auto;
    margin-left: 10px;
    border-radius: 5px;
    background: rgb(240, 242, 245);
    border: 0;
}
#customer-order-list_info{
    font-size: 14px;
    font-family: Nunito;
    color: #838c96 !important;
    padding:0 13px;
}
#customer-order-list_paginate ul li{
    background: none;
    padding: 0;
}
#customer-order-list_paginate{
    text-align:right;
}
#customer-order-list_paginate .pagination .page-item .page-link{
    border-radius: 50%;
    text-align: center;
    margin:0 5px;
    height: 36px;
    width: 36px;
    line-height: 27px;
}
#customer-order-list_paginate .pagination .page-item .page-link:focus{
    box-shadow:none !important;
}
#customer-order-list thead th{
    width:1% !important;
}
@media(min-width:992px) and (max-width:1024px){
    .ps-section--shopping .overview-Options .new-checkbox.ml-5{
        margin-left: 2rem !important;
    }
    .ps-section--shopping .overview-Options .new-checkbox.ml-4{
        margin-left:.5rem !important;
    }
    .ps-section--shopping .overview-Options > div:first-child label:last-child{
        margin-left:2rem !important
    }
}
@media(max-width:991px){
    .total-revenue > span:first-child{
        display:block;
    }
    .total-revenue > span:nth-child(2){
        margin:0 !important;
    }
    .ps-section--shopping .w-100.radius-5 .shadow-sm.p-5{
        padding:2rem !important;
    }
    .ps-section--shopping .overview-Options{
        flex-direction: column;
        align-items:start !important;
    }
    .ps-section--shopping .overview-Options > div:last-child .new-checkbox:first-child{
        margin:0 !important
    }
    .ps-section--shopping .overview-Options > div:last-child{
        margin-top:20px ;
    }
}
@media(min-width:768px){
    .search-overview{
        min-width:300px;
    }
}
@media(max-width:767px){
    .ps-section--shopping .invoice-over-top,
    .ps-section--shopping .overview-Options > div:first-child,
    .ps-section--shopping .overview-Options > div:last-child{
        flex-direction: column;
        align-items: start !important;
    }
    .ps-section--shopping .invoice-over-top a,
    .ps-section--shopping .overview-Options > div:first-child label:last-child{
        margin: 10px 0 0 !important;
    }
    .ps-section--shopping .overview-Options > div:first-child label:last-child input,
    .ps-section--shopping .overview-Options > div:last-child > div{
        margin:0 !important;
        width:100 !important;
    }
}