.red {
  color: #D33D3D !important;
}
.green {
  color: #008847 !important;
}
.blue {
  color: #007AFF !important;
}
.c-text {
  color: var(--color-text-primary) !important;
}

.center {
  text-align: center !important;
}
.fw-600 {
  font-weight: 600 !important;
}

.ws-normal {
  white-space: normal !important;
}
.ws-pre-line {
  white-space: pre-line !important;
}

.ml-1em {
  margin-left: 1em !important;
}
.mv-40px {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.text-underline {
  text-decoration: underline !important;
}

.pointer {
  cursor: pointer !important;
}