.custom-bg{
    border: none;
    background: #FFBB41;
    background: linear-gradient(90deg, #003b5c 0%, #00aeef 100%);
    box-shadow: 0px 7px 20px rgba(51, 51, 51, 0.1);
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
