.choices {
  margin-bottom: 0 !important; }

.choices__input.choices__input--cloned {
  background-color: white; }

.choices .choices__inner {
  margin-top: 0.25rem;
  background-color: white;
  border-radius: 0.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  max-height: 4rem;
  overflow-y: auto; }

.choices__list--multiple .choices__item .choices__button {
  background-image: none !important;
  font-size: 16px;
  font-weight: bold;
  text-indent: 0;
  width: fit-content !important;
  line-height: 1;
  padding: 0 6px !important;
  color: #6B7280;
  cursor: pointer;
  position: relative; }
