.select2{
    width: 100% !important;
}
.select2-container {
    /* max-width: 245px !important; */
    text-align: left !important;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    color: #373737;
    /* font-family: "FontTitle" !important; */
}

.select2-container--default .select2-selection--single{
    border-color: #ced4da !important;
}

.select2-container--default .select2-selection--single.border_danger{
    border-color: #dc3545 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
    color: #373737;
    line-height: 24px !important;
    font-size: 17px;
    font-weight: 400;
}
.select2-container--default .select2-results > .select2-results__options {
    padding: 0px 10px;
}
.select2-results__option {
    border-top: 1px dashed #e6e6e6;
}

.select2-results__option:nth-child(1) {
    border-top: 0px dashed;
}

.select2-container .select2-selection--single {
    height: 39.5px !important;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: white;
    color: #275998;
    font-style: normal;
    font-weight: 500;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    content: "";
    width: 13px !important;
    height: 13px !important;
    border-color: #03256c #03256c transparent transparent !important;
    border-style: solid !important;
    border-width: 2px 2px 0 0 !important;
    transform: rotate(135deg) !important;
    margin-left: -15px !important;
    margin-top: -5px !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #03256c #03256c transparent transparent !important;
    border-width: 2px 2px 0 0 !important;
    transform: rotate(-45deg) !important;
    margin-top: 4px !important;
}
.foo {
    color: #ed3c53;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    /* font-family: "FontTitle" !important; */
}
@media (max-width: 767px) {
    .select2-container {
        font-size: 15px;
    }
    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 17px;
        line-height: 33px;
    }
}
