.VIpgJd-ZVi9od-l4eHX-hSRGPd{
    display: none !important;
}
#language_div{
    z-index: 1900;position: fixed;bottom:  20px; padding: 5px 10px;
    left: 1%;
    background: gray;
    border-radius: 15px;
}
/* #msg_div{
    z-index: 1900;position: fixed;bottom:  20px; padding: 10px;
    right: 1%;
} */
.d-none {
  display:none !important;
}

.cur_p{
    cursor: pointer;
}
body.login_page {
  background-image: url('../img/bg.png');
}
.loginpage input[type="email"] {
    width: 100%;
    padding: 9px;
    line-height: 25px;
    margin: 5px 0 15px 0;
    border: 1px solid #304ffe;
}
.r4_counter .stats {
  margin-left: 0px;
}
/* .dataTables_wrapper {
    padding: 1.5rem !important;
  }
.dataTables_length > label > select{
    min-width: 55px !important;
}
.status_display{
    display : inline-block !important;
} */
.hidden-md-down {
    display:none !important;
}
@media(max-width:1024px) {
/*    #language_div{
        z-index: 1900;position: fixed;bottom:  0; padding: 10px;
        left: 10%
    }*/
    .hidden-md-down {
        display:block !important;
    }
    .simplebar-mask{
        z-index: 20;
    }
}