/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
html,
body {
  background-color: #050505;
  background-image: none;
}

.choices {
  margin-bottom: 0;
}

.choices__inner,
.choices[data-type*="select-one"] .choices__inner,
.choices__list--single,
.choices__input,
.choices__list--dropdown,
.choices__list[aria-expanded] {
  border-radius: 0.5rem;
}

.choices__inner {
  min-height: 3rem;
  border-color: rgb(214 211 209);
  background-color: rgb(255 255 255);
  padding: 0.45rem 0.9rem;
}

.choices[data-type*="select-one"]::after {
  right: 0.95rem;
}

.choices.is-focused .choices__inner,
.choices.is-open .choices__inner {
  border-color: rgb(120 113 108);
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  border-color: rgb(214 211 209);
}

.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 1rem;
}
