.choices__inner {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 0;
    background-color: #E5F4FF;
    padding: 8px 15px 6px 11px !important;
    font-size: 16px;
    color: #636E77;
    font-weight: 300;
    border: none;
}

.choices__list--dropdown .choices__item--selectable:after {
    display: none;
}

.is-open .choices__inner {
    border-radius: 0;
}

.is-flipped.is-open .choices__inner {
    border-radius: 0;
}

.choices[data-type*='select-one']:after {
    content: "\e901";
    border: none;
    font-family: 'king-door' !important;
    font-size: 16px;
    color: #065AA3;
    right: 0;
    font-weight: normal;
    width: 47px;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choices__list--dropdown {
    margin-top: 0;
}

.is-flipped .choices__list--dropdown {
    margin-top: 0;
    margin-bottom: 0;
}

.choices[data-type*='select-one'].is-open:after {
    content: "\e904";
    font-family: 'king-door' !important;
    margin-top: 0;
    font-size: 16px;
}

.choices__list--dropdown input {
    display: none !important;
}

.choices__list--dropdown {
    background-color: #ffffff;
    border: 1px solid #E5F4FF !important;
    border-top: none !important;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #E5F4FF;
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px 15px;
    font-size: 16px;
    border-top: 1px solid #B9D9EF !important;
}
