/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 23 2026 | 12:34:57 */
.acf-field-66211fed6dcb1 {
	display: none !important;
}

#password-lost-form-wrap fieldset div {
	width: 100% !important;
	min-width: 100% !important;
}

.somfrp-eye-toggle {
	right: 1rem !important;
}

.somfrp-eye-toggle::before {
	display:  none;
}

.somfrp-eye-toggle:hover,
.somfrp-eye-toggle:focus, 
.somfrp-eye-toggle:active {
	background: transparent !important;
}

@media only screen and (max-width: 500px) {
	#password-lost-form-wrap  legend {
		font-size: 20px; 
		line-height: 1.2;
	}
}

#page .frontend-form .edit-password {
	background: #000;
}

#page .frontend-form .edit-password,
#page .frontend-form .fea-submit-button {
    margin-top: 10px;
    border-radius: 50px;
    padding: 10px 20px;
}

#page .frontend-form .edit-password , 
#page .frontend-form label:not(#page .frontend-form .acf-radio-list label), 
#page .frontend-form .fea-submit-button, 
.upload-files {
   text-transform: uppercase;
   letter-spacing: 1px; 
   font-weight: bold; 
}


#page .frontend-form .acf-field {
	margin-bottom: 16px;
}

#page .frontend-form  li label {
	font-weight: 400 !important;
}

#page .frontend-form .acf-field .acf-checkbox-list {
	display: flex; 
	gap: 0.5rem; 
	flex-wrap: wrap;
}

#page .frontend-form label,
#page .frontend-form .edit-password,
#page .frontend-form input, 
.upload-files {
	font-size: 14px;
}

.fea-uploads-toolbar {
	border: 1px solid #AFA1A1;
    padding: 0.5rem;
    border-radius: 20px;
}

.upload-files,
.fea-uploads-add {
	background: #e02b20;
	color: #fff;
	padding: 0.5rem 1.5rem;
	
}

.acf-file-uploader, 
#page .frontend-form input:not(#page .frontend-form input[type="checkbox"]):not(#page .frontend-form input[type="radio"]), 
.acf-file-uploader .file-wrap ,
.upload-files, 
.fea-uploads-add {
	border-radius: 20px !important;
}

.acf-file-uploader .file-wrap {
	overflow: hidden;
}

.acf-file-uploader .file-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upload-files:hover,
.fea-uploads-add {
	background: #e96b63;
	color: #fff;
}

a[data-name="edit-preview"] {
	display: none;
}

.uploads-progress {
	margin-bottom: 16px;
}

#page .frontend-form input:not(#page .frontend-form input[type="checkbox"]):not(#page .frontend-form input[type="radio"]) {
	min-height: 40px;
	padding-left: 20px;
	letter-spacing: 1px; 
}

.frontend-form input::placeholder {
	color: #00000088 !important;
}

#page .frontend-form .edit-password  {
	color: #FFF;
}

#lostpasswordform input, 
#resetpasswordform input {
	width: 100%;
    border-radius: 10px;
	max-width: 100%; 
}

#password-lost-form-wrap a {
	font-weight: bold !important; 
	text-decoration: underline !important; 
}

#lostpasswordform label,
#resetpasswordform .extra-space {
	display: none;
}

#lostpasswordform .lostpassword-submit, 
#resetpasswordform .lostpassword-submit {
	display: flex; 
	justify-content: center; 
	align-items: stretch; 
	flex-direction: column;
	margin-bottom: 0;
}

#lostpasswordform legend,
#resetpasswordform legend {
	font-size: 24px; 
	font-weight: bold; 
	color: #e02b20;
	margin-bottom: 10px;
}

.somfrp-lost-pass-form-text p, .no-margin {
	margin-bottom: 5px;
}

#lostpasswordform .lostpassword-submit button,
#resetpasswordform .lostpassword-submit button {
	font-weight: bold; 
	text-transform: uppercase; 
	letter-spacing: 1px;
	border-radius: 10px;
}

/**** GENERAL FORM STYLES ****/
.general_form_ui .select2-container, 
.general_form_ui input:not(.general_form_ui input[type="checkbox"]):not(.general_form_ui input[type="radio"]),
.general_form_ui textarea {
	width: 100% !important;
	border: 2px solid #eee;
	padding: 10px;
	border-radius: 10px;
	background-color: #fff;
}
.general_form_ui input::placeholder, 
.general_form_ui text::placholder {
	color: #999;
}
.general_form_ui input:not(.general_form_ui input[type="checkbox"]):not(.general_form_ui input[type="radio"]) {
	min-height: 52px;
}
.general_form_ui .select2-selection__arrow {
	top: 50% !important;
	transform: translateY(-50%);
}
.general_form_ui .select2-selection--single {
	background: transparent;
}
.general_form_ui .form-label {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 15px;
}
.general_form_ui .select2-selection--multiple {
	border: none !important;
}

.general_form_ui .select2-selection--multiple ul {
	margin: 0 !important;
}

.general_form_ui .select2-selection--multiple .select2-selection__choice {
    padding-left: 30px !important;
    padding-right: 10px;
    font-size: 14px;
    font-weight: bold;
}
.general_form_ui .form-label {
	font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
}
.general_form_ui .select2-selection--multiple textarea {
	min-height: 30px !important;
}
.general_form_ui .select2-selection--multiple button {
	padding: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	padding: 10px !important; 
	border-radius: 0 !important;
}
.select2-selection__choice__remove span {
	font-size: 20px !important; 
	line-height: 0 !important;
}
/**** GENERAL FORM STYLES ****/