*,
:after,
:before {
  box-sizing: border-box
}

.choices__inner {
  background-color: #f0f0f0;
}

.choices__placeholder {
  opacity: 1;
  font-weight: 500;
  color: #333;
}

.choices__heading {
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
  color: #4474ff;
}

.choices {
  margin: 10px auto 10px auto;
  width: 90%;
}

.choices__list--dropdown .choices__list {
  max-height: 400px;
}