button.waitlist {
  border: 2px solid;
  background: #4e13a2;
  border-image-source: linear-gradient(#d9dbff 0%, #bcbfff 100%);
  box-shadow: inset 0 4px 10px 4px #fff3;
}

#tab-switch ~ label > span:first-of-type {
  background-color: #fff;
}

#tab-switch:checked ~ label > span:first-of-type {
  background-color: #0000;
}

#tab-switch:checked ~ label > span:last-of-type {
  background-color: #fff;
}

#tab-switch {
  visibility: hidden;
  display: none;
}

.tab-content:last-of-type, #tab-switch:checked ~ #tabs > .tab-content:first-of-type {
  display: none;
}

#tab-switch:checked ~ #tabs > .tab-content:last-of-type {
  display: grid;
}

#tab-switch:checked ~ #full-page #navbar {
  border-right: 2px solid var(--separation-line-color);
}

#waitlist {
  background: linear-gradient(100.8deg, #4e13a2 32.72%, #1d073c 88.78%);
}
/*# sourceMappingURL=kabi.2cdaf7bc.css.map */
