.glt-form-button-wrapper {
	display: inline-block;
	width: 100%;
}

.glt-form-button {
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s ease;
	border: none;
	outline: none;
}

.glt-form-button:focus {
	outline: none;
}

.glt-form-dropdown-wrapper {
	display: block;
	width: 100%;
}

.glt-form-dropdown-label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
}



.glt-form-loading {
	text-align: center;
	padding: 20px;
	color: #666;
}

.glt-form-error {
	text-align: center;
	padding: 20px;
	color: #d63638;
	background-color: #fef2f2;
	border: 1px solid #fecaca;
	border-radius: 4px;
}



.glt-form-dropdown-select.wpcf7-select{
	    background-color: var(--e-global-color-secondary);
		color:#fff;
}

.wpcf7-form-control-wrap:has(> select.glt-form-dropdown-select):after {
	color:#fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M24 24H0V0h24v24z' fill='none' /%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6-1.41-1.41z' fill='white'/%3E%3C/svg%3E")
}