.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.no-wrap {
  white-space: nowrap;
}

.h-1em {
  height: 1em !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-h-100 {
  min-height: 100% !important;
}

.max-h-100 {
  max-height: 100% !important;
}

.mt--1 {
  margin-top: -0.25em;
}

.cursor-pointer {
  cursor: pointer !important;
}

.text-small {
  font-size: 0.9em !important;
}

.text-smaller {
  font-size: 0.75em !important;
}

.text-larger {
  font-size: 1.25em !important;
}

.white-space-pre-line {
  white-space: pre-line;
}

.line-height-1em {
  line-height: 1em;
}
