.submit-btn{
    background-color: white;
    text-align: center;
    padding: 20px;
    border: solid 2px black;
    color: black;
}

.submit-btn:hover{
    background-color: rgb(213, 218, 219);
    cursor: pointer;
}

/* Hiding the Elementor Submit button */
.elementor-field-type-submit{
    display: none !important;
}

.not-valid{
    border: solid 2px red !important;
}

.form-submit-error-msg{
    display: none;
    color: red;
    text-align: center;
}

.form-submit-processing-msg{
    display: none;
    color: green;
    text-align: center;
}

.disabled-form-btn{
    pointer-events: none;
}