@media (max-width: 768px){
    div.dataTables_wrapper div.dataTables_filter {
        text-align: right !important;
    }
    .mt-35{
        margin-top: 35px;
    }
    .small-box{
       font-size: 13px;
    }
}
@media (max-width: 992px ) and (min-width: 768px){
}
@media (max-width: 1200px ) and (min-width: 992px){
    form .card-default .card-body.row{
        justify-content: space-between;
    }

}
@media (max-width: 2000px ) and (min-width: 768px){
    .select2-container {
        z-index: 9999;
    }
}