.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.mtb5 {
    margin: 5px 0;
}

.same-h-box {
    height: 100%;
}

.p10{
    
    padding:10px;
}

.fsize30{
    font-size:30px;
}

.dataTables_wrapper{    
    overflow-x:auto;
}


.s_loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(249, 215, 58, 0.1);
}

    .s_loader .logo {
        display: block;
        position: absolute;
        width: 200px;
        height: 200px;
        top: 50%;
        left: 50%;
        margin: -20px 0 0 -20px;
        z-index: 2;
    }