.order-tracking {
  max-width: 1000px;
  margin: 0 auto;
}
order-tracking {
  max-width: 420px;
  display: block;
  margin: 0 auto;
}


.order-tracking-form-title {
  color: #050505;
  --title5-font-size: 32px;
  --title-font-weight: 400;
  line-height: 1.4;
}
.order-tracking-form-info {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #050505;
  line-height: 1.4;
  text-align: center;
  margin-top: 0;
}


@media (max-width: 959px) {
  .order-tracking {
    padding: 40px 20px;
    width: 100%;
  }
}

.order-tracking .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  gap: 28px;
}

.order-tracking .tab a {
  width: 50%;
  color: rgb(var(--color-light-text));
  --body3-font-size: 14px;
}

.order-tracking .tab a:first-child {
  position: relative;
  text-align: right;
}

.order-tracking .tab a:first-child::after {
  content: " ";
  height: 10px;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(var(--color-entry-line));
}

.order-tracking .tab > a {
  cursor: pointer;
}

.order-tracking .tab .active {
  color: rgb(var(--color-text));
  text-decoration: underline;
  text-underline-offset: 6px;
}

.order-tracking .error-message {
  color: #f04949;
  font-weight: 400;
  font-size: 12px;
}

.order-tracking .error-message:not(:empty) {
  margin-top: -14px;
  margin-bottom: 20px;
}

.order-tracking .field[data-type="mobile"] .field__suffix {
  padding-top: 0;
  padding-bottom: 0;
}

.order-tracking .country-select-wrapper {
  display: flex;
  padding-left: 8px;
  position: relative;
}

.order-tracking .country-select-wrapper .country-select {
  appearance: none;
  border: none;
  bottom: 0;
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.order-tracking .country-select-wrapper .country-select-trigger {
  padding-left: 16px;
  display: flex;
  align-items: center;
  position: relative;
}

.order-tracking .country-select-wrapper .country-select-trigger span {
  color: rgb(var(--color-text));
  padding-right: 4px;
}

.order-tracking .country-select-wrapper .country-select-trigger::before {
  border-left: 1px solid rgb(var(--color-entry-line));
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.order-tracking .field {
  --field-radius: 8px;
  --color-text: 0,0,0;
  --input-shadow-opacity: 1;
  --input-border-opacity: 1;
  --body3-font-size: 14px;
  margin-bottom: 8px;
}

.order-tracking .field__label {
  left: 10px;
}

.order-tracking .field__input {
  height: 48px;
  border-radius: 8px 8px 8px 8px;
}
.order-tracking .submit {
  width: 100%;
  text-transform: capitalize;
  --btn-border-thickness: 4px;
  --btn-border-radius-outset: 8px;
  --body-bold-font-weight: 400;
}
.is_login_url {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
}
.is_login_url p {
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 5px;
}

.is_login_url span {
  font-weight: 500;
}

.is_login_url span a {
  margin: 0 3px;
  text-decoration: underline;
}

.step-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-content .img-box {
  position: relative;
  padding-bottom: var(--box-padding-height);
  border-radius: 12px 12px 12px 12px;
  overflow: hidden;
}
.step-content .img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-height: 100%;
}

.step-content .step-box {
  flex: 1;
  width: 100%;
}
.step-content .step-text {
  padding-top: 6px;
}
.step-content .step-title {
  font-size: 16px;
  color: #050505;
  line-height: 1.6;
}
.step-content .step-info {
  font-size: 14px;
  font-weight: 300;
  color: #050505;
  line-height: 1.3;
}

@media screen and (max-width: 959px) {
  .order-tracking-form-title {
    --title5-font-size: 23px;
    margin-bottom: 6px;
  }
  .order-tracking-form-info {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .order-tracking .tab {
    margin-bottom: 15px;
  }
  .order-tracking .tab a {
    --body3-font-size: 12px;
  }
  .order-tracking .field {
    margin-bottom: 10px;
    --field-radius: 4px;
    --body3-font-size: 12px;
  }
  .order-tracking .field__input {
    height: 39px;
  }
  .order-tracking .submit {
    --btn-border-thickness: 0px;
    --btn-border-radius-outset: 4px;
  }
  .is_login_url {
    font-size: 12px;
  }

  .step-content {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 50px;
  }
  .step-content .img-box {
    border-radius: 6px;
  }
  .step-content .step-info {
    font-size: 12px;
  }
}


/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */
