/*# sourceMappingURL=custom.min.css.map */

table .badge {
    color: #333;
    font-size: 14px;
}

table thead tr.bg-primary {
    background-color: #fff !important;
    color: #333 !important;
}

.editable-buttons button {
    color: #888 !important;
}

.editable-buttons button:hover {
    color: #fff !important;
}

.table td img {
    border-radius: 0 !important;
}

#active {
    background: #838795 !important;
}
.w-full {
    width: 100% !important;
}
.w-50 {
    width: 50% !important;
}
.w-40 {
    width: 40% !important;
}
.w-20 {
    width: 20% !important;
}

.btn-primary {
    border-color: rgb(38, 100, 235) !important;
    background-color: rgb(38, 100, 235) !important;
}

.pagination .page-item.active .page-link {
    border-color: rgb(38, 100, 235) !important;
    background-color: rgb(38, 100, 235) !important;
}

.pagination .page-item:hover .page-link,
.btn-primary:hover {
    background-color: rgb(64, 98, 172) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: unset !important;
    border: unset !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f6fbff !important;
}
