.select2-container {
    /*width: 100% !important;*/
    background: #FFFFFF;
    border: 1px solid rgba(37, 163, 29, 0.2) !important;
    border-radius: 4px;
}

span.select2-container.select2-container--open {
    /*width: 100% !important;*/
}

.select2-container--default .select2-selection--single {
    height: calc(1.6em + 0.5rem + 2px);
    padding: 0.45rem 1rem;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /*line-height: 1.2;*/
    line-height: 27px;
    font-size: 16px;
    font-weight: 400;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 10px;
}

.select2-container--default .select2-results>.select2-results__options {
    font-size: 16px;
    font-weight: 400;
}

.select2-search--dropdown {
    font-size: 16px;
}

@media only screen and (max-width: 640px) {
    .select2-container--default .select2-selection--single {
        height: calc(2.3rem - 1px);
        padding: 0.29rem 1rem;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 6px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 991px) {
    .select2-container--default .select2-selection--single {
        height: calc(2.3rem - 1px);
        padding: 0.29rem 1rem;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 6px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .select2-container--default .select2-selection--single {
        height: calc(2.3rem - 1px);
        padding: 0.29rem 1rem;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 6px;
    }
}
