body,
li,
p,
button,
h4,
h3 {
  padding: 0px;
  margin: 0px;
  font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif,'Apple Color Emoji', 'Microsoft YaHei';
}
* {
  font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif,'Apple Color Emoji', 'Microsoft YaHei';
}
#container {
  width: 100%; height: calc(100vh); position: absolute; left: 0px; top: 0px; bottom: 0px; right: 0px; z-index: 5;
}
html {
  scroll-behavior: smooth;
}
#map {
  height: 100%;
  width: 100%;
 flex: 1;
}
#hiddenMap {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px; top: 0px;
  display: none ;
  z-index: 0;
}
#zoom-controls {
  position: fixed;
  bottom: 20px; z-index: 9;
  left: 0px;
  width: 100%;
}
#zoom-controls button {
  background-color: transparent;
  border: none;
  margin: 2px;
  cursor: pointer;
  font-size: 16px;
}
#zoom-controls button#zoom-in span,
#zoom-controls button#zoom-out span {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
}
#zoom-controls button#zoom-out {
  margin-top: 20px;
}
#zoom-controls button#zoom-out span {
  padding: 8px 14px;
}
#resizer {
  width: 10px;
  background: #ccc;
  cursor: ew-resize;
  right: 30%;
}
#right-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#chatbot-area {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow-y: scroll;
  position: relative;
}

#chatbot-messages {
  max-height: calc(100vh - 280px);
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  flex-grow: 1;
  margin-bottom: 10px;
}

#input-container {
  position: absolute;
  bottom: 16px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  width: 100%;
}

#chatbot-input {
  flex-grow: 1;
  padding: 0px 16px;
  border: none;
  height: 45px;
  outline: none;
  background-color: #f6f6f6;
  border-radius: 8px;
  margin: 0px 10px 0px 16px;
}
#voice-btn {
  padding: 15px 18px;
  border: none;
  background-color: #f6f6f6;
  border-radius: 8px;
  margin-right: 16px;
}
/* Styles for the chat container and messages */
.chat-message {
  word-wrap: break-word;
  margin-bottom: 10px;
}

.chat-message p {
  margin: 0px;
  padding: 0px;
}

/* Styles for the Visitor's messages */
.visitor-message {
  text-align: right;
  padding-left: 10px;
}
.visitor-message p {
  display: inline-block;
  background-color: #00ade9;
  color: white;
  padding: 6px 8px;
  margin-right: 10px;
  border-radius: 10px;
  position: relative;
}

.visitor-message p:before {
  position: absolute;
  top: 6px;
  right: -11px;
  padding: 0;
  border: 6px solid;
  border-color: transparent transparent transparent #00ade9;
  display: block;
  content: "";
  z-index: 9;
}
.mapboxgl-ctrl-group { border-radius: 20px; }
.mapboxgl-ctrl-group button {
  width: 36px; height: 36px;
}
.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: 0px 2px 10px #0000001A;
}
#pauseAndpaly {
  position: absolute; right: 10px; top: 220px;
  display: none;  background-color: transparent; border: none; width: 36px;
}
#pauseAndpaly img {  width: 36px; height: 36px; }
/* Styles for the Guide's messages */
.guide-message {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.guideImage {
  width: 40px;
}
.guideImage img {
  width: 36px;
}
.guideText {
  flex: 1;
  padding-right: 6px;
}
.guideText .messageStype {
  display: inline-block;
  background-color: #f6f6f6;
  color: #2c2c2c;
  width: 100%; box-sizing: border-box;
  padding: 6px 8px;
  min-height: 40px;
  margin-left: 5px;
  line-height: 24px;
  border-radius: 10px;
  position: relative;
}
.guideText .messageStype a {
  color: #00ade9;
}
.guideText .messageStype p {
  margin-bottom: 0.5em;
}
.messageStyle p:last-child {
  margin-bottom: 0;
}
.guideText .messageStype:before {
  position: absolute;
  top: 6px;
  left: -11px;
  padding: 0;
  border: 6px solid;
  border-color: transparent #f6f6f6 transparent transparent;
  display: block;
  content: "";
  z-index: 9;
}
#detailsButton {
  background-color: transparent;
  border: 1px solid #ff8a00;
  border-radius: 20px;
  line-height: 18px;
  padding: 5px 16px;
  color: #ff8a00;
  font-size: 13px;
}

