.discount-price {
  font-weight: 500;
  color: #1d1d1d;
  font-size: 14px;
}

#customer-phone {
  place-content: center;
}

.total {
  font-size: 16px;
}

.total > span:first-child {
  color: #545454;
}

.total > span:nth-child(2) {
  color: #1d1d1d;
}

.item-content-title > div:first-child {
  font-size: 14px;
}

.item-content-title > div:nth-child(2) {
  font-size: 12px;
}

.image-container {
  width: 94px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.content-container {
  flex: 1;
  min-width: 0;
}

.detail-order {
  border: solid 1px #d1d1d1;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.detail-sensitive-text {
  font-size: 14px;
  line-height: 22px;
  color: #545454;
}

.divider {
  margin: 16px 0;
  width: full;
  height: 1px;
  background: #d1d1d1;
}

.detail-button {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  align-items: center;
}

.flex-col {
  flex-direction: column;
}

.text-secondary {
  color: #085c65;
}

.mt-3 {
  margin-top: 12px;
}

.justify-between {
  justify-content: space-between;
}

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

.real-price {
  text-decoration: line-through;
  color: #d1d1d1;
  font-size: 12px;
}

.text-gray {
  color: #8c8c8c;
}

.flex {
  display: flex;
}

.mt-1px {
  margin-top: 1px;
}

.gap-1 {
  gap: 4px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 8px;
}

.gap-4 {
  gap: 16px;
}

.text-title {
  font-size: 20px;
  font-weight: 500;
}

.container-order {
  margin-top: 10px;
  padding: 0 15px;
}

.truncate-one-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}

.order-header {
  display: flex;
  justify-content: space-between;
}

.total-item > span:first-child {
  color: #727272;
}

.total-item > span:nth-child(2) {
  color: #1d1d1d;
}

.order-header > div:first-child {
  color: #1d1d1d;
  font-weight: bold;
  font-size: 20px;
}

.status {
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 20px;
}

#customer-phone {
  margin-top: 1px;
}

.StepProgress {
  position: relative;
  padding-left: 28px;
  list-style: none;
  margin: 0;
}

.StepProgress::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 10px;
  left: 9px;
  width: 2px;
  height: calc(100% - 20px);
  background-color: #e7e7e7;
}

.StepProgress-item {
  position: relative;
  counter-increment: list;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 20px;
}

.StepProgress-item:not(:last-child) {
  padding-bottom: 36px;
}

.StepProgress-item::before {
  display: none;
}

.StepProgress-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -24px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d1d1d1;
  flex-shrink: 0;
}

.StepProgress-item.is-done::after {
  background-color: #999999;
}

.StepProgress-item.current::after {
  width: 16px;
  height: 16px;
  top: 2px;
  left: -26px;
  background-color: #085c65;
}

.StepProgress-item strong {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
}

.StepProgress-item p {
  margin: 0;
  color: #666;
  line-height: 1.4;
}

.font-bold {
  font-weight: 700;
}

.order-status-link {
  text-decoration: underline;
  color: #0071e9;
}

.order-overview {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.order-status-link:hover {
  color: #047eff;
  text-decoration: underline;
}

.summary div {
  display: flex;
  justify-content: space-between;
}

.order-detail-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.notfound-container {
  display: flex;
  flex-direction: column;
  min-height: 55vh;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
}

.notfound-container__header-1 img {
  width: 87px;
  height: 21px;
}

.notfound-container__header-1 div {
  font-size: 24px;
  line-height: 32px;
}

.notfound-container__header-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}

.notfound-container__button {
  background: #1d1d1d;
  color: white;
  font-weight: 400;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.notfound-container__button.loading {
  opacity: 0.85;
  pointer-events: none;
}

.btn-spinner {
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: jemmia-spin 0.8s linear infinite;
  flex: 0 0 auto;
}

@keyframes jemmia-spin {
  to {
    transform: rotate(360deg);
  }
}

.notfound-container__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.notfound-container__content p {
  font-size: 12px;
  line-height: 16px;
  color: #8c8c8c;
  margin: 0;
}

.notfound-container__input {
  border-radius: 4px;
  border: 1px solid #8c8c8c;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 16px;
  box-sizing: border-box;
}

.notfound-container__input:focus {
  outline: none;
  border-color: #8c8c8c;
  box-shadow: 0 0 0 2px rgba(57, 57, 57, 0.2);
}

.notfound-container__input.error {
  border-color: #ff0000;
}

.notfound-container__input.error:focus {
  outline: none;
  border-color: #ff0000;
  box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.2);
}

.notfound-container__content p.error {
  color: #ff0000;
}

.error-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-container {
  position: relative;
}

.notfound-container__header-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.notfound-container__header-2 img {
  width: 50%;
  height: auto;
}

.notfound-container__header-2-content {
  text-align: center;
}

.notfound-container__header-2-content p:first-child {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #1d1d1d;
  margin: 0;
}

.notfound-container__header-2-content p:last-child {
  font-size: 14px;
  line-height: 22px;
  color: #727272;
  margin: 0;
}

.notfound-container__content-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .container-order {
    max-width: 805px;
    margin: 16px auto;
  }

  .order-overview {
    flex-direction: row;
    justify-content: space-between;
  }

  .order-overview > div:first-child,
  .order-overview > div:nth-child(2) {
    flex: 1;
  }

  .summary div {
    justify-content: start;
  }

  .summary div span:first-child {
    width: 205px;
  }

  .order-item {
    gap: 20px;
  }

  .notfound-container__content-container {
    flex-direction: row;
  }

  .notfound-container__button {
    width: fit-content;
    height: fit-content;
    white-space: nowrap;
    padding: 16px;
  }
}