@font-face {
  font-family: "Pharma";
  src: url("../font/Pharma-Regular.woff2") format("woff2"), url("../font/Pharma-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html, body {
  margin: 0;
  padding: 0;
  background-color: #0f0a26;
}
body {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #A8C1E1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.event-app {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  background-color: #0f0a26;
  color: #A8C1E1;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 15px 0 15px;
}
.event-app *, .event-app *::before, .event-app *::after {
  box-sizing: border-box;
}
.event-app-header {
  position: absolute;
  top: 26px;
  left: 15px;
  right: 15px;
  z-index: 5;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.event-app-logo {
  font-family: "Pharma", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.05;
  font-weight: 400;
  text-transform: uppercase;
  color: #A8C1E1;
  text-decoration: none;
}
.event-app-menu-toggle {
  width: 28px;
  height: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  margin: 13px 0 0 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.event-app-menu-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #33C7CC;
  border-radius: 2px;
}
.event-app-main {
  position: relative;
  z-index: 2;
  padding-top: 140px;
}
.event-app-title {
  margin: 0 0 20px;
  font-family: "Pharma", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.13;
  font-weight: 400;
  text-transform: uppercase;
  color: #A8C1E1;
}
.event-app-title span {
  color: #33C7CC;
}
.event-app-form {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.event-app-field input {
  width: 100%;
  height: 40px;
  border: 1px solid #425266;
  border-radius: 10px;
  background-color: transparent;
  padding: 0 20px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #F7F5FF;
  outline: none;
}
.event-app-field input::placeholder {
  color: #A9A9A9;
}
.event-app-button {
  width: 100%;
  height: 50px;
  margin-top: 25px;
  border: 0;
  border-radius: 10px;
  background-color: #33C7CC;
  color: #0F0A26;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.event-app-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  cursor: pointer;
}
.event-app-checkbox:first-of-type {
  margin-top: 10px
}
.event-app-checkbox input {
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin: 0;
  border: 1px solid #425266;
  border-radius: 8px;
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  cursor: pointer;
}
.event-app-checkbox input:checked {
  border-color: #F7F5FF;
}
.event-app-checkbox input:checked::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 5px;
  top: 5px;
  border-radius: 5px;
  background-color: #F7F5FF;
}
.event-app-checkbox span a {
  display: block;
  padding-top: 1px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.45;
  font-weight: 400;
  color: #A9A9A9;
    text-decoration: none
}
.event-app-outline-button {
  width: 100%;
  height: 50px;
  margin-top: 9px;
  border: 1px solid #F7F5FF;
  border-radius: 10px;
  color: #F7F5FF;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-app-footer {
  position: relative;
  z-index: 2;
  height: 170px;
  margin: 0 -15px;
  text-align: center;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 400;
  color: #425266;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 50px;
}
.event-app-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 375px;
  height: 330px;
  background-image: url("../images/footer_particles.png");
  background-repeat: no-repeat;
  background-size: 375px auto;
  background-position: center bottom;
  pointer-events: none;
  z-index: 0;
}
.event-app-footer > div {
  position: relative;
  z-index: 2;
}
.event-app-footer a {
  color: #425266;
  text-decoration: none;
}
.event-app-footer span {
  margin-left: 8px;
}
.event-app-data-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.event-app-data-item {
  display: flex;
  flex-direction: column;
}
.event-app-data-label {
  margin: 0 0 8px 20px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  color: #A9A9A9;
}
.event-app-data-value {
  width: 100%;
  height: 40px;
  border: 1px solid #425266;
  border-radius: 10px;
  background-color: transparent;
  padding: 0 20px;
  display: flex;
  align-items: center;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #F7F5FF;
}
.event-app-button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.event-app-hero-card {
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid #425266;
  margin-bottom: 25px;
}
.event-app-hero-card img {
  display: block;
  width: 100%;
  height: auto;
}
.event-app-agenda-list {
  display: flex;
  flex-direction: column;
}
.event-app-agenda-item {
  border-bottom: 1px solid #425266;
  padding: 0 0 15px;
  margin-bottom: 15px;
  text-align: center;
}
.event-app-agenda-time {
  font-family: "Pharma", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 400;
  color: #33C7CC;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.event-app-agenda-text {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  color: #A8C1E1;
}
.event-app-agenda-stations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 13px;
  margin-top: 20px;
  margin-bottom: 5px
}
.event-app-agenda-station {
  min-height: 70px;
  border-radius: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  color: #F7F5FF;
}
.event-app-agenda-station-purple {
  border: 1px solid #9E5BA6;
}
.event-app-agenda-station-red {
  border: 1px solid #FF6666;
}
.event-app-agenda-station-blue {
  border: 1px solid #6191BD;
}
.event-app-agenda-station-yellow {
  border: 1px solid #E5BD73;
}
/*Stations lista*/
.event-app-stations {}
.event-app-stations-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.event-app-station-card {
  border: 1px solid #425266;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}
.event-app-station-card-biolabs {
  border-color: #9E5BA6;
}
.event-app-station-card-biolabs .event-app-station-card-title {
  color: #9E5BA6;
}
.event-app-station-card-aiml {
  border-color: #FF6666;
}
.event-app-station-card-aiml .event-app-station-card-title {
  color: #FF6666;
}
.event-app-station-card-product {
  border-color: #6191BD;
}
.event-app-station-card-product .event-app-station-card-title {
  color: #6191BD;
}
.event-app-station-card-customer {
  border-color: #E5BD73;
}
.event-app-station-card-customer .event-app-station-card-title {
  color: #E5BD73;
}
.event-app-station-card-head {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 25px;
}
.event-app-station-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-app-station-icon img {
  display: block;
  max-width: 80px;
  max-height: 80px;
}
.event-app-station-card-title {
  margin: 0;
  font-family: "Pharma", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.08;
  font-weight: 400;
  text-transform: uppercase;
  color: #A8C1E1;
}
.event-app-station-card-text {
  margin: 0 0 15px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  color: #A8C1E1;
}
.event-app-station-status {
  width: 100%;
  height: 40px;
  border: 1px solid #425266;
  border-radius: 10px;
  background-color: #17132F;
  color: #A9A9A9;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
      text-decoration: none;
}
.event-app-station-status span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #425266;
  color: #F7F5FF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
}
.event-app-station-card.is-visited .event-app-station-status {
  color: #0F0A26;
  border-color: #425266;
}
.event-app-station-card-biolabs.is-visited .event-app-station-status {
  background-color: #9E5BA6;
  border-color: #9E5BA6;
}
.event-app-station-card-aiml.is-visited .event-app-station-status {
  background-color: #FF6666;
  border-color: #FF6666;
}
.event-app-station-card-product.is-visited .event-app-station-status {
  background-color: #6191BD;
  border-color: #6191BD;
}
.event-app-station-card-customer.is-visited .event-app-station-status {
  background-color: #E5BD73;
  border-color: #E5BD73;
}
/*tooltip*/
.event-app-station-tooltip {
  display: none;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 74px;
  z-index: 4;
  padding: 18px 20px;
  border-radius: 10px;
  background-color: #425266;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 400;
  color: #F7F5FF;
}
.event-app-station-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  margin-left: -18px;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 15px solid #425266;
}
.event-app-station-card.is-tooltip-open .event-app-station-tooltip {
  display: block;
}
/* Station aloldalalk */
.event-app-station-detail-content {
  display: flex;
  flex-direction: column;
}
.event-app-station-map {
  width: 345px;
  height: 300px;
  padding: 0;
  border: 1px solid #425266;
  border-radius: 10px;
  background-color: transparent;
  display: block;
  overflow: hidden;
  margin: 0 0 30px 0;
  cursor: pointer;
  position: relative;
}
.event-app-station-map > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.event-app-station-map-move-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-app-station-map-move-icon img {
  width: 28px;
  height: 28px;
  display: block;
}
.event-app-station-map span {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  color: #F7F5FF;
}
.event-app-station-detail-title {
  font-family: "Pharma", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.13;
  font-weight: 400;
  text-transform: uppercase;
  color: #A8C1E1;
}
.event-app-station-detail-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.event-app-station-detail-icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-app-station-detail-icon img {
  display: block;
  max-width: 66px;
  max-height: 66px;
}
.event-app-station-detail-title {
  margin: 0;
  font-family: "Pharma", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.13;
  font-weight: 400;
  text-transform: uppercase;
  color: #A8C1E1;
}
.event-app-station-detail-biolabs .event-app-station-detail-title {
  color: #9E5BA6;
}
.event-app-station-detail-aiml .event-app-station-detail-title {
  color: #FF6666;
}
.event-app-station-detail-product .event-app-station-detail-title {
  color: #6191BD;
}
.event-app-station-detail-customer .event-app-station-detail-title {
  color: #E5BD73;
}
.event-app-station-questions p {
  margin: 0 0 20px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  color: #A8C1E1;
}
.event-app-station-questions p:last-child {
  margin-bottom: 0;
}
.event-app-station-back {
  margin-top: 35px;
}
.event-app-station-state {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
.event-app-station-state img {
  width: 14px;
  height: 14px;
  display: block;
}
.event-app-station-state-not-cleared {
  background-color: #17132F;
  color: #F7F5FF;
}
.event-app-station-state-cleared {
  color: #0F0A26;
  border: 1px solid transparent;
}
.event-app-station-detail-biolabs .event-app-station-state-not-cleared {
  border: 1px solid #9E5BA6;
}
.event-app-station-detail-biolabs .event-app-station-state-cleared {
  background-color: #9E5BA6;
}
.event-app-station-detail-aiml .event-app-station-state-not-cleared {
  border: 1px solid #FF6666;
}
.event-app-station-detail-aiml .event-app-station-state-cleared {
  background-color: #FF6666;
}
.event-app-station-detail-product .event-app-station-state-not-cleared {
  border: 1px solid #6191BD;
}
.event-app-station-detail-product .event-app-station-state-cleared {
  background-color: #6191BD;
}
.event-app-station-detail-customer .event-app-station-state-not-cleared {
  border: 1px solid #E5BD73;
}
.event-app-station-detail-customer .event-app-station-state-cleared {
  background-color: #E5BD73;
}
.event-app-station-state-not-cleared {
  display: flex;
}
.event-app-station-state-cleared {
  display: none;
}
.event-app-station-state-group .event-app-station-state-not-cleared {
  display: flex;
}
.event-app-station-state-group .event-app-station-state-cleared {
  display: none;
}
.event-app-station-state-group.is-cleared .event-app-station-state-not-cleared {
  display: none;
}
.event-app-station-state-group.is-cleared .event-app-station-state-cleared {
  display: flex;
}

.event-app-map-modal {
  position: fixed;
  z-index: 999999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0f0a26;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}
.event-app-map-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.25s ease, visibility 0s linear 0s;
}
.event-app-map-modal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 1px solid #33C7CC;
  border-radius: 10px;
  background-color: #0f0a26;
  cursor: pointer;
}
.event-app-map-modal-close::before, .event-app-map-modal-close::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 20px;
  width: 20px;
  height: 2px;
  background-color: #33C7CC;
}
.event-app-map-modal-close::before {
  transform: rotate(45deg);
}
.event-app-map-modal-close::after {
  transform: rotate(-45deg);
}
.event-app-map-modal-scroll {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.event-app-map-modal-scroll img {
  display: block;
  max-width: none;
  width: auto;
  height: auto;
}
.event-app.has-map-modal-open .event-app-main {
  z-index: 20;
}
.event-app.has-map-modal-open .event-app-header {
  z-index: 1;
}
/* Gift */
.event-app-gift-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.event-app-gift-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border: 1px solid #33C7CC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-app-gift-title {
  margin: 0;
  font-family: "Pharma", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.13;
  font-weight: 400;
  text-transform: uppercase;
  color: #33C7CC;
}
.event-app-gift-intro {
  margin: 0 0 35px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #A8C1E1;
}
.event-app-gift-section-title {
  margin: 0 0 15px;
  font-family: "Pharma", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.13;
  font-weight: 400;
  text-transform: uppercase;
  color: #A8C1E1;
}
.event-app-gift-tiers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.event-app-gift-tier {
  width: 100%;
  min-height: 70px;
  border: 1px solid #425266;
  border-radius: 10px;
  background-color: #17132F;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 12px 15px;
  text-align: center;
}

