@charset "UTF-8";
#map {
  width: 100vw;
  height: 100vh; }
  #map canvas {
    width: 100vw;
    height: 100vh; }

.change-status-button {
  position: absolute;
  bottom: 16px;
  right: 16px;
  cursor: pointer;
  overflow: hidden;
  background-size: 100% 100%; }

.goongjs-ctrl-attrib {
  display: none; }

.nav {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 10px; }

.goongjs-popup-content {
  padding: 0; }

.popup-content {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #595959;
  display: block;
  cursor: pointer;
  font-weight: 400;
  font-family: Roboto, Arial, sans-serif; }

.popup-title {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #262626; }

.div-marker {
  background-size: cover;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  cursor: pointer; }

.tooltip-marker {
  z-index: 2000; }
  .tooltip-marker .goongjs-popup-tip {
    border-top-color: rgba(0, 0, 0, 0.65); }

.goongjs-popup {
  z-index: 9999; }

.tooltip-info-location {
  text-align: center; }

.popover-button {
  position: absolute; }

.popover {
  position: absolute;
  right: 16px;
  bottom: 108px;
  z-index: 1000; }

#popover-change-style {
  display: none;
  /* Initially hidden */
  background-color: #f2f2f2;
  border: 1px solid #c3c3c3;
  padding: 2px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  gap: 4px;
  /* Add space between options */
  width: max-content;
  /* Make the popover only as wide as its content */
  padding: 12px; }

.map-style-option {
  width: 64px;
  /* Set fixed width for option */
  height: 64px;
  /* Set fixed height for option */
  cursor: pointer;
  background-color: #f0f0f0;
  /* Fallback background */
  background-size: cover;
  /* Ensure the image covers the div */
  background-position: center;
  /* Center the background image */
  border-radius: 5px;
  /* Rounded corners for visual appeal */
  border: 1px solid #eee;
  /* Light border */ }

.map-style-option:hover {
  background-color: #e0e0e0;
  /* Highlight on hover */ }

.search-bar {
  position: relative;
  width: 100%; }
  .search-bar .ant-input-clear-icon {
    font-size: 16px; }

.info-box {
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.18); }

.info-box-image-search {
  padding: 16px;
  background-position: center;
  background-size: cover;
  height: 240px;
  position: relative; }

.imageCell {
  line-height: 28px !important;
  font-size: 18px !important; }

.actions-icon {
  text-align: center;
  padding: 16px; }
  .actions-icon > * {
    margin: 0 8px; }

.addressDetail {
  padding: 16px;
  color: black;
  font-family: Roboto, Arial, sans-serif; }
  .addressDetail span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    display: block;
    width: max-content;
    max-width: 100%; }
  .addressDetail h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
    font-style: normal;
    font-weight: normal;
    font-size: 16px; }

.addressNear {
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Roboto, Arial, sans-serif; }
  .addressNear span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: black; }
  .addressNear h5 {
    color: black !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

.list-near-places li:hover {
  background-color: #fafafa; }

.thumbnail {
  width: 100%; }

.captionRow {
  padding: 16px;
  font-style: normal;
  font-weight: 500;
  color: black;
  font-size: 24px;
  font-family: Roboto, Arial, sans-serif; }

.ant-card-bordered {
  border: none; }

.search-bar .ant-input-clear-icon {
  font-size: 14px; }

.search {
  width: 100%;
  min-height: 30px;
  background-color: white;
  border-width: 1px;
  border-radius: 20px;
  box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.2);
  align-items: center;
  margin-bottom: 10px;
  overflow: hidden; }

.search_box {
  max-width: 100%;
  padding: 9px 20px 9px 20px;
  align-items: center;
  display: flex; }

.search_box > div {
  margin-left: auto;
  display: flex;
  align-items: center;
  text-overflow: ellipsis; }

.search_box > input {
  flex: 1;
  height: 30px;
  max-width: 85%;
  border: none;
  font-size: 15px; }

.search_box > input:focus-visible {
  border: none;
  outline: none; }

input::placeholder {
  color: #b0b0b0;
  font-size: 15px; }

.search_history > div {
  display: flex;
  align-items: center;
  padding: 12px 10px;
  white-space: nowrap; }

.search_history > div > i {
  color: #acacac;
  padding: 0px 10px 0px 10px;
  font-size: 14px; }

.search_history > div > .history_text {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 15px 0px 7px;
  font-size: 14px; }

.search_history > div > .history_text > .text {
  color: #70757a;
  font-weight: 400;
  font-family: Roboto, Arial, sans-serif; }

.search_history > div > .history_text > .title {
  font-weight: 500;
  font-family: Roboto, Arial, sans-serif;
  color: #202124; }

.search_history > div:hover {
  background-color: #f3f3f3;
  cursor: pointer; }

.search_history > div:hover .hover-icon {
  display: inline-block; }

.hover-icon {
  display: none;
  margin-left: auto;
  padding-right: 5px; }

.hover-icon > svg {
  padding: 3px; }

.hover-icon > svg:hover {
  background-color: #d4d4d4;
  border-radius: 10px; }

.locations {
  text-align: center;
  font-size: 14px;
  color: #1890ff;
  font-weight: 500;
  padding: 9px 0px;
  height: 40px;
  font-family: Roboto, Arial, sans-serif; }

.locations:hover {
  color: #0058cc;
  background-color: #f3f3f3;
  cursor: pointer; }

.info--mobile .search--mobile {
  width: 100%;
  min-height: 30px;
  background-color: white;
  border-width: 1px;
  border-radius: 20px;
  align-items: center;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 1000;
  position: relative; }

.info--mobile .search_history {
  top: 60px;
  left: 9px;
  right: 9px;
  height: 90vh;
  background-color: #fff;
  z-index: 999;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow-y: auto; }

.info--mobile .locations {
  text-align: center;
  font-size: 14px;
  color: #3b90ff;
  font-weight: 500;
  padding: 9px 0px;
  height: 40px;
  font-family: Roboto, Arial, sans-serif;
  justify-content: center; }

.info--mobile .history_item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0px 0;
  position: relative; }

.info--mobile .history_item i {
  margin-right: 8px;
  font-size: 16px;
  color: #70757a;
  margin-left: 4px; }

.info--mobile .history_text {
  position: relative;
  flex-grow: 1;
  margin-right: 15px;
  margin-left: 15px;
  border-bottom: 1px solid #d3d3d3;
  padding: 10px 0px;
  overflow: hidden;
  word-wrap: break-word; }

.info--mobile .history_text .title {
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
  color: #202124;
  word-wrap: break-word; }

.info--mobile .history_text .text {
  font-size: 13px;
  color: #70757a;
  margin: 0px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal; }

.info--mobile .search_history > div {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 5px 10px; }

.info--mobile .search_box > input {
  max-width: 100%;
  padding: 9px 0px;
  display: flex;
  align-items: center; }

#info--arrow--back--mobile {
  margin-right: 22px;
  font-size: 18px;
  color: #70757A;
  font-family: Roboto, Arial, sans-serif; }

#driver-full {
  margin-top: 0;
  margin-bottom: 0; }

.list-menu-icon {
  min-height: 60px;
  color: #202124;
  width: 100%;
  max-width: 408px; }

#navigation-box-web {
  background: none; }

#timed-taxi,
#timed-bike,
#timed-car {
  font-size: 20px;
  color: #54585a; }

#row-col-6-badge-kilometer {
  width: 100%;
  margin-left: 7px; }

#col-span-14-kilometer {
  padding-top: 1px;
  padding-left: 21px; }

#col-span-6-kilometer {
  text-align: right;
  padding-top: 3px; }

#col-span-4-kilometer {
  margin-left: 10px;
  text-align: right; }

#col-span-4-kilometer h4 {
  font-size: 16px;
  color: #188038;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  margin: 0px;
  white-space: nowrap; }

#col-span-4-kilometer p {
  color: #70757a;
  margin-top: 4px; }

#col-span-14-kilometer h1 {
  margin: 0px;
  font-size: 16px;
  color: #202124;
  line-height: 1.5rem; }

#col-span-14-kilometer p {
  margin-top: 4px;
  font-size: 14px;
  color: #70757a; }

#detail-route-button-text {
  cursor: pointer;
  color: #1890ff;
  font-size: 15px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400; }

#timed-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 12px 0; */
  padding-top: 12px;
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 8px;
  cursor: pointer;
  border-bottom: 1px solid #dadce0;
  border-left: none; }

#timed-content-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 12px 0; */
  padding-top: 12px;
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 8px;
  cursor: pointer;
  border-bottom: 1px solid #dadce0;
  border-left: 5px solid #1890ff; }

.detail-route-button {
  border: none;
  padding: 7px;
  width: 70px;
  background: none; }

#service_photos {
  width: 24px; }

#sign-more {
  width: 22px; }

#col-span-detail-text .detail-route-button:hover {
  background: rgba(26, 115, 232, 0.04);
  border-radius: 4px;
  color: #174ea6; }

#col-span-detail-text #detail-route-button-text:hover {
  color: #174ea6; }

#col-span-detail-text {
  margin-left: 42px; }

.border-fun {
  border-bottom: 8px solid #dadce0; }

#hotel {
  width: 26px;
  margin-left: 2px; }

#gas_station {
  width: 26px;
  margin-left: 8px; }

#parking_spot {
  width: 26px;
  margin-left: 2px; }

#restaurant {
  width: 22px; }

.option-navigation {
  border-bottom: 8px solid #dadce0;
  padding: 11px 0;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  position: relative;
  min-height: 60px; }

.option-navigation button {
  position: absolute;
  top: -6px;
  right: 14px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  cursor: pointer;
  background: none;
  border: none;
  color: #1890ff;
  padding: 10px 9px;
  margin: 6px 0; }

