
/*# sourceMappingURL=custom.min.css.map */
.table-scroll {
    max-height: 350px;
    overflow-y: auto;
}

    .table-scroll thead th {
        position: sticky;
        top: 0;
        background: white;
        z-index: 1;
    }