.order-phone-column {
  position: relative;
  z-index: 10 !important;
}

.order-phone-field {
  position: relative;
  z-index: 5;
}

.order-phone-combo {
  position: relative;
  display: flex;
  width: 100%;
  height: calc(2.475rem + 2px);
  min-height: 0;
  overflow: visible;
  background: #fff;
  border: 1px solid rgba(8, 60, 130, .22);
  border-radius: .4rem;
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, .04);
}

.order-phone-combo:focus-within {
  border-color: rgba(253, 49, 46, .58);
  box-shadow: 0 0 0 .2rem rgba(253, 49, 46, .12);
}

.order-phone-country-toggle {
  display: flex;
  width: 5rem;
  height: 100%;
  min-height: 0;
  padding: 0 .25rem;
  align-items: center;
  justify-content: center;
  gap: .16rem;
  color: #343f52;
  background: #fff;
  border: 0;
  border-right: 1px solid rgba(8, 60, 130, .18);
  border-radius: .4rem 0 0 .4rem;
  font-weight: 700;
}

.order-phone-country-toggle::after {
  display: inline-block;
  content: "";
  margin-left: .05rem;
  vertical-align: .255em;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.order-phone-flag {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  object-fit: cover;
  border-radius: .18rem;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}

.order-phone-input-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 100%;
}

.order-phone-input-wrap > label {
  padding-right: .75rem;
  padding-left: .75rem;
}

.order-phone-combo .form-control {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: .6rem .75rem;
  border: 0;
  border-radius: 0 .4rem .4rem 0;
  box-shadow: none;
}

.order-phone-combo .form-control:focus {
  box-shadow: none;
}

.order-phone-country-menu {
  z-index: 1080;
  min-width: 13rem;
  padding: .4rem;
  border-radius: .55rem;
  box-shadow: 0 .5rem 1.5rem rgba(30, 34, 40, .14);
}

.order-phone-country-menu.show {
  display: block;
}

.order-phone-country-option {
  display: flex;
  width: 100%;
  padding: .55rem .65rem;
  align-items: center;
  gap: .65rem;
  color: #343f52;
  background: transparent;
  border: 0;
  border-radius: .35rem;
  text-align: left;
}

.order-phone-country-option:hover,
.order-phone-country-option:focus,
.order-phone-country-option.active {
  color: #fd312e;
  background: #f6f7f9;
}

.order-phone-field .help-block.with-errors {
  margin-top: .4rem;
}

.order-success-dialog {
  max-width: 32rem;
}

.order-success-icon {
  display: inline-block;
  font-size: 5.25rem;
  line-height: 1;
}

.order-success-icon::before {
  font-size: inherit;
}

.order-success-stepper {
  position: relative;
  max-width: 24rem;
  margin: 2rem auto 0;
}

.order-success-progress {
  position: absolute;
  top: 1.175rem;
  left: 25%;
  width: 50%;
  height: .15rem;
  z-index: 0;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(to right, #fd312e 0 50%, #b9bdc5 50% 100%);
}

.order-success-progress .progress-bar {
  display: none;
}

.order-success-step-number {
  position: relative;
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  color: #fff !important;
}

.order-success-stepper .col-6:first-child .order-success-step-number {
  background-color: #fd312e !important;
}

.order-success-stepper .col-6:last-child .order-success-step-number {
  background-color: #b9bdc5 !important;
}
