/*============================
 Vendors
============================*/
.select2-container {
    min-width: 100% !important;
    z-index: 99;
}
.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--Stroke, rgba(145, 158, 171, 0.3));
    border-radius: 5px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: var(--gray-900) !important;
    line-height: 40px;
    border-radius: 6px;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 400;
    padding-right: 30px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered
    span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered
    span
    img {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    margin-right: 5px;
}
.select2-container--default .select2-selection--single .select {
    width: 219px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px;
    right: 7px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    position: absolute;
    top: 50%;
    left: 50%;
    border-color: var(--gray-900);
    border-style: solid;
    border-width: 0 1px 1px 0;
    padding: 3px;
    height: 0;
    margin-left: -6px;
    margin-top: -3px;
    width: 0;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: var(--black);
    border-width: 1px 0 0 1px;
    margin-top: 3px;
    padding: 3px;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background: var(--primary-color);
    color: var(--white);
}

.select2-container--focus .select2-selection--single {
    border-color: var(--light-900);
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999;
}

.select2-container--default .select2-selection--single {
    background: var(--white);
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single,
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow,
.select2-container--default .select2-selection--multiple,
.select2-container--classic
    .select2-selection--single
    .select2-selection__arrow,
.select2-container--classic
    .select2-selection--single
    .select2-selection__rendered {
    border-color: var(--gray-100);
    color: var(--gray-900);
}

.select2-dropdown {
    border-color: var(--gray-100);
    background: var(--white);
}

.select2-container--default .select2-selection--multiple {
    line-height: 27px;
    height: auto;
    min-height: 40px;
}

.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    background-color: #5625e8;
    border-color: #5625e8;
    color: var(--white);
}

.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single {
    border-color: var(--primary-color);
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border-color: var(--primary-color);
}

.select2-container--open .ti-filter {
    z-index: 9999 !important;
}

.select2-results__option span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.select2-results__option span img {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    margin-right: 5px;
}

table.dataTable {
    margin: 0 !important;
}

table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
    right: 0px !important;
    content: "\f175" !important;
    font-family: "Font Awesome 5 Free";
    bottom: 8px !important;
    color: var(--gray-300) !important;
    font-size: 10px !important;
    opacity: 1 !important;
    position: absolute;
    font-weight: 600;
    line-height: 1px !important;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
    right: 8px !important;
    content: "\f176" !important;
    font-family: "Font Awesome 5 Free";
    top: 22px !important;
    color: var(--gray-300) !important;
    font-size: 10px !important;
    opacity: 1 !important;
    position: absolute;
    font-weight: 600;
    line-height: 1px !important;
}

.dataTables_paginate .paging_numbers {
    float: right;
}

.dataTables_info {
    font-size: 14px;
    color: var(--gray-500);
    font-weight: 500;
}
@media (max-width: 767.98px) {
    .dataTables_info {
        font-size: 12px;
        text-align: center;
        padding-bottom: 0 !important;
    }
}

.custom-select {
    min-width: 80px;
    background: url(../img/icons/dropdown.html) no-repeat 95% 50%;
}

.dataTables_paginate .pagination {
    justify-content: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
}
.dataTables_paginate .pagination li {
    margin: 0 2px;
}
.dataTables_paginate .pagination li a {
    background: transparent;
    border-color: var(--gray-200);
    border-radius: 50% !important;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-500);
    font-size: 12px;
}
.dataTables_paginate .pagination li a:hover {
    background: var(--primary-color);
    color: var(--white);
}
.dataTables_paginate .pagination li.active a.page-link {
    background: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 5px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dataTables_paginate .pagination li.previous.disabled,
.dataTables_paginate .pagination li.prev {
    width: auto;
    margin: 0 10px 0 0;
}
.dataTables_paginate .pagination li.previous.disabled a,
.dataTables_paginate .pagination li.prev a {
    background-color: transparent;
    border: 0;
    width: auto;
    padding: 0;
    font-size: 15px;
}
.dataTables_paginate .pagination li.previous.disabled a i,
.dataTables_paginate .pagination li.prev a i {
    margin-right: 8px;
}
.dataTables_paginate .pagination li.previous.disabled a:hover,
.dataTables_paginate .pagination li.prev a:hover {
    color: #03c95a;
}
.dataTables_paginate .pagination li.next.disabled,
.dataTables_paginate .pagination li.next {
    width: auto;
    margin: 0 0 0 10px;
}
.dataTables_paginate .pagination li.next.disabled a,
.dataTables_paginate .pagination li.next a {
    background-color: transparent;
    border: 0;
    width: auto;
    padding: 0;
    font-size: 15px;
}
.dataTables_paginate .pagination li.next.disabled a i,
.dataTables_paginate .pagination li.next a i {
    margin-left: 8px;
}
.dataTables_paginate .pagination li.next.disabled a:hover,
.dataTables_paginate .pagination li.next a:hover {
    color: var(--primary-color);
}
@media (max-width: 767.98px) {
    .dataTables_paginate .pagination {
        justify-content: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
    }
}

.dataTables_length {
    padding: 15px 0;
}
@media (max-width: 767.98px) {
    .dataTables_length {
        text-align: center;
        padding-bottom: 0;
    }
}
@media (max-width: 767.98px) {
    .dataTables_length label {
        justify-content: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
    }
}

.dataTables_paginate {
    margin-top: 15px !important;
}

.dataTables_length label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--gray-700);
    font-size: 14px;
}
.dataTables_length label .form-select {
    width: 61px;
    border: 1px solid var(--gray-200);
    border-radius: 6px;
    color: var(--gray-700);
    margin: 0 8px;
    background-position: right 5px center;
    padding-right: 15px;
    line-height: normal;
}

