.field-select {

    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    color: var(--ink);
    height: 30px;
}

.field-select option {
    color: #000;

}
/* SELECT2 FIX */
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    background: transparent !important;
    height: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
    padding-left: 0 !important;
    color: var(--ink) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px !important;
}

.select2-dropdown {
    border-radius: 12px !important;
    border: 1px solid #eee !important;
}

.select2-search__field {
    border-radius: 8px !important;
}