.nav-sidebar .nav-treeview {
    background: rgba(255,255,255,0.05) !important;
    padding-left: 2rem;
}
.nav-item {
    margin-bottom: 0;
    line-height: 1;
}
.nav-item > a {
    padding-left: 0.4rem;
}
.iti {
    width: 100% !important;
}
.dt-button {
    background: #25a2b8 !important;
    border-radius: 50% !important;
    border-color: #fff !important;
    padding: 0.2em 0.5em !important;
    color: #fff !important;
}
.dt-button.bg-danger {
    background: #dc3545 !important;
    border-radius: 50% !important;
    border-color: #fff !important;
    padding: 0.2em 0.5em !important;
    color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #057bff !important;
    border: 1px solid #057bff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}
.loader-wrapper {
    width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
    top:0;
    z-index: 9999999;
    background: rgba(0,0,0,0.5);
}
.loader-wrapper .alert {
    margin: auto !important;
    border-radius: 0px !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #2ca744 !important;
}
.nav-pills .nav-link:not(.text-primary):not(.text-danger):not(.text-info):not(.text-warning) {
    color: #ffffff !important;
}
.nav-pills .nav-link.active {
    color: #ffffff !important;
}
.nav-pills .nav-link.active.text-primary {
    background-color: var(--primary) !important;
}
.nav-pills .nav-link.active.text-danger {
    background-color: var(--danger) !important;
}
.nav-pills .nav-link.active.text-info {
    background-color: var(--info) !important;
}
.nav-pills .nav-link.active.text-warning {
    background-color: var(--warning) !important;
}
.nav-sidebar>.nav-item {
    font-size: 15px;
}
.main-sidebar > .sidebar {
    height: 100%;
}
.dataTables_length {
    width: 33.3%;
    display: inline-block;
    text-align: center;
}
.dataTables_info{
    width: 33.3%;
    display: inline-block;
}
.dataTables_paginate {
    width: 33.3%;
    display: inline-block;
    text-align: right;
}