.choices__inner {
    width: 100%;
    display: block;
    border-radius: 4px !important;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 15px !important;
    color: #0F3050;
    border: none;
    background: #fff;
    height: 51px;
    border: none;
    z-index: 3;
    position: relative;
}

.choices__list--single {
    padding: 3px 0 0 0 !important;
}

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

.choices__list--dropdown .choices__list {
    border-top: 1px solid #aebfcf !important;
    border-radius: 0 !important;
}

.choices__list--dropdown {
    color: #0F3050;
    
}

.choices[data-type*='select-one']:after {
    content: "\e911";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%) rotate(90deg);
    font-family: 'perritt-icon';
    color: #565656;
    font-size: 18px;
    width: auto;
    height: auto;
    border: none;
    margin-top: 1px;
    z-index: 4;
}

.choices[data-type*='select-one'].is-open:after {
    content: "\e911";
    margin-top: 1px;
    transform: translate(0, -50%) rotate(-90deg);
}

.choices[data-type*='select-one']:before {
    content: "";
    position: absolute;
    right: 46px;
    height: 100%;
    width: 1px;
    background: #aebfcf;
    top: 0;
    z-index: 4;
}

.choices__list--dropdown .choices__item--selectable {
    padding: 9px 15px !important;
}

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

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px 15px;
    font-size: 16px;
	color: #0F3050;
}

.choices__list {
    border-radius: 4px !important;
    overflow: hidden;
}

.choices__list--dropdown {
    border: none;
    padding: 0 0 0;
    margin: 0px 0 0;
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 0 !important;

}

.choices__list .choices__item--choice:first-child {
    display: none !important;
}

.choices.is-open {
    z-index: 5;
}

