/* select 2 custome changes*/
span.select2-selection__clear {
   /*  padding-left: 7px; */
}
.select2-container--default .select2-selection--single .select2-selection__clear:hover {
    color: red;
    cursor: pointer;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
/*     margin-top: -4px; */
}
.select2-search--dropdown .select2-search__field {
    padding: 4px 10px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #444 transparent transparent transparent;
    border-width: 5px 4px 0 4px;
}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #444 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container .select2-selection--single:focus-visible {
    outline: none;
    border: 1px solid #29aae3;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus,
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 13px;
    line-height: 36px;
    border: 1px solid #29aae3;
    height: 36px;
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
     color: #7C7C7C;
    padding: 0 10px;
    font-family: var(--regular);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    line-height: 16px;
    z-index: 0;
    min-width: 100px;
    padding-left: 18px;
}
body .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fafafa;
    cursor: default;
    /* padding: 0 15px; */
    opacity: 0.6;
}
body .select2-container--open .select2-dropdown--below {
    border: 0 !important;
    min-width: 100%;
    /*    min-width: 230px; */
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
li[id$='Default Filters'] {
    font-size: smaller;
    font-weight: bold !important;    
   /*  margin-left: -10px; */
}

body .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0;
}
body .select2-container .select2-selection--single{
    border: 1px solid var(--b_color);
    height: 42px;
    overflow-y: scroll;
    scrollbar-width: none;
}
body .select2-container .select2-selection--single::-webkit-scrollbar{
    display: none;
}
body .select2-container .select2-selection--single::-webkit-scrollbar {
    display: none;
  }
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-57%);
    right: 15px;
    width: 10px;
}
body .main-filter .select2-selection__arrow {
    right: -5px !important;
}
body .select2-dropdown{
    min-width: 100%;
}
body .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
    padding: 0px 55px 0 0;
    margin-top: 0;
    font-family: var(--regular);
}


body .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    font-weight: 400;
    padding-right: 6px;
    margin-right: 12px;
    padding-left: 0;
    font-size: 18px;
    line-height: 42px;
    border-right: 1px solid #ccc;
    position: absolute;
    right: 23px;
    top: 0;
    height: 42px;
}
body .select2-results__options {
    box-shadow: none;
}