/* Custom CSS for Contact Form 7 */
.error-message {
    color: red;
    font-size: 1em;
    display: none;
}
.wpcf7-not-valid-tip{
	display: none !important;
}
.date-label .custom-text {

    color: red;
}

h3.previous_entry_text, h3.new_entry_text{

    position: relative; 
    top: 15px;
}

.fetch_email, .fetch_otp{
    width: 290px;;
}

/* Custom CSS for Contact Form 7 */
.date-label .custom-text {

    color: red;
}

h3.previous_entry_text, h3.new_entry_text{

    position: relative; 
    top: 15px;
}

.fetch_email, .fetch_otp{
    width: 290px;;
}
.form-entry {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 10px;
}
.purchased_date {
    z-index: 9999 !important;
    pointer-events: auto !important;
    position: relative;
}
.edit-entry.btn{
    padding: .375rem 2rem !important;
}