footer,
.chat-bubble-section{
    display:none;
}
.stafftab select.form-control {
    min-width: 180px;
}
.table td {
    padding: 10px !important;
    line-height: 1;
}
body{
    background:#f1f2f2!important;
    height:auto;
}
@media(max-width:767px){
    #StaffWH .selectstaff{
        flex-direction: column;
    }
    #StaffWH .selectstaff .ml-auto{
        margin:20px 0 0 !important;
    }
    #StaffWH .selectstaff .ml-auto .page-link.w-auto{
        max-width:160px;
    }
    #id_3 > .bootstrap-datetimepicker-widget{
        left:50% !important;
        transform:translatex(-50%) !important;
    }
}