.option-navigation button:hover {
  background-color: rgba(26, 115, 232, 0.04);
  color: #174ea6; }

.copy-link {
  border-bottom: 1px solid #dadce0;
  padding: 15px 0;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  position: relative;
  min-height: 60px; }

.copy-link button {
  position: absolute;
  top: 2px;
  left: 16px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  cursor: pointer;
  background: none;
  border: none;
  color: #1890ff;
  padding: 10px 9px;
  margin: 5px 0; }

.copy-link button:hover {
  background-color: rgba(26, 115, 232, 0.04);
  color: #174ea6; }

#set-icon-LinkOut {
  font-size: 20px;
  transform: rotate(45deg);
  position: relative;
  top: 2px; }

.text-link {
  padding-left: 5px; }

.options-for-route {
  margin-left: 24px;
  margin-top: 3px;
  color: #202124;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5rem;
  position: absolute;
  top: 5px; }

.distance-unit {
  padding-top: 28px;
  margin-left: 24px; }

.under-the-unit {
  width: 170px;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  font-size: 13px; }

.under-the-unit + .under-the-unit {
  margin-left: 20px; }

.under-the-unit {
  width: 170px;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  font-size: 13px; }

.automatic-distance {
  position: relative;
  height: 36px;
  line-height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 2px; }

.number-of-beats {
  height: 17px;
  width: 17px;
  opacity: 1;
  position: absolute;
  cursor: pointer;
  left: -2px; }

.fontTitleSmall {
  font-family: Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25rem; }

.distance-under {
  color: #202124; }

.label-note {
  color: #202124;
  cursor: pointer;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 400; }

.input-hover {
  width: 32px;
  height: 32px;
  padding-top: 8px;
  background: none;
  border-radius: 20px;
  margin: 4px 10px 0px -9.5px;
  transition: background-color 0.3s ease; }

.automatic-distance:hover .input-hover {
  background-color: #f0f0f0;
  /* Đặt màu nền khi hover */ }

.automatic-distance:hover .input-hover:checked {
  background-color: #e0ecfd;
  /* Đặt màu nền khi hover */ }

.around-the-location {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #202124;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  padding-left: 20px;
  padding-right: 24px; }

.font-small-around {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #202124;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-top: 16px;
  padding-bottom: 8px; }

.great-content-of-the-service {
  flex: none; }

.smaller-content {
  align-items: flex-start;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  min-height: 100px;
  justify-content: space-evenly; }

.restaurant-service {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-bottom: 10px;
  width: 74px;
  background: none;
  border: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding-top: 4px; }

#restaurant-service-button-hidden {
  padding-bottom: 25px; }

.restaurant-service:hover {
  border-radius: 8px;
  color: #202124;
  background-color: rgba(60, 64, 67, 0.04); }

.smaller-content button {
  color: inherit; }

.restaurant-service button {
  background: transparent;
  border-radius: 0;
  border: 0;
  font: inherit;
  list-style: none;
  margin: 0;
  outline: 0;
  overflow: visible;
  padding: 0;
  vertical-align: baseline; }

.restaurant {
  color: #70757a;
  font-size: 12px;
  word-spacing: 0.3px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  text-align: center;
  width: 100%; }

.restaurant-sign,
.restaurant-sign-more,
.restaurant-sign-parking-sport,
.restaurant-sign-gas-station,
.restaurant-sign-hotel {
  border-radius: 20%;
  box-sizing: border-box;
  float: left;
  margin-left: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 8px;
  margin-left: 7px;
  margin-bottom: 13px;
  margin-right: 13px;
  width: 48px;
  height: 48px; }

.restaurant-sign {
  background-color: #e37400; }

.restaurant-sign-more {
  background-color: #1890ff; }

.restaurant-sign-parking-sport {
  background-color: #188038; }

.restaurant-sign-gas-station {
  background-color: #d93025; }

.restaurant-sign-hotel {
  background-color: #129ea7; }

.container-left-web #arrow {
  border: 0;
  border-radius: 0;
  font: inherit;
  list-style: none;
  border-radius: 20px;
  outline: 0;
  overflow: visible;
  padding-top: 7.3px;
  vertical-align: baseline;
  width: 35px;
  height: 35px;
  margin: 2px 0px 3px 8px; }

.container-left-web .list-menu-icon button {
  width: 50px;
  height: 36px;
  border: none;
  background: none;
  justify-content: center;
  justify-content: space-between; }

.icon-close1 {
  font-size: 18px;
  padding-top: 1.5px;
  color: #54585a; }

.container-left-web #close-folder {
  border: 0;
  border-radius: 0;
  font: inherit;
  list-style: none;
  border-radius: 20px;
  outline: 0;
  overflow: visible;
  padding-top: 5.2px;
  vertical-align: baseline;
  width: 30px;
  height: 30px;
  margin-top: 9px;
  position: absolute;
  right: 24px;
  padding-left: 6px; }

.There_img_column {
  position: absolute;
  width: 350px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 23.5px;
  top: 25.3px; }

.between-cards {
  width: 22px;
  height: 90px;
  position: relative;
  left: 147px;
  top: -7px; }

#close-folder:hover {
  background-color: #f7f8f8;
  border-radius: 15px; }

.container-left-web #car-row {
  width: 35px;
  height: 35px;
  padding-top: 7.3px;
  background-color: #174ea6;
  background: none;
  border-radius: 20px;
  margin: 2px 0px 0px 14px; }

#car-row:hover {
  background-color: #f7f8f8;
  border-radius: 20px; }

.container-left-web #bike-row {
  width: 35px;
  height: 35px;
  padding-top: 7.5px;
  padding-left: 1px;
  background-color: #174ea6;
  background: none;
  border-radius: 20px;
  margin: 2px 0px 0px 21px; }

#bike-row:hover {
  background-color: #f7f8f8;
  border-radius: 20px; }

.container-left-web #taxi-row {
  width: 35px;
  height: 35px;
  padding-top: 7.5px;
  background-color: #174ea6;
  background: none;
  border-radius: 20px;
  margin: 2px 0px 0px 28px; }

#taxi-row:hover {
  background-color: #f7f8f8;
  border-radius: 20px; }

.fa-motorcycle {
  padding-top: 1.5px; }

.fa-car {
  padding-top: 0.5px; }

.fa-taxi {
  padding-top: 0.5px; }

[tooltip-position="bottom"]:before,
[tooltip-position="bottom"]:after {
  top: 100%;
  bottom: auto;
  left: 40%; }

[tooltip-position="bottom"]:hover:before,
[tooltip-position="bottom"]:hover:after {
  margin-top: 5px; }

[data-c-tooltip] {
  position: relative;
  cursor: pointer; }

[data-c-tooltip]:before,
[data-c-tooltip]:after {
  position: absolute;
  visibility: hidden; }

[data-c-tooltip]:hover:before,
[data-c-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

[data-c-tooltip]:after {
  z-index: 1000;
  width: 165px;
  background-color: #000;
  align-items: center;
  color: #fff;
  content: attr(data-c-tooltip);
  font-size: 14px;
  text-align: center;
  border-radius: 6px; }

.Drive:after {
  width: 53px;
  padding: 2px;
  font-family: "Roboto", "Arial", "sans-serif"; }

.Public_transport:after {
  width: 62px;
  padding: 2px;
  font-family: "Roboto", "Arial", "sans-serif"; }

.Walk:after {
  width: 60px;
  padding: 2px;
  font-family: "Roboto", "Arial", "sans-serif"; }

.container-left-web .fa-directions {
  padding-top: 1px;
  font-size: 18px;
  cursor: context-menu; }

.Mobi .fa-directions {
  font-size: 18px;
  cursor: context-menu; }

.container-left-web .icon-vehicle {
  font-size: 18px; }

.Mobi .icon-vehicle {
  font-size: 18px; }

[data-c-tooltip].close-the-way:after {
  z-index: 1000;
  left: -14%;
  width: 107px;
  top: 25px;
  background-color: #000;
  color: #fff;
  content: attr(data-c-tooltip);
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  font-family: "Roboto", "Arial", "sans-serif";
  padding-bottom: 1px; }

.Best_travel::after {
  width: 180px;
  padding: 2px; }

.Best_travel1::after {
  width: 180px;
  padding: 2px; }

[data-c-tooltip].Start_top:after {
  z-index: 1000;
  left: 8.5%;
  width: 288px;
  top: 26px;
  background-color: #000;
  padding: 0px;
  color: #fff;
  content: attr(data-c-tooltip);
  font-size: 14px;
  text-align: center;
  border-radius: 6px; }

[data-c-tooltip].Start_bot:after {
  z-index: 1000;
  left: 8.5%;
  width: 122px;
  top: 26px;
  background-color: #000;
  padding: 0px;
  color: #fff;
  content: attr(data-c-tooltip);
  font-size: 14px;
  text-align: center;
  border-radius: 6px; }

.contains-bar {
  position: relative; }

.Drag_bot {
  position: absolute;
  left: 7px;
  z-index: 10;
  background-color: black;
  width: 128px;
  padding: 1px 4px;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: none;
  top: 28px;
  font-family: "Roboto", "Arial", "sans-serif"; }

.contains-bar:hover > .Drag_bot {
  display: block; }

.contains-bar:focus-within > .Drag_bot {
  display: none; }

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  -o-user-select: none;
  user-select: none; }

.Six_dot_bot {
  position: relative;
  left: -17px;
  top: -2px;
  margin-top: 2px; }

.contains-bar-top {
  position: relative; }

.drag-top {
  position: absolute;
  font-family: "Roboto", "Arial", "sans-serif";
  left: 7px;
  z-index: 10;
  background-color: black;
  width: 128px;
  padding: 1px 4px;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: none;
  top: 34px; }

.contains-bar-top:hover > .drag-top {
  display: block; }

.col-span-app {
  pointer-events: auto; }

.contains-bar-top:focus-within > .drag-top {
  display: none; }

.container-left-web #round_left,
.container-left-web #round_bot,
.Mobi #round_left,
.Mobi #round_bot {
  width: 17px;
  height: 17px; }

#round_left_input,
#round_bot_input {
  opacity: 0;
  width: 17px;
  height: 17px; }

.container-left-web #three_dots {
  width: 22px;
  height: 22px;
  position: relative;
  top: -8.1px;
  left: 1px; }

.IeZuN {
  background-size: 24px 24px;
  top: 31.4px;
  left: 13.5px;
  height: 32px;
  position: relative;
  width: 24px; }

.no-hover * {
  pointer-events: none; }

.hover-top {
  position: relative; }

.hover-top:hover > .tooltip-top {
  display: block; }

.hover-top:focus-within > .tooltip-top {
  display: none; }

.tooltip-top {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  background-color: black;
  width: 286px;
  height: 23px;
  display: none;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-left: 24px;
  top: 31px;
  left: -7px; }

.Tooltip_bot {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  background-color: black;
  width: 141px;
  height: 23px;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: none;
  margin-left: 24px;
  top: 31px;
  left: -7px; }

