h1 {
  font-size: 36px;
  font-weight: bold;
  padding-top: 15px; }

h2 {
  font-size: 22px;
  margin-top: 50px;
  font-weight: normal; }

label {
  font-size: 16px; }

form {
  margin-top: 40px; }

.form-container {
  padding: 0;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px; }

.form-submit {
  margin-top: 25px;
  text-align: right;
  flex-direction: column; }
  .form-submit .form-server-error {
    color: #d9534f;
    order: 1;
    margin-top: 8px;
    text-align: left; }
    .form-submit .form-server-error.invisible {
      display: none; }
  .form-submit button {
    width: 100%;
    order: 0; }

.form-status {
  padding-top: 20px;
  padding-bottom: 30px; }
  .form-status .form-status-text {
    margin-bottom: 10px; }

.form-control-feedback {
  min-height: 24px; }

.form-check {
  margin-bottom: 16px; }

.form-check-label {
  width: 100%; }

.in-progress {
  opacity: 0.7; }

.progress-bar-animated {
  animation-duration: 0.5s; }

.nps-form-widget-values {
  display: flex;
  flex-direction: column;
  max-width: 290px;
  margin: auto;
  align-items: center; }
  .nps-form-widget-values input[type="radio"] {
    display: none; }

.nps-form-widget-row {
  display: flex;
  flex-direction: row; }
  .nps-form-widget-row .nps-form-widget-value:first-child label {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .nps-form-widget-row .nps-form-widget-value:last-child label {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }

.nps-form-widget-value {
  text-align: center;
  margin-right: 6px;
  margin-bottom: 6px; }
  .nps-form-widget-value label {
    width: 45px;
    height: 45px;
    font-size: 24px;
    padding: 0;
    padding-top: 4px;
    font-weight: bold; }
  .nps-form-widget-value:last-child {
    margin-right: 0; }

.nps-form-widget-help {
  margin: auto;
  padding-top: 5px;
  max-width: 290px; }

.nps-form-widget {
  margin-top: 7px; }
  .nps-form-widget .form-control-feedback {
    margin: auto;
    max-width: 290px; }

@media (min-width: 768px) {
  .form-container {
    max-width: 740px;
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px; }
  .form-success {
    min-height: 500px; }
  .form-submit {
    flex-direction: row; }
    .form-submit .form-server-error {
      order: 0; }
      .form-submit .form-server-error.invisible {
        display: initial; }
    .form-submit button {
      order: 1;
      min-width: 110px;
      width: auto;
      margin-left: auto; }
  .form-status {
    position: relative;
    top: -50px; }
    .form-status .form-status-text {
      margin-bottom: 15px; }
  .nps-form-widget-value {
    margin-right: 10px;
    margin-bottom: 10px; }
    .nps-form-widget-value label {
      width: 50px;
      height: 50px;
      padding-top: 7px; } }

@media (min-width: 768px) {
  body.form-background {
    background-color: #4A4A4A; } }

.form-background {
  background-color: #fff; }

.standard-text-color {
  color: #9B9B9B; }

.highlight-text-color {
  color: #0275d8; }

.highlight-background {
  background-color: #0275d8;
  border-color: #0275d8;
  color: #fff; }

.highlight-background:hover {
  background-color: #025aa5;
  border-color: #0275d8;
  color: #fff; }

.progress-bar {
  background-color: #0275d8; }

.form-widget label {
  background-color: #ddd;
  color: #9B9B9B; }

.form-widget label:hover {
  background-color: #0275d8;
  color: #fff; }

.form-widget input[type="radio"]:checked + label {
  background-color: #0275d8;
  color: #fff; }

.form-control:focus {
  border-color: #0275d8; }

.is-invalid {
  color: #dc3545; }

.form-check-index-label {
  display: none; }
