/* --- Choices.js --- */

.choices {
    min-width: 50px;
}

.choices input {
    border: none;
    background-color: transparent;
    padding: 2px;
    height: 23px;
    min-height: unset;
    margin-bottom: 3px;
}

.choices input:focus {
    box-shadow: none;
}

.choices .choices__inner {
    background-color: transparent;
    min-height: unset;
}

.choices .choices__inner .choices__list--multiple .choices__item {
    padding: 3px 7px 3px 10px;
    background-color: rgba(var(--neutralRGB), 0.05);
    border: none;
    border-radius: 3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.3;
    color: rgba(var(--neutralRGB), 0.7);
}

.choices .choices__inner .choices__list--multiple .choices__item.is-highlighted {
    background-color: rgba(var(--neutralRGB), 0.07);
}

.choices .choices__inner .choices__list--multiple .choices__item .choices__button {
    border: none;
    margin: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMGUyMTIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
}
