/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 12 2025 | 10:48:03 */
.form {
    margin-top: 2rem !important;
}

label {
    display: inline-block;
    margin-bottom: 1%;
    color: #222;
}

.contact-label {
    font-weight: 700;
}

.contact-required {
    border: solid 1px #E24040;
    border-radius: 5px;
    padding: 0.1rem 1rem;
    margin-right: 0.5rem;
    color: #E24040;
}

.contact-optional {
    border: solid 1px #27C1B4;
    border-radius: 5px;
    padding: 0.1rem 1rem;
    margin-right: 0.5rem;
    color: #27C1B4; 
}

.frame {
    border: solid 1px #AEBAB9;
    border-radius: 5px;
    padding: 0.5rem;
    width: 100%;
    color: #222;
}

.frame:focus {
    border: solid 2px #AEBAB9;
	background-color: #98e5df;
	outline: none;
}

.confirm.frame {
    height: 2rem;
    background-color: #F4F5F6;
    border: none;
}