<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS fixes for the intl-tel-input plugin */

.hidden {
	display: none !important;
}

.intl-tel-input {
	width: 100%;
}

.intl-tel-input .country-list .country-name {
	color: #555555;
}

/* for error msg */
.intl-tel-input .validation-message {
	position: absolute;
	top: -14px;
	font-size: .7rem;
}

/* disabled submit button */
.btn-disabled {
	color: #fff !important;
	background: #9c9c9c !important;
}</pre></body></html>