.custom-shape {
  height: 80px;
  clip-path: path("M 0 0 Q 85 80, 200 80  L 800 80 Q 900 80, 970 0 Z");
}
.progress__bar {
  display: flex;
  width: 100%;
}
.progress__item {
  position: relative;
  width: 25%;
  margin-right: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
#progress__item_success,
#progress__item_success_no_line {
  color: #c1ed90;
}
#progress__item_warning {
  color: #eeb60d;
}
#progress__item_warning_line {
  color: #c1ed90;
}
#progress__item_warning_line:before {
  position: absolute;
  content: url(../../../steps/step-success.svg);
  top: -4px;
}
#progress__item_warning_line .progress__line {
  background-image: url(../../../steps/warning-line.svg);
}
.progress__item.erorr {
  color: #c72b2b;
}
.progress__item:before {
  position: absolute;
  content: url(../../../steps/step-next.svg);
}
#progress__item_error:before {
  position: absolute;
  content: url(../../../steps/step-error.svg);
}
#progress__item_success:before,
#progress__item_success_no_line:before {
  position: absolute;
  content: url(../../../steps/step-success.svg);
  top: -4px;
}
#progress__item_warning:before {
  position: absolute;
  content: url(https://RedAnts.net/steps/step-warning.svg);
}
.progress__item.active:before {
  content: url(../../../steps/step-process.svg);
  animation: rot 5s linear 0s infinite normal none running;
  -webkit-animation: rot 5s linear 0s infinite normal none running;
  width: 20px;
  height: 20px;
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.progress__item.success:before {
  content: url(https://RedAnts.net/testcom/images/step-info/step-success.svg);
  -webkit-box-shadow: 0 2px 15px #00ffba;
  box-shadow: 0 2px 15px #00ffba;
  height: 20px;
  border-radius: 10px;
}
.progress__item .progress__line {
  height: 20px;
  background-image: url(../../../steps/grey-line.svg);
  background-repeat: repeat-x;
  background-position: 50%;
  margin-left: 32px;
}
#progress__item_success .progress__line {
  background-image: url(../../../steps/green-line.svg);
}
.progress__item.step-sending {
  margin-right: 0;
}
.progress__item.step-sending .progress__line {
  background: none;
}
.progress__item .progress__title {
  margin-top: 16px;
}
@media screen and (max-width: 576px) {
  .dex-order .promo__wrapper.connected {
    padding-top: 10px;
  }
  .order-info,
  .order__detail,
  .q-body {
    padding-inline: 16px;
  }
  .q-body button.exchange-button {
    min-width: 100%;
    max-width: 100%;
  }
  .header-field {
    padding-inline: 16px;
  }
  .q-widget input {
    padding-left: 16px;
  }
  .exchange__error {
    left: 30px;
  }
  .q-body .send-address .address-value {
    font-size: 14px;
  }
  .q-body .exchange-status .status-name {
    font-size: 16px;
    line-height: 28px;
  }
  .q-body .send-address {
    margin-top: 24px;
  }
  .q-body .time-text {
    margin-bottom: 0;
  }
  .progress__bar {
    display: inline-block;
  }
  .progress__item {
    width: 100%;
    margin-right: 0;
  }
  .progress__item .progress__line {
    display: none;
  }
  .progress__item .progress__title {
    margin-left: 30px;
  }
  .dex-order .dex-fields .dex-field {
    flex-direction: column;
  }
  .swap-hash {
    padding-inline: 26px;
  }
}
.max-w-300{
    max-width: 500px;
}