.event-app-gift-tier-title {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  color: #F7F5FF;
}
.event-app-gift-tier-note {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 400;
  color: #A9A9A9;
}
.event-app-gift-divider {
  width: 100%;
  height: 1px;
  background-color: #425266;
  margin: 40px 0 35px 0
}
.event-app-gift-duck-head {
  margin-bottom: 25px;
}
.event-app-duck-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 35px;
}
.event-app-duck-item {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  background-color: #425266;
      overflow: hidden;
}
.event-app-duck-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
      border-radius: 10px;
}

.event-app-gift-tier.is-locked {
  border-color: #425266;
  background-color: #191833;
}

.event-app-gift-tier.is-locked .event-app-gift-tier-title,
.event-app-gift-tier.is-locked .event-app-gift-tier-note {
  color: #A9A9A9;
}

.event-app-gift-tier.is-current {
  border-color: #33C7CC;
  background-color: #33C7CC;
}

.event-app-gift-tier.is-current .event-app-gift-tier-title,
.event-app-gift-tier.is-current .event-app-gift-tier-note {
  color: #0F0A26;
}

.event-app-gift-tier.is-unlocked {
  border-color: #33C7CC;
  background-color: #131D37;
}

.event-app-gift-tier.is-unlocked .event-app-gift-tier-title,
.event-app-gift-tier.is-unlocked .event-app-gift-tier-note {
  color: #F7F5FF;
}

