.wpcf7-not-valid-tip {
    color: #ff0000;
    /* Red color for error messages */
    font-size: 0.9em;
    margin-top: 5px;
}

.otp-success-message {
    color: #28a745;
    /* Green color for success messages */
    font-size: 1em;
    /* margin-top: 10px; */
}



div#otptypestyl {
    width: 100%;
    margin-top: 14px;
}

#otp_type {
    width: 31% !important;
    margin-right: 14px;
    margin-top: 34px;
}

.otp-button {
    border-radius: 25px;
    height: 45px;
    background-color: #1d9add !important;
    border: 1px solid #1d9add !important;
    color: #fff !important;
    font-family: "Helvetica", sans-serif !important;
    max-width: 286px;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.mo_phone {
    padding-left: 47px !important;
}

.failedmsg,
.otp-fail-message {
    font-size: 13px !important;
    color: #dc3232;
    font-weight: normal;
}

#otptypestyl p {
    padding-bottom: 0px;
}

.loading-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top-color: #fff;
    /* Color of the spinner */
    border-radius: 50%;
    animation: spinner-rotate 0.8s linear infinite;
    vertical-align: middle;
}

@keyframes spinner-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.otp-button[disabled] {
    background-color: #ccc !important;
    cursor: not-allowed;
}


/*Admin */
.cf7-radio-group {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.cf7-radio-group label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.cf7-radio-group input[type="radio"] {
    margin: 0;
}

.cf7-otp-settings-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.cf7-otp-settings-container .postbox {
    flex: 1 1 calc(50% - 20px);
    min-width: 300px;
}

.cf7-otp-settings-container h2 {
    font-size: 18px;
    margin: 0;
    padding: 10px 15px;
    background: #f1f1f1;
    border-bottom: 1px solid #ccc;
}

.cf7-otp-settings-container .inside {
    padding: 15px;
    background: #fff;
}

@media (max-width: 767px) {
    #otp_type {
        width: 100% !important
    }

    div#otptypestyl {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #otp_type,input#email-address {
        width: 100% !important
    }

    div#otptypestyl {
        width: 100%;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #otp_type,input#email-address {
        width: 100% !important
    }

    div#otptypestyl {
        width: 100%;
    }
}

input#email-address {
    width: 69%;
}