@media (max-width: 767.98px) {
    .datatable-length {
        text-align: center;
    }
}

div.dataTables_wrapper div.dataTables_info {
    padding: 15px 0;
}

table.dataTable thead > tr > th.no-sort.sorting_asc:before {
    display: none;
}

table.dataTable thead > tr > th.no-sort.sorting_asc::after {
    display: none;
}

table.dataTable thead > tr > th.no-sort.sorting:before {
    display: none;
}

table.dataTable thead > tr > th.no-sort.sorting::after {
    display: none;
}

.custom-table .table-responsive {
    border: 1px solid var(--gray-200);
    border-radius: 6px;
}

table.table.dataTable > tbody > tr {
    border-color: var(--gray-200);
}
table.table.dataTable > tbody > tr td {
    color: var(--gray-500);
    border-bottom: 1px solid var(--gray-200);
    padding: 10px 20px;
}
table.table.dataTable > thead > tr {
    border-color: var(--gray-200);
}
table.table.dataTable > thead > tr th {
    color: var(--gray-900);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
}

.dataTables_filter {
    margin-bottom: 15px;
}

#select-all ~ .checkmarks {
    top: -7px;
}

#select-all2 ~ .checkmarks {
    top: -7px;
}

#select-all3 ~ .checkmarks {
    top: -7px;
}

.custom-datatable-filter {
    background: var(--white);
    border-radius: 5px;
}
.custom-datatable-filter [class*="col-md"] {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.custom-datatable-filter .dataTables_filter {
    margin: 15px 0;
}
@media (max-width: 767.98px) {
    .custom-datatable-filter .dataTables_filter {
        text-align: center !important;
    }
}
.custom-datatable-filter .dataTables_paginate {
    margin: 15px 0 !important;
}
@media (max-width: 767.98px) {
    .custom-datatable-filter .dataTables_paginate {
        text-align: center !important;
    }
}

.no-datatable_length .dataTables_length {
    display: none;
}
.no-datatable_length .dataTables_filter {
    display: none;
}
.no-datatable_length .dataTables_info {
    display: none;
}
.no-datatable_length .dataTables_paginate {
    display: none;
}

.datatable-info .dataTables_info {
    display: none !important;
}
.datatable-info .dataTables_info:first-child {
    display: block !important;
}

.datatable-length .dataTables_length {
    display: none !important;
}
.datatable-length .dataTables_length:first-child {
    display: block !important;
}

.datatable-paginate .dataTables_paginate {
    display: none !important;
}
.datatable-paginate .dataTables_paginate:first-child {
    display: block !important;
}

.daterangepicker .ranges li.active {
    background-color: var(--primary-color);
}
.daterangepicker td.active {
    background-color: var(--primary-color);
}
.daterangepicker td.active:hover {
    background-color: var(--primary-color);
}

.daterange-wraper .date-range {
    padding-left: 30px;
    font-size: 14px;
    color: var(--gray-700);
    border: 0;
    min-height: auto;
    height: 36px;
    border: 0;
    box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.0509803922);
}
.daterange-wraper .date-range:focus {
    border-left: 0;
}
.daterange-wraper .cal-icon-date {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
