/*
 * 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.
 */

legend {
  /* Bootstrap has the legend floating by default in reboot.scss */
  float: none;
}

.fs-7 {
  font-size: 0.9rem;
}

.fs-8 {
  font-size: 0.8rem;
}

.form-control.file {
  padding: 0;
  height: auto;
}

@media (min-width: 768px) {
  .logo {
    width: 25% !important;
  }
}

.btn-primary,
.btn.btn-primary:hover,
.btn.btn-outline-primary:hover,
.btn.btn-outline-secondary:hover {
  color: white;
}

.priority-btn-hover:hover {
  opacity: 1 !important;
}