@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/GuideID.UI.Components/GuideID.UI.Components.c076wc6cw6.bundle.scp.css';
@import '_content/ReactorBlazorQRCodeScanner/ReactorBlazorQRCodeScanner.boasv5qmh0.bundle.scp.css';

/* /Components/ConnectionButtons.razor.rz.scp.css */
.button[b-vy2ph662v0] {
  aspect-ratio: 1; /* This makes the buttons square and the grid will adapt without having to define the row height (which cannot be based on the width) */
}

.button-left[b-vy2ph662v0], .button-up[b-vy2ph662v0], .button-right[b-vy2ph662v0], .button-down[b-vy2ph662v0] {
  place-self: center;
  width: 80%;
}

.button-up[b-vy2ph662v0] {
  grid-area: up;
}

.button-left[b-vy2ph662v0] {
  grid-area: left;
}

.button-right[b-vy2ph662v0] {
  grid-area: right;
}

.button-down[b-vy2ph662v0] {
  grid-area: down;
}
/*# sourceMappingURL=Components/ConnectionButtons.razor.css.map */
/* /Components/ControlButtons.razor.rz.scp.css */
.controlbutton-container[b-wxuje6c109] {
  position: absolute;
  z-index: 11;
  width: 100%;
  margin-top: auto;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: 33% 33% 33%; /* Do not set grid-template-rows! Row height adapts to .button */
  grid-template-areas: ". up ." "left play right" ". down .";
  gap: 0;
}
.controlbutton-container.v3[b-wxuje6c109] {
  grid-template-areas: ". play ." "left up right" ". . .";
}
.controlbutton-container .button[b-wxuje6c109] {
  aspect-ratio: 1; /* This makes the buttons square and the grid will adapt without having to define the row height (which cannot be based on the width) */
}
.controlbutton-container .button-left[b-wxuje6c109], .controlbutton-container .button-up[b-wxuje6c109], .controlbutton-container .button-right[b-wxuje6c109], .controlbutton-container .button-down[b-wxuje6c109] {
  place-self: center;
  width: 80%;
}
.controlbutton-container .button-up[b-wxuje6c109] {
  grid-area: up;
}
.controlbutton-container .button-left[b-wxuje6c109] {
  grid-area: left;
}
.controlbutton-container .button-play[b-wxuje6c109] {
  grid-area: play;
}
.controlbutton-container .button-right[b-wxuje6c109] {
  grid-area: right;
}
.controlbutton-container .button-down[b-wxuje6c109] {
  grid-area: down;
}
/*# sourceMappingURL=Components/ControlButtons.razor.css.map */
/* /Components/LanguageSelector.razor.rz.scp.css */
.language-selector .language-selector-list[b-f5qlkviuxe] {
  margin-top: 24px;
}
.language-selector .language-selector-list .language[b-f5qlkviuxe] {
  padding: 16px 24px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  background-color: var(--guideid-white);
  color: var(--guideid-base-dark);
  border-radius: 8px;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sign-language-icon[b-f5qlkviuxe] {
  width: 24px;
  height: 24px;
}
/*# sourceMappingURL=Components/LanguageSelector.razor.css.map */
/* /Components/NavMenu.razor.rz.scp.css */
.bottom-navigation[b-czvx11t4qq] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--guideid-black);
  text-align: center;
  height: 10%;
  min-height: 72px;
}
.bottom-navigation .menu[b-czvx11t4qq] {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  width: 100%;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
}
.bottom-navigation .menu > li[b-czvx11t4qq] >  a {
  color: var(--guideid-white);
}
/*# sourceMappingURL=Components/NavMenu.razor.css.map */
/* /Components/QRScanner.razor.rz.scp.css */
.qr-scanner-container[b-gk1gl9uxj8] {
  position: relative;
  overflow: hidden;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.qr-scanner-container .qr-scanner-permission[b-gk1gl9uxj8] {
  border: 1px solid var(--guideid-grey);
  background: var(--guideid-grey-10);
  border-radius: 8px;
  padding: 8px 16px;
}
.qr-scanner-container .qr-scanner-permission .title[b-gk1gl9uxj8] {
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
}
.qr-scanner-container .qr-scanner-permission .message[b-gk1gl9uxj8] {
  margin-bottom: 16px;
}
.qr-scanner-container .qr-scanner-overlay[b-gk1gl9uxj8] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 3%;
  z-index: 1;
}
.qr-scanner-container .qr-scanner-overlay .qr-scanner-overlay-graphics[b-gk1gl9uxj8] {
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
/*# sourceMappingURL=Components/QRScanner.razor.css.map */
/* /Components/Stops/Item.razor.rz.scp.css */
.stoplist[b-fxngxft0e1] {
  margin-top: 24px;
}
.stoplist .stop[b-fxngxft0e1] {
  padding: 16px 24px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  background-color: var(--guideid-white);
  color: var(--guideid-base-dark);
  border-radius: 8px;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-position: center center;
  background-repeat: no-repeat;
}
/*# sourceMappingURL=Components/Stops/Item.razor.css.map */
/* /Components/UpdateNotification.razor.rz.scp.css */
.floating-update-button[b-y7ehbb71na] {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  padding: 1rem 1.5rem;
  -webkit-animation: fadein 2s ease-out;
          animation: fadein-b-y7ehbb71na 2s ease-out;
}

@-webkit-keyframes fadein {
  from {
    right: -100%;
  }
  to {
    right: 2rem;
  }
}

@keyframes fadein-b-y7ehbb71na {
  from {
    right: -100%;
  }
  to {
    right: 2rem;
  }
}
/*# sourceMappingURL=Components/UpdateNotification.razor.css.map */
/* /Components/VideoPlayer/VideoPlayer.razor.rz.scp.css */
@media screen and (orientation: portrait) {
  .mobile-fullscreen[b-3k0qa1yu4u] {
    display: none;
  }
}
@media screen and (orientation: landscape) {
  .mobile-fullscreen[b-3k0qa1yu4u] {
    position: absolute;
    z-index: 11;
    top: 16px;
    right: 16px;
    width: 60px;
    height: 60px;
    display: block;
    padding: 6px;
    background-color: var(--guideid-white);
    color: var(--guideid-base-dark);
    font-weight: bold;
    border-radius: 8px;
  }
  .mobile-fullscreen .fs-icon[b-3k0qa1yu4u] {
    width: 48px;
    height: 48px;
  }
}
.video-click-overlay[b-3k0qa1yu4u] {
  position: relative;
  z-index: 10;
}
/*# sourceMappingURL=Components/VideoPlayer/VideoPlayer.razor.css.map */
/* /Layout/MainLayout.razor.rz.scp.css */
.mainlayout[b-yqeb12o7om] {
  height: 100dvh;
  width: 100vw;
  min-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-areas: ". ThePage ." ". ThePage ." ". TheFooter .";
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.mainlayout .page[b-yqeb12o7om] {
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 600px;
  background-color: var(--guideid-base);
  overflow-y: auto;
  grid-area: ThePage;
}
.mainlayout .page .page-area[b-yqeb12o7om] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mainlayout .page .page-area .default-image[b-yqeb12o7om] {
  -ms-flex-item-align: center;
      align-self: center;
  width: 50%;
  max-width: 300px;
}
.mainlayout .page .page-area.no-image[b-yqeb12o7om] {
  background-color: var(--guideid-base);
}
.mainlayout .page .page-area .headphones[b-yqeb12o7om] {
  color: white;
  font-size: 24px;
  text-align: center;
  margin-top: 24px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-animation: fadeIn 3s;
          animation: fadeIn-b-yqeb12o7om 3s;
}
.mainlayout .page .page-area .headphones div[b-yqeb12o7om] {
  padding: 16px 24px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  background-color: var(--guideid-white);
  color: var(--guideid-base-dark);
  border-radius: 8px;
  margin-top: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn-b-yqeb12o7om {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mainlayout .navigation[b-yqeb12o7om] {
  background-color: var(--guideid-black);
  grid-area: TheFooter;
}

@media (max-width: 600px) {
  .mainlayout[b-yqeb12o7om] {
    grid-template-columns: 1fr 100% 1fr; /* First and third columns collapse */
    min-width: 100%;
  }
  .mainlayout .page[b-yqeb12o7om] {
    min-width: 100%;
  }
  .navigation[b-yqeb12o7om] {
    background-color: var(--guideid-black);
    grid-area: TheFooter;
  }
}
/*# sourceMappingURL=Layout/MainLayout.razor.css.map */
/* /Pages/NotFound.razor.rz.scp.css */
.page[b-eobkzi42um] {
  height: 100dvh;
  width: 100vw;
  min-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-areas: ". ThePage ." ". ThePage ." ". TheFooter .";
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.page .not-found[b-eobkzi42um] {
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 600px;
  background-color: var(--guideid-base);
  overflow-y: auto;
  grid-area: ThePage;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .not-found .text[b-eobkzi42um] {
  position: absolute;
  color: white;
  font-size: 24px;
  text-align: center;
  margin-top: 10%;
}
.page .not-found .default-image[b-eobkzi42um] {
  -ms-flex-item-align: center;
      align-self: center;
  width: 50%;
  max-width: 300px;
}
.page .navigation[b-eobkzi42um] {
  background-color: var(--guideid-black);
  grid-area: TheFooter;
}

@media (max-width: 600px) {
  .page[b-eobkzi42um] {
    grid-template-columns: 1fr 100% 1fr; /* First and third columns collapse */
    min-width: 100%;
  }
  .page .not-found[b-eobkzi42um] {
    min-width: 100%;
  }
}
/*# sourceMappingURL=Pages/NotFound.razor.css.map */
/* /Pages/Scanner.razor.rz.scp.css */
.qr-page[b-i85wxj2fpt] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 24px;
}
.qr-page .qr-scanner-container[b-i85wxj2fpt] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-line-pack: center;
      align-content: center;
}
.qr-page .qr-message[b-i85wxj2fpt] {
  background-color: darkred;
  text-align: center;
  font-weight: bold;
  color: white;
  margin: 0 4dvw;
  padding: 1dvw;
  border-radius: 2dvw;
}
/*# sourceMappingURL=Pages/Scanner.razor.css.map */
/* /Pages/SessionExpiredNotification.razor.rz.scp.css */
.session-expired-page .info[b-91rdjafkx8] {
  color: white;
  font-size: 24px;
  text-align: center;
  margin-top: 24px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.session-expired-page .info .restart-btn[b-91rdjafkx8] {
  padding: 16px 24px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  background-color: var(--guideid-white);
  color: var(--guideid-base-dark);
  border-radius: 8px;
  margin-top: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*# sourceMappingURL=Pages/SessionExpiredNotification.razor.css.map */
/* /Pages/Stop.razor.rz.scp.css */
.background-image[b-edl684ftdb] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.stop-layout[b-edl684ftdb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.stop-layout .script-panel[b-edl684ftdb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  background-color: var(--guideid-grey-25);
  color: var(--guideid-black);
  z-index: 100;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  padding: 8px;
  top: 10px;
  right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px 6px black;
          box-shadow: 0 0 10px 6px black;
}
.stop-layout .script-panel .script-close-icon[b-edl684ftdb] {
  -ms-flex-item-align: end;
      align-self: end;
  width: 24px;
}
.stop-layout .script-panel .script[b-edl684ftdb] {
  overflow: auto;
  padding: 10px;
  white-space: pre-wrap;
}
@media (prefers-color-scheme: dark) {
  .stop-layout .script-panel[b-edl684ftdb] {
    background-color: var(--guideid-black);
    color: var(--guideid-grey-25);
  }
  .stop-layout .script-close-icon[b-edl684ftdb] {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
.stop-layout .headers[b-edl684ftdb] {
  padding: 0 24px;
  position: relative;
}
.stop-layout .headers .script-image[b-edl684ftdb] {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 48px;
  z-index: 11;
}
.stop-layout .media[b-edl684ftdb] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.stop-layout .media .button-previous[b-edl684ftdb] {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 48px;
  z-index: 11;
}
.stop-layout .media .button-next[b-edl684ftdb] {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 48px;
  z-index: 11;
}

.controlbutton-container[b-edl684ftdb] {
  position: absolute;
  z-index: 11;
  width: 100%;
  margin-top: auto;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: 33% 33% 33%; /* Do not set grid-template-rows! Row height adapts to .button */
  grid-template-areas: ". up ." "left play right" ". down .";
  gap: 0;
}
.controlbutton-container.v3[b-edl684ftdb] {
  grid-template-areas: ". play ." "left up right" ". . .";
}
/*# sourceMappingURL=Pages/Stop.razor.css.map */
/* /Pages/Tours.razor.rz.scp.css */
/* Intentionally empty */
/*# sourceMappingURL=Pages/Tours.razor.css.map */
