/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
 for details on configuring this project to bundle and minify static web assets.

 Write your CSS code. */

/*#individualProgressBar {*/
/* Adjust the height to match your design */
/*height: 10px;*/ /* Set the desired height for the progress bar */
/*overflow: hidden;*/ /* Hide any overflow, but keep the space */
/*}*/

#output {
  font-weight: bold;
}

.btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #fff;
  background-color: #1F515B;
  border-color: #1F515B;
}

  .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(31, 81, 91, 0.25);
  }

.input-validation-error {
  background-color: #FEF1EC;
  color: #CD0A0A;
  font-weight: bold;
  border: 1px solid #CD0A0A;
}

.field-validation-error {
  color: #CD0A0A;
  font-style: italic;
}

.display-validation-error-highlight {
  background: #FEF1EC;
}

.display-validation-error-text {
  color: #CD0A0A;
  font-weight: bold;
}
