

.is-invalid + .invalid-feedback {
    visibility: visible !important;
}
.lucky-chart-container {
    position: relative;
    background: #fff;
    padding: 30px;
}

.lucky-chart-container h5 {
    text-align: center;
}

.frequency-title-bg {
    background-color: #3f2504;
    color: #fff;
    padding: 16px;
    text-align: center;
}

.frequency-box {
    background: #f0c14f;
    padding: 30px;
}

.gender {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: stretch;
    align-items: center;
    justify-content: space-evenly;
}

.step {
    position: relative;
    min-height: 1em;
    color: gray;
}
.step + .step {
    margin-top: 1.5em
}
.step > div:first-child {
    position: static;
    height: 0;
}
.step > div:not(:first-child) {
    margin-left: 1.5em;
    padding-left: 1em;
}
.step.step-active {
    color: #3f2504;
}
.step.step-active .circle {
    background-color: #3f2504;
}

/* Circle */
.circle {
    background: gray;
    position: relative;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0 3px #fff;
    margin: auto;
}

/* Vertical Line */

.step:last-child .circle:after {
    display: none
}

/* Stepper Titles */
.title {
    line-height: 1.5em;
    font-weight: bold;
}
.caption {
    font-size: 0.8em;
}

.step-hint {
    font-size: 12px;
    font-weight: 500;
}

.frequency-stepper {
    display: flex;
    align-content: stretch;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-end;
    border-bottom: 1px solid #3f2504;
    margin-bottom: 60px;
}

#otp {
    padding-left: 15px;
    letter-spacing: 42px;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255,
    255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px;
    min-width: 220px;
    margin: auto;
}

#divInner {
    left: 0;
    position: sticky;
}

#divOuter {
    width: 190px;
    overflow: hidden;
}

input[type=radio] {
    z-index: -1;
    position: absolute;
}

input[type=radio] + label {
    padding: 4px 20px;
    cursor: pointer;
    border: 1px solid black;
    color: black;
    border-radius: 0.2rem;
    width: 110px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-content: stretch;
    align-items: center;

}

input[type=radio]:checked + label {
    background-color: black;
    color: white;
}

@media (max-width: 768px){

    .step-hint {
        font-size: 8px !important;
    }

    input[type=radio] + label {
        font-size: 10px !important;
        width: auto !important;

    }
    .low-frequency{
        margin-top: 1rem;
    }

}
.frequency-form button,.verification-form button{
    padding: 0.5rem 3rem;
    font-weight: 500;
    cursor: pointer;
    border-color: #9d8a63 !important;
    font-size: 16px !important;
}
.resend-otp{
    font-weight: 500;
    position: absolute;
    z-index: 6;
    margin-left: 88px;
    bottom: 14px;
    color: #3f2504 !important;
    cursor: pointer;
}