
.modal-overlay_sms {
    display: none;
    position: fixed;
    z-index: 9998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal_sms {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content_sms {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    width: 400px;
    text-align: center;
    box-sizing: border-box;
}

.certification_sms {
    display: inline;
    width: 100%;
}

.modal_input_sms {
    width: 100%;
    border-radius: 5px;
    background-color: #eeeeee;
    border: none;
    padding-left: 10px;
    height: 40px;
}

.resend-button {
    flex-grow: 1;
    margin: 0 2px;
    padding: 0px 15px;
    width: 25%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    font-size: 14px;
    line-height: 40px;
}

.modal-title_sms {
    padding: 0px 0;
    font-size: 28px;
    font-weight: bold;
    color: #ff4374;
}

.timer_sms {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #666;
}

.button-container_sms {
    display: block;
    justify-content: space-between;
    margin-top: 25px;
    width: 100%;
}

.button-container_sms button {
    flex-grow: 1;
    margin: 5px 2px;
    height: 45px;
    width: 100%;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
}

.confirm-button_sms {
    background-color: #ff4374;
    border: none;
    color: #fff;
}

.cancel-button_sms {
    background-color: #fff;
    border: 1px solid #ff4374;
    color: #ff4374;
}

.landing-form {
    margin-bottom: 20px;
}
