﻿.text-end {
  text-align: end;
}

.text-start {
  text-align: start;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.d-grid {
  display: grid;
}

.z9001 {
  z-index: 9001 !important;
}

.z9002 {
  z-index: 9002 !important;
}

.no-wrap {
  white-space: nowrap !important;
}

.ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.validation-error {
  color: red;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}



#mud-snackbar-container {
  /* Place above content windows. */
  z-index: 9001 !important;
}
