.mok-hidden {
  display: none;
}

.mok-display-block {
  display: block;
}

.mok-text-left {
  text-align: left;
}

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

.mok-text-white {
  color: #fff;
}

.mok-text-red {
  color: red;
}

.mok-text-primary {
  color: #1b75bb;
}

.mok-text-black {
  color: #000;
}

.mok-img-fluid {
  max-width: 100%;
}

.mok-icon-50 {
  width: 50px;
}

.mok-avatar-50 {
  max-width: 50px;
}

.mok-mt-0 {
  margin-top: 0;
}

.mok-mt-10 {
  margin-top: 10px;
}

.mok-mt-30 {
  margin-top: 30px;
}

.mok-ml-0 {
  margin-left: 0;
}

.mok-w-80 {
  width: 80%;
}

.mok-mb-0 {
  margin-bottom: 0;
}

.mok-mb-5 {
  margin-bottom: 5px;
}

.mok-mb-20 {
  margin-bottom: 20px;
}

.mok-pb-0 {
  padding-bottom: 0;
}

.mok-pl-40 {
  padding-left: 40px;
}

.mok-pt-0 {
  padding-top: 0;
}

.mok-form-plain {
  background: none;
  box-shadow: none;
}

.mok-font-normal {
  font-style: normal;
}

.mok-nowrap {
  white-space: nowrap;
}

.mok-btn-muted {
  background: #c5cec3;
}

.mok-loading-message {
  padding: 20px;
  text-align: center;
}

.mok-upload-progress-bar {
  width: 0;
  height: 5px;
  background: #000;
}

.mok-fw-600 {
  font-weight:600;
}

.mok-table-muted-row {
  background: #f4f4f4;
}

.mok-bg-inline {
  background: var(--mok-bg-inline);
}

.mok-bg-cover-size {
  background-size: cover;
}

.mok-bg-top-left {
  background: var(--mok-bg-image) no-repeat top left;
}

.mok-bg-color {
  background-color: var(--mok-bg-color);
}

.mok-bg-white {
  background: #fff;
}

.mok-mb-15 {
  margin-bottom: 15px;
}

.mok-text-small-italic {
  font-size: 0.9em;
  font-style: italic;
}
