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;
}
.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 !important;
    background-color: rgba(66,210,157,.18);
}
.badge-warning-lighten {
    color: #f9bc0d !important;
    background-color: rgba(249,188,13,.18);
}
.badge-danger-lighten {
    color: #fa6767 !important;
    background-color: rgba(250,103,103,.18);
}
.badge-info-lighten {
    color: #44badc !important;
    background-color: rgba(68,186,220,.18);
}
#products-datatable_length,#products-datatable_filter{
    display:none;
}
#products-datatable thead.table-light tr th{
    font-size:10px;
    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;
}
#products-datatable_paginate ul li{
    background: none;
    padding: 0;
}
#products-datatable_paginate{
    text-align:right;
}
#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{
    box-shadow:none !important;
}
#products-datatable tr :is(td,th){
    padding:15px 5px !important;
    line-height:2;
    vertical-align: middle;
}
#products-datatable thead th{
    width:1% !important;
}
.table tr td {
    border-top:0 !important;
    border-bottom: 1px solid #dee2e6;
}
.table tr:not(:last-child) td {
    border-bottom: 1px solid #dee2e6;
}
@media(max-width:1199px){
    #products-datatable th.customer {
        min-width:200px;
    }
    #products-datatable :is(th.phone,th.cardID){
        min-width:150px;
    }
    #products-datatable :is(th.createDate,th.redeemCard){
        min-width:130px;
    }
    #products-datatable :is(th.overviewStatus,th.point ,th.raffle){
        min-width:90px;
    }
}
@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;
        margin-left:.2rem !important;
    }
}