/* Register hero background */

.event-app-register {
  position: relative;
}

.event-app-register::before {
  content: "";
  position: absolute;
  left: -15px;
  right: -15px;
  top: 60px;
  height: 420px;
  background-image: url("../images/register_hero.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 375px auto;
  z-index: 0;
  pointer-events: none;
}

.event-app-register-content {
  position: relative;
  z-index: 1;
}

.event-app-station-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.event-app-station-card-link:hover,
.event-app-station-card-link:focus,
.event-app-station-card-link:active {
  color: inherit;
  text-decoration: none;
}

/* Menu overlay */

.event-app-menu-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  min-height: 100%;
  z-index: 40;
  background-color: #0f0a26;
  padding: 52px 15px 170px 15px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}

.event-app-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.25s ease, visibility 0s linear 0s;
}

.event-app-menu-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 375px;
  height: 330px;
  background-image: url("../images/footer_particles.png");
  background-repeat: no-repeat;
  background-size: 375px auto;
  background-position: center bottom;
  pointer-events: none;
  z-index: 0;
}




.event-app-menu-links {
  position: relative;
  z-index: 2;
  padding-top: 90px;
  display: flex;
  flex-direction: column;
}

.event-app-menu-links a {
  min-height: 85px;
  border-top: 1px solid #425266;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Pharma", Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: #A8C1E1;
  text-decoration: none;
}

