﻿.select-item {
    background-color: transparent !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
    padding-left: 0;
}

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

.title,
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    color: var(--theme-dark-blue);
    white-space: nowrap;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    font-weight: 500;
}

.select2-container--default.select2-container--disabled
.select2-selection--single {
    background-color: transparent !important;
}

.select2-container--open .select2-dropdown {
    left: -13.5% !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
    color: var(--theme-dark-blue) !important;
}
