/*::-webkit-scrollbar {*/
/*width: .6em;*/
/*height: .6em;*/
/*background: transparent;*/
/*}*/
/*::-webkit-scrollbar-track {*/
/*background: transparent;*/
/*}*/
/*::-webkit-scrollbar-thumb {*/
/*background-color: #222;*/
/*-webkit-border-radius: 50px;*/
/*-moz-border-radius: 50px;*/
/*border-radius: 50px;*/
/*outline: 0;*/
/*}*/

.bg-white {
    background-color: #3a3b45 !important;
}
#wrapper #content-wrapper {
    background-color: #5a5c69;
}
.card {
    background-color: #3a3b45;
    border: 1px solid #131610;
}
.card-header {
    background-color: #38393c;
    border-bottom: 1px solid #131610;
}
.table-bordered {
    border: 1px solid #131610;
}
.table thead th,
.table-bordered th, .table-bordered td {
    border-bottom: 2px solid #131610;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #131610;
}
.other-filter,
.custom-select,
.dataTables_filter input,
.bg-gray-200,
.form-control {
    background-color: #222 !important;
    border: 1px solid #111312;
}
.page-item.disabled .page-link,
.page-link {
    background-color: #222;
    border-color: #1d1f1b;
}
.progress {
    background-color: #1a1c14;
}
.modal-content {
    background-color: #222;
}
.alert-light {
    background-color: #2e2e2e;
    border-color: #1d1d1e;
}