/* assets/css/styles.css */
/* .select2-container--default .select2-selection--single {
    height: 38px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 33px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px !important ;
    right: 5px !important;
    width: 20px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 15px !important;
} */



.custom-checkout .form-row-first, .form-row-last{
    -webkit-padding-end: 0px !important;
    padding-inline-end: 0px !important;
}

.custom-checkout span.select2.select2-container.select2-container--default {
    width: 100% !important;
}