﻿.select2-container .select2-selection--single {
    height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.4285714 !important;
    padding: .4375rem 2.25rem .4375rem .75rem !important;
    font-size: .875rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px !important;
    right: 14px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d9dbde !important;
}

.select2-container .select2-selection__arrow b {
    display: none;
}

/* Add your custom SVG arrow */
.select2-container .select2-selection__arrow {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23d9dbde' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px; /* adjust as needed */
    width: 30px; /* optional: control the width of the arrow container */
    height: 100%;
}
