.select2-container--default .select2-selection--single{
    border: 1px solid #2d3749 !important;
    background-color: #1c222f !important;
    border-radius: 10px !important;
}
.select2-search__field{
    border: 1px solid #2d3749;
    background-color: #1c222f;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #2d3749;
}
.select2-container .select2-selection--single {
    height: 52px;
}
.form-group .form-label {
    display: unset;
    font-weight: unset;
}
/*.form-group input {*/
/*    color: #808DA0 !important;*/
/*}*/
/*.select2-container--default .select2-selection--single .select2-selection__rendered {*/
/*    color: #808DA0 !important;*/
/*}*/
.select2-container{
    min-width: 80px;
}

[dir=rtl] .select2-container{
    min-width: 80px;
}

