.choices__inner {
    width: 100%;
    display: block;
    height: 43px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    padding: 10px 35px 10px 12px;
    font-size: 15px;
    color: #003262;
    font-weight: 400;
}

.is-open .choices__inner {
    border-radius: 4px;
}

.choices[data-type*='select-one']:after {
    content: "\e903";
    border: none;
    font-family: 'IT-Landes-Home' !important;
    font-size: 12px;
    color: #626262;
    right: 14px;
    font-weight: 700;
    width: auto;
    height: auto;
    top: 50%;
    margin-top: 2px;
    transform: translate(0, -50%);
}

.choices__list--single {
    padding: 0;
}

.choices[data-type*='select-one'].is-open:after {
    margin-top: -7px;
    transform: rotate(180deg);
}


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

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

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

.footer-top-left .choices__inner {
    background-color: #fff;
}

