html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  color: #3f4254;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

main {
  margin: 0;
  padding: 0;
}
main #map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 2rem;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 10px 6px rgba(255, 255, 255, 0.4);
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}
footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}
footer h2 {
  font-size: 1.5rem;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 1rem;
}
footer #lines-list-wrapper h3 {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-weight: 800;
  color: #7e8299;
  margin-bottom: 0.2rem;
}
footer #lines-list-wrapper ul#lines-list {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  padding: 0.4rem 0;
}
footer #lines-list-wrapper ul#lines-list .line-item {
  flex-shrink: 0;
  min-width: 1.5rem;
  max-width: 9rem;
  height: 2.7rem;
  line-height: 2.7rem;
  text-align: center;
  background: darkred;
  color: #ffffff;
  padding: 0 0.8rem;
  margin-right: 10px;
  border-radius: 0.7rem;
  font-size: 1.2rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: opacity 0.15s ease-in-out;
  opacity: 0.4;
}
footer #lines-list-wrapper ul#lines-list .line-item:hover {
  opacity: 1;
}
footer #lines-list-wrapper ul#lines-list .line-item.active {
  opacity: 1;
}
footer #legend-container {
  position: absolute;
  bottom: 170px;
  right: 14px;
  text-align: right;
  z-index: 10;
}
footer #legend-container #legend-toggle {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
footer #legend-container #legend-panel {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
  margin-top: 6px;
  transition: max-height 0.3s ease, box-shadow 0.3s ease;
}
footer #legend-container #legend-panel.open {
  max-height: 200px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
}
footer #legend-container #legend-panel ul {
  list-style: none;
  margin: 0;
  padding: 8px 12px;
}
footer #legend-container #legend-panel ul li {
  margin: 6px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
}
footer #legend-container #legend-panel ul li .legend-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 11px;
  border-radius: 50%;
  border: 2px solid #fff;
}
footer #legend-container #legend-panel ul li .legend-icon.removed-stop {
  background: #fa2a2f;
}
footer #legend-container #legend-panel ul li .legend-icon.temp-stop {
  background: #ff9100;
}
footer #legend-container #legend-panel ul li .legend-icon.served-stop {
  background: #181C32;
}
footer #legend-container #legend-panel ul li .legend-line {
  display: inline-block;
  width: 24px;
  height: 4px;
  margin-right: 6px;
  background: repeating-linear-gradient(to right, #181C32, #181C32 4px, transparent 4px, transparent 8px);
}

/*# sourceMappingURL=infotrafic-main.css.map */