.event-app-menu-links a:last-child {
  border-bottom: 0;
}    

.event-app.has-menu-open .event-app-header {
  z-index: 60;
}

.event-app-menu-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  min-height: 100%;
  z-index: 40;
  background-color: #0f0a26;
  padding: 0 15px 170px 15px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}

.event-app-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.25s ease, visibility 0s linear 0s;
}

.event-app-menu-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 375px;
  height: 330px;
  background-image: url("../images/footer_particles.png");
  background-repeat: no-repeat;
  background-size: 375px auto;
  background-position: center bottom;
  pointer-events: none;
  z-index: 0;
}

.event-app-menu-links {
  position: relative;
  z-index: 2;
  padding-top: 140px;
  display: flex;
  flex-direction: column;
}

.event-app-menu-links a {
  min-height: 80px;
  border-top: 1px solid #425266;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Pharma", Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: #A8C1E1;
  text-decoration: none;
}

.event-app-menu-links a:first-child {
    border-top: 0
}
.event-app-menu-links a:last-child {
  border-bottom: 0;
}

.event-app.has-menu-open .event-app-menu-toggle {
  width: 28px;
  height: 23px;
  margin-top: 9px;
  position: relative;
  gap: 0;
}

.event-app.has-menu-open .event-app-menu-toggle span {
  position: absolute;
  left: 0;
  top: 9px;
  width: 28px;
  height: 2px;
  background-color: #33C7CC;
}

.event-app.has-menu-open .event-app-menu-toggle span:first-child {
  transform: rotate(45deg);
}

.event-app.has-menu-open .event-app-menu-toggle span:last-child {
  transform: rotate(-45deg);
}

.event-app-menu-logout {
  gap: 12px;
}

.event-app-menu-logout img {
  width: 27px;
  height: 29px;
  display: block;
}
.event-app-notice {
  position: relative;
  z-index: 3;
  margin-top: 115px;
  margin-bottom: -95px;
  min-height: 40px;
  border-radius: 10px;
  padding: 12px 15px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #0F0A26;
}

.event-app-notice-error {
  background-color: #FF6666;
}

.event-app-notice-success {
  background-color: #33C7CC;
}

.event-app-station-state-group {
  position: relative;
}

.event-app-station-state-not-cleared {
  cursor: pointer;
}

button.event-app-station-state-not-cleared {
  width: 100%;
  border: 1px solid;
  background-color: transparent;
  padding: 0;
  font-family: "Poppins", Arial, sans-serif;
}

.event-app-station-state-help {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #425266;
  color: #F7F5FF;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.event-app-station-state-tooltip {
  display: none;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 63px;
  z-index: 5;
  padding: 12px 20px;
  border-radius: 10px;
  background-color: #425266;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 400;
  color: #F7F5FF;
  text-align: left;
}

.event-app-station-state-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #425266;
}

.event-app-station-state-group.is-tooltip-open .event-app-station-state-tooltip {
  display: block;
}

.event-app-station-state-group.is-cleared .event-app-station-state-tooltip {
  display: none;
}