footer,
.chat-bubble-section{
    display:none;
}
body{
    background:#f1f2f2!important;
}
.badge-danger-lighten {
    color: #fa6767;
    background-color: rgba(250,103,103,.18);
}
.badge-success-lighten {
    color: #42d29d;
    background-color: rgba(66,210,157,.18);
}
.badge-warning-lighten {
    color: #f9bc0d;
    background-color: rgba(249,188,13,.18);
}
.badge-info-lighten {
    color: #44badc;
    background-color: rgba(68,186,220,.18);
}
.inventory_list_table.product-table table :is(td,th) {
    padding:15px 8px !important;
    border-bottom:1px solid #abb5c3;
}
.inventory_list_table.product-table table  th{
    text-transform: capitalize;
    font-weight: normal;
    color: #05224c;
    background: #f5f6f8;
}
.maximum{
    max-width:200px;
}
#products-datatable_length,#products-datatable_filter{
    display:none;
}
#products-datatable thead.table-light tr th{
    font-size:15px;
    text-transform: capitalize;
}
#products-datatable thead.table-light{
    background:#eef2f7;
}
#products-datatable_filter label{
    display: flex;
    justify-content: end;
    align-items: center;
}
#products-datatable_filter label input{
    width: auto;
    margin-left: 10px;
    border-radius: 5px;
    background: rgb(240, 242, 245);
    border: 0;
}
#products-datatable_info{
    font-size: 14px;
    font-family: Nunito;
    color: #838c96 !important;
    margin:20px 10px;
}
#products-datatable_paginate ul li{
    background: none;
    padding: 0;
}
#products-datatable_paginate{
    text-align:right;
    margin:20px 10px;
}
#products-datatable_paginate .pagination .page-item .page-link{
    border-radius: 50%;
    text-align: center;
    margin:0 5px;
    height: 36px;
    width: 36px;
    line-height: 27px;
}
#products-datatable_paginate .pagination .page-item .page-link:focus,
.product-table .table tbody{
    box-shadow:none !important;
}
#products-datatable tr :is(td,th){
    padding:15px 10px !important;
    line-height:2;
    vertical-align: middle;
}
.btn-danger-new {
    box-shadow: 0 0 0 rgba(250,103,103,.5);
    background: #fa6767;
}
#products-datatable thead > tr > th:first-child .form-check {
    display:inline-block;
}
.maximum{
    min-width:200px !important;
}
#products-datatable  tr :is(td,th):first-child .form-check {
    display:inline-block;
}
#products-datatable thead th{
    width:1% !important;
}
@media(max-width:991px){
    .loyalty-card-section .page_content :is(.search-area,.other-actions){
        margin-bottom:15px;
    }
}
@media(min-width:320px) and (max-width:767px){
    body .main_body_content table{
        z-index: 500;
        position: relative
    }
    .loyalty-card-section .page_content .search-area .searchBox{
        margin:0 !important;
    }
    .loyalty-card-section .page_content .search-area .showCounter{
        font-size:14px !important;
    }
    .loyalty-card-section .page_content .search-area .showCounter select{
        margin-left: 0.2rem !important;
    }
    .loyalty-card-section .page_content .other-actions :is(a,button){
        font-size:12px !important;
        padding:.5rem !important;
        margin-left:.5rem !important;
    }
    .loyalty-card-section .page_content .search-area{
        flex-direction: column;
        align-items: start !important;
    }
    .loyalty-card-section .page_content .search-area .d-flex{
        margin-top:15px;
    }
}