.hover-bot {
  position: relative; }

.hover-bot:hover > .Tooltip_bot {
  display: block; }

.hover-bot:focus-within > .Tooltip_bot {
  display: none; }

.Tooltip_icon {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  background-color: black;
  width: 74px;
  height: 23px;
  padding: 1px 4px;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: none;
  margin-left: 60px;
  top: 38px;
  font-family: "Roboto", "Arial", "sans-serif"; }

.SearchIcon_top:hover > .Tooltip_icon {
  display: block; }

.SearchIcon_top:focus-within > .Tooltip_icon {
  display: none; }

.Your_position {
  display: flex;
  align-items: center;
  padding: 12px;
  padding-left: 26px;
  height: 43px; }

.algin-colum {
  flex-direction: column; }

.Your_position:hover {
  background-color: #f7f8f8; }

.Location {
  display: flex;
  align-items: center; }

#col-span-list-icon {
  margin: auto; }

#Row-col-span-3-18 {
  height: 100%; }

.Position {
  margin-left: 24px;
  cursor: pointer; }

.Determine_location {
  margin: 0; }

#row-col-21-input {
  height: 100%; }

.container-left-web .container-scroll {
  padding: 8px 0px;
  border-radius: 0px;
  border-top: 1px solid #dadce0;
  width: 100%;
  max-height: 90vh;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  will-change: scroll-position; }

.container-scroll::-webkit-scrollbar {
  width: 5px; }

.container-scroll::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px; }

.container-scroll::-webkit-scrollbar-track {
  background: #f1f1f1; }

.container-left-web .Sites {
  font-size: 14px;
  color: #202124;
  font-weight: 400; }

.Street_name {
  font-size: 14px;
  color: #70757a;
  font-weight: 400; }

.container-left-web .Address {
  margin-left: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.container-left-web .fa-history {
  color: #acacac;
  font-size: 18px; }

.fa-location-arrow {
  color: #acacac;
  font-size: 18px; }

.Location button {
  border: none;
  background: none; }

.container-left-web #Aim {
  color: #1890ff;
  font-size: 19px;
  cursor: pointer; }

.Search_Out {
  display: none;
  color: #1890ff;
  font-size: 21px; }

.ant-input-suffix {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  pointer-events: none; }

.ant-input:placeholder-shown {
  text-overflow: clip;
  background: none;
  color: #202124;
  font-size: 15px; }

.ant-input-affix-wrapper:focus .Search_Out,
.ant-input-affix-wrapper-focused:focus-within .Search_Out {
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center; }

.ant-input-affix-wrapper:focus .ant-input-suffix,
.ant-input-affix-wrapper-focused:focus-within .ant-input-suffix {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; }

.SearchIcon_top:hover {
  width: 35px;
  height: 35px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #f7f8f8; }

.SearchIcon_top:hover .Search_Out {
  color: #174ea6; }

.SearchIcon_top {
  position: absolute;
  right: 3px; }

.input-top-web {
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  width: 93%;
  max-width: 420px;
  padding: 4px 53px 4.5px 3.5px;
  justify-content: space-between; }
  .input-top-web .input-top-web-hover {
    align-items: center;
    display: flex;
    width: 100px;
    cursor: grab; }
    .input-top-web .input-top-web-hover .input-top-web-hover-image-top {
      position: fixed;
      display: none; }
    .input-top-web .input-top-web-hover .input-top-web-hover-image-top-hover {
      position: fixed;
      display: inline; }

.Bottom_hover {
  cursor: grab;
  align-items: center;
  display: flex; }

.Top_hover {
  cursor: grab;
  width: 100px;
  display: flex;
  align-items: center; }

.input-bot-web {
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  width: 93%;
  max-width: 420px;
  padding: 4px 53px 4.5px 3.5px;
  justify-content: space-between;
  margin-top: 7px; }
  .input-bot-web .input-bot-web-hover {
    align-items: center;
    display: flex;
    cursor: grab; }
    .input-bot-web .input-bot-web-hover .input-bot-web-hover-image-bot {
      position: fixed;
      display: none; }
    .input-bot-web .input-bot-web-hover .input-bot-web-hover-image-bot-hover {
      position: fixed;
      display: inline; }

.ant-input-affix-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 7.5px 5px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 13.7px;
  line-height: 1.5715;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 1.5px;
  transition: all 0.3s;
  display: inline-flex;
  font-weight: 400;
  height: 40px;
  background: none; }

.navigation-box {
  box-shadow: 0.5px #bebfc0;
  z-index: 100; }
  .navigation-box .ant-input::placeholder {
    color: #202124;
    opacity: 0.6;
    font-size: 14px;
    font-family: Roboto, Arial, sans-serif; }

.inputLocation .ant-input-clear-icon {
  color: black;
  font-size: 12px;
  opacity: 0.7; }

.inputLocation .ant-input-clear-icon:hover {
  opacity: 1; }

.list-vehicle {
  height: 68px; }
  .list-vehicle .icon-close {
    font-size: 24px;
    float: right; }

.wrapperInput {
  display: inline-flex; }

.above {
  z-index: 1;
  padding-left: 27px;
  width: 60px;
  height: 39px; }
  .above #round_left {
    opacity: 0; }

.container-left-web .Above2 {
  position: relative;
  top: -8.5px;
  left: 3.3px;
  z-index: -2; }

.below {
  padding-left: 27px;
  z-index: 1;
  width: 60px;
  height: 39px; }
  .below img {
    opacity: 0; }

.container-left-web .Below2 {
  position: relative;
  left: 3px;
  z-index: -2;
  top: -7px; }

.hidden {
  display: none; }

.container-left-web .div-navigation-input {
  border-radius: 2px;
  width: 100%;
  padding-top: 10px; }

.inputLocation .ant-input {
  color: black;
  background: transparent; }
  .inputLocation .ant-input:focus {
    border-color: black !important; }

.inputLocation {
  height: 113px; }

.detail-route-type-and-step span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: black;
  cursor: pointer; }

.certain-category-search-dropdown {
  z-index: 100000;
  width: 100%; }

.container-left-web .playclick {
  font-size: 24px;
  cursor: pointer; }

.playclick:focus {
  fill: white; }

.list-item {
  cursor: pointer; }
  .list-item:active {
    background: blanchedalmond; }
  .list-item:focus {
    background: blanchedalmond; }
  .list-item::selection {
    background: blanchedalmond; }

.tooltipNavigation {
  background: white;
  border-radius: 4px;
  color: black;
  fill-opacity: 60;
  font-family: Roboto, Arial, "sans-serif";
  cursor: pointer !important;
  line-height: 24px; }
  .tooltipNavigation p {
    margin: auto;
    font-size: 0.8125rem;
    color: #595959;
    font-weight: 500; }

.popup-z-index1 {
  opacity: 1; }
  .popup-z-index1 .goongjs-popup-tip {
    border-bottom-color: #262626; }

.popup-z-index2 {
  opacity: 1; }
  .popup-z-index2 .goongjs-popup-tip {
    border-bottom-color: #262626; }

.marker-start {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  box-sizing: border-box;
  cursor: pointer; }

.marker-end {
  display: grid;
  width: 12px;
  height: 12px;
  place-items: center;
  border-radius: 9px;
  background-color: black;
  box-sizing: border-box;
  cursor: pointer; }

.marker-end > div {
  border-radius: 8px;
  background-color: white;
  width: 7px;
  height: 7px; }

.marker-end > div > img {
  width: 24px;
  position: absolute;
  bottom: 50%;
  left: -50%; }

.marker-histories {
  display: grid;
  width: 12px;
  height: 12px;
  place-items: center;
  border-radius: 9px;
  box-sizing: border-box;
  cursor: pointer; }

.marker-histories > div {
  border-radius: 8px;
  width: 7px;
  height: 7px; }

.marker-histories > div > img {
  width: 24px;
  position: absolute;
  bottom: 50%;
  left: -50%; }

.marker-details {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: white;
  border: #000 0.5px solid; }

.goongjs-marker {
  z-index: 2; }

.div-navigation-input .ant-input-affix-wrapper {
  border: 1px solid rgba(255, 255, 255, 0.4); }

.div-navigation-input .ant-input-affix-wrapper:hover {
  border-color: rgba(255, 255, 255, 0.8); }

.div-navigation-input .ant-input-affix-wrapper:focus {
  border-color: white; }

.div-navigation-input .ant-input-affix-wrapper-focused {
  border-color: white !important; }

.ant-list-split .ant-list-item:last-child {
  border-bottom: 1px solid #dadce0; }

.UAD {
  position: absolute;
  bottom: -24px;
  z-index: 10;
  background-color: black;
  width: 260px;
  padding: 1px 4px;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: none;
  top: 44px;
  height: 24px;
  left: -10px; }

.Vecto:hover > .UAD {
  display: block; }

.Vecto:focus-within > .UAD {
  display: none; }

.Vecto img,
.Vecto.UAD {
  cursor: pointer; }

.container-left-web .Vecto {
  position: relative;
  left: 6.3px;
  top: -11px; }

#up-down {
  width: 24px;
  height: 24px; }

.container-left-web {
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  background-color: #ffff;
  height: 100vh;
  min-height: 200px;
  width: 100%;
  font-family: "Roboto", "Arial", "sans-serif"; }

.container-left-web .search_street {
  align-items: center;
  padding: 12px;
  padding-left: 24px;
  height: 43px; }

.search_street {
  cursor: pointer; }

.search_street:hover {
  background-color: #f7f8f8; }

.container-left-web .search_icon_arrow {
  align-items: center;
  display: flex; }

.container-left-web .search_icon_arrow-location {
  margin-left: 2px;
  padding-top: 2px; }

.ant-input-affix-wrapper > .ant-input:not(textarea) {
  padding: 0;
  z-index: 1; }

.container {
  width: 500px;
  /* Độ rộng cố định */
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px; }

.inputLocation {
  display: flex;
  flex-direction: column;
  height: 105px; }

.The_best {
  font-family: Roboto, Arial, sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.9375rem;
  color: #202124;
  width: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 3px; }

.container-left-web .number-minutes-drive,
.container-left-web .number-minutes-bike,
.container-left-web .number-minutes-taxi {
  font-family: Roboto, Arial, sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.9375rem;
  color: #202124;
  width: 62px;
  overflow: hidden;
  text-overflow: ellipsis; }

.container-left-web .number-minutes-taxi {
  margin-left: 14px; }

.container-left-web .number-minutes-bike {
  margin-left: 7px; }

.maplibregl-popup-content {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 10px; }

.Mobi {
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE và Edge */
  scrollbar-width: none;
  /* Firefox */ }

.Mobi::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */ }

.Mobi .div-navigation-input {
  border-radius: 2px;
  width: 100vw;
  padding-top: 30px;
  background: #ffff; }

.Mobi #three_dots {
  width: 22px;
  height: 22px; }

.Mobi .Input_bot {
  margin-top: 12px; }

.Mobi .Below2 {
  margin-top: 3px; }

.Mobi .There_center {
  margin-top: 3px; }

.Icon_Mobi {
  display: flex; }

.navigation-box button {
  background: none;
  border: none;
  margin: 0 1px;
  padding: 0;
  flex: 1; }

.Mobi #taxi-row,
.Mobi #bike-row,
.Mobi #car-row,
.Mobi #arrow {
  display: flex;
  padding: 8px;
  border-radius: 10px;
  align-items: center;
  justify-content: space-between;
  width: max-content;
  gap: 4px; }

.Mobi #taxi-row,
.Mobi #bike-row,
.Mobi #car-row {
  gap: 7px; }

.Mobi .number-minutes-drive,
.Mobi .number-minutes-bike,
.Mobi .number-minutes-taxi {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.9375rem;
  color: #202124;
  overflow: hidden;
  text-overflow: ellipsis; }

.Mobi .The_best {
  font-family: Roboto, Arial, sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.9375rem;
  color: #202124;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 2px; }

.Mobi {
  width: 100vw;
  font-family: "Roboto", "Arial", "sans-serif";
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none; }

.Mobi #up-down {
  transition: transform 0.3s ease-in-out; }

.Mobi #up-down.rotate {
  transform: rotate(360deg); }

