
.custom-ajax-loader-wrapp{
    display: none;
}
.custom-ajax-loader{
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}

#data_table_wrapper #data_table_filter input{
    background-color: #eef3f7;
    border-color: #e9e9e9;
    border-radius: 3px;
    outline: none;
}

table.dataTable tbody tr {
    background-color: transparent !important;
}
.w-33 {
    width: 33% !important;
}

.user_menu_dropdown{
    transform: translate(30px, -75px) !important;
    z-index: 1000 !important;
    position: fixed !important;
}
.notification_menu_dropdown{
    transform: translate(30px, -125px) !important;
    z-index: 1000 !important;
    position: fixed !important;
}