#takeThereBut, .takeThereBut {
  background-color: #ff8a00;
  border: 1px solid #ff8a00;
  border: none;
  border-radius: 20px;
  /* margin-left: 10px; */
  line-height: 18px;
  padding: 6px 16px;
  color: white;
  font-size: 13px;
}
#takeThereBut img, .takeThereBut img  {
  float: right;
  margin-left: 5px;
}

/* styles for banner */
.newHeader {
  width: 100%;
  background-color: #fff;
  color: #666;
  height: auto;
  top: 0px;
  z-index: 1049;
  position: fixed;
  overflow-x: auto;
}
.newHeader::-webkit-scrollbar {
  display: none;
}
.newHeader .active p{
  color: #333; font-weight: bold;
}
.list {
  width: 120%;
  margin: 0px;
  padding: 10px 0px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  height: 100%;
}
.list li p {
  line-height: 18px;
}
.list li p:first-child {
  height: 30px;
}
.item {
  width: calc(100vw / 5);
  list-style: none;
  font-size: 15px;
  text-align: center;
}
.lunchtime {
  position: relative;
  text-align: right;
  padding-right: 5px;
}
.infomfor {
  position: absolute;
  display: none;
  text-align: left;
  right: 10px;
  color: #116996;
  bottom: 65px;
  background-color: white;
  border-radius: 14px;
  box-shadow: 4px 5px 5px #0000001a;
  box-sizing: border-box;
  padding: 10px 16px;
  width: calc(100vw - 28px);
}
.infomfor:before {
  position: absolute;
  bottom: -12px;
  right: 12px;
  padding: 0;
  border: 6px solid;
  border-color: #fff transparent transparent transparent;
  display: block;
  content: "";
  z-index: 9;
}
.header-icon {
  left: 2%;
  height: 100%;
  margin-right: 3px;
}
.header-text {
  color: #f4f4f4;
  font-size: large;
  font-weight: 700;
}
.mapandlistbut {
  position: fixed;
  left: 15px; z-index: 10;
  bottom: 38px;
  background-color: white;
  border-radius: 20px; box-shadow: 0px 4px 4px #0000001A;
  border: 2px solid white;
  overflow: hidden;
}
.mapandlistbut button {
  background-color: white;
  border: none;
  width: 60px;
  height: 40px;
}
.mapandlistbut button.activeButton {
  background-color: #00ade9;
  border-radius: 20px;
  color: white;
}
#poiSwiper {
  position: relative;
}
#poiList {
  z-index: 0; padding: 70px 15px 0px 15px; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;
  box-sizing: border-box; overflow: hidden; overflow-y: scroll; background-color: white;
}
.itemSlide {
  margin-bottom: 10px; padding: 12px 12px 14px 12px;
  box-shadow: 0px 2px 8px #00000014; border-radius: 20px; background-color: white;
}
.itemSlide .listimg {
  height: 162px; overflow: hidden; border-radius: 12px;
}
.swiper-slide {
  border-radius: 12px;
  width: 90%;
  background-color: white;
}
.swiper-wrapper .swiper-slide:first-child {
  margin-left: 15px;
}
.slideItme {
  padding: 12px;
}
.slideItme:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.promo {
  background-color: white;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
  position: absolute;
  top: -45px;
  font-size: 15px;
  color: #2c2c2c;
  width: 160px;
  display: flex; align-items: center; justify-content: center; gap: 5px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-left: 16px;
  margin-bottom: 10px;
  border-radius: 6px;
}

.slideItme {
  zoom: 1;
}
.swperimg {
  width: 100px;
  height: 100px;
  float: left;
  overflow: hidden;
  border-radius: 12px;
}
.swperimg img {
  width: 100px;
  height: 100%;
}
.visitors {
  float: right;
  width: calc(100% - 115px);
}
.visitors h4 {
  font-size: 15px;
  color: #2c2c2c;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 10px;
}

.visitors .islander, .disqu .islander {
  background-color: #fff7e6;
  color: #ff8a00;
  font-size: 13px;
  border-radius: 20px;
  padding: 3px 10px;
  border: 1px solid #ffd591;
}
.disqu { 
 padding-top: 5px;
}
.disqu .islander {
  border-radius: 5px;
}
.titleBox {
  display: flex; justify-content: space-between; align-items: center; padding-top: 10px;
}
.titleBox .title {
  font-size: 18px; color: #2C2C2C; font-weight: 600; width: calc(100% - 110px);
}
.titleBox .rightimg {
  font-size: 13px; color: #666; line-height: 28px; width: 110px;
}
.titleBox .rightimg button {
  float: right; border: none; background-color: transparent; margin-left: 6px;
}
.visitors .address {
  margin-top: 10px;
  font-size: 13px;
  color: #666666;
}

