body {
    background-color: #F5F7FB;
}
.custom-table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    width: 100%;
    /* overflow: visible !important; */
}

.table-container {
    max-height: 400px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.table-wrapper {
    overflow-x: auto;
}
.dropdown-menu-fixed {
    position: fixed !important;
    z-index: 9999 !important;
}
