.select2-container .select2-selection--single{    
    height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 36px !important;
}

.select2-container--default .select2-selection--single{
    border: 0.0625rem solid #d1d5db !important;
    border-radius: 0.5rem !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #000000 !important;
}

.dropdown-menu {
    position: absolute;
    will-change: transform;
    z-index: 1000;
}

.table-responsive {
    overflow: visible;
    overflow-x: auto;
    white-space: nowrap;
}

.dataTable-info{
    font-weight: 700;
}

.navbar-padding{
    padding-left: 4px;
    padding-right: 25px;
}

.fw-700 {
    font-weight: 800;
}

.w-10{
    width: 10%;
}

.w-15{
    width: 15%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #000000 !important;
}
