<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.select2-container {
	z-index: 99998;
	width: 100% !important;
	max-width: 100% !important
}
.select2-container .select2-selection--single {
	height: 50px !important;
	font-size: 16px !important;
	border-radius: 2px !important;
	border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
	border: none !important;
	background-color: #fff !important;

}
.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 48px !important;
	text-align: center !important;
}
.select2-container .select2-selection--single .select2-selection__arrow {
	height: 48px !important;
}
.select2-container .flag-icon {
	margin-right: 5px !important;
}
.gtd-video-title {
	left: auto !important;
	right: 30px !important;
	z-index: 999 !important;
}


.sticky-header-form .select2-container .select2-selection--single {
	    border: 1px solid #e1e1e1 !important;
}

.sticky-header-form .select2-container .select2-selection--single {
	border-left: 2px solid #7ed321 !important;
	border-top: 2px solid #7ed321 !important;
	border-right: 0 !important;
	border-bottom: 2px solid #7ed321 !important;
}

.gtd-field-phone-code {
	border-right: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.gtd-field-phone {
	border-left: 0 !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
</pre></body></html>