.no-arrow::-webkit-inner-spin-button,
.no-arrow::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-arrow {
    -moz-appearance: textfield;
}

.required:after {
    content: " *";
    color: red;
}

.choices__inner {
    font-size: 12px !important;
}

.choices__list--dropdown .choices__item.is-highlighted {
    background-color: #f1f5f9 !important;
    color: #000 !important;
}

.choices__list--dropdown * {
    font-size: 12px !important;
    line-height: 1.4 !important;
}

.choices__input {
    font-size: 12px !important;
}

.choices__inner {
    font-size: 12px !important;
}

.choices__placeholder {
    font-size: 12px !important;
}

.choices__item.is-highlighted {
    font-size: 12px !important;
}