<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dp-city-select-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #333333;
}
.dp-city-select-link__city-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none !important;
}
.dp-city-select-link__city-link:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='14' fill='%23f2994a' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6.65c-.474 0-.928-.184-1.263-.513A1.732 1.732 0 0 1 3.214 4.9c0-.464.188-.91.523-1.237.335-.329.79-.513 1.263-.513.474 0 .928.184 1.263.513A1.732 1.732 0 0 1 6.65 5.57c-.09.212-.221.405-.387.567A1.789 1.789 0 0 1 5 6.65zM5 0a5.052 5.052 0 0 0-3.536 1.435A4.85 4.85 0 0 0 0 4.9C0 8.575 5 14 5 14s5-5.425 5-9.1a4.85 4.85 0 0 0-1.464-3.465A5.052 5.052 0 0 0 5 0z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 10px 14px;
	background-position: center;
	width: 10px;
	height: 14px;
	margin-right: 7px;
}
.dp-city-select-link__city-text {
	cursor: pointer;
	color: #f2994a;
	border-bottom: 1px dashed #f2994a;
	-webkit-transition: border-bottom-color 0.2s;
	-o-transition: border-bottom-color 0.2s;
	transition: border-bottom-color 0.2s;
}
.dp-city-select-link__city-text:hover {
	border-bottom-color: transparent;
}
.dp-city-select-link--is-next-page {
	font-size: 16px;
}
.dp-city-select-link--is-next-page .dp-city-select-link__city-link:before {
	width: 12px;
	height: 16px;
}
.dp-city-select-link__caption {
	margin-right: 7px;
}
.dp-city-select-link.dp-city-select-link--is-next-page {
	margin-bottom: 15px;
}
.dp-city-select-dialog {
	color: #333333;
}
.dp-city-select-dialog__subheader {
	color: #828282;
	font-size: 14px;
}
.dp-city-select-dialog__search {
	margin-top: 20px;
	position: relative;
}
.dp-city-select-dialog__search-field {
	width: 100%;
	margin: 0;
	padding: 6px 15px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	outline: none;
	font-size: 14px;
	line-height: normal;
}
.dp-city-select-dialog__search-field:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #f2994a;
}
.dp-city-select-dialog__search-field.dp-loading,
.dp-city-select-dialog__search-wrapper.dp-loading
	.dp-city-select-dialog__search-field {
	background-image: url('data:image/svg+xml;charset=utf-8,&lt;svg width="50px" height="50px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" class="lds-rolling" style="background: none;"&gt;&lt;circle cx="50" cy="50" fill="none" stroke="%23828282" stroke-width="10" r="44" stroke-dasharray="207.34511513692632 71.11503837897544" transform="rotate(104 50 50) "&gt;&lt;animateTransform attributeName="transform" type="rotate" calcMode="linear" values="0 50 50;360 50 50" keyTimes="0;1" dur="1.5s" begin="0s" repeatCount="indefinite"&gt;&lt;/animateTransform&gt;&lt;/circle&gt;&lt;/svg&gt;');
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: right 15px center;
}
.dp-city-select-dialog__dropdown {
	display: none;
	position: absolute;
	width: 100%;
	background: #fff;
	margin-top: 5px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.dp-city-select-dialog__dropdown-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 6px 15px;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.dp-city-select-dialog__dropdown-item:hover,
.dp-city-select-dialog__dropdown-item.dp-active {
	background-color: #f2f2f2;
}
.dp-city-select-dialog__dropdown-item-city-zip {
	font-size: 12px;
	color: #828282;
	margin-left: 5px;
}
.dp-city-select-dialog__dropdown-item-city-region {
	font-size: 12px;
	color: #828282;
	margin-left: 5px;
}
</pre></body></html>