.mud-input.mud-disabled {
  --mud-palette-text-disabled: rgba(0, 0, 0, 0.6);
}

.mud-paper {
  box-shadow: unset;
  padding: 1.5rem;
}

.fs-header{
  font-weight: bold;
  margin-bottom: 16px;
}

.mud-input-control>.mud-input-control-input-container>.mud-input-label-outlined.mud-input-label-inputcontrol {
  line-height: 1.5;
}