.mud-input-helper-text {
  color: var(--mud-palette-text-secondary);
  margin: 0;
  font-size: 0.75rem;
  text-align: start;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.03333em;
}

.validation-message {
  color: #f44336 !important;
  display: block;
  font-size: 100%;
}

.custom-hide {
  visibility: hidden;
  height: 0;
}

.mud-nav-link.active {
  color: white !important;
}

.mud-nav-link .mud-nav-link-expand-icon {
  color: white !important;
}

.rc-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.rc-item {
  border-radius: 3px;
  width: 50%;
  height: 100px;
}

.loading-heading {
  text-align: center;
  align-content: center;
}

.linear-progress {
  background: silver;
  width: 50vw;
  height: 1rem;
  border-radius: 10rem;
  overflow: hidden;
  position: relative;
}
.linear-progress:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #F1231D;
  scale: var(--blazor-load-percentage, 0%) 100%;
  transform-origin: left top;
  transition: scale ease-out 0.5;
}

.h-100 {
  height: 100% !important;
}

.margin-top-auto {
  margin-top: auto;
}

.rz-dropdown-item.rz-state-highlight, .rz-state-highlight.rz-menuitem, .rz-state-highlight.rz-autocomplete-list-item, .rz-state-highlight.rz-multiselect-item, .rz-dropdown-items li.rz-state-highlight, .rz-autocomplete-items li.rz-state-highlight, .rz-multiselect-items li.rz-state-highlight {
  background-color: #faafad !important;
  color: rgb(66, 66, 66) !important;
}

.rz-chkbox-box.rz-state-active {
  background-color: #F1231D !important;
  border: #F1231D !important;
}

.rz-dropdown-clear-icon {
  top: 50% !important;
  height: auto !important;
  transform: translateY(-50%) !important;
}

.mud-list-item-clickable-extended:hover:not(.mud-list-item-functional) {
  background-color: rgba(0, 0, 0, 0.1288235294);
}

.mud-selected-item {
  background-color: rgba(239, 83, 80, 0.1488235294) !important;
}

.custom-table-cell {
  text-align: right;
}

@media (max-width: 600px) {
  .custom-table-cell {
    display: block !important;
  }
  .custom-stack {
    flex-direction: column !important;
    align-items: normal !important;
    justify-content: normal !important;
  }
}

/*# sourceMappingURL=Site.css.map */
