@media screen and (min-width: 360px) and (max-width: 575px) {
  .OrderStep::before {
    position: absolute !important;
    top: 32px !important;
    left: 48px !important;
  }
}
@media screen and (min-width: 360px) and (max-width: 768px) {
  .order_design {
    top: 70% !important;
    right: 10px !important;
  }

  .order_design3,
  .order_design {
    display: none;
  }

  .order_design4 {
    width: 59%;
    margin-top: 30px;
  }

  .order_design2 {
    width: 40%;
    padding-bottom: 54%;
  }

  /* :where(.css-dev-only-do-not-override-mzwlov)
    .ant-steps-item-active.ant-steps-item-custom
    .ant-steps-item-icon
    > .ant-steps-icon {
    background-color: #3150a5;
    color: white;
    border-radius: 50%;
    padding: 3px 6px !important;
    margin-top: 10px;
  } */

  .ant-steps
    .ant-steps-item-finish.ant-steps-item-custom
    .ant-steps-item-icon
    > .ant-steps-icon {
    padding: 3px 6px !important;
  }

  .ant-steps.ant-steps-vertical
    > .ant-steps-item
    > .ant-steps-item-container
    > .ant-steps-item-tail::after {
    height: 197%;
  }
}

.order_design {
  position: absolute;
  top: 50%;
  left: 0;
}

.order_design2 {
  position: absolute;
  right: 0;
  bottom: 30px;
}

.order_design3 {
  position: absolute;
  top: -45px;
  left: 22%;
}

.order_design4 {
  position: absolute;
  top: 10px;
  right: 0;
}

/* completed stage not "current stage" */

.ant-steps
  .ant-steps-item-finish.ant-steps-item-custom
  .ant-steps-item-icon
  > .ant-steps-icon {
  color: white;
  background-color: #12b76a;
  border-radius: 50%;
  padding: 5px 8px;
}

.ant-steps
  .ant-steps-item-process.ant-steps-item-custom
  .ant-steps-item-icon
  > .ant-steps-icon {
  color: white;
}

/* completed line  */
.ant-steps
  .ant-steps-item-finish
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-title::after {
  background-color: #12b76a;
}

.ant-steps .ant-steps-item-container {
  margin-top: 40px;
}

.ant-steps
  .ant-steps-item-custom
  > .ant-steps-item-container
  > .ant-steps-item-icon
  > .ant-steps-icon {
  font-size: 18px;
}

.ant-steps
  .ant-steps-item:not(.ant-steps-item-active)
  > .ant-steps-item-container[role="button"]:hover
  .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.88);
}

.ant-steps
  .ant-steps-item:not(.ant-steps-item-active)
  > .ant-steps-item-container[role="button"]:hover
  .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.88);
}
.ant-steps
  .ant-steps-item:not(.ant-steps-item-active)
  > .ant-steps-item-container[role="button"]:hover
  .ant-steps-icon {
  color: rgba(0, 0, 0, 0.88);
}

:where(.css-mzwlov).ant-steps
  .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)
  > .ant-steps-item-container[role="button"]:hover
  .ant-steps-item-icon
  .ant-steps-icon,
:where(.css-dev-only-do-not-override-mzwlov).ant-steps
  .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)
  > .ant-steps-item-container[role="button"]:hover
  .ant-steps-item-icon
  .ant-steps-icon {
  color: white;
}

:where(.css-mzwlov).ant-steps
  .ant-steps-item-finish
  > .ant-steps-item-container
  > .ant-steps-item-tail::after,
:where(.css-dev-only-do-not-override-mzwlov).ant-steps
  .ant-steps-item-finish
  > .ant-steps-item-container
  > .ant-steps-item-tail::after {
  background-color: #12b76a;
}

:where(.css-mzwlov)
  .ant-steps-item-active.ant-steps-item-custom
  .ant-steps-item-icon
  > .ant-steps-icon,
:where(.css-dev-only-do-not-override-mzwlov)
  .ant-steps-item-active.ant-steps-item-custom
  .ant-steps-item-icon
  > .ant-steps-icon {
  background-color: #12b76a;
  color: white;
  border-radius: 50%;
  padding: 5px 8px;
  margin-top: 10px;
}

:where(.css-mzwlov).ant-steps
  .ant-steps-item-process
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-title::after,
:where(.css-dev-only-do-not-override-mzwlov).ant-steps
  .ant-steps-item-process
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-title::after {
  background-color: #d0d5dd;
}

:where(.css-mzwlov).ant-steps
  .ant-steps-item-wait
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-title::after,
:where(.css-dev-only-do-not-override-mzwlov).ant-steps
  .ant-steps-item-wait
  > .ant-steps-item-container
  > .ant-steps-item-content
  > .ant-steps-item-title::after {
  background-color: #d0d5dd;
}

.bi-music-note-beamed {
  font-size: 18px;
}

.f77b21 {
  background-color: #f77b21;
}

.rate_btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 10px;
  cursor: pointer;
}

:where(.css-mzwlov).ant-steps .ant-steps-item-container,
:where(.css-dev-only-do-not-override-mzwlov).ant-steps
  .ant-steps-item-container {
  margin-top: 40px;
}

.OrderStep {
  position: relative;
}

