
/* Single Selection Start */
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 35px !important;
    padding-right: 10px!important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}
/* Single Selection End */

/* Multiple Selection Start */
.select2-container--default .select2-selection--multiple .select2-selection__arrow{
    top: 6px !important;
}

.select2-container--default .select2-selection--multiple .select2-search__field {
    color: #444;
    line-height: 27px !important;
    margin-left: 8px;
}

.select2-container .select2-search--inline .select2-search__field {
    padding: 2px !important;
    height: 30px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-bottom: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    height: 35px !important;
    padding-right: 10px !important;
    margin-top: 0px  !important;
}

.select2-container .select2-selection--multiple {
    /* height: 38px !important; */
    min-height: 38px !important;
}

/* Multiple Selection End */

.select2-container {
    z-index: 9999 !important;
    width: 100% !important;
    display: block !important;
} 


div.dt-container select.dt-input {
    margin-right: 6px;
}

/* background-color: var(--bs-tertiary-bg); */
/* border: var(--bs-border-width) solid var(--bs-border-color); */

.profile_name_label{
    font-size: 20px;
    font-weight: 600;
}

.profile_name{
    font-size: 16px;
    color: #313533bf;
}

.f_20{
    font-size: 16px;
}