.visitors .address span {
  display: inline-block;
}

.visitors .address span:first-child {
  padding-right: 15px;
}

.visitors .address img {
  float: left;
  margin-top: 1px;
  margin-right: 5px;
}
#navigation, #navcompleted {
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  font-size: 17px;
  z-index: 9999;
  color: white;
  border-radius: 12px;
  height: auto;
  background-color: #183140;
  padding: 16px;
}
#navcompleted { padding: 16px 30px; }
.youdestination {
  display: flex; justify-content: center; gap: 20px; align-items: center; color: white;
  font-size: 20px; font-weight: 700; padding-top: 12px;
}
.exitClass {
  background-color: #D9D9D9; border: none; border-radius: 50px; text-align: center;
  color: #0F2431; height: 44px; line-height: 44px; font-size: 15px; font-weight: 700;
  width: 100%; margin-top: 20px; margin-bottom: 10px;
}
.datelInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-top: 16px;
  border-top: 1px solid #244558;
}
.datelInfo h3 {
  font-size: 17px;
}
.datelInfo p {
  font-size: 15px;
  color: #c3c3c3;
}
.datelInfo p img {
  width: 26px;
}
.neststat {
  font-size: 16px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.neststat .distext {
  padding-left: 16px;
}
.neststat .number {
  font-size: 40px;
  font-weight: 400;
}
.nav-button {
  display: block;
  margin: 10px auto; /* Centers the button horizontally */
  padding: 10px 20px; /* Adds some padding to the button */
  font-size: 16px; /* Adjust font size */
  background-color: #007bff; /* Button background color */
  color: white; /* Button text color */
  border: none; /* Removes border */
  border-radius: 5px; /* Adds rounded corners */
  cursor: pointer; /* Changes cursor to pointer on hover */
  text-align: center; /* Centers the text inside the button */
}

.nav-button:hover {
  background-color: #0056b3; /* Darker background on hover */
}
/* Navigation details pop up modal*/
.nav-steps {
  display: none; /* Hidden by default */
  width: 100%; /* Full width of chat box */
  height: 100%; /* Full height of chat box */
}

/* Modal Content/Box */
.modal-content {
  background-color: #cfe2ff; /* Light blue background */
  padding: 10px;
  margin: 5px;
  border-radius: 10px;
  word-wrap: break-word;
  overflow-y: auto; /* Scroll within modal if content is too large */
}

/* The Close Button */
.close {
  color: #aaa;
  top: 0;
  right: 0;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.stopButton {
  padding: 0px 16px;
  border-left: 1px solid #244558
}

.close:hover,
.close:focus {
  color: #ff0000;
  text-decoration: none;
  cursor: pointer;
}
.reserveInfor {
  padding-left: 5px; padding-right: 5px;
}
.reserveInfor button {
  background-color: #fefefe; border-radius: 5px; border: 1px solid #f0f0f0; padding: 7px 5px; margin-bottom: 6px;
}
#navigation-controls {
  position: absolute;
  top: 10px; /* Adjust based on the position of other buttons */
  left: 10px;
  z-index: 1;
}
#foodBox, #idaeBox {
  position: absolute;
  right: 0px;
  bottom: 60px;
  animation: 1.2s ease 0s infinite backwards bounce;
  animation-iteration-count:1;
  -moz-animation-iteration-count:1;
  -webkit-animation-iteration-count:1;
  -o-animation-iteration-count:1;
}
.domeShowBoot {
  position: absolute; right: 0px; top: 6px; z-index: 9199; width: 50px; height: 50px; background-color: transparent;
  border: none;
}
#toggle-navigation {
  margin-top: 5px;
  padding: 10px;
  background-color: #0074d9;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

#toggle-navigation:hover {
  background-color: #005fa3;
}
#zoom-controls button.robotIco {
  background-color: transparent;
  border: none;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.robot-eye {
  border-top-left-radius: 50% 60%;
  border-top-right-radius: 50% 60%;
  border-bottom-right-radius: 50% 40%;
  border-bottom-left-radius: 50% 40%;
  --position: 3rem;
  z-index: 5;
  top: 27px;
  position: absolute;
  height: 0.4rem;
  width: 0.3rem;
  transform-origin: center 70%;
  background-color: #11EBFA;
  -webkit-animation: blinky 7s infinite;
  animation: blinky 7s infinite;
}
.robot-eye-left {
  left: 25px
}
.robot-eye-right {
  right: 25px;
}
#zoom-controls button.robotIco img {
  width: 70px;
}
a.mapboxgl-ctrl-logo {
  display: none;
}
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

