.multistep-no-img .msf-input-box.radio-choices {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

#multistep .msf-input-box,
#multistep-new-form .msf-input-box {
    display: flex;
    justify-content: center;
    gap: 42px 16px;
    width: auto;
}

#multistep-new-form .multistep-no-img .msf-input-box,
#multistep-form .multistep-no-img .msf-input-box {
    gap: 16px;
}


.multistep-no-img .msf-input-box.radio-choices .msf-input-box {
    display: grid;
    place-items: center;
    margin: 0;
}

.multistep-no-img .msf-input-box.radio-choices .msf-input-box label {
    word-break: break-word;
    padding: 8px;
    width: 100%;
    min-width: 100px;
    height: 100%;
    display: grid;
    place-items: center;
}

.multistep-no-img .msf-input-box.radio-choices .msf-input-box.active label {
    margin: 0 -2px;
}

#multistep:has(.multistep-no-img) {
    height: auto;
}

#progress:before,
#progressnew:before {
    content: "";
    display: block;
    width: 0%;
    background: #79c400;
    border-radius: 3px 0 0 3px;
    height: 18px;
    transition: all 0.5s ease;
}

/* TODO: fix */
#progress.step2:before,
#progressnew.step2:before {
    width: 15%;
}
#progress.step3:before,
#progressnew.step3:before {
    width: 30%;
}

#progress.step5:before,
#progressnew.step5:before {
    width: 45%;
}

#progress.step6:before,
#progressnew.step6:before {
    width: 60%;
}

#progress.step7:before,
#progressnew.step7:before {
    width: 75%;
}

#progress.step4:before,
#progressnew.step4:before {
    width: 90%;
}
#progress.done:before,
#progressnew.done:before {
    width: 100%;
}

#box {
    display: none;
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    width: 60%;
    height: 60%;
    max-width: 600px;
    max-height: 400px;
    padding: 0;
    margin: 0 auto;
    z-index: 10;
}

#showstopper-dialog {
    position: fixed;
    height: min-content;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    z-index: 9999;
    border: none;
}
#showstopper-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

#showstopper-dialog button {
    background-color: #79c400;
    color: #fff;
    padding: 8px 20px;
    outline-color: #79c400;
}

#showstopper-dialog button:hover {
    outline-color: #19293f;
    color: #19293f;
    background: #fff;
    cursor: pointer;
}


.msf-input-box.radio-choices .msf-input-box,
.radio-choicesnew .msf-input-box {
    border-radius: 5px;
    border: 3px solid transparent;
    float: left;
    width: 136px;
    height: 136px;
    margin-left: 0;
    background: #f7f7f7;
    margin-bottom: 20px;
}


.msf-input-box.radio-choices .msf-input-box label,
.radio-choicesnew .msf-input-box label {
    cursor: pointer;
    display: block;
    color: #000;
    font-size: 16px;
    width: 100% !important;
    word-break: break-word;
}

.msf-input-box.radio-choices .msf-input-box {
    width: 105px;
    height: 120px;
    margin-left: 0;
}


.msf-input-box.radio-choices .msf-input-box,
.radio-choicesnew .msf-input-box {
    width: 90px;
    height: 90px;
    margin-left: 0;
}

.msf-input-box.radio-choices .msf-input-box,
.radio-choicesnew .msf-input-box {
    border-radius: 5px;
    border: 3px solid transparent;
    float: left;
    width: 136px;
    height: 136px;
    margin-left: 0;
    background: #f7f7f7;
    margin-bottom: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1230px) {
    .msf-input-box.radio-choices .msf-input-box,
    .radio-choicesnew .msf-input-box {
        width: 90px;
        height: 90px;
        margin-left: 0;
    }
}