.jet-form-builder__field:focus-visible{
    outline: none;
}
.form-divider{
    font-family: "Poppins";
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 130%;
    color: #3A3A3A;
    margin: 0;
	padding-left:.3rem;
	margin:0;
	margin-bottom: 3.2rem;
    margin-top: 5.6rem;

}
.form-divider.no-bold{
    font-weight: 400;
	padding-left: 0.2rem;
		margin-bottom: 3.9rem;
    margin-top: 7.5rem;
	
}

.select-field {
    padding-left: 1.4rem !important;
    background-color: white !important;
    background-image: unset !important;
	appearance:none;
	position:relative;
}
.custom-select-wrap {
	position:relative;
}
.custom-dropdown::after {
    content: '';
    position: absolute;
    right: 1.5rem;
    top: 50%;
    width: 1.5rem;
    height: 1.5rem;
	 background: url("https://dev-defeye.pantheonsite.io/wp-content/uploads/2025/09/arrow-down-angle-svgrepo-com.svg")
              no-repeat center / contain;
  pointer-events: none;    /* So clicks pass through to the select */
    z-index: 40;
   transform: translateY(-50%) rotate(0deg);  /* <-- default position */
  transition: transform 0.3s ease;  
}
.custom-dropdown.dropdown-opened::after{
	transform: translateY(-50%) rotate(180deg);
}
.submit-btn{
cursor: pointer;
}
.jet-form-builder-row.field-has-error .error-message{
	color:#FF0000;
	font-family:"poppins";
	font-size:1.2rem;
	line-height:1.6rem;
	padding-top:.3rem;
	margin-bottom: -1.9rem;
}
.jet-form-builder-row{
	padding:0;
}
.elementor-47 .elementor-element.elementor-element-0e67b56 .jet-form-builder-message--success,.elementor-47 .elementor-element.elementor-element-0e67b56 .jet-form-builder-message--error {
	display:none;
}
.jet-form-builder-row.field-type-submit-field{
	margin-bottom:0 !important;
}
.signup-link{
	color:#3A3A3A !important;
	text-decoration:underline !important;
	cursor:pointer !important;
}
.required-field p{
	margin:0;
}
.jet-form-builder__required {
	margin-left:-.4rem;
}
.elementor-47 .elementor-element.elementor-element-0e67b56 .jet-form-builder__field:not(.checkradio-field):not(.range-field):not(.jet-form-builder-repeater):not(.wysiwyg-field) {
	height:5rem !important;
}
@media (max-width: 767px) {
	.form-divider{
		padding-left:0;
		margin-bottom: 2.9rem;
   		margin-top: 5.8rem;

	}
	.form-divider.no-bold{
		padding-left:0;
		margin-bottom: 4rem;
        margin-top: 5.9rem;
		padding-right:.9rem;

	}
	.custom-select{
		margin-top:-1.8rem !important; 
	}
	.custom-select-wrap::after {
		top:26%;
	}


}
@media (max-width: 1200px) {
		.custom-select-wrap::after {
		right:2rem;
	}

}
@media (min-width: 1080px) {
			.custom-select-wrap::after {
		right:12rem;
	}
}

.custom-dropdown {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    min-width: 200px;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 10px;
	font-family: "Poppins", Sans-serif;
    font-size: 1.6rem;
    line-height: 130%;
    color: #3A3A3A;
/*     padding: 0rem 2rem 0rem 1.1rem;
    margin: 0px 0px 0px 0px; */
    border-style: solid;
    border-width: 0.1rem 0.1rem 0.1rem 0.1rem;
    border-color: #D9D9D9;
    max-width: 102.5rem;
	padding-left: 1.4rem !important;
	height:5rem;
	padding-top:1.3rem;
	margin-bottom:0;

}


.custom-dropdown .dropdown-list {
    display: none;
    position: absolute;
    left: 0; right: 0;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 0 0 4px 4px;
	top:4.8rem;
}
.custom-dropdown.dropdown-opened .dropdown-list,
.custom-dropdown .dropdown-list.show {
    display: block;
}
.custom-dropdown .dropdown-item {
	padding:8px;
    padding-left: 1.4rem !important;
    cursor: pointer;
}
.custom-dropdown .dropdown-item:hover {
    background: #f0f0f0;
}

