<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.car {
  background: url(../icons/car.svg);
}
.car-active {
  background: url(../icons/car-active.svg);
}
.car:hover {
  background: url(../icons/car-active.svg);
}
.bus {
  background: url(../icons/bus.svg);
}
.bus-active {
  background: url(../icons/bus-active.svg);
}
.bus:hover {
  background: url(../icons/bus-active.svg);
}
.walk {
  background: url(../icons/walk.svg);
}
.walk-active {
  background: url(../icons/walk-active.svg);
}
.walk:hover {
  background: url(../icons/walk-active.svg);
}
.bicycle {
  background: url(../icons/bicycle.svg);
}
.bicycle-active {
  background: url(../icons/bicycle-active.svg);
}
.bicycle:hover {
  background: url(../icons/bicycle-active.svg);
}
.sort {
  background: url(../icons/sort.svg);
  width: 24px;
  height: 24px;
}
.dots {
  background: url(../icons/dots.svg);
  width: 20px;
  height: 20px;
}
.circle {
  background: url(../icons/circle.svg);
  width: 16px;
  height: 16px;
}
.location {
  background: url(../icons/location.svg);
  width: 24px;
  height: 24px;
}

.first {
  background: url(../icons/first.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}

.last{
  background: url(../icons/last.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}

.car:hover,
.bus:hover,
.walk:hover,
.bicycle:hover {
  background-size: cover;
  border-bottom: 2px solid #428bcb;
}
.location,
.bicycle,
.bicycle-active,
.bus,
.bus-active,
.car,
.car-active,
.walk,
.walk-active,
.dots,
.circle,
.sort,
.first,
.last {
  background-size: contain;
}
</pre></body></html>