/* SELECT TO */
.select2.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 46px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    content: 'abc';
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
    line-height: 23px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
}

.select2-search--inline .select2-search__field {
    font-family: "Nunito Sans", sans-serif !important;
}

.select2-container .select2-selection {
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.625rem;
    background-color: #f9fafb !important;
    border-color: #d1d5db !important;
    border-radius: 0.375rem;
}

.select2-container .select2-search__field {
    margin: 0 !important;
    font-size: .75rem !important;
    line-height: 17px;
}

.select2-container .select2-selection__clear {
    margin-top: 0 !important;
}

.select2-container .select2-selection__choice {
    margin: 0 !important;
}

.select2-container .select2-selection,
.select2-container .select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap;
    gap: .3rem;
}

.select2-container .select2-selection__choice__display {
    font-size: .75rem !important;
}

.select2-dropdown {
    font-size: .75rem !important;
    border-radius: 0.375rem;
    overflow: hidden !important;
}
/* SELECT TO */