<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slot-list {
  color: white;
  font-size: 0.75em;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 2em;
  position: relative;
  font-family: TradeGothicLT-Bold;
}
.slot-list .slot-list-header {
  font-weight: bolder;
  padding: 11px 16px;
  background-color: #212121;
  box-sizing: border-box;
  box-shadow: 4px 5px 0 #212121;
  border: solid 4px #212121;
  margin: 0;
  width: 100%;
  cursor: pointer;
  position: relative;
  line-height: 28px;
}
.slot-list .slot-list-header::after {
  content: url("../assets/hamburger.svg");
  position: absolute;
  right: 0;
  padding: 4px 10px;
}
.slot-list .slot-list-values {
  display: none;
  position: absolute;
  padding: 0 16px;
  margin: 0;
  background-color: #464646;
  left: 0;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  box-shadow: 4px 5px 0 #212121;
  border: solid 4px #212121;
  list-style: none;
  list-style-position: inside;
}
.slot-list .slot-list-values li {
  border-bottom: solid 1px #585858;
  cursor: pointer;
  line-height: 1.6em;
}
.slot-list .slot-list-values li:last-child {
  border-bottom: none;
}
.slot-list .slot-list-values li:hover {
  color: #DD4F3F;
}
.slot-list .slot-list-values .disabled {
  color: #939393;
}
.slot-list .slot-list-values .disabled:hover {
  color: #939393;
}

.slot-list.is-open .slot-list-header::after {
  content: url("../assets/ex.svg");
}
.slot-list.is-open .slot-list-values {
  display: block;
}

.button-wrapper {
  min-width: 160px;
}
.button-wrapper .cta-btn {
  min-width: 100%;
}
.button-wrapper .cta-btn a {
  text-decoration: none;
}
.button-wrapper .cta-btn a::selection {
  color: #FF2121;
}
.button-wrapper .cta-btn.is-disabled {
  color: grey;
  box-shadow: 4px 5px 0 grey;
  border: solid 4px grey;
}

.event-sold-out h4 {
  color: #DD4F3F;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.event-sold-out p {
  color: #DD4F3F;
  font-size: 1.4rem;
  line-height: 2rem;
}

/*# sourceMappingURL=termin-slots.css.map */
</pre></body></html>