.Mobi {
  width: 100vw;
  font-family: "Roboto", "Arial", "sans-serif"; }

.container-scroll-content {
  width: 100%;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  overflow-x: hidden;
  min-height: calc(95vh - 95px);
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  background: #ffff;
  border-top: 1px solid #dadce0;
  padding-bottom: 150px; }

.Mobi .container-scroll-content::-webkit-scrollbar {
  width: 8px; }

.Mobi .container-scroll-content::-webkit-scrollbar-track {
  background: #f1f1f1; }

.Mobi .container-scroll-content::-webkit-scrollbar-thumb {
  background: #dadce0;
  border-radius: 10px; }

.Mobi .search_icon_arrow {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dadce0;
  padding: 0 10px;
  box-sizing: border-box;
  width: calc(100% - 32px);
  margin-left: 16px;
  margin-right: 16px; }

.Mobi .Street_name {
  margin: 0; }

.Mobi .Address {
  display: flex;
  flex-direction: column;
  padding: 12px 17px; }

.Mobi .search_icon_arrow-location {
  background-color: #f1f3f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  flex-shrink: 0; }

.Mobi .fa-history {
  color: #4e4949;
  font-size: 16px; }

.Mobi .fa-location-arrow {
  color: #4e4949;
  font-size: 16px; }

.Mobi .New_position {
  width: calc(100% - 32px);
  margin: 0 16px;
  border-bottom: 1px solid #dadce0;
  padding: 15px 0 15px 19px; }

.Mobi #Aim {
  color: #1890ff;
  font-size: 19px;
  cursor: pointer; }

.Mobi .icon-close1 {
  font-size: 20px;
  color: #54585a;
  padding-top: 1.5px;
  color: black; }

#libary-mobi {
  height: 100%;
  margin-top: 15px; }

#span-mobi-3 {
  text-align: right;
  margin-top: 10px;
  height: 100%; }

#library-colum {
  text-align: center;
  margin-top: 9px;
  height: 100%; }

#library-updown-4 {
  text-align: center;
  margin-top: 28px;
  height: 100%; }

#library-icon-17 {
  margin: auto;
  max-width: none; }

.Mobi .Sites {
  font-size: 17px;
  color: #202124;
  margin-bottom: auto;
  font-weight: 400; }

.Mobi .list-vehicle {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent; }

.Mobi .list-vehicle::-webkit-scrollbar {
  height: 0;
  background: transparent; }

.Mobi .list-vehicle:hover::-webkit-scrollbar {
  height: 6px; }

.Mobi .list-vehicle:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px; }

#row-col-17-icon {
  height: 100%; }

#row-col-17-icon-button {
  height: 100%;
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 5px;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent; }

#row-col-17-icon-button::-webkit-scrollbar {
  height: 0;
  background: transparent; }

#row-col-17-icon-button:hover::-webkit-scrollbar {
  height: 6px; }

#row-col-17-icon-button:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px; }

.result--text--color--mobile {
  color: #188038; }

.div-result-bottom {
  height: auto;
  width: 100%;
  background-color: #fff;
  padding: 6px 10px 10px 15px;
  z-index: 10000;
  /* Tăng z-index để luôn nằm trên */
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px 10px 0 0;
  /* Góc trên bên trái và bên phải 10px */ }
  .div-result-bottom h1 {
    font-size: 20px;
    margin: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .div-result-bottom p {
    color: rgba(0, 0, 0, 0.54);
    font-size: 16px;
    margin-bottom: 0px; }
  .div-result-bottom .div-button {
    display: flex;
    align-items: center;
    justify-content: center; }
  .div-result-bottom .change-result-button {
    max-width: 100%; }

.Mobi .div-result-bottom {
  position: fixed;
  bottom: 0; }

#Mobile-button-select {
  display: flex;
  gap: 3px; }

.route-in--content {
  margin-right: 5px; }

.route-in--button {
  padding: 6px 0; }

.route-in--button {
  cursor: pointer;
  display: inline-block;
  pointer-events: auto;
  vertical-align: bottom;
  background: none;
  border: none; }

.route-in--content .route-small--content {
  height: 40px;
  padding: 0 20px 0 16px; }

.route-in--content .route-small--content {
  background-color: #1890ff;
  border: 1px solid #1890ff; }

.route-small--content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 16px 0 12px; }

.route-small--content {
  background: #fff;
  border: 1px solid #dadce0;
  box-shadow: none;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: inherit;
  height: 36px;
  position: relative; }

.route-content--text {
  vertical-align: middle;
  max-width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  color: #202124;
  margin-left: 8px;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25rem; }

#border-button-icon {
  background: none;
  border: 1px solid #dadce0; }

#mobile-share,
#mobile-bookmark,
#mobile_bars {
  color: #1a73e8;
  font-size: 18px;
  padding-top: 2px; }

.pull--card--content--navi {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 2px auto 14px;
  width: 24px; }

.pull--card--title--navi {
  background-color: #c4c6cc;
  border-radius: 2px;
  height: 4px;
  width: 100%; }

#mobile-route-details--title {
  height: 100%;
  border-bottom: 1px solid #dadce0;
  padding-top: 15px; }

#mobile-route-details--title--content {
  height: 100%;
  line-height: 20px;
  align-items: center;
  margin-top: 15px; }

#mobile-route-details--title--footer {
  height: 100%;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px; }

#mobile-route-details--title--footer {
  height: 100%;
  align-items: center; }

#details--content--small {
  margin: auto;
  margin-top: 15px; }

.stage {
  position: relative;
  z-index: 9999; }

.stage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999; }

