.accordion {
    --bs-accordion-btn-focus-box-shadow: 0 0 0 .10rem rgba(51, 0, 102, 0.25);
}
.number-clear-input::-webkit-inner-spin-button,
.number-clear-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.otp-input::placeholder,
.otp-input::-webkit-input-placeholder,
.otp-input::-moz-placeholder,
.otp-input:-ms-input-placeholder,
.otp-input:-moz-placeholder {
    color: #999;
}
.otp-input:focus::placeholder {
    color: transparent;
}

.progress-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
}
.yaprogress {
    height: 10px;
    background-color: #d6d6d6;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.yaprogress-bar {
    background-color: #d60682;
    width: 0%;
    min-width: 20px;
    height: 100%;
    border-radius: 10px;
    transition: width 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}
.yaprogress-step {
    position: absolute;
    top: -30px;
    font-size: 12px;
    color: #5e5e5e;
    transform: translateX(-50%);
    white-space: nowrap;
}
.yastep-1 { left: 0%; }
.yastep-2 { left: 50%; }
.yastep-3 { left: 100%; }

.yaprogress-marker.yastep-2 {
    position: absolute;
    width: 1px;
    height: 5px;
    background-color: #b0b0b0;
    top: -5px;
    transform: translateX(-50%);
}
.applyCouponBtn{
    cursor:pointer;
}