p {
  font-size: 12px;
}

.p-status {
  text-align: center;
  color: #ffffff;
  border-radius: 12px;
  background-color: #007bff;
  padding: 3px 8px;
  font-weight: 540;
}

a.link {
  font-size: 12px;
}

a.disabled {
  pointer-events: none;
  color: gray;
  text-decoration: none;
}

.grey-text {
  color: #8993a4;
}

.white-text {
  color: #ffffff;
}

.red-text {
  color: #fc424f;
}

.semi-bold {
  font-weight: 540;
}

.inactive {
  opacity: 0.8 !important;
}

.no-underline {
  text-decoration: none;
}

.small {
  font-size: 12px;
}

.medium {
  font-size: 14px;
}

.large {
  font-size: 16px;
}

.wrap-text {
  white-space: normal !important;
  word-wrap: break-word;
  word-break: break-word;
}

.center-text {
  text-align: center;
}
