/* 선택된 텍스트 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #707070;
    line-height: 5.5vh;
    padding-left: 0.75rem;
    background-color: var(--bg-slate-light);
}

/* 드롭다운 화살표 */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 10px;
}

/* dropdown 옵션 배경 */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--bg-slate-light);
    color: #707070;
}

/* 검색창 */
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: .25rem;
    padding: 4px;
}

/* 전체 박스 크기 */
.select2-dropdown {
    border-radius: 0.5rem;
}

.select2-container .select2-selection--single {
    height: 5.5vh;
}

.select2-container--default .select2-selection--single {
    border: none;
}