/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 14 2025 | 16:24:09 */
/* ---------- [ FORM FIELD OPTION ] */
.elementor-field-group {
	align-items: start!important;
	align-content: flex-start!important;
}

.elementor-field-option { 
	min-height: 20px!important;
    align-items: center!important;
	display: flex;
}

.elementor-field-option label { margin-left: 15px!important; } 

/* ---------- [ FROM BUTTON GRADIENT ] NOT USE */
/*form button {
	flex: initial!important;
    margin: 0 auto!important;
	border-radius: 50px 50px 50px 50px!important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3)!important;
    padding: 10px 20px 10px 20px!important;
	background-size: 200%;
    background-image: linear-gradient(to right, #0000CF 0%, #FF1553 50%, #0000CF 100%);
	text-transform: none!important;
    font-size: 16px!important;
    font-weight: 600!important;
}

form button:hover,
form button:focus {
    background-position: right;
}*/