thead{
    background-color: #eee;
}
sampleTable1 th,sampleTable1 td {
    white-space: nowrap;
}

@media (max-width: 550px) {
    #table_price{
        display: block;
        width: 100%;
        overflow-x: auto;
    }
    .table-user-information{
        display: block;
        width: 100%;
        overflow-x: auto;
    }
    #user_image{
        display: none;
    }
}
#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff url("../img/circular_loading_yellow.svg") no-repeat center center;
    z-index: 999;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}
.dashboardcode-bsmultiselect .dropdown-menu input{
    margin-top: 6px;
/*width: 10%;*/

}

#multi_group_select .dropdown-menu,.dashboardcode-bsmultiselect .dropdown-menu{
    width: 120% !important;
}