/* 弹窗内容 */
.modalContent {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
}

.modal-header {
  padding: 2px 16px;
  background-color: #fff;
  color: white;
}

.modal-body {
  padding: 0px 5px 16px 5px;
  min-height: calc(100vh - 220px);
  position: relative;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #fff;
  color: white;
}
.none {
    display: none;
}
.lineThree {
  height: 20px;
  font-size: 0px;
  overflow: hidden;
}

.lineThree button {
  width: 44px;
  margin: 0 auto;
  height: 3.5px;
  background-color: #d3d3d3;
  border-radius: 3px;
  border: none;
  display: block;
  margin-top: 8px;
}

.closedBut {
    background-color: transparent;
    border: none;
}

.mapboxgl-popup-content {
  border-radius: 20px;
}

.mapboxgl-popup-close-button {
  display: none;
}

.mapboxgl-popup-content {
  padding: 10px 10px 10px;
}

/* 添加动画 */
@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.mapboxgl-ctrl-bottom-right {
  display: none;
}
.mapboxgl-ctrl-top-right {
  top: 80px;
}

.fadeout {
  animation: fadeshowout 1s;
}
.fadeshowin {
  display: block;
  animation: fadeshowin 1s;
}
.vistDesc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-bottom: 3px;
}
#startNav {
  position: absolute; width: 100%; z-index: 999;
  bottom: 0px; height: auto; background-color: white; border-top-left-radius: 20px;
  border-top-right-radius: 20px; padding: 16px; box-sizing: border-box;
}
.startBottm, .cancelBottm {
  background-color: #FF8A00; color: white; text-align: center; border: none; height: 44px;
  line-height: 44px; width: 100%; border-radius: 40px; margin-top: 16px;
}
.infoWilk, .funcBot {
  display: flex; justify-content: center; gap: 15px; align-items: center; font-size: 13px; color: #666; line-height: 20px;
}
.cancelBottm {
  background-color: white; border: 1px solid #FF8A00; color: #FF8A00;
}
.mapboxgl-user-location, .mapboxgl-user-location-accuracy-circle { opacity: 0.001 !important; }
.mapboxgl-ctrl-top-right .mapboxgl-ctrl-group:last-child {
  opacity: 0;
}
#dingwennd { width: 46px; height: 46px; border-radius: 26px; background-color: white !important; text-align: center; line-height: 62px; }
.minumts { color: #2C2C2C; font-weight: 600; font-size: 18px; padding: 3px 0px; }
.defaultAvailable img{
  content:url('../icons/posinit_black.svg');
}
.awaitError img {
  content:url('../icons/posinit_error.svg');
  /* filter: drop-shadow(#d98170 -50px 0);
  -webkit-filter: drop-shadow(#d98170 -50px 0);
  transform: translateX(50px);
  -ms-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -webkit-transform: translateX(50px);
  -o-transform: translateX(50px); */
}
.awaitError {
  animation: mapboxglSpin 2s linear infinite;
}
/* 移出动画 */
@keyframes fadeshowout {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: block;
  }
}
/* 进入动画 */
@keyframes fadeshowin {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blinky {
  0%,9%,11%,19%,21%,69%,71%,100% {
      transform: scaleY(1)
  }

  10%,20%,70% {
      transform: scaleY(0)
  }
}

@keyframes blinky {
  0%,9%,11%,19%,21%,69%,71%,100% {
      transform: scaleY(1)
  }

  10%,20%,70% {
      transform: scaleY(0)
  }
}

.dots {
  width: 2.6em;
  display: flex; padding-top: 10px;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.dots div {
  width: 0.45em;
  height: 0.45em;
  border-radius: 50%;
  background-color: #7b7b7b;
  animation: fade 0.8s ease-in-out alternate infinite;
}

.dots div:nth-of-type(1) {
  animation-delay: -0.4s;
}

.dots div:nth-of-type(2) {
  animation-delay: -0.2s;
}

@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}


@keyframes bounce {
  0% {
    transform: scale(0);
  }
  50% {
     transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.user-location-marker {
  transform-origin: center;
  background-image: url('../icons/cuser.svg');
  background-size: contain;
  width: 70px;
   height: 70px;
}
@keyframes mapboxglSpin {
  0% {
      transform: rotate(0deg)
  }

  to {
      transform: rotate(1turn)
  }
}