.OrderStep::before {
  content: "Order Confirmed";
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  width: auto;
  top: 0px;
  left: 0;
}

.orderProcessing::before {
  content: "Order Confirmed";
}
.orderDelivered::before {
  content: "Delivered";
}
.orderDelivery::before {
  content: "Delivery";
}
.orderComposing::before {
  content: "Song Recording";
}
.orderConfirmed::before {
  content: "Song Composing";
}

:where(.css-mzwlov).ant-steps .ant-steps-item-content,
:where(.css-dev-only-do-not-override-mzwlov).ant-steps .ant-steps-item-content {
  display: inline;
}

:where(.css-dev-only-do-not-override-mzwlov).ant-steps
  .ant-steps-item-title::after,
:where(.css-mzwlov).ant-steps .ant-steps-item-title::after {
  margin-left: -25px;
  height: 4px;
  position: absolute;
  top: 14px;
}

:where(.css-mzwlov).ant-steps
  .ant-steps-item-wait.ant-steps-item-custom
  .ant-steps-item-icon
  > .ant-steps-icon,
:where(.css-dev-only-do-not-override-mzwlov).ant-steps
  .ant-steps-item-wait.ant-steps-item-custom
  .ant-steps-item-icon
  > .ant-steps-icon {
  padding: 5px 8px;
  color: white;
  border-radius: 50%;
  background-color: #d0d5dd;
}

.ant-steps-item-description {
  margin-top: 20px;
}

.ant-steps-item-finish {
  color: #12b76a;
}

.ant-steps-item-process {
  color: #12b76a;
}

:where(.css-mzwlov).ant-input-outlined:hover,
:where(.css-dev-only-do-not-override-mzwlov).ant-input-outlined:hover {
  border-color: #cecece;
}
/* ========================================= All Radio button ============================ */
.radio-buttons-container {
  display: flex;
  align-items: center;
  gap: 20px; /* Adjust spacing between radio button groups as needed */
  justify-content: center;
}

.checkbox-wrapper-26 {
  display: flex;
  align-items: center;
  gap: 8px; /* Adjust spacing between radio button and label */
}

.checkbox-wrapper-26 * {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.checkbox-wrapper-26 input[type="radio"] {
  display: none;
}

.checkbox-wrapper-26 label {
  --size: 20px; /* Reduced size */
  --shadow: calc(var(--size) * 0.07) calc(var(--size) * 0.1);

  position: relative;
  display: block;
  width: var(--size);
  height: var(--size);
  background-color: #f77b21;
  border-radius: 50%;
  box-shadow: 0 var(--shadow) #ffbeb8;
  cursor: pointer;
  transition: 0.2s ease transform, 0.2s ease background-color,
    0.2s ease box-shadow;
  overflow: hidden;
  z-index: 1;
}

.checkbox-wrapper-26 label:before {
  content: "";
  position: absolute;
  /* top: 50%;
  right: 0;
  left: 0;
  width: calc(var(--size) * 0.7);
  height: calc(var(--size) * 0.7);
  margin: 0 auto;
  transform: translateY(-50%); */
  inset: calc(var(--size) * 0.2);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: inset 0 var(--shadow) var(--shadow);
  transition: 0.2s ease width, 0.2s ease height;
}

.checkbox-wrapper-26 label:hover:before {
  inset: calc(var(--size) * 0.25);
  box-shadow: inset 0 var(--shadow) #ff9d96, 0 var(--shadow) #ff9d96;
}

.checkbox-wrapper-26 label:active {
  transform: scale(0.9);
}

.checkbox-wrapper-26 .tick_mark {
  position: absolute;
  top: -1px;
  right: 0;
  left: calc(var(--size) * -0.05);
  width: calc(var(--size) * 0.6);
  height: calc(var(--size) * 0.6);
  margin: 0 auto;
  margin-left: calc(var(--size) * 0.14);
  transform: rotateZ(-40deg);
}

.checkbox-wrapper-26 .tick_mark:before,
.checkbox-wrapper-26 .tick_mark:after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  opacity: 0;
  transition: 0.2s ease transform, 0.2s ease opacity;
}

.checkbox-wrapper-26 .tick_mark:before {
  left: 0;
  bottom: 0;
  width: calc(var(--size) * 0.1);
  height: calc(var(--size) * 0.3);
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.23);
  transform: translateY(calc(var(--size) * -0.68));
}

.checkbox-wrapper-26 .tick_mark:after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(var(--size) * 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23);
  transform: translateX(calc(var(--size) * 0.78));
}

.checkbox-wrapper-26 input[type="radio"]:checked + label {
  background-color: #f77b21;
  box-shadow: 0 var(--shadow) #ffbeb8;
}

.checkbox-wrapper-26 input[type="radio"]:checked + label:before {
  width: 0;
  height: 0;
}

.checkbox-wrapper-26 input[type="radio"]:checked + label .tick_mark:before,
.checkbox-wrapper-26 input[type="radio"]:checked + label .tick_mark:after {
  transform: translate(0);
  opacity: 1;
}

.checkbox-wrapper-26 span {
  line-height: 20px; /* Vertically centers the label text with the radio button */
}

.orderDelivery {
  width: 67px;
}
