Your IP : 3.12.76.129


Current Path : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/js/location/mobile/dist/
Upload File :
Current File : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/js/location/mobile/dist/mobile.bundle.css

.mobile-address-container {
	background-color: #f4f6f8;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.mobile-address--scope {
	--color-dark-blue: #29a8df;
}

/* region Map styles */

.mobile-address-map-container {
	height: 100%;
	width: 100%;
}

.mobile-address-map-overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(var(--ui-color-base-solid-rgb), var(--ui-opacity-50));
	z-index: 4100;
	cursor: pointer;
}

.mobile-address-map-map {
	height: 100%;
	width: 100%;
}

.mobile-address-map-search {
	position: absolute;
	top: 17px;
	right: 12px;
	z-index: 5000;
}

.mobile-address-map-address-container {
	position: absolute;
	bottom: 31px;
	left: 50%;
	padding: 0 18px;
	width: 100%;
	transition: .3s ease-in-out;
	transform: translateX(-50%);
	opacity: 1;
	z-index: 4000;
	box-sizing: border-box;
}

.mobile-address-map-address-done {
	background-color: var(--color-dark-blue);
	border-radius: var(--ui-border-radius-lg);
	color: var(--ui-color-on-primary);
	font-size: var(--ui-font-size-xl);
	width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-address-map-address-icon {
	margin-right: 19px;
}

.mobile-address-map-address-address {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 15px 20px 18px;
	margin-bottom: 12px;
	border-radius: var(--ui-border-radius-lg);
	border: 1px solid var(--ui-color-base-35);
	background-color: var(--ui-color-background-primary);
}

.mobile-address-map-address-done,
.mobile-address-map-address-address {
	transition: .3s ease;
}

.mobile-address-map-address-address-text {
	position: relative;
	padding-left: 19px;
	max-height: 130px;
	font-weight: var(--ui-font-weight-normal);
	font-size: var(--ui-font-size-lg);
	line-height: 17px;
	overflow-y: auto;
}

.mobile-address-map-address-address-marker {
	position: absolute;
	left: 0;
	min-width: 12px;
	height: 17px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.708.667A7.77 7.77 0 00.917 8.459c0 4.561 4.629 10.928 6.751 13.608a1.305 1.305 0 002.07-.009c2.118-2.712 6.762-9.167 6.762-13.599A7.77 7.77 0 008.708.667zm0 11.333a3.508 3.508 0 01-3.542-3.542 3.508 3.508 0 013.542-3.542 3.508 3.508 0 013.543 3.542A3.508 3.508 0 018.707 12z' fill='%23FF5752'/%3E%3C/svg%3E") center no-repeat;
	background-size: 12px 17px;
}

.mobile-address-map-open-set-details {
	align-self: start;
	min-width: 25px;
	height: 24px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='25' fill='none'%3E%3Cpath fill='%239DCF00' fill-rule='evenodd' d='M11.908 23.334c.89 0 1.757-.104 2.587-.3a7.05 7.05 0 01-1.036-3.69c0-.342.024-.678.07-1.007H9.41v-1.249h1.25v-5.05H9.41v-1.19h1.25v-.002h2.91v6.242h.255a7.086 7.086 0 019.306-4.34c.012-.217.019-.436.019-.656C23.15 5.884 18.117.851 11.908.851 5.7.85.667 5.884.667 12.092c0 6.209 5.033 11.242 11.241 11.242zm1.757-16.222a1.757 1.757 0 11-3.514 0 1.757 1.757 0 013.514 0zm5.463 7.97c0-.39.317-.708.708-.708h1.417c.391 0 .708.317.708.708v2.892h2.835c.391 0 .708.317.708.708V20.1a.708.708 0 01-.708.708H21.96V23.7a.708.708 0 01-.708.708h-1.417a.708.708 0 01-.708-.708v-2.892h-2.834a.708.708 0 01-.709-.708v-1.417c0-.391.317-.708.709-.708h2.834v-2.892z' clip-rule='evenodd'/%3E%3C/svg%3E") center no-repeat;
	font-weight: var(--ui-font-weight-normal);
	font-size: var(--ui-font-size-lg);
	color: var(--ui-color-base-80);
	margin-left: 15px;
}

.mobile-address-map-address-details {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 24px;
	background-color: var(--ui-color-background-primary);
	color: var(--ui-color-base-default);
	align-items: center;
	border-top-left-radius: var(--ui-border-radius-lg);
	border-top-right-radius: var(--ui-border-radius-lg);
	z-index: 5000;
}

.mobile-address-map-address-details-textarea-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.mobile-address-map-address-details-textarea {
	margin-bottom: 32px;
	font-weight: var(--ui-font-weight-normal);
	font-size: var(--ui-font-size-xl);
	color: var(--ui-color-base-solid);
	border: none;
	width: 100%;
	max-height: 130px;
	resize: none;
	overflow-y: auto;
	outline: none;
	text-align: center;
}

.mobile-address-map-address-details-textarea::placeholder {
	color: var(--ui-color-base-50);
	font-size: var(--ui-font-size-2xl);
}

.mobile-address-map-address-details-title {
	display: block;
	margin-bottom: 6px;
	font-weight: var(--ui-font-weight-normal);
	font-size: var(--ui-font-size-md);
	color: var(--ui-color-base-50);
	text-align: center;
}

.mobile-address-map-address-details-done {
	background-color: var(--color-dark-blue);
	border-radius: var(--ui-border-radius-lg);
	color: var(--ui-color-on-primary);
	font-size: var(--ui-font-size-xl);
	width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* endregion */

/* region Autocomplete styles */

.mobile-address-autocomplete-container {
	position: relative;
	padding: 0 12px;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.mobile-address-autocomplete-query-container {
	display: flex;
	margin-bottom: 16px;
}

.mobile-address-autocomplete__inner {
	display: flex;
	align-items: center;
	flex: 1;
	margin-right: 8px;
	padding: 12px 20px;
	min-height: 66px;
	border-radius: var(--ui-border-radius-lg);
	background-color: var(--ui-color-background-primary);
	box-sizing: border-box;
}

.mobile-address-autocomplete-query-search-icon {
	margin-left: auto;
	height: 20px;
	min-width: 20px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.779 12.387a6.37 6.37 0 111.836-1.836l3.31 3.31a1 1 0 010 1.414l-.422.423a1 1 0 01-1.414 0l-3.31-3.31zm1.058-5.327a4.55 4.55 0 11-9.099 0 4.55 4.55 0 019.099 0z' fill='%23BDC1C6'/%3E%3C/svg%3E") center no-repeat;
}

.mobile-address-autocomplete-query-query {
	display: block;
	padding: 0 10px 0 0;
	height: 1em;
	max-height: 130px;
	width: 100%;
	font-weight: var(--ui-font-weight-regular);
	font-size: var(--ui-font-size-xl);
	font-family: var(--ui-font-family-system);
	line-height: 19px;
	color: var(--ui-color-base-solid);
	border: none;
	resize: none;
	overflow: auto;
	outline: none;
	caret-color: var(--ui-color-link-primary-base);
}

.mobile-address-autocomplete-query-clear {
	margin-left: auto;
	height: 24px;
	min-width: 20px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21a9 9 0 100-18 9 9 0 000 18zm4.299-6.134l-2.866-2.865 2.866-2.866-1.433-1.433L12 10.568 9.135 7.702 7.702 9.135l2.865 2.866-2.865 2.865L9.135 16.3 12 13.434l2.866 2.865 1.433-1.433z' fill='%23D5D7DB'/%3E%3C/svg%3E") center no-repeat;
}

.mobile-address-autocomplete-query-separator {
	width: 1px;
	background: var(--ui-color-base-20);
	height: 40px;
	margin-left: 10px;
	margin-right: 10px;
}

.mobile-address-autocomplete-query-map-link,
.mobile-address-map-search {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 3px;
	min-width: 65px;
	height: 66px;
	border: 1px solid #e1f3f9;
	border-radius: var(--ui-border-radius-2xl);
	background-color: var(--ui-color-background-primary);
	font-weight: var(--ui-font-weight-normal);
	font-size: var(--ui-font-size-lg);
	color: var(--ui-color-base-80);
	box-sizing: border-box;
}

.mobile-address-autocomplete-query-map-icon,
.mobile-address-map-search-icon {
	display: inline-flex;
	width: 23px;
	height: 24px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3E%3Cpath fill='%2311A9D9' fill-rule='evenodd' d='M20.927 17.843l3.072.002c.551 0 1.046.34 1.244.854l2.556 6.64a1.333 1.333 0 01-1.244 1.812H6.445a1.333 1.333 0 01-1.241-1.82l2.603-6.64c.2-.51.693-.846 1.241-.846l2.761-.003a44.413 44.413 0 002.205 3.113l.508.649.41.512.129.142a1.867 1.867 0 002.778-.153 50.557 50.557 0 003.088-4.262zM16.394 4a5.585 5.585 0 015.602 5.601c0 2.485-1.523 5.633-4.57 9.444a1.333 1.333 0 01-1.963.131l-.113-.123-.344-.429c-2.809-3.555-4.213-6.563-4.213-9.023A5.585 5.585 0 0116.394 4zm0 3.055A2.522 2.522 0 0013.848 9.6a2.522 2.522 0 002.546 2.546A2.522 2.522 0 0018.941 9.6a2.522 2.522 0 00-2.547-2.546z' clip-rule='evenodd'/%3E%3C/svg%3E") center no-repeat;
}

.mobile-address-map-search-icon {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none'%3E%3Cpath fill='%2300A2E8' fill-rule='evenodd' d='M19.234 21.182a8.492 8.492 0 112.449-2.449l4.649 4.65a1 1 0 010 1.414l-1.035 1.034a1 1 0 01-1.414 0l-4.65-4.65zm1.41-7.104a6.066 6.066 0 11-12.131 0 6.066 6.066 0 0112.132 0z' clip-rule='evenodd'/%3E%3C/svg%3E") center no-repeat;
}

.mobile-address-autocomplete-query-map-text,
.mobile-address-map-search-text {
	display: inline-flex;
	font-weight: var(--ui-font-weight-medium);
	font-size: var(--ui-font-size-xs);
	color: var(--ui-color-palette-blue-60);
}

.mobile-address-autocomplete-results-container {
	position: relative;
	overflow: hidden;
}

.mobile-address-autocomplete-results-search-loader {
	position: absolute;
	top: 200px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mobile-address-autocomplete-results-title {
	display: block;
	padding-top: 10px;
	padding-left: 20px;
	border-radius: var(--ui-border-radius-lg) var(--ui-border-radius-lg) 0 0;
	background-color: var(--ui-color-background-primary);
	font-size: var(--ui-font-size-md);
	color: var(--ui-color-base-90);
}

.mobile-address-autocomplete-results-result-item-container:not(:empty) {
	margin-bottom: 12px;
}

.mobile-address-autocomplete-results-result-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8px 24px 8px 57px;
	min-height: 50px;
	max-height: 100px;
	background-color: var(--ui-color-background-primary);
	box-shadow: 0 -1px 0 0 rgba(var(--ui-color-base-solid-rgb), .08) inset;
	box-sizing: border-box;
	overflow-y: auto;
}

.mobile-address-autocomplete-results-result-item:nth-child(1) {
	border-radius: var(--ui-border-radius-lg) var(--ui-border-radius-lg) 0 0;
}

.mobile-address-autocomplete-results-result-item:last-child {
	border-radius: 0 0 var(--ui-border-radius-lg) var(--ui-border-radius-lg);
	box-shadow: none;
}

.mobile-address-autocomplete-results-result-item:only-child {
	border-radius: var(--ui-border-radius-lg);
}

.mobile-address-autocomplete-results-title + .mobile-address-autocomplete-results-result-item-container .mobile-address-autocomplete-results-result-item:nth-child(1) {
	border-radius: 0;
}

.mobile-address-autocomplete-results-result-item-no-bottom-border {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8px 24px 8px 57px;
	min-height: 50px;
	max-height: 100px;
	background-color: var(--ui-color-background-primary);
	border-radius: 0 0 var(--ui-border-radius-lg) var(--ui-border-radius-lg);
	overflow-y: auto;
}

.mobile-address-autocomplete-results-result-item:before,
.mobile-address-autocomplete-results-result-item-no-bottom-border:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 18px;
	min-width: 15px;
	height: 20px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.625.5A6.855 6.855 0 00.75 7.375c0 4.025 4.085 9.643 5.957 12.007a1.152 1.152 0 001.827-.008c1.869-2.393 5.966-8.088 5.966-11.999A6.855 6.855 0 007.626.5zm0 10A3.095 3.095 0 014.5 7.373 3.095 3.095 0 017.625 4.25a3.095 3.095 0 013.126 3.125A3.095 3.095 0 017.625 10.5z' fill='%23DFE0E3'/%3E%3C/svg%3E") center no-repeat;
	transform: translateY(-50%);
}

.mobile-address-autocomplete-results-result-item-name {
	font-weight: var(--ui-font-weight-medium);
	font-size: var(--ui-font-size-lg);
	line-height: 18px;
	color: var(--ui-color-text-primary);
}

.mobile-address-autocomplete-results-result-item-address-details {
	font-weight: var(--ui-font-weight-normal);
	font-size: var(--ui-font-size-sm);
	color: var(--ui-color-base-80);
}

.mobile-address-autocomplete-results-result-item-not-found-container {
	display: flex;
	align-items: center;
	padding: 14px 0 14px 18px;
	min-height: 50px;
	border-radius: var(--ui-border-radius-lg);
	background-color: #fcfcfd;
}

.mobile-address-autocomplete-results-result-item-not-found {
	position: relative;
	flex: 1;
	margin-right: 17px;
	font-size: 13px;
	color: var(--ui-color-base-70);
}

.mobile-address-autocomplete-results-result-item-not-found-text:nth-child(1) {
	display: block;
	margin-bottom: 2px;
	font-weight: var(--ui-font-weight-medium);
	font-size: var(--ui-font-size-lg);
	color: var(--ui-color-base-90);
}

.mobile-address-autocomplete-results-result-item-not-found:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 14px;
	height: 14px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' fill='none'%3E%3Cpath fill='%23C9CCD0' fill-rule='evenodd' d='M11.436.035l2.55 2.577-9.977 9.95-2.55-2.577 9.977-9.95zM.026 13.672a.267.267 0 00.067.255.26.26 0 00.255.068l2.851-.769-2.405-2.404-.768 2.85z' clip-rule='evenodd'/%3E%3C/svg%3E") center no-repeat;
	transform: translateY(-50%);
}

.mobile-address-autocomplete-results-empty-state {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 48px 24px;
	border-radius: var(--ui-border-radius-lg);
	background-color: var(--ui-color-background-primary);
}

.mobile-address-autocomplete-results-empty-state-icon {
	display: inline-flex;
	min-width: 158px;
	height: 129px;
	margin-bottom: 32px;
	background: url(../image/empty-state.png) center no-repeat;
	background-size: contain;
}

.mobile-address-autocomplete-results-empty-state-title {
	margin-bottom: 12px;
	font-size: var(--ui-font-size-2xl);
	color: var(--ui-color-base-90);
	text-align: center;
}

.mobile-address-autocomplete-results-empty-state-desc {
	font-size: var(--ui-font-size-xl);
	color: var(--ui-color-base-70);
	text-align: center;
}

/* endregion */

/* region Fields Styles */

.mobile-address-fields-fields-inner-container {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
}

.mobile-address-fields-fields-container {
	flex: 1;
	margin: 0 1.125rem 5px 1.125rem;
	/*border-radius: var(--ui-border-radius-2xl);*/
}

.mobile-address-fields-item-wrap {
	border-radius: var(--ui-border-radius-2xl);
	background-color: var(--ui-color-background-primary);
}

.mobile-address-field-container {
	padding: 16px 0 14px 0;
	margin: 0 .875rem;
	min-height: 54px;
	box-shadow: 0 -.5px 0 0 rgba(51, 87, 216, .08) inset;
	box-sizing: border-box;
}

.mobile-address-field-container:last-child {
	box-shadow: none;
}

.mobile-address-field-title {
	margin-bottom: 2px;
	font-size: var(--ui-font-size-4xs);
	font-weight: var(--ui-font-weight-normal);
	color: var(--ui-color-base-50);
	text-transform: var(--ui-text-transform-uppercase);
}

.mobile-address-field-title-focused {
	color: #0b66c3;
}

.mobile-address-field {
	padding: 0;
	width: 100%;
	border: 0;
	font-size: var(--ui-font-size-xl);
	font-weight: var(--ui-font-weight-medium);
	color: var(--ui-color-text-primary);
	resize: none;
	box-sizing: border-box;
}

.mobile-address-field:disabled {
	background-color: var(--ui-color-background-transparent);
}

.mobile-address-fields-save-values {
	height: 50px;
	background-color: var(--color-dark-blue);
	font-size: var(--ui-font-size-xl);
	color: var(--ui-color-on-primary);
	position: -webkit-sticky;
	position: sticky;
	z-index: 20;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-address-fields-use-this-address-container {
	color: var(--ui-color-text-primary);
	align-items: center;
	z-index: 5000;
	border-top-left-radius: var(--ui-border-radius-lg);
	border-top-right-radius: var(--ui-border-radius-lg);
	padding: 22px;
}

.mobile-address-fields-use-this-address {
	background-color: #00A2E8;
	border-radius: var(--ui-border-radius-lg);
	color: var(--ui-color-on-primary);
	font-size: var(--ui-font-size-xl);
	width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-address-fields-search-container {
	align-items: center;
	margin-top: -10px;
	padding: 36px 1.78rem 20px 1.78rem;
	border-bottom-left-radius: var(--ui-border-radius-2xl);
	border-bottom-right-radius: var(--ui-border-radius-2xl);
	background-color: var(--ui-color-background-primary);
}

.mobile-address-fields-search-icon-search {
	margin-right: 10px;
}

.mobile-address-fields-search {
	position: relative;
	border: 1px solid var(--ui-color-base-20);
	border-radius: var(--ui-border-radius-lg);
	color: var(--ui-color-base-90);
	font-size: var(--ui-font-size-xl);
	font-weight: var(--ui-font-weight-medium);
	width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.mobile-address-fields-search-icon-search {
	display: inline-flex;
	min-width: 18px;
	height: 19px;
	margin-right: 8px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='none'%3E%3Cpath fill='%23A8ADB4' fill-rule='evenodd' d='M8.718 16.233a7.977 7.977 0 004.207-1.192l2.907 2.906a1.167 1.167 0 001.65 0l.966-.966a1.167 1.167 0 000-1.65l-2.907-2.906a8.015 8.015 0 10-6.823 3.808zm0-2.824a5.192 5.192 0 100-10.384 5.192 5.192 0 000 10.384z' clip-rule='evenodd'/%3E%3C/svg%3E") center no-repeat;
}
/* endregion */

/* region Animation */
.mobile-address-map-address-container.mobile-address-map-address-container-map-searching:before {
	content: '';
	position: absolute;
	top: 50%;
	left: calc(50% + 26px);
	width: 100%;
	height: 92px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100%25 92' preserveAspectRatio='xMinYMin meet' style='width:100%25;height:92px' fill='none'%3E%3Csvg height='100'%3E%3Cpath d='M0 12C0 5.373 5.373 0 12 0h315c6.627 0 12 5.373 12 12v68c0 6.627-5.373 12-12 12H12C5.373 92 0 86.627 0 80V12z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.542 19.334a5.941 5.941 0 00-5.959 5.958c0 3.488 3.54 8.357 5.163 10.406a.998.998 0 001.584-.007c1.619-2.074 5.17-7.01 5.17-10.399a5.941 5.941 0 00-5.958-5.959zm0 8.666a2.682 2.682 0 01-2.709-2.709 2.682 2.682 0 012.709-2.709 2.682 2.682 0 012.708 2.709A2.682 2.682 0 0124.542 28zM306.908 43.334c.89 0 1.757-.104 2.587-.3a7.047 7.047 0 01-1.037-3.69c0-.342.025-.678.071-1.007h-4.119v-1.249h1.249v-5.05h-1.249v-1.19h1.249v-.002h2.912v6.242h.254a7.086 7.086 0 019.306-4.34c.012-.217.019-.436.019-.656 0-6.208-5.033-11.241-11.242-11.241-6.208 0-11.241 5.033-11.241 11.241 0 6.209 5.033 11.242 11.241 11.242zm1.757-16.222a1.757 1.757 0 11-3.513.001 1.757 1.757 0 013.513 0zm5.463 7.97c0-.39.317-.708.708-.708h1.417c.391 0 .708.317.708.708v2.892h2.835c.391 0 .708.317.708.708V40.1a.708.708 0 01-.708.708h-2.835V43.7a.708.708 0 01-.708.708h-1.417a.708.708 0 01-.708-.708v-2.892h-2.834a.71.71 0 01-.709-.708v-1.417a.71.71 0 01.709-.708h2.834v-2.892z' fill='%23DFE0E3'/%3E%3C/svg%3E%3Csvg height='100' id='d'%3E%3Cdefs%3E%3Cg id='a' fill='%23eef2f4'%3E%3Crect x='38' y='21' width='82' height='5' rx='2.5'/%3E%3Crect x='38' y='39' width='192' height='5' rx='2.5'/%3E%3Crect x='38' y='57' width='192' height='5' rx='2.5'/%3E%3C/g%3E%3C/defs%3E%3Cuse xlink:href='%23a'/%3E%3C/svg%3E%3Crect id='e' width='100%25' fill='url(%23b)' mask='url(%23c)' height='100'/%3E%3Cmask id='c' fill='%23fff'%3E%3Cuse xlink:href='%23d'/%3E%3C/mask%3E%3ClinearGradient x1='66.6%25' y1='50%25' x2='33.3%25' y2='50%25' id='b'%3E%3Cstop stop-opacity='0' offset='0%25'/%3E%3Cstop stop-opacity='.07' offset='50%25'/%3E%3Cstop stop-opacity='0' offset='100%25'/%3E%3C/linearGradient%3E%3Canimate xlink:href='%23e' attributeName='x' from='-100%25' to='100%25' dur='1s' begin='0s' repeatCount='indefinite'/%3E%3C/svg%3E") center no-repeat;
	transform: translate(-50%,-50%);
}

.mobile-address-map-address-container.mobile-address-map-address-container-map-searching .mobile-address-map-address-address,
.mobile-address-map-address-container.mobile-address-map-address-container-map-searching .mobile-address-map-address-done {
	opacity: 0;
}

.location-fade-enter-active,
.location-fade-leave-active {
	transition: opacity .6s ease;
}

.location-fade-enter-from,
.location-fade-leave-to {
	opacity: 0;
}
/* endregion */