.floating-select .select2-container--default .select2-selection--single {
    display: flex;
    align-items: flex-end;
    border-radius: 8px;
    border: 1px solid rgba(236, 255, 227, 0.2);
    background: #f6ffea;
    height: 56px;
    padding-bottom: 6px;
}

.floating-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #003922;
    font-size: 14px;
    padding-left: 12px;
}

.floating-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px;
    top: 0;
    right: 8px;
}

.floating-select {
    position: relative;
}

.floating-select label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    color: #008247;
    font-size: 14px;
    transition: all 0.2s ease;
    pointer-events: none;
    z-index: 1;
}

.floating-select.select2-focused label,
.floating-select.has-value label {
    top: 10px;
    font-size: 12px;
    transform: none;
}

.select2-search--dropdown {
    background: #003922;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background: #003922;
    border: none;
    color: #c6ef9f;
    outline: none;
    padding: 8px;
}

.select2-dropdown {
    background: #f6ffea;
}

.select2-results__option {
    padding: 12px;
    margin: 0;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #008247;
    color: #fff;
}

.select2-search__field::placeholder {
    color: #c6ef9f;
    opacity: 1;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 0 !important;
    padding-left: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__clear span {
    content: url('/assets/images/icon-select-close.svg');
}

.select2-container--default .select2-selection--single .select2-selection__clear + .select2-selection__rendered {
    padding-left: 4px;
}
