.dt-container {
    color: #000000;
}
.table thead {
    background: #132034;
    color: #ffffff;
}
.table .dt-column-title {
    font-size: 11px;
}

.table .dt-left {
    text-align: left !important;
}
.table .text-center {
    text-align: center !important;
}
.table .text-success {
    color: #008311;
}
.table .text-danger {
    color: #b90000;
}
.table .button-primary {
    background: #00bf8f;
    padding: 5px 10px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 50px;
    border: 2px solid #00bf8f;
}