.hidden {
    display: none;
}
.nav-sidebar .nav-link.active i.right {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    color: #000;
}
/*/ datatables /*/
.table-hover tbody tr:hover {
    background-color: #f9f4ff;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border: 0;
    border-bottom: 1px solid #f7f7f7 !important;
}
table.dataTable thead .sorting {
    background-image: none !important;
}
table.dataTable thead .sorting_desc {
    background-image: none !important;
}
table.dataTable thead .sorting_asc {
    background-image: none !important;
}
.table {
    border: 0 !important;
}
table.dataTable thead th, table.dataTable thead td {
    border: 1px solid #f7f7f7 !important;
}
.dataTables_info {
    display: none;
}
.dataTables_length {
    display: none;
}
.table-responsive {
    scrollbar-color: white white;
}
.dataTables_filter {
    display: none;
}
.datatable-search-wrapper .form-control-lg {
    border-radius: 18px;
    font-size: 16px;
}
.datatable-search-wrapper {
    margin-bottom: 28px;
    width: 40%;
}
.dataTables_paginate .paginate_button {
    background: none !important;
    background-color: transparent !important;
    border: 2px solid #b07dfc !important;
    border-radius: 20px !important;
    color: #b07dfc !important;
    height: 36px;
    font-weight: 600;
    margin: 0 2px;
    min-width: 36px !important;
    padding: 6px !important;
    line-height: 22px;
    text-align: center !important;
}
.dataTables_paginate .paginate_button.current {
    background: #000 !important;
    background-color: #ebdefe !important;
    border: 2px solid #b07dfc !important;
    border-radius: 20px !important;
    height: 36px;
    font-weight: 600;
    margin: 0 2px;
    min-width: 36px !important;
    padding: 6px !important;
    line-height: 22px;
    text-align: center !important;
}
.container-fluid .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #b07dfc !important;
}

@media screen and (max-width: 992px) {
    /*/ datatables /*/
    .datatable-search-wrapper {
        width: 100%;
    }
}