.font-30{
    font-size: 30px;
}
/* Table pluse and minuse button image */
td.details-control {
    background: url('../../img/icon/details-open.png') no-repeat center center;
    cursor: pointer;
    width: 18px;
}
tr.shown td.details-control{
    background: url('../../img/icon/details-close.png') no-repeat center center;
}
/* Table pluse and minuse button image */

.white-space-nowrap{
    white-space: nowrap;
}

.dt-data{
    background: white;
    padding: 1%;
    border-radius: 5px;
}
.scroll::-webkit-scrollbar {
    width: 5px;
    transition: .5s;
}

.scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    transition: .5s;
}

/* Handle */
.scroll::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    transition: .5s;
}

/* Handle on hover */
.scroll::-webkit-scrollbar-thumb:hover {
    background: #b6b5b5;
    transition: .5s;
}
.select2.select2-container{
    background: unset;
}