/* Normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: Roboto, Helvetica-Neue, Helvetica, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  
  body, html {
    margin: 0;
    padding: 0;
    height: 100%;
  }
  
  * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  }
  
  img {
    border: 0;
  }
  
  /* Ticket Styles */
  .ticket {
    display: flex;
    flex-direction: column;
    background-color: #eef1f5;
    position: relative;
    transform: translateZ(0);
    min-width: 320px;
    height: 100%;
    overflow: scroll;
  }
  
  .date {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    padding: 10px 0;
  }
  
  .date__column {
    text-align: center;
  }
  
  .date__value {
    font-size: 1.13em;
    font-weight: 700;
    padding: 2px;
    color: #404852;
    white-space: nowrap;
  }
  
  .date__header {
    font-size: 0.7em;
    font-weight: 700;
    padding: 7px 0 0;
  }
  
  /* Direction Styles */
  .direction {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: relative;
    border-bottom: 6px solid #ee4832;
    color: #fff;
    min-height: 106px;
  }
  
  .direction__logoContainer {
    text-align: center;
  }
  
  .direction__logo {
    height: 45px;
    max-width: 80%;
    padding: 15px 0;
  }
  
  .direction__line {
    height: 38px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
  }
  
  .direction__lineText {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200%;
    position: absolute;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3em;
    left: -50%;
    animation: lineText1 3s .1s linear infinite;
  }
  
  .direction__lineText__item {
    flex: 0 0 252px;
    text-align: center;
  }
  
  .direction__lineText__item:after {
    content: " ";
    display: block;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: -21px 0 0 -27px;
  }
  
  .direction__location {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 26px;
    text-align: center;
  }
  
  .direction__round {
    position: absolute;
    border: 3px solid #fff;
    border-radius: 50%;
    left: 50%;
    margin-left: -12px;
    height: 18px;
    width: 18px;
    bottom: -15px;
  }
  
  .direction__lineText__item + .direction__lineText__item {
    padding-left: 53px;
  }
  
  /* White Area Styles */
  .whiteArea {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 10px;
    flex-shrink: 0;
  }
  
  .whiteArea__border {
    background-image: linear-gradient(90deg, #b1b3b6 33%, hsla(0, 0%, 100%, 0) 0);
    background-position: bottom;
    background-size: 6px 2px;
    background-repeat: repeat-x;
    width: 100%;
    height: 2px;
  }
  
  .number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.2em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 9px 0;
    white-space: nowrap;
}

    .number__value {
    padding-left: 4px;
    font-weight: 700; /* Ensures bold text */
    color: #404952; /* Adjust the color if needed */
}



  /* Information Section Styles */
  .information {
    display: flex;
    flex-direction: row nowrap;
    color: #404952;
    padding: 22px 0;
    justify-content: space-around;
  }
  
  .information__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-basis: 50%;
    text-align: center;
  }
  
  .information__use {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .information__use--arrow {
    height: 70px;
  }
  
  .information__border {
    width: 1px;
    background-color: #b3b6ba;
    position: relative;
  }
  
  .information__text {
    font-weight: 700;
    font-size: 1.2em;
    white-space: nowrap;
    padding: 0 0 10px;
    margin-top: -5px;
  }
  
  .information__count {
    font-size: 3em;
  }
  
  .information__arrowIcon {
    width: 40px;
  }
  
  .information__trainIcon {
    position: absolute;
    width: 25px;
    left: -12px;
    top: 36px;
  }
  
  /* Status Styles */
  .status {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    position: relative;
  }
  
  .status__icon {
    display: block;
    width: 100%;
  }
  
  .status__text {
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 10vw;
    line-height: 28px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    animation: activatedColor 2s linear infinite;
  }
  
  @media screen and (max-width: 320px) {
    .status__text {
      font-size: 22px;
      height: 32px;
      padding: 0 19px;
    }
  }
  
  .status__text.activated {
    font-size: 6vw;
    padding: 0 3vw;
  }
  
  /* Area Styles */
  .area {
    display: flex;
    flex-direction: column;
  }
  
  .area__space {
    flex-grow: 1;
  }
  
  .area__activated {
    color: #fff;
  }
  
  .area__activated__info {
    padding: 15px 30px 10px;
    font-size: 1.2em;
    text-align: center;
  }
  
  .area__activated__timer {
    text-align: center;
    font-size: 2.5em;
    font-weight: 200;
    padding-bottom: 20px;
    text-transform: uppercase;
  }
  
  /* Ticket Activated Styles */
  .ticket--activated {
    animation: activatedBackground 2s linear infinite;
  }
  
  .ticket--activated .direction {
    background-color: transparent !important;
  }
  
  /* Overlay Styles */
  .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 100%, .8);
    z-index: 2;
  }
  
  /* Utility Styles */
  .sf-hidden {
    display: none !important;
  }
  
  img[src="data:"], source[src="data:,"] {
    display: none !important;
  }
  
  /* Keyframe Animations */
  @keyframes lineText1 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-305px);
    }
  }
  
  @keyframes activatedBackground {
    0% {
      background-color: rgb(255, 73, 183);
    }
    50% {
      background-color: rgb(128, 0, 92);
    }
    100% {
      background-color: rgb(255, 73, 183);
    }
  }
  
  @keyframes activatedColor {
    0% {
      color: rgb(255, 73, 183);
    }
    50% {
      color: rgb(255, 255, 255);
    }
    100% {
      color: rgb(255, 0, 183);
    }
  }
  
  /* Meta and Link Tags */
  link[rel="canonical"] {
    content: url("https://eticket.mozio.com/?ticket_id=ccad0f5d3a7e4a10b23659974ea73df9&locale=en");
  }
  
  meta[http-equiv="content-security-policy"] {
    default-src: 'none';
    font-src: 'self' data:;
    img-src: 'self' data:;
    style-src: 'unsafe-inline';
    media-src: 'self' data:;
    script-src: 'unsafe-inline' data:;
    object-src: 'self' data:;
    frame-src: 'self' data:;
  }
  
  link[rel="preconnect"] {
    href: "https://fonts.googleapis.com";
  }
  
  link[rel="preconnect"] {
    href: "https://fonts.gstatic.com";
    crossorigin: "";
  }
  
  link[href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&display=swap"] {
    rel: "stylesheet";
  }
  
