.card {
    border-radius: 12px;
}

.table thead {
    color: white;
}

.main-container {
    padding-top: 0px;
    padding-bottom: 30px;
}

table.dataTable {
    background-color: #ffffff !important;
    color: #000000 !important;
}

    table.dataTable thead {
        background-color: #ffffff !important;
        color: #000000 !important;
    }

        table.dataTable thead th, table.dataTable td {
            text-align: center !important;
            vertical-align: middle;
        }

.slider.btn-sm {
    padding: 6px 15px;
    font-size: 11px;
    text-decoration: none;
    margin-right: 5px;
    border-radius: 8px;
    font-weight: 500;
}


