table.dataTable thead th {
    font-size: 14px !important;
    background-color: #861f41;
    color: #fff;
}

table.dataTable tbody td {
    font-size: 13px !important;
}

table.dataTable thead th:first-child {
    border-top-left-radius: 10px;
}

table.dataTable thead th:last-child {
    border-top-right-radius: 10px;
}

.modal-body{
    height: 400px !important;
    overflow: auto !important;
}

.active>.page-link, .page-link.active{
    color: #fff !important;
    background-color: #861f41 !important;
    border-color: #861f41 !important;
}

.page-link {
    color: #861f41 !important;
}

.page-link:hover {
    background-color: #f3c8d6 !important;
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn.dropdown-toggle-split:first-child, .btn-group>.btn{
    background-color: #861f41 !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 13px !important;
}