.Mobi .div-navigation-input--content {
  border-radius: 2px;
  width: 100vw;
  background: #ffff; }

.stage .time-and-km {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #202124;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0px; }

.Mobi .delay-medium {
  color: #b05b00; }

.Mobi .travel-the--fastest {
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25rem;
  color: #70757a;
  vertical-align: top; }

.delay-medium-stages {
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #202124;
  line-height: 30px; }

.delay-medium-stages--address {
  font-family: Roboto, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #202124;
  line-height: 30px; }

.delay-medium-stages--mobile {
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #202124;
  line-height: 30px; }

#delay-medium-stages--text--mobile {
  font-weight: 400;
  font-size: 17px; }

#mobile-route-details-title-content-icon {
  font-size: 18px; }

.medium-time {
  border-bottom: 1px solid #dadce0;
  margin-right: 10px; }

.Details-of-route--border--mobile {
  border-bottom: 1px solid #dadce0;
  margin: 10px; }

.Details-of-route--time--mobile {
  position: relative;
  z-index: 1;
  transition: all 0.2s;
  cursor: pointer; }

.phone-route-details-content-scroll {
  width: 100%;
  max-height: calc(95vh - 95px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 100px;
  min-height: calc(95vh - 95px); }

.phone-route-details-content-scroll::-webkit-scrollbar {
  width: 6px; }

.phone-route-details-content-scroll::-webkit-scrollbar-thumb {
  background-color: #70757a;
  border-radius: 2px;
  height: 20px; }

.restaurant-text-button-click {
  position: absolute;
  top: 73px;
  color: #70757a;
  font-size: 12px;
  word-spacing: 0.3px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  text-align: center;
  width: 100%; }

.other-services-button {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 101px; }

.other-services {
  margin-top: 7px;
  border-top: 1px solid #dadce0; }

.other-services-button-select {
  position: relative;
  overflow: hidden;
  width: 169px;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  background: none;
  padding-top: 5px; }

.other-services-button-select:hover {
  background: #f0f0f0; }

.other-services-button-bank-box-title {
  border-radius: 20%;
  box-sizing: border-box;
  float: left;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  background: #1890ff;
  margin-top: 4px;
  margin-bottom: 7px;
  margin-left: 6px;
  padding: 8px 10px 10px 11px; }

.other-services-button-bank-text {
  display: -webkit-box;
  line-height: 16px;
  padding: 18px 0;
  text-align: left;
  height: 16px;
  margin-left: 65px;
  color: #70757a;
  font-size: 12px;
  -webkit-hyphens: auto; }

#text--shoppingcart {
  padding: 10px 0; }

.input-navigation-style-web {
  width: 270px;
  border-radius: 8px;
  height: 38px;
  outline: none; }

.input-navigation-style-mobile {
  border-radius: 8px; }

.swipe-up {
  overflow-y: hidden; }

html,
body {
  height: calc(100vh - 56px); }

.row-app-mobile {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  padding: 0; }

.div-navigation {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.nav-mobile {
  position: absolute;
  top: 56px;
  right: 8px;
  padding: 8px; }

.search-mobile {
  position: relative;
  width: 100%;
  padding: 16px; }

.actions-icon-mobile {
  text-align: center;
  padding: 8px 24px;
  display: flex;
  justify-content: space-evenly; }
  .actions-icon-mobile > * {
    margin: 0 8px; }

.search-bar-mobile {
  position: relative;
  width: 100%;
  padding: 16px !important; }
  .search-bar-mobile .ant-input-clear-icon {
    font-size: 16px; }

.search-dropdown-mobile {
  width: calc(100vw - 32px) !important; }

.wrapp-modal {
  pointer-events: none;
  height: auto !important; }

.am-modal-content {
  text-align: justify !important; }

.addressDetail-mobile {
  padding: 16px;
  color: black; }
  .addressDetail-mobile span {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 8px;
    display: block;
    width: max-content;
    max-width: 100%;
    line-height: 24px; }
  .addressDetail-mobile h5 {
    color: black;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px; }

.addressDetail-collapse {
  padding: 10px;
  color: black; }
  .addressDetail-collapse span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 8px;
    display: block;
    width: max-content;
    max-width: 100%; }
  .addressDetail-collapse h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
    font-style: normal;
    font-weight: normal;
    font-size: 16px; }

.info-location-web {
  background-color: white;
  height: 100vh;
  overflow: auto; }

.info-location-web-info-restaurant {
  background-color: white;
  height: 100%;
  overflow: auto;
  border-radius: 16px; }

.info-location-web::-webkit-scrollbar {
  width: 5px;
  /* Chiều rộng của thanh cuộn */ }

.info-location-web::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Màu nền của track thanh cuộn */ }

.info-location-web::-webkit-scrollbar-thumb {
  background: #888;
  /* Màu của thanh cuộn */
  border-radius: 10px;
  /* Bo tròn góc của thanh cuộn */ }

.actions-icon {
  display: flex;
  justify-content: center; }

.actions-icon > div {
  width: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer; }

.actions-icon .icon-fist {
  padding: 12px 30px 12px 12px;
  border-radius: 35px;
  background-color: #1890ff;
  width: 40px;
  height: 40px; }
  .actions-icon .icon-fist i {
    color: #FFFFFF;
    font-size: 18px;
    cursor: pointer; }

.actions-icon .icon {
  padding: 10px;
  border-radius: 35px;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border: 1px solid #1a73e8; }
  .actions-icon .icon i {
    color: #1A73E8;
    font-size: 18px;
    cursor: pointer; }
  .actions-icon .icon span {
    color: #1A73E8;
    font-size: 18px;
    cursor: pointer; }

.actions-icon .text {
  color: #1a73e8;
  font-size: 13px; }

/* src/Popup.css */
.share-location {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.share-location.show {
  display: block;
  overflow: hidden; }

.share-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  border: 1px solid #888;
  border-radius: 10px; }

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 20px 0px 20px; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.popup-header {
  font-size: 20px;
  padding: 20px 20px 0px 20px; }

.popup-nav {
  display: flex;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dadce0;
  padding: 0px 20px 0px 20px; }

.popup-nav > div {
  margin-right: 30px;
  cursor: pointer;
  margin-left: 3px; }

.popup-nav > div:hover {
  border-bottom: 3px solid #696969;
  transition-delay: 0.05s; }

.share-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.share-body > .info-location {
  display: flex;
  height: 80px;
  margin-bottom: 10px;
  padding: 0px 18px 0px 18px; }

.share-body > .info-location > .image {
  height: 100%;
  width: 20%;
  padding: 13px;
  align-items: center; }

.share-body > .info-location > .image > img {
  height: 100%; }

.share-body > .info-location > .location {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 80%;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.share-body > .info-location > .location > .address {
  color: #88898a; }

.share-body > .info-location > .location > .title {
  font-weight: 500; }

.share-body > .copy-link-share {
  display: flex;
  margin-top: 10px;
  padding: 0px 18px 0px 18px;
  margin-bottom: 30px; }

.share-body > .copy-link-share > .url-location {
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
  border-bottom: 1px solid #dadce0;
  margin-right: 15px; }

.share-body > .copy-link-share > .text {
  font-size: 13px;
  font-weight: bold;
  color: #1a73e8;
  text-align: right;
  white-space: nowrap;
  cursor: pointer; }

.share-body > .send-link {
  background-color: #f1f3f4;
  height: 100px;
  border-radius: 0px 0px 10px 10px; }

.info-iframe {
  width: 320px;
  height: 100px;
  background-color: #ffffff;
  box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.2);
  padding: 10px;
  display: flex; }

.info-iframe > .iframe-navigation > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.info-iframe > .iframe-navigation > span > img {
  width: 45px; }

.info-iframe > .iframe-navigation > span > div {
  font-size: 12px;
  margin-top: 5px;
  color: #1A73E8; }

@media (max-width: 766px) {
  .iframe {
    display: none; } }

.info-iframe-text {
  width: 80%; }

.info-iframe-text > .big-map {
  color: #1a73e8;
  font-size: 12px; }

.info-iframe-text > .big-map:hover {
  color: #1a73e8;
  text-decoration: underline;
  text-decoration-color: #1a73e8;
  cursor: pointer; }

.info-iframe-text > .address {
  color: #888;
  margin-top: 2px; }

.iframe-size {
  display: flex;
  padding: 0px 18px 18px 18px; }

.iframe-map {
  padding: 18px 18px 18px 18px; }

.iframe-size > .select-size {
  white-space: nowrap;
  border: none; }

.iframe-size > .iframe-url {
  white-space: nowrap;
  flex-grow: 1;
  text-align: center;
  overflow: hidden;
  margin-right: 20px;
  border-bottom: 1px solid #838383; }

.iframe-size > .copy-iframe {
  text-align: right;
  white-space: nowrap;
  color: #1a73e8;
  font-weight: bolder;
  cursor: pointer; }

.iframe-size > .select-size > button {
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  align-items: center; }

.iframe-size > .select-size > button > span {
  margin-right: 5px; }

.share-body > .drop-size {
  position: absolute;
  background-color: white;
  left: 0;
  top: 0;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
  border-radius: 7px;
  padding: 3px 0px 3px 0px; }

.share-body > .drop-size > div {
  padding: 8px 20px 8px 20px; }

.share-body > .drop-size > div:hover {
  background-color: #f1f1f1;
  cursor: pointer; }

.icon-navigation {
  display: flex;
  align-items: center;
  justify-content: center; }

.icon-navigation > div {
  margin: 10px;
  display: flex;
  padding: 10px;
  border-radius: 35px;
  background-color: #1a73e8;
  width: 110px;
  cursor: pointer; }

.actions-icon-mobile .icon {
  padding: 10px;
  border-radius: 35px;
  background-color: #1a73e8;
  width: 40px;
  height: 40px;
  border: 1px solid #1a73e8; }

.actions-icon-mobile .text {
  color: #1a73e8;
  font-size: 13px; }

.input-size {
  display: flex;
  align-items: center; }

.input-size > .insert-size {
  display: flex; }

.input-size > .insert-size > .see-demo {
  text-align: right;
  color: #1a73e8;
  font-weight: bolder;
  cursor: pointer; }

.input-size > .insert-size > input {
  border: 1px solid #838383;
  width: 65px;
  margin-left: 10px;
  margin-right: 10px; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.share-body > .send-link {
  display: flex;
  justify-content: center;
  align-items: center; }

.share-body > .send-link > div {
  display: flex;
  flex-direction: column;
  width: 40%;
  align-items: center;
  cursor: pointer; }

.share-body > .send-link > div > img {
  height: 48px; }

.share-body > .send-link > div > div {
  margin-top: 8px; }

.info_location_mobi {
  background-color: white;
  height: 300px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: auto;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  transition: height 0.1s ease, z-index 0.1s ease;
  border-radius: 10px 10px 0 0; }

.info_location_mobi.fullscreen {
  height: 100vh;
  box-shadow: none;
  z-index: 1000; }

.info_location_mobi .search-box--mobile {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  padding: 16px; }

.captionRow_mobi {
  font-style: normal;
  font-weight: 600;
  color: black;
  font-size: 24px;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 50px;
  font-family: Roboto, Arial, sans-serif; }
  .captionRow_mobi .caption-row-mobi-image {
    padding: 16px;
    background-position: center;
    background-size: cover;
    height: 240px;
    position: relative; }

#captionRow--text--info {
  margin-top: 10px; }

.info_location_mobi .addressDetail span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  display: block;
  width: max-content;
  max-width: 100%;
  color: #202124; }

.info_location_mobi .addressDetail h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  font-weight: 400;
  color: #70757a; }

#row-col-17-icon-button-info-location {
  height: 100%;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  /* For Firefox */
  scrollbar-color: transparent transparent;
  /* For Firefox */ }

/* For WebKit browsers like Chrome, Safari */
#row-col-17-icon-button-info-location::-webkit-scrollbar {
  height: 0;
  /* Hide scrollbar */
  background: transparent;
  /* Optional: Hide scrollbar track */ }

#row-col-17-icon-button-info-location:hover::-webkit-scrollbar {
  height: 6px;
  /* Show scrollbar on hover */ }

#row-col-17-icon-button-info-location:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  /* Change color to make it visible */
  border-radius: 10px;
  /* Rounded scrollbar */ }

#mobile-button-select-info-location {
  display: flex;
  gap: 3px;
  margin-left: 12px; }

.info_location_mobi .actions-icon-info-mobile {
  display: flex;
  gap: 3px;
  align-items: center;
  padding: 6px 0; }

.info_location_mobi .icon-fist--mobi {
  height: 40px;
  padding: 9px 20px 0 16px; }

.info_location_mobi .icon-fist--mobi--save {
  height: 40px;
  padding: 9px 20px 0 16px;
  margin-left: 10px; }

.icon-fist--mobi {
  padding: 0 20px 0 16px;
  background-color: #1890ff;
  border: 1px solid 1px solid #dadce0;
  box-shadow: none;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: inherit;
  height: 36px;
  position: relative;
  height: 40px;
  padding: 0 20px 0 16px; }

.icon-fist--mobi--save {
  padding: 0 20px 0 16px;
  background-color: #fff;
  border: 1px solid #dadce0;
  box-shadow: none;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: inherit;
  height: 36px;
  position: relative;
  height: 40px;
  padding: 0 20px 0 16px; }
  .icon-fist--mobi--save i {
    cursor: pointer;
    font-size: 18px;
    color: #1890ff; }

#icon-fist--mobi--save--share {
  padding-top: 1px;
  color: #1890ff;
  font-size: 18px; }

#icon-fist--mobi--direction {
  padding-top: 2px;
  cursor: pointer;
  font-size: 18px;
  color: #FFFFFF; }

.text--mobi--info--save {
  vertical-align: top;
  max-width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin-left: 8px;
  color: #1890ff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25rem; }

.text--mobi--info {
  vertical-align: top;
  max-width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin-left: 8px;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25rem;
  margin-top: 1px; }

.info_location_mobi .addressDetail {
  padding: 24px 16px 0px 16px;
  color: black; }

.pull--card--content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 2px auto -14px;
  width: 24px;
  padding-top: 5px; }

.icon-fist--mobi .pull--card--content {
  margin-bottom: 0px;
  opacity: 1;
  display: flex; }

.pull--card--title {
  background-color: #c4c6cc;
  border-radius: 2px;
  height: 4px;
  width: 100%; }

.info_location_mobi.fullscreen .pull--card--content {
  display: none; }

.pull-down-the-screen {
  display: none;
  padding: 18px 26px 0px 20px;
  color: black; }

.info_location_mobi.fullscreen .pull-down-the-screen {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center; }

#pull-down-the-screen--icon {
  font-size: 19px;
  color: #70757a; }

#pull-down-the-screen--icon--share {
  font-size: 24px;
  color: #202124; }

.direction-iframe {
  width: 240px;
  height: 80px;
  background-color: white;
  display: flex; }
  .direction-iframe .direction-iframe-image {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    margin-top: 3px; }
    .direction-iframe .direction-iframe-image img {
      width: 16px;
      height: auto; }
  .direction-iframe .direction-iframe-text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-left: 8px;
    width: 200px; }
    .direction-iframe .direction-iframe-text span {
      font-weight: 400;
      font-size: 13px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: black;
      margin-top: 5px; }
    .direction-iframe .direction-iframe-text span:nth-child(3) {
      color: #1a73e8;
      font-size: 12px;
      cursor: pointer; }
    .direction-iframe .direction-iframe-text span:nth-child(3):hover {
      text-decoration: underline; }

