.container {
    /* max-width: 1000px; */
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
h2 {
    font-size: 26px;
    margin: 20px 0;
    text-align: center;
}
h2 small {
    font-size: 0.5em;
}
.responsive-table li {
    border-radius: 3px;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.responsive-table .table-header {
    background-color: #151618;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1;


}
.responsive-table .table-row {
    background-color: #7100DB;
    color: #fff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
}
/* .responsive-table .col-1 {

} */
.responsive-table .col-2 {
    flex-basis: 20%;
    text-align: left;

}
.responsive-table .col-5 {
    flex-basis: 40%;
}
.responsive-table .col-3 {
    flex-basis: 15%;
    text-align: center;

}
.responsive-table .col-4 {
    flex-basis: 15%;
    text-align: center;

}
@media all and (max-width: 767px) {
    .responsive-table .table-header {
        display: none;
   }
    .responsive-table li {
        display: block;
   }
    .responsive-table .col {
        flex-basis: 100%;
   }
    .responsive-table .col {
        display: flex;
        padding: 10px 0;
   }
    .responsive-table .col:before {
        color: #151618;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 50%;
        text-align: right;
   }
}

.dataTables_length > select > option {
    color: black !important;
}

.table>:not(caption)>*>* { 
    color: white !important;
}