.choices {

    border-radius: 6px;

}



.choices .choices__item--disabled {



    cursor: default;

}



.choices .choices__placeholder {



    opacity: 1;

}



.choices .choices__group .choices__heading {



    background-color: lightgray;

    color: #000;

    cursor: default;

}



.choices .choices__group .choices__item {



    font-weight: 600;

    font-size: 12px;

}


.choices .choices__list--dropdown, .choices__list[aria-expanded] {

  word-break: normal;
}




/* Remove permanent selected styling */

.choices .choices__list--dropdown .choices__item--selectable.is-selected:not(.is-highlighted) {

    background-color: transparent;

}