.close-info-restaurant {
  background-color: white;
  width: 24px;
  height: 24px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 100%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); }

.list-container {
  flex: 1;
  padding: 0 5px; }
  .list-container .ant-list-item {
    cursor: pointer; }
    .list-container .ant-list-item .ant-row {
      width: 100%;
      padding: 0 16px; }
      .list-container .ant-list-item .ant-row .ant-col-push-3 {
        display: flex;
        align-items: center;
        padding-left: 16px; }
      .list-container .ant-list-item .ant-row .ant-col-pull-21 {
        background-position: center;
        background-size: cover; }

.close-icon-bottom-info {
  color: #000000;
  font-size: 21px;
  z-index: 9999; }

.content-route-details {
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  background-color: #ffff;
  height: 100vh;
  min-height: 200px;
  width: 100%;
  width: 100%;
  font-family: "Roboto", "Arial", "sans-serif"; }

.route-main-road {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #dadce0;
  padding: 16px 20px;
  box-sizing: border-box; }

.route-main-road-select {
  color: #202124;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24px;
  flex: 0 0 24px;
  cursor: pointer;
  margin: 0 20px 0 -4px;
  height: 24px;
  position: relative;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s ease, border 0.3s ease; }

#arrow_close {
  font-size: 20px; }

.route-main-road-select span {
  display: inline-block;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center; }

.route-main-road-select span:hover {
  background-color: #f7f8f8;
  border-radius: 50%; }

.route-comeback-tooltip {
  visibility: hidden;
  width: 65px;
  background-color: #202124;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 1px 0px 2px 0px;
  position: absolute;
  z-index: 1;
  top: 105%;
  left: 45%;
  opacity: 0;
  transition: opacity 0.3s; }

.route-main-road-select:hover .route-comeback-tooltip {
  visibility: visible;
  opacity: 1; }

.route-main-road-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  font-family: Roboto, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25rem; }

.route-main-road-small-content .route-siste {
  color: #202124; }

.route-main-road-small-content {
  color: #70757a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.route-main-road-small-content + .route-main-road-small-content {
  padding-top: 4px; }

.route-main-road-small-content {
  color: #70757a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: auto; }

.sharing-icon {
  float: right;
  margin: 18px 15px -48px 0;
  display: flex; }

.sharing-icon-share {
  position: relative; }

.icon-share--information {
  color: #202124;
  flex: 0 0 24px;
  cursor: pointer;
  height: 24px;
  position: relative;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s ease, border 0.3s ease;
  left: 5px; }

.icon-share--information span {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 2px; }

.icon-share--information span:hover {
  background-color: #f7f8f8;
  border-radius: 50%; }

#share--information {
  font-size: 23px; }

.passing_routes--content {
  -webkit-box-flex: 0;
  flex: none;
  padding: 1px 0px 0px 27px;
  border-bottom: 1px solid #dadce0; }

.passing_routes--time {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #202124;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.75rem;
  margin: 13.4px 108px 0px 0px; }

.delay-medium {
  color: #b05b00; }

.Calculate-km {
  display: inline-block;
  color: #70757a; }

.travel-the--fastest {
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25rem;
  margin: 2px 5px 14px 0px;
  color: #70757a;
  vertical-align: top; }

#travel-the--fastest--margin {
  margin: 2px 5px 17px 0px; }

.landmark-location-distance-traversed {
  padding: 24px; }

.landmark-location--body {
  padding: 30px 0px 0px;
  padding-top: 0px; }

.landmark-location--content {
  color: #202124;
  position: relative;
  top: -5px;
  vertical-align: top;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5rem;
  padding-top: 5px;
  padding-left: 2px; }

.second-line {
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25rem;
  color: #70757a; }

.first-line h2 {
  margin: 0px;
  font-size: 18px;
  color: #202124;
  font-family: Roboto, Arial, sans-serif; }

#first-line-landmark {
  font-weight: 400; }

#Details-of-route-to-take-text {
  margin: 0px 0px 0px 0px;
  padding-right: 15px;
  color: #202124; }

.Details-of-route-to-take {
  position: relative;
  background-clip: padding-box; }

.Details-of-route-to-take {
  padding-left: 70px; }

.Details-of-route--time {
  position: relative;
  z-index: 1;
  transition: all 0.2s;
  padding-left: 70px;
  cursor: pointer;
  margin-top: 10px; }

.Details-of-route--time--title {
  position: relative;
  z-index: 1;
  transition: all 0.2s;
  padding-left: 39px; }

.group-content-title--current {
  padding: 10px 0px 10px 0px; }

.directions-mode-distance-time {
  font-size: 12px;
  color: #70757a;
  position: absolute;
  top: 0px;
  background: #fff;
  padding-right: 6px; }

.directions-mode-distance-time--mobile {
  font-size: 12px;
  color: #70757a;
  position: absolute;
  top: -10px;
  background: #fff;
  padding-right: 6px; }

.Details-of-route--border {
  border-bottom: 1px solid #dadce0;
  margin-left: 68px;
  margin-right: 10px;
  padding-top: 10.5px; }

.Details-of-route--time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 38px; }

.Details-of-route-to-take-image {
  height: 24px;
  width: 24px;
  position: absolute;
  top: -2px;
  left: 38px;
  color: #70757a;
  height: 24px;
  width: 24px;
  cursor: pointer;
  display: inline-block;
  margin-right: 2px; }

#turning-directions {
  width: 18px; }

#turning-directions--mobile {
  width: 18px; }

.landmark-location--body--bottom {
  padding: 22px 0px 0px; }

.landmark-location-scroll {
  width: 100%;
  max-height: 90vh;
  overflow-y: scroll;
  /* Chỉnh sửa ở đây */
  overflow-x: hidden;
  will-change: scroll-position; }

.landmark-location-scroll::-webkit-scrollbar {
  width: 6px; }

.landmark-location-scroll::-webkit-scrollbar-thumb {
  background-color: #70757a;
  border-radius: 2px; }

.location-route-content--directions--icon,
.location-route-content--directions {
  cursor: pointer; }

.location-route-content--directions--icon {
  border: none;
  background: none;
  padding-left: 3px; }

.location-route-content--directions {
  display: flex;
  align-items: center;
  line-height: 2rem;
  padding: 5px 5px 5px 0px; }

.location-route-content--directions {
  position: relative;
  background-clip: padding-box; }

.location-route-content--small--directions {
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25rem;
  padding-left: 15px;
  color: #202124; }

.Details-of-route-current--content {
  padding: 15px 0px 5px 10px;
  cursor: pointer; }

#current-content--right {
  color: #70757a;
  font-size: 14px; }

.group-content-title--current:hover #current-content--right {
  color: #202124; }

.selected {
  content: "";
  position: absolute;
  top: -58px;
  left: -34px;
  border-left: 5px solid #1a73e8;
  height: 70px; }

.search-histories {
  width: 100%;
  height: 100%;
  background-color: white; }

.search-histories > .search-component {
  padding: 15px;
  position: absolute;
  z-index: 10;
  width: 100%; }

.search-histories > .search-histories-body {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  height: 100%; }

.search-histories-body-content {
  height: 80%;
  flex: 1; }

.search-histories > .search-histories-body > .search-histories-body-text > span {
  font-size: 1.125rem;
  margin-right: 8px;
  margin-left: 16px; }

.search-histories-body-content-header {
  height: 48px;
  border-bottom: 1px solid #dadce0;
  margin-top: 16px;
  margin-bottom: 16px; }

.search-histories-body-content-header > .search-histories-body-content-header-type {
  height: 32px;
  background-color: #e8f0fe;
  border: 1px solid #d2e3fc;
  display: flex;
  margin-left: 16px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  width: 80px; }

.search-histories-body-content-header > .search-histories-body-content-header-type > span {
  color: #1967d2;
  font-size: 16px;
  font-weight: 500;
  margin: 6ps; }

.search-histories-body-content-header > .search-histories-body-content-header-type > .anticon-check {
  margin-right: 4px; }

