.choices {
    overflow: unset;
    z-index: 2;
}
.choices__inner {
    height: 46px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #D9DFE3;
    padding: 0 ;
    color: rgba(88, 95, 101, 0.60);
    font-size: 16px;
    font-weight: 400;
}

.choices__list--single {
    padding: 10px 15px;
}

.choices[data-type*="select-one"]::after {
    content: '\e90c';
    font-family: 'icomoon';
    height: 100%;
    width: 43px;
    border-width: 0;
    right: 0;
    top: 50%;
    margin-top: 0 !important;
    transform: translate(0, -50%);
    color: #1B78C1;
    border-left: 1px solid #D9DFE3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 0;
}

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

.choices__input {
    display: none !important;
}
