

.form-floating>.select2 {
    padding-top: 1.625rem;
    /* padding-bottom: 0.625rem; */
}

.form-floating>.select2:focus {
    border-color: #83b2e8;
    box-shadow: 0 0 0 0.25rem rgb(6 101 208 / 25%);
    outline: 0;
}

.form-floating > .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left:0px;
    padding-right: 5px;
    line-height: 1.25;
    height: auto!important;
}


.form-floating>.select2-container--default.select2-container--focus .select2-selection--single,
.form-floating > .select2-container--default.select2-container--open .select2-selection--single,
.form-floating >.select2-container--default.select2-container--open .select2-selection--multiple, 
.form-floating >.select2-container--default.select2-container--open .select2-selection--single
.form-floating > .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-floating > .select2-container--default .select2-selection--multiple{
    /* height: calc(3.5rem + 2px) !important;
    position: absolute;
    top: 0px; */
    line-height: 1.25;
    width: 100% !important; 
    border: none;
    box-shadow: none ;
    outline: 0;
    
}

.form-floating>.select2 {
    /* height: calc(3.5rem + 2px); */
    line-height: 1.25;
    width: 100% !important;
}

.form-floating>.select2-container--default .select2-selection--single,
.form-floating>.select2-container--default .select2-selection--multiple,
.form-floating>.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none ; 
    border-radius: 4px;
}

/* .form-floating>.select2-container--default .select2-selection--multiple {
    height: 30px;
} */

.select2 {
    display: block;
    width: 100% ;
    padding: 0 2.25rem 0 0.75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #343a40;
    background-color: #fff;
    border: 1px solid #d1d8ea;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-floating>.select2-container--default .select2-selection--single .select2-selection__arrow b  {
    border-width: 6px 6px 0;
}

.form-floating>.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 6px 6px;
}

.form-floating>.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 7px;
}


.form-floating .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 0.25rem 0.25rem 0.25rem 0;
    height: 1.375rem;
    line-height: 1.375rem;
    color: #fff;
    font-size: .875rem;
    font-weight: 600;
    background-color: #0665d0;
    border: none;
    border-radius: 0.25rem;
}

.form-floating >.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}