.search-histories-body-content-list {
  height: 100%;
  overflow: visible;
  overflow-y: auto;
  padding-left: 16px;
  padding-right: 16px; }

.search-histories-body-content-list::-webkit-scrollbar {
  width: 5px;
  /* Chiều rộng của thanh cuộn */ }

.search-histories-body-content-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Màu nền của track thanh cuộn */ }

.search-histories-body-content-list::-webkit-scrollbar-thumb {
  background: #888;
  /* Màu của thanh cuộn */
  border-radius: 10px;
  /* Bo tròn góc của thanh cuộn */ }

.search-histories-body-content-item {
  padding: 16px 16px 16px 16px;
  display: flex;
  cursor: pointer;
  position: relative;
  margin-bottom: 8px; }

.search-histories-body-content-item > .search-histories-body-content-item-info {
  display: flex;
  width: 95%; }

.search-histories-body-content-item.checked {
  background-color: #ebebeb;
  border-radius: 20px; }

.search-histories-body-content-item > .search-histories-body-content-item-info > img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  vertical-align: top;
  object-fit: cover;
  margin-right: 16px; }

input[type="checkbox"] {
  transform: scale(1.5);
  /* Thay đổi 1.5 thành kích thước bạn muốn */
  -webkit-transform: scale(1.5);
  /* Đảm bảo hỗ trợ trình duyệt WebKit */
  -moz-transform: scale(1.5);
  /* Đảm bảo hỗ trợ trình duyệt Firefox */
  -ms-transform: scale(1.5);
  /* Đảm bảo hỗ trợ trình duyệt IE */
  -o-transform: scale(1.5);
  /* Đảm bảo hỗ trợ trình duyệt Opera */
  margin: 5px;
  /* Tùy chỉnh lại margin nếu cần */ }

.search-histories-body-content-item-info-name-title {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5rem; }

