.table-responsive {
    overflow: visible !important;
}

.dropdown-menu {
    background: #FFFFFF !important;
    z-index: 6 !important;
}

.loader-wrapper{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

tr {
    vertical-align: middle !important;
}