<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.ui-autocomplete .mt-autocomplete-item .ui-menu-item-wrapper{
	padding: .5em 1em;
	font-size: 1.1em;
	cursor: pointer;
	text-wrap:nowrap;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}

.ui-autocomplete .ui-menu-item{
	list-style-type: none;
}

.mt-autocomplete-item .ui-state-active{
	color: #fff;
}

.ui-autocomplete.address-autocomplete{
	border-radius:5px;
	max-height:300px;
	max-width: min(90%, 400px);
	border: 1px solid #ccc;
	z-index:11 !important;
	background-color:#fff;
	padding:0;
	overflow:auto;
	position:absolute;
}

@media (max-height:500px), (max-width:800px) {
	.ui-autocomplete.address-autocomplete{
		max-height:275px;
	}
}

.ui-autocomplete.address-autocomplete .ui-state-active{
	color: #2c343f;
}

.address-autocomplete .ui-state-active{
	background-color: #e9edf6;
}

.address-autocomplete.ui-autocomplete .aa-no-results{
	font-size: 1.2em;
	color: #2f3640;
	padding:.5em .5em;
	text-wrap: wrap;
	width: auto;
}

.address-autocomplete.ui-autocomplete .aa-no-results .ui-state-active{
	background-color: inherit;
}

.mt-autocomplete-icon {
	vertical-align:middle;
	width:16px;
	height:16px;
	margin-right:4px;
	display:inline-block;
	text-align:center;
}

.address-autocomplete .aa-pin-button{
	background-color: #273747;
	border: 0;
	color: #fff;
	padding: 3px 6px;
	border-radius: 4px;
}

.address-autocomplete .ui-menu-item:hover .aa-pin-button{
	color: #fff;
	cursor: pointer;
	background-color: #273747;
}


.aa-geolocate{
	position:absolute;
	right: .4em;
	top:.1em;
	font-size:1em;
	cursor:pointer;
}

input.no-ms-clear::-ms-clear {
  display: none;
}

.aa-geolocate.temporary-hide{
	display: none !important;
}

.aa-geolocate:hover{
	color:#000;
}
</pre></body></html>