.search-histories-body-content-item-info-name-text {
  color: #70757a; }

.search-histories-body-content-item-close-item {
  position: absolute;
  /* right: 0; */
  background-color: white;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #d2e3fc;
  pointer-events: none;
  opacity: 0;
  visibility: hidden; }

.search-histories-body-content-item:hover .search-histories-body-content-item-close-item {
  opacity: 1;
  visibility: visible; }

.search-histories-body-content-item:hover {
  background-color: #ebebeb;
  border-radius: 20px; }

.search-histories-body-content-item-info-name {
  margin-right: 8px; }

.search-histories-body-footer {
  height: 64px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ebebeb; }
  .search-histories-body-footer .search-histories-body-footer-right {
    color: #1967d2;
    margin-right: 16px;
    font-weight: 550;
    cursor: pointer;
    padding: 8px 16px 8px 16px;
    border-radius: 10px; }
  .search-histories-body-footer .search-histories-body-footer-right:hover {
    background-color: #F6FAFE; }
  .search-histories-body-footer .search-histories-body-footer-left .search-histories-body-footer-left-disable {
    background-color: #E9EEF3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px 8px 16px;
    margin-left: 16px;
    border-radius: 10px;
    cursor: pointer; }
    .search-histories-body-footer .search-histories-body-footer-left .search-histories-body-footer-left-disable .search-histories-body-footer-left-delete-text {
      margin-left: 8px;
      color: #B7BEC7; }
  .search-histories-body-footer .search-histories-body-footer-left .search-histories-body-footer-left-disable:hover {
    box-shadow: 1px 3px 3px rgba(68, 68, 68, 0.2); }
  .search-histories-body-footer .search-histories-body-footer-left .search-histories-body-footer-left-active {
    background-color: #1B6FF2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px 8px 16px;
    margin-left: 16px;
    border-radius: 10px;
    cursor: pointer; }
    .search-histories-body-footer .search-histories-body-footer-left .search-histories-body-footer-left-active .search-histories-body-footer-left-delete-text {
      margin-left: 8px;
      color: #ffffff; }

.content-service-details {
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  background-color: #ffff;
  height: 100vh;
  min-height: 200px;
  width: 100%;
  font-family: "Roboto", "Arial", "sans-serif"; }

.nearby-location-container {
  position: relative;
  left: 0;
  top: 0;
  z-index: 15;
  margin-bottom: 12px;
  padding-top: 15px; }

.nearby-location-container-single-box .restaurant-seảch--adress {
  z-index: 4;
  margin-left: 20px; }

.nearby-location-container-single-box {
  display: block; }

.restaurant-active {
  position: absolute;
  z-index: 1003;
  left: 0;
  top: 0; }

#restaurant-header-icon-back {
  cursor: pointer;
  color: #70757a;
  position: absolute;
  top: 24px;
  left: 38px;
  font-size: 20px; }

.restaurant-search-address {
  border-bottom: 1px solid transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 1px solid #dadce0;
  padding: 11px 106px 11px 64px;
  box-shadow: none;
  left: 20px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }

.restaurant-clear-form {
  position: relative; }

.restaurant-clear-form form {
  display: block;
  margin-top: 0em;
  unicode-bidi: isolate; }

#search-box-input::placeholder {
  font-size: 14px;
  font-family: Roboto, Arial, sans-serif;
  color: #70757a; }

#search-box-input {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25rem;
  border: none;
  color: #70757a;
  font-size: 14px;
  padding: 0 !important;
  height: 24px !important;
  line-height: 24px;
  vertical-align: top;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 85%; }

#search-box-input:focus-visible {
  border-color: #4285f4;
  outline: none; }

.suggestions-list {
  position: absolute;
  top: 55px;
  left: 21px;
  width: 366px;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  list-style: none;
  margin: 8px 0;
  padding: 0;
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: none;
  border-radius: 0px 0px 24px 24px; }

.suggestions-list:focus-visible {
  outline: none; }

.suggestions-list::-webkit-scrollbar {
  display: none;
  /* Dành cho Chrome, Safari và Edge */ }

.suggestion-item {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out; }

.suggestion-item:hover {
  background-color: #f1f3f4; }

.restaurant-search--adress--input--icon {
  margin-right: 16px;
  font-size: 20px;
  color: #1890ff; }

.suggestion-content {
  display: flex;
  flex-direction: column; }

.suggestion-text {
  font-size: 14px;
  color: #333; }

.suggestion-subtext {
  font-size: 12px;
  color: #70757a; }

.restaurant-search-button-container {
  position: absolute;
  right: 54px;
  top: 24px;
  right: 130px; }

.searchbox-active .restaurant-search-button,
.xoLGzf:not(.searchbox-empty) .restaurant-search-button {
  cursor: pointer; }

.restaurant-search-button {
  display: block;
  padding: 0px;
  color: #70757a;
  background: none;
  border: none; }

.restaurant-search-button-container:hover #searchbox-search-button-search-outlined {
  color: #1a73e8;
  cursor: pointer; }

.restaurant-active {
  position: absolute;
  z-index: 1003;
  left: 0;
  top: 0; }

.tooltip-comeback-restaurant {
  display: none;
  pointer-events: none;
  position: absolute;
  z-index: 1003;
  white-space: nowrap;
  background-color: #000;
  color: #fff;
  padding: 1px 8px 3px 8px;
  border-radius: 8px;
  font-size: 14px;
  top: 160%;
  left: -140%;
  transform: translateX(10px) translateY(-50%); }

.restaurant-list-item:hover {
  background: #f7f8f8; }

#restaurant-header-icon-back:hover .tooltip-comeback-restaurant {
  display: block; }

.restaurant-search-button-container:hover .tooltip-search-restaurant {
  display: block; }

.vertical-border:hover .tooltip-cancel-nearby-search {
  display: block; }

.tooltip-search-restaurant {
  display: none;
  pointer-events: none;
  position: absolute;
  z-index: 1003;
  white-space: nowrap;
  background-color: #000;
  /* Màu nền của tooltip */
  color: #fff;
  /* Màu chữ của tooltip */
  padding: 2px 7px 2px 7px;
  border-radius: 8px;
  font-size: 14px;
  top: 170%;
  /* Điều chỉnh vị trí của tooltip */
  left: -110%;
  /* Điều chỉnh vị trí của tooltip */
  transform: translateX(10px) translateY(-50%); }

.tooltip-cancel-nearby-search {
  display: none;
  pointer-events: none;
  position: absolute;
  z-index: 1003;
  white-space: nowrap;
  background-color: #000;
  color: #fff;
  /* Màu chữ của tooltip */
  padding: 1px 8px 2px 8px;
  border-radius: 8px;
  font-size: 14px;
  top: 155%;
  left: -50%;
  transform: translateX(10px) translateY(-50%); }

#restaurant-icon-top:hover {
  color: #202124; }

.restaurant-clear-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  right: 28px;
  top: 22.5px;
  width: 71px;
  height: 32px;
  border-radius: 24px;
  background: #1890ff; }

.restaurant-icon {
  color: #fff;
  width: 40%;
  float: left;
  text-align: center;
  cursor: default;
  padding-right: 4.5px;
  font-size: 15px; }

.restaurant-clear-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  border: none;
  position: relative;
  top: -2px;
  left: 3px; }
  .restaurant-clear-button .restaurant-clear-button > span {
    font-size: 13px; }

.vertical-border {
  border-left: 1px solid #5f9dff;
  height: 18px; }

#close-service-details {
  color: white; }

.restaurant-results-header-top {
  color: #202124;
  min-height: unset; }

.restaurant-results-header {
  padding: 20px 0 21px;
  min-width: 0;
  display: flex;
  padding: 26px 8px 0px 26px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px; }

.restaurant-results-title {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0px;
  padding-top: 5px; }

.restaurant-results-title-span {
  display: inline-block;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background-color: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.restaurant-results-title-span:hover {
  background-color: #f0f0f0; }

.restaurant-results-title-span img {
  width: 18px;
  height: 18px; }

.restaurant-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 17px 25px 20px 25px;
  border-bottom: 1px solid #ccc;
  cursor: pointer; }

.text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px; }

.text-content p {
  color: #70757a; }

.restaurant-item-image img {
  border-radius: 4%;
  margin-top: 5px; }

.restaurant-list-item h3 {
  margin: 0;
  color: #202124;
  font-weight: 500; }

.restaurant-results-header-top-scroll {
  width: 100%;
  max-height: 90vh;
  overflow-y: scroll;
  /* Chỉnh sửa ở đây */
  overflow-x: hidden;
  will-change: scroll-position; }

.restaurant-results-header-top-scroll::-webkit-scrollbar {
  width: 6px; }

.restaurant-results-header-top-scroll::-webkit-scrollbar-track {
  background: #f1f1f1; }

.restaurant-results-header-top-scroll::-webkit-scrollbar-thumb {
  background: #8d9195;
  border-radius: 4px; }

.result-tooltip-search {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-height: 24px;
  min-width: 40px;
  max-width: 330px;
  border-radius: 10px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  color: #202124;
  padding: 16px 18px;
  margin-left: 60px;
  margin-top: 15px; }

.result-tooltip-search::after {
  content: '';
  position: absolute;
  top: -30px;
  right: 273px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent #f0f0f0 transparent; }

.result-tooltip-search-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5rem; }

.result-tooltip-search-text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin-top: 10px; }
  .result-tooltip-search-text span {
    color: #1890FF; }

.transform {
  top: 0px;
  left: 24px;
  transform: rotate(-35deg) skewY(-20deg) scaleX(0.93969);
  transform-origin: left top;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px; }

#search-box-search-button > .searchbox-search-button-icon {
  font-size: 20px;
  color: inherit; }

#search-box-search-button > .searchbox-search-button-icon-check {
  font-size: 20px;
  color: #1a73e8; }

.city-name {
  color: #202124;
  font-weight: 500;
  margin: 0px;
  font-size: 15px;
  overflow: hidden;
  padding: 10px 20px;
  text-overflow: ellipsis;
  font-family: Roboto, Arial, sans-serif; }

.weather-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  align-items: center; }

.temperature {
  background-size: 24px 24px;
  height: 24px;
  margin: 8px 18px 8px 10px;
  width: 24px; }

.display-temperature {
  color: #707757;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 13px;
  font-weight: 500; }

.border {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
  border: 1px solid #f5f5f5;
  border-radius: 15px;
  background-color: #ffffff; }

.mass {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  line-height: 20px;
  position: relative;
  white-space: nowrap;
  justify-content: space-between; }

.popup-redirect {
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.popup-redirect.show {
  display: block;
  overflow: hidden; }

.redirect-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fefefe;
  border: 1px solid #888;
  width: 70%;
  border-radius: 10px; }
  .redirect-content .redirect-header {
    display: inline-block;
    width: 100%; }
  .redirect-content .image {
    display: flex;
    justify-content: center; }
  .redirect-content .redirect-body {
    padding: 0 20px 20px; }
  .redirect-content .redirect-title {
    font-weight: 600;
    text-align: center;
    margin: 16px 0; }
  .redirect-content .confirm-btn {
    background-color: #1a73e8;
    color: white;
    border-radius: 12px;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    cursor: pointer; }
  .redirect-content .confirm-btn.stay {
    background-color: white;
    color: #1a73e8;
    border: 1px solid #1a73e8; }
  .redirect-content .confirm-btn:hover {
    opacity: 0.6; }

body {
  font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, “Roboto”, “Oxygen”, “Ubuntu”, “Cantarell”, “Fira Sans”, “Droid Sans”, “Helvetica Neue”, sans-serif;
  color: black;
  min-height: -webkit-fill-available; }

html {
  height: -webkit-fill-available; }

.address-mini-info {
  color: #595959;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.coord-mini-info {
  margin-bottom: 0px; }

.bottom-info-location-div {
  width: 100%;
  position: absolute;
  bottom: 12px;
  pointer-events: none; }
  .bottom-info-location-div .bottom-info-location {
    width: 296px;
    border-radius: 4px;
    box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.2);
    margin: auto;
    pointer-events: auto;
    cursor: pointer;
    z-index: 1000; }

.row-app {
  position: absolute;
  top: 0;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  pointer-events: none;
  overflow: hidden; }

.col-span-app {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  pointer-events: none; }
  .col-span-app * {
    pointer-events: auto; }

.trigger {
  font-size: large;
  color: #595959;
  cursor: pointer;
  background: white;
  padding: 12px 2px;
  border-top-right-radius: 10px;
  /* Bo góc phải trên */
  border-bottom-right-radius: 10px;
  /* Bo góc phải dưới */
  pointer-events: auto;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.18); }

.trigger:hover {
  color: #1890ff;
  background-color: #f1f1f1; }

.maplibregl-ctrl-bottom-right {
  display: none; }

.translated_into_english button {
  background: #fff;
  font-family: Roboto, Arial, sans-serif; }

.translated_into_english--mobile button {
  background: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid grey;
  color: grey; }

.translated_into_english--mobile {
  position: absolute;
  bottom: 5px;
  cursor: pointer;
  overflow: hidden;
  background-size: 100% 100%; }

.box-visible {
  width: 100%;
  min-width: 250px;
  max-width: 408px;
  flex-basis: auto; }

.box-visible-close {
  display: none; }

.disable-box-visible {
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  top: 50%;
  position: relative; }

.disable-box-visible-hidden {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  top: 50%;
  position: relative; }

.box-visible-info-restaurant {
  margin-top: 48px;
  margin-bottom: 48px;
  padding-left: 24px; }

.box-visible-iframe {
  width: 380px;
  margin-top: 12px;
  margin-left: 12px; }

.box-visible-search-box {
  width: 100%;
  max-width: 408px;
  flex-basis: auto;
  padding: 12px; }

.box-visible-search-box-mobile {
  width: 100%;
  flex-basis: auto;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 9px; }

.map {
    width: 100%;
    height: calc(100% - 60px);
    position: relative;
}

.map-viewer {
    width: 100%;
    height: 100%;
    position: relative;
}


#map {
    width: 100%;
    height: 100%;
    position: relative;
}

/* body {
    -webkit-tap-highlight-color: red
} */


h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
p {
    font-family: 'Roboto', sans-serif;
}

.bl_app {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: end;
    position: relative;
}


.map-btn {
    width: 145px;
    height: 42px;
    position: absolute;
    background-color: #fff;
    left: 16px;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
    cursor: pointer;
    border-radius: 2px;
}

.map-btn-h3 {
    margin: 0;
    padding: 0;
    color: #4285f4;
    font-size: 14px;
}

.bl_app-infor {
    width: 100%;
    height: 60px;
    background-color: #2E312F;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;

}

.bl_app-infor-viewer {
    width: 100%;
    height: 60px;
    background-color: #1677ff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    cursor: pointer;
}

.bl_app-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bl_app-header-viewer {
    display: flex;
    align-items: center;
    gap: 30px;
}

.bl_app-name {
    display: flex;
    gap: 12px;
    align-items: center;
}

.bl_app-title {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.el_app-title {
    margin: 0;
    padding: 0;
    line-height: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 200px;
}

.el_app-title-p {
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
}

.el_app-name {
    margin: 0;
    padding: 0;
    line-height: 12px;
    color: #fff;
    font-size: 11px;
}

.el_app-name-viewer {
    margin: 0;
    padding: 0;
    line-height: 13px;
    color: #fff;
    font-size: 12px;
}

.bl_app-action {
    display: flex;
    align-items: center;
    gap: 40px;
}

.bl_app-action-viewer {
    display: flex;
    align-items: center;
    gap: 28px;
}

.bl_view {
    display: flex;
    justify-content: center;
}

.bl_view-viewer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    background-color: #f7f8f9;
}

.bl_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.share {
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    padding: 0 12px;
}

.el_span {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: normal;
    color: rgb(148, 148, 148);
    font-weight: 300;
}


.bl_list-layer {
    display: flex;
    gap: 24px;
    margin-bottom: 14px;
}

.bl_list-points {
    width: 100%;
    padding-left: 24px;
    padding-right: 12px;
    color: #4e4e4e;
}

.bl_list-folder {
    display: flex;
}

.bl_list-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bl_list-p {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bl_list-detail {
    margin-left: 16px;
    color: grey;
    cursor: pointer;
    white-space: nowrap;
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bl_list-detail-location {
    margin-left: 16px;
    color: grey;
    cursor: pointer;
    white-space: nowrap;
    width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.el_h3 {
    font-weight: 600;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(240, 240, 240);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(182, 182, 182);
    padding: 5px 0px;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: grey;
}

.markerIcon {
    font-size: 23px;
    color: rgb(160, 36, 36);
}

.marker {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.detail_title {
    display: flex;
    gap: 16px;
    align-items: center;
}

.ant-drawer-header {
    padding: 12px 16px;
}

.el_detail-p {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    color: white;
    font-weight: 400;
}

.el_detail-viewer--p {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    color: white;
    font-size: 20px;
    margin: 9px 0 4px;
    font-weight: 400;
}

.direction {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.detail_title-span {
    color: grey !important;
}

.detail_title-span {
    color: black;
}

.ant-popover-inner-content {
    padding: 12px 0;
}

.bl_app-action-btn {
    height: 40px;
    width: 224px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    color: #222222;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

.bl_app-action-btn:active {
    height: 40px;
    width: 256px;
    padding: 0 24px;
    background-color: #9c9c9c;
    transition: background-color 0.5s ease;
}


.bl_app-action-btn:first-child {
    height: 40px;
    width: 256px;
    padding: 0 24px;
    background-color: #EEEEEE;
}

.el_model-a {
    font-size: 14px;
    font-weight: bold;
    margin: 6px;
}

.bl_search {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bl_search-input {
    border: none;
    border-bottom: 1px solid #1677ff;
    width: 270px;
    outline: none;
    background-color: #EEEEEE;
}

.el_detail-viewer--span {
    margin-bottom: 12px;
}

.el_detail-viewer--h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}

.ant-modal-header,
.ant-modal-footer {
    border: none;
    padding: 24px 24px 12px 24px;
    margin: 0;
}

.ant-modal-body {
    padding: 8px 24px;
    margin: 0;
}

.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}
.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px rgba(0,0,0,.1)}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}.maplibregl-ctrl button:not(:disabled):hover{background-color:rgb(0 0 0/5%)}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:hsla(0,0%,100%,.5);margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:hsla(0,0%,100%,.5);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:rgb(0 0 0/5%)}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:rgba(0,0,0,.75);text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:hsla(0,0%,100%,.75);border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:rgb(0 0 0/5%)}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px rgba(0,0,0,.35);box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:rgba(0,0,0,.4);color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(width <= 480px){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}
