.select2.select2-container{
    width: 100% !important;
}
.select2-selection.select2-selection--single {
    border-color: rgb(233 233 233 / 1);
    height: 44px;
    padding-block: 7px;
    border-radius: 0.5rem;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 14px
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
    right: 9px;

}