.aptos-webinar-feedback .step-progress {
    margin: 3.5rem 0px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.aptos-webinar-feedback .step-progress .active {
    background: #0283BF;
    color: #fff;
}

.aptos-webinar-feedback .step-progress .step {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.aptos-webinar-feedback .form-step-inner {
    background: #f9f9f9;
    border-radius: 11px;
    padding: 17px;
    box-shadow: 0 0 4px #00000021;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    display: flex;

}

.aptos-webinar-feedback .form-success {
    width: 44%;
    margin-left: auto;
    background: #0283BF;
    color: #fff;
    padding: 3rem;
    border-radius: 10px;
    height: 45vh;

}

.aptos-webinar-feedback .form-success div {
    height: 100%;
    display: flex;
    flex-direction: column;

}

.aptos-webinar-feedback .form-success h2 {
    color: #fff;
    font-size: 40px;

}

.aptos-webinar-feedback .form-success p {
    font-size: 26px;
    line-height: 35px;

}

.aptos-webinar-feedback .form-success a {
    background: #fff;
    color: #2f85c3;
    display: flex;
    width: 80%;
    margin-top: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    padding: 9px 10px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;

}


.aptos-webinar-feedback .form-step[data-step="2"] .form-step-inputs,
.aptos-webinar-feedback .form-step[data-step="5"] .form-step-inputs {
    display: flex;
    width: 100%;
}

.aptos-webinar-feedback .form-step[data-step="6"] .form-step-inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1rem;
}

.aptos-webinar-feedback .form-step[data-step="6"] .form-step-inputs label {
    display: flex;
    align-items: start;
    flex-direction: column;
}

.aptos-webinar-feedback .form-step[data-step="6"] .form-step-inputs label:first-child {
    width: 30%;
}

.aptos-webinar-feedback .form-step[data-step="6"] .form-step-inputs input {
    width: 100%;
    height: 50px;

}

.aptos-webinar-feedback .form-step-inputs textarea {
    width: 100%;
    height: 160px;
}

.aptos-webinar-feedback .form-step[data-step="1"] .form-step-inputs,
.aptos-webinar-feedback .form-step[data-step="3"] .form-step-inputs,
.aptos-webinar-feedback .form-step[data-step="4"] .form-step-inputs {
    padding: 0 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    width: 100%;
}

.aptos-webinar-feedback .form-step-inputs label {
    font-size: 14px !important;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    gap: 14px;
}

.aptos-webinar-feedback .form-step-inputs label input[type="checkbox"] {
    width: 25px;
    height: 25px;
    accent-color: #0283BF;
    /* Change the checkmark color */
    border-radius: 10px;
}



.aptos-webinar-feedback .form-step label {
    width: 100%;
    margin-bottom: 3rem;
    font-weight: 500;
    font-size: 16px;

}

.aptos-webinar-feedback .next-step {
    display: flex;
    margin: auto;
    padding: 10px;
    width: 500px;
    text-align: center;
    justify-content: center;
    border-radius: 6px;
    background: #0283BF;
    font-weight: 300;
    border: none
}

.aptos-webinar-feedback .button-submit {
    display: flex;
    margin: auto;
    padding: 10px;
    width: 500px;
    text-align: center;
    justify-content: center;
    border-radius: 6px;
    background: #0283BF;
    font-weight: 300;
    border: none
}


@media screen and (max-width: 992px) {
    .aptos-webinar-feedback .next-step {
        width: 100% !important;
    }

    .aptos-webinar-feedback .form-step[data-step="1"] .form-step-inputs,
    .aptos-webinar-feedback .form-step[data-step="3"] .form-step-inputs,
    .aptos-webinar-feedback .form-step[data-step="4"] .form-step-inputs {
        padding: 0 10px !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .aptos-webinar-heading {
        font-size: 20px !important;
    }

    .aptos-webinar-caption {
        font-size: 14px !important;
    }

    .aptos-webinar-feedback .form-step[data-step="6"] .form-step-inputs {
        flex-direction: column;
    }

    .aptos-webinar-feedback .form-step[data-step="6"] .form-step-inputs label:first-child {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .aptos-webinar-feedback .form-success {
        width: 100% !important;
        height: 100% !important;
    }
}