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

body {
  color: #545454;
  background: #fff6ff;
  line-height: 1.8rem;
}

.btn-primary {
  border: none;
  background: #f892bb;
  color: #fff;
  &:hover {
    border: none;
    background: #f892bb;
    color: #fff;
  }
  &:active {
    border: none;
    background: #f892bb;
    color: #fff;
  }
  &:focus {
    border: none;
    background: #f892bb;
    color: #fff;
  }
}

#home-index {
  .keyvisual {
    color: #fff;
  }
}

#diagnoses-new {
  .form-check-input:checked {
    background-color: #f892bb;
    border-color: #f892bb;
  }
  .option-strongly_agree {
    font-size: 2.5rem;
  }
  .option-agree {
    font-size: 1.5rem;
  }
  .option-disagree {
    font-size: 1.5rem;
  }
  .option-strongly_disagree {
    font-size: 2.5rem;
  }
}

#diagnoses-show {
  section {
    p {
      margin-bottom: 0;
    }
  }
}
