.mobile_modal_page .mobile-box {
    width: 100%;
    height: auto;
    font-size: 16px;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 14px 12px;
}
.mobile_modal_page .modal-content {
    border-radius: 15px !important;
}
.mobile_modal_page .modal-content .modal-header {
    padding: 10px 15px;
    border-bottom: none;
}
.mobile_modal_page .modal-content .modal-header h5.modal-title {
    color: #605d5d;
    font-size: 30px;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 600;
}
.mobile_modal_page .modal-body {
    background: none;
    background-image: #fff;
}
.mobile_modal_page .modal-header .close {
    font-size: 38px;
}
.mobile_modal_page .send-otp,
.mobile_modal_page .receive-otp {
    width: 100%;
    padding: 14px 12px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
}
.mobile_modal_page .send-otp {
    width: 100%;
    padding: 14px 12px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}
.mobile_modal_page .pera-text {
    text-align: center;
    color: #8d8787;
    font-size: 18px;
    font-weight: 500;
}
.mobile_modal_page .otp-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.mobile_modal_page .otp-box {
    width: 40px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.mobile_modal_page #timer {
    margin-top: 10px;
    font-size: 16px;
    color: red;
    text-align: center;
}
.resend-otp {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    color: #7f7f7f;
}
.resend-otp span {
    font-size: 18px;
    color: #007bff;
}
/** footer css */
#send-otp {
    background-color: #d92e2e !important;
    color: #fff;
    border: 1px solid #d92e2e !important;
    width: 100%;
    padding: 10px;
  }
  .send-otp-modal {
    border-radius: 10px !important;
    padding: 10px 4px 10px 4px;
}
#otp-modal-send-verify.iti.iti--allow-dropdown.iti--separate-dial-code {
    margin-bottom: 30px;
    margin-top: 16px;
}

#otp-modal-send-verify.modal-content.modal-header {
    padding: 10px 15px;
    border-bottom: none !important;
}
