.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;
}

.mok-order-ocr-item-status {
  display: block;
  margin-top: 6px;
  color: #52637a;
  font-size: 12px;
  line-height: 1.35;
}

.mok-order-ocr-status {
  box-sizing: border-box;
  margin: 14px auto;
  padding: 13px 15px;
  border: 1px solid #cfe0f2;
  border-radius: 12px;
  background: #f5f9ff;
  color: #183b66;
}

.mok-order-ocr-status__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  font-size: 13px;
}

.mok-order-ocr-status__head span { font-weight: 600; }
.mok-order-ocr-status__head b { white-space: nowrap; }
.mok-order-ocr-status__track {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #dce7f4;
}
.mok-order-ocr-status__track i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #1473c9;
  transition: width .25s ease;
}
.mok-order-ocr-status.is-completed { border-color: #b9e5cf; background: #f0fbf5; color: #17633d; }
.mok-order-ocr-status.is-completed .mok-order-ocr-status__track i { background: #22a66b; }
.mok-order-ocr-status.is-failed { border-color: #f0c8c5; background: #fff6f5; color: #9d2822; }
.mok-order-ocr-status.is-failed .mok-order-ocr-status__track i { background: #d94a43; }
.mok-order-ocr-status button {
  margin-top: 10px;
  padding: 7px 14px;
  border: 0;
  border-radius: 8px;
  background: #1473c9;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 767px) {
  .customer-order-config-page .mok-order-ocr-status {
    width: calc(100% - 24px);
    margin: 10px 12px;
  }
}
