.select2-container {
    z-index: 90;
	max-width: 100%;
}

.care-costs-prev .select2-container {
    width: 100% !important;
    max-width: 100% !important;
}

.calc-data .select2-container {
	width: 250px !important;
	max-width: 100%;
}

.select2-container--open {
    margin: 70px 0 0 0;
}

select + .select2-container--open {
    margin: 0;
}

.select2-search--dropdown {
    display: none;
}

.select2-results__options .select2-results__option:first-child {
    background:#e9e3f8!important;
    font-weight:bold;
    color:#000!important;
}

.select2-results__options .select2-results__option:hover:first-child {
    background:#baabe1!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #222;
    font-size: 0.94em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 36px;
    height: 34px;
    background: #5f9ac7;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}

.select2-results__options .select2-results__option:first-child {
    background: #FFF !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #5f9ac7;
}

.select2-container .select2-selection--single {
    height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #666;
}

.select2-results__options .select2-results__option:first-child {
    font-weight: normal;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: none;
}

@media screen and (min-width: 380px) {
    .care-costs .select2-container {
        min-width: 240px;
        width: 100% !important;
    }
	
	.calc-data .select2-container {
        max-width: 240px !important;
    }
}

@media screen and (min-width: 920px) {
    .care-costs .select2-container {
        max-width: 320px;
    }
}