.padLeft10 {
  padding-left: 10px; 
}

.padLeft5 {
  padding-left: 5px;
}

.padRight10 {
  padding-right: 10px;
}

.padTop10 {
  padding-top: 10px;
}

.padTop20 {
  padding-top: 20px;
}

.padTop5 {
  padding-top: 5px;
}

.padBottom10 {
  padding-bottom: 10px;
}

.flexColumn {
  display: flex;
  flex-direction: column;
}

.redButton {
  background-color: #e11c22 !important;
  color: white !important;
}

.file-upload-input {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
}

/* Make MudDatePicker popup wider when the field is width is smaller */
.mud-picker-popover {
    min-width: 300px !important;
    width: 300px !important;
    max-width: 60vw !important;
}
.mud-picker-popover-paper {
    min-width: 300px !important;
    width: 300px !important;
    max-width: 60vw !important;
}