.button_1 {
  user-select: none;
  height: 32px;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(224, 63, 25, 0.4);
  background-color: #e03f19;
  font-family: PingFangTC;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  padding: 4px 8px;
}
.button_1:before {
  margin-right: 2px;
}
.button_1:not(.disable):hover {
  background-color: #f04e28;
}

.button_logo {
  user-select: none;
  height: 35px;
  background-color: transparent;
  font-family: PingFangTC;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  padding: 0;
  border: 0;
}

.button_readme {
  user-select: none;
  background: transparent;
  color: #ffffff;
  padding: 0;
  border: 0;
  font-family: PingFangTC;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}
.button_readme .icon {
  display: inline-block;
  height: 20px;
  width: 20px;
}

.button_info {
  user-select: none;
  background: transparent;
  color: #ffffff;
  padding: 0;
  border: 0;
  font-family: PingFangTC;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}
.button_info .icon {
  display: inline-block;
  height: 20px;
  width: 20px;
}

.button_request_qr {
  user-select: none;
  background: transparent;
  color: #ffffff;
  padding: 0;
  border: 0;
  font-family: PingFangTC;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}
.button_request_qr .icon {
  display: inline-block;
  height: 20px;
  width: 20px;
}

.button_fullscreen {
  user-select: none;
  background: transparent;
  color: #ffffff;
  padding: 0;
  border: 0;
  font-family: PingFangTC;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}
.button_fullscreen .icon {
  display: inline-block;
  height: 20px;
  width: 20px;
}

/**
*
* Testing
*
**/
/*
.include-media-test {
  @include media("<=phone") {
    background-color: #def;

    &:before {
      content: "<=phone";
    }
  }

  @include media(">phone") {
    background-color: #abc;

    &:before {
      content: ">phone";
    }
  }

  @include media(">=815px", "<desktop") {
    background-color: #fed;

    &:before {
      content: ">=815px, <desktop";
    }
  }

  @include media(">=desktop") {
    background-color: #fab;

    &:before {
      content: ">=desktop";
    }
  }

  @include media("retina2x") {
    &:after {
      content: "Retina" !important;
    }
  }
}
*/
.button_fullscreen .icon {
  background-image: url("/be_static/cycleviewer2/easel-outline.svg");
  will-change: transform, background;
  content: "";
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}

.button_info .icon {
  background-image: url("/be_static/cycleviewer2/information-circle-outline.svg");
  will-change: transform, background;
  content: "";
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}

.button_request_qr .icon {
  background-image: url("/be_static/cycleviewer2/qr-code-outline.svg");
  will-change: transform, background;
  content: "";
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}

.button_readme .icon {
  background-image: url("/be_static/cycleviewer2/trail-sign-outline.svg");
  will-change: transform, background;
  content: "";
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}

.button_logo {
  background-image: url("/be_static/cycleviewer2/logo.svg");
  will-change: transform, background;
  content: "";
  width: 210px;
  height: 35px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

body {
  margin: 0;
  display: block;
}

.content {
  display: relative;
}

.mainiframe {
  display: block;
  border: none;
  height: 100vh;
  width: 100vw;
}

.tooltip-container {
  display: none;
  background: transparent;
  border: none;
  width: 100vw;
  position: absolute;
  z-index: 999;
}

.tooltip {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px;
  background-color: white;
  color: black;
  border-radius: 4px;
  opacity: 1;
  transition: opacity 0.5s;
}

.lightTheme {
  background-color: white;
  text-color: black;
}

.darkTheme {
  background-color: #191919;
  text-color: white;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

/* Background animated particles */
@keyframes float {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(-100px) rotate(360deg);
  }
}
.main-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

h1 {
  color: white;
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  opacity: 0;
  animation: fadeInUp 1s ease-out forwards;
}

.subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeInUp 1s ease-out 0.3s forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Bottom left buttons */
.action-buttons {
  position: fixed;
  bottom: 5px;
  left: 15px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  z-index: 1000;
  align-items: center;
}

.btn {
  background: transparent;
  border: 0;
  padding: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}
.btn .text {
  display: none;
}
@media (max-width: 767px) {
  .btn { /* is phone */
    border: none;
    background: none;
    padding: 0;
    font-size: 0.9rem;
  }
  .btn .icon {
    margin-inline-end: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .btn { /* is tablet */ }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .btn { /* is desktop */ }
}
@media (min-width: 1440px) {
  .btn { /* is xdesktop */ }
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.btn:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.btn:hover::before {
  left: 100%;
}

.btn:active {
  transform: translateY(0);
}

/* Dialog styles */
.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  backdrop-filter: blur(5px);
}

.dialog {
  background: white;
  padding: 2rem;
  border-radius: 20px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  max-height: 80vh;
}

.dialog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2);
}

.dialog h2 {
  color: #333;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
}

.dialog p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.dialog-buttons {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}

.dialog-btn {
  background: #667eea;
  color: white;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.dialog-btn:hover {
  background: #5a6fd8;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.dialog-btn.secondary {
  background: #f5f5f5;
  color: #666;
}

.dialog-btn.secondary:hover {
  background: #e0e0e0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

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

@media (max-width: 767px) {
  /* is phone */
  h1 {
    font-size: 2rem;
  }
  .subtitle {
    font-size: 1rem;
  }
  .dialog {
    margin: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* is tablet */
}
@media (min-width: 1024px) and (max-width: 1439px) {
  /* is desktop */
}
@media (min-width: 1440px) {
  /* is xdesktop */
}
#request_qr-dialog .Qrcode {
  display: flex;
  justify-content: center;
  align-items: center;
}

#info-dialog .Edition {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#info-dialog .Info {
  scrollbar-color: rgba(133, 128, 128, 0.85) rgba(215, 215, 215, 0.85);
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  flex-shrink: 1;
  flex-grow: 0;
}
#info-dialog .Content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
  height: auto;
  max-height: calc(80vh - 40px - 42px - 20px);
  padding-bottom: 16px;
}

.dialog {
  background-color: rgba(255, 255, 255, 0.85);
}

.dialog.active {
  transform: scale(1);
  opacity: 1;
}

/*# sourceMappingURL=cycleviewer2.css.map */
