
.select2-container {
    width: 100% !important;
}

.modal .select2-container {
    z-index: 1060;
}

.select2-results__option {
    color: #000;
    width: 100%;
}

.select2-results__group {
    font-weight: 700;
}

.select2-container--default .select2-selection--single {
    color: var(--primaryColor) !important;
    background-color: transparent !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: var(--primaryColor) !important;
        line-height: 38px;
    }

.select2-noborder .select2-selection {
    border: none !important;
}

.select-max-200 .select2-container {
    max-width: 200px;
}

.select2-container .select2-selection--single {
    height: 38px;
}
.div_search{
    display:flex;
}

.dataTables_processing {
    z-index: 11000 !important;
}

.thead_custom {
    color: var(--primaryColor);
    background-color: wheat;
    font-size: 10px
}

.tfoot_custom {
    color: var(--primaryColor);
    background-color: wheat;
    font-size: 10px
}


.dataTables_length {
    padding-top: 5px;
}