body {
  font-family: "Poppins", Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* Backgrounds with "background-size: cover" and "background-attachment: fixed" cover the entire document in iOS Safari instead of just the viewport.
    This is undesired in situations such as long list of sessions or long list of avatars, where the background should stay fixed on viewport instead of stretch.
    This solution allows these devices to display the background in just the viewport like all other devices. Source: https://stackoverflow.com/a/43058483 */
body:after {
  content: ""; /* needed for background to appear in this case */
  /* The following keep background positioned correctly */
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1; /* keep in back layer */
  background-image: url("./assets/timeplay_background.jpg") !important;
  background-size: cover !important;
  background-repeat: repeat;
  background-position-y: center;
}
body.blurred:after {
  background-image: url("./assets/timeplay_background_blur.jpg") !important;
}
body > .grid {
  margin: 0 !important;
}
input {
  background-color: transparent !important;
  border-color: white !important;
  color: white !important;
}
@font-face {
  font-family: Poppins Bold;
  src: url(./assets/fonts/Poppins-Bold.otf);
}
@font-face {
  font-family: Poppins;
  src: url(./assets/fonts/Poppins-Regular.otf);
}
@font-face {
  font-family: Poppins SemiBold;
  src: url(./assets/fonts/Poppins-SemiBold.otf);
}
@font-face {
  font-family: Poppins Medium;
  src: url(./assets/fonts/Poppins-Medium.otf);
}
@font-face {
  font-family: Neon;
  src: url(./assets/fonts/Neon.ttf);
}
#playButton {
  background-color: white;
  color: black;
}
.image {
  margin-top: -100px;
}
.column {
  max-width: 450px;
}
.ui.nag.red {
  background: #bd3333;
}

.main {
  height: 100%;
}

#form {
  width: 100%;
  padding: unset;
}

#login-stay-tuned {
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  font-size: 1.25em;
  padding: 0.5em;
  margin-bottom: 2em;
  background-color: #00ffff;
  color: black;
}

.logo-row {
  height: 40%;
}
.logo {
  background-image: url("./assets/timeplay_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
}
.logo-icon {
  background-image: url("./assets/logo-green.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: auto;
}

.frameless {
  border: transparent !important;
}

.session-list {
  background-color: transparent !important;
}
.session-box {
  background-color: rgba(40, 33, 64, 0.295);
  color: white;
  margin: 5px;
}
.session-item {
  color: white;
  margin: 5px;
}
.status-onschedule {
  color: white;
}
.status-played {
  color: grey;
}
.status-cancelled {
  color: red;
}
.ticket-list {
  background: transparent !important;
}
.ticket-box {
  background-color: rgba(40, 33, 64, 0.295);
  color: white;
  margin: 5px;
}

.header-text {
  color: white !important;
}
.welcome-text {
  font-size: 3.75rem;
  font-family: "Neon", Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #00ffff;
  margin-bottom: 0;
}

.ui.button.tp-button {
  font-size: 1.25rem;
  font-family: "Poppins Bold", Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  background-color: #132544;
  border: 3px solid #ffffff;
  color: white;
  position: relative;
}

.selection-marker {
  position: absolute;
  display: none;
  width: 25px;
  top: -2px;
  right: -2px;
}

.ui.button.tp-button:focus .selection-marker {
  display: block;
}

.ui.button.tp-button:hover .selection-marker {
  display: block;
}

.ui.form input.form-field {
  border: none;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0;
  text-align: center;
}
.ui.form input.form-field::placeholder {
  color: white;
  opacity: 1; /* Firefox */
  text-align: center;
}
.ui.form input.form-field:focus {
  border-bottom: 1px solid #efff00;
  border-radius: 0;
}
.ui > .content,
.ui.header {
  font-family: "Poppins", Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.ui.modal .content {
  font-family: "Poppins Bold", Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.ui.top {
  font-family: "Poppins Medium", Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.payment-modal-header {
  display: block;
  font-family: Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  background: #fff;
  margin: 0;
  padding: 1.25rem 1.5rem;
  box-shadow: none;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
  font-weight: 700;
  border: none;
  line-height: 1.28571429em;
  text-transform: none;
  font-size: 1.28571429em;
  text-align: center;
  margin-top: 0;
  color: #fff;
  background-color: transparent;
}

.payment-modal-header-icon {
  display: block !important;
  font-size: 3em !important;
  margin: 0 auto 0.5rem !important;
  float: none;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 0;
  opacity: 1;
  vertical-align: middle;
}
.ui.input {
  color: white;
  opacity: 1; /* Firefox */
  text-align: center;
  height: 45px;
}

/* Datepicker modifications for improved accessibility */
/* NOTE: Datepicker currently not in use */

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: rgb(255, 51, 51);
  font-weight: bolder;
}

.ui.form .field > label {
  display: block;
  margin: 0 0 0.28571429rem 0;
  color: white;
  font-size: 0.92857143em;
  font-weight: 700;
  text-transform: none;
}

.ui.yellow.button:hover,
.ui.yellow.buttons .button:hover {
  background-color: #eaae00;
  color: #fff;
  text-shadow: none;
}
.ui.primary.button:hover,
.ui.primary.buttons .button:hover {
  background: #efff00;
  filter: drop-shadow(0px 0px 28px rgba(239, 255, 0, 0.3)) drop-shadow(0px 0px 10px rgba(239, 255, 0, 1));
  color: black;
  text-shadow: none;
}

.ui.primary.button:focus,
.ui.primary.buttons .button:focus {
  background: #efff00;
  filter: drop-shadow(0px 0px 28px rgba(239, 255, 0, 0.3)) drop-shadow(0px 0px 10px rgba(239, 255, 0, 1));
  color: black;
  text-shadow: none;
}

.ui.button.tp-button.deny {
  font-family: "Poppins", Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: white;
}

.ui.button.tp-button.deny:focus,
.ui.primary.buttons .button:focus {
  background: #ff6842;
  color: black;
  border-color: black;
  text-shadow: none;
}
.ui.button.tp-button.deny:hover,
.ui.primary.buttons .button:hover {
  background: #ff6842;
  color: black;
  border-color: black;
  text-shadow: none;
}

.ui.button.tp-button.approve {
  font-family: "Poppins SemiBold", Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
  /* background-color: #00FFFF; */
}

.ui.button.tp-button.approve:focus,
.ui.primary.buttons .button:focus {
  background: #91ff6b;
  color: black;
  border-color: black;
  text-shadow: none;
}
.ui.button.tp-button.approve:hover,
.ui.primary.buttons .button:hover {
  background: #91ff6b;
  color: black;
  border-color: black;
  text-shadow: none;
}
.buy-button {
  margin: 5px;
}
.buy-button:focus,
.ui.primary.buttons .button:focus {
  background-color: yellow;
  color: black;
  text-shadow: none;
}
.buy-button:hover,
.ui.primary.buttons .button:hover {
  background-color: blue;
  color: white;
  text-shadow: none;
}

.ui.button.tp-button.close:focus,
.ui.primary.buttons .button:focus {
  background: #00ffff;
  color: black;
  border: 3px solid black;
  text-shadow: none;
}
.ui.button.tp-button.close:hover,
.ui.primary.buttons .button:hover {
  background: #00ffff;
  color: black;
  border: 3px solid black;
  text-shadow: none;
}

.ui.input::placeholder {
  color: grey;
  font-size: 1.5em;
  font-style: italic;
}

.familyfeud-main {
  position: absolute;
  overflow-y: auto;
  min-height: 530px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  z-index: 0;
}

.familyfeud-main:after {
  content: "";
  background-image: url(./assets/familyfeud/ff-background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.familyfued-header {
  top: 1.5;
  height: 25%;
  padding-top: clamp(10px, 4vh, 40px);
  padding-bottom: clamp(5px, 2vh, 20px);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(5px, 2vh, 20px);
}

.familyfued-footnote {
  color: white;
  font-weight: 500;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.wof-main {
  position: absolute;
  overflow-y: auto;
  min-height: 530px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  z-index: 0;
}
.wof-main:after {
  content: "";
  background-image: url(./assets/wof/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.wof-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.wof-purchase-confirmation-container {
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(5px, 2vh, 20px);
}
.wof-header {
  height: 20%;
  padding-top: clamp(10px, 4vh, 40px);
  padding-bottom: clamp(5px, 2vh, 20px);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(5px, 2vh, 20px);
}
.wof-logo {
  width: clamp(200px, 40vh, 300px);
  margin: 0 auto;
}
.wof-label {
  width: clamp(200px, 40vh, 80%);
  margin: 0 auto;
}

.wof-package-total-container {
  margin-left: 10px;
  margin-right: 10px;
}
.wof-packages-container {
  max-height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(5px, 2vh, 20px);
  flex-grow: 1;
  padding-top: clamp(5px, 2vh, 20px);
  padding-bottom: clamp(5px, 2vh, 20px);
}
.wof-package-card {
  --card-height: 18vh;
  --card-width: 80%;
  --border-thickness: 1px;
  --border-radius: 8px;
  position: relative;
  background-color: white;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 120px;
  height: var(--card-height);
  width: var(--card-width);
  border-radius: var(--border-radius);
  max-width: 400px;
}
.wof-package-card.gold {
  background: radial-gradient(
    112.39% 382.54% at 106.03% 74.85%,
    #9c6425 4.16%,
    #ffcb74 25.54%,
    #ffdd82 38.9%,
    #fffbbb 49.83%,
    #ffdd82 64.04%,
    #ffcb74 77.27%,
    #9c6425 94.82%
  );
  --border-thickness: 3px;
}
.wof-package-card:before {
  content: "";
  position: absolute;
  background-color: black;
  height: calc(100% - var(--border-thickness) * 2);
  width: calc(100% - var(--border-thickness) * 2);
  border-radius: calc(var(--border-radius) - var(--border-thickness));
}
.wof-continue-button-container {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.wof-button-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.wof-dbl-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 80%;
}
.wof-button {
  width: clamp(100px, 80%, 200px);
  height: 40px;
  color: white;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: large;
  text-transform: uppercase;
  border: #95ff6c 1px solid;
  border-radius: 3px;
  background: linear-gradient(
    0deg,
    #4b7335 3.89%,
    #3b6e31 7.61%,
    #326b2e 10.4%,
    #2f6a2d 15.05%,
    #408733 34.59%,
    #6ad241 77.38%,
    #77e845 89.47%,
    #95ff6c 96.91%
  );
}
.wof-button:active {
  background: black;
}
.wof-package-card-header {
  color: black;
}
.wof-package-card-content {
  display: flex;
}
.wof-package-card-subtitle {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wof-package-card-input[type="number"] {
  padding: 5px;
  color: black !important;
}
.wof-circle {
  --circle-dim: 100px;
  --circle-thickness: 10px;
  background-color: white;
  border-radius: 50%;
  width: var(--circle-dim);
  height: var(--circle-dim);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wof-circle:after {
  content: "";
  background-color: black;
  height: calc(var(--circle-dim) - var(--circle-thickness));
  width: calc(var(--circle-dim) - var(--circle-thickness));
  border-radius: 50%;
}
.wof-circle.gold {
  background: radial-gradient(
    112.39% 382.54% at 106.03% 74.85%,
    #9c6425 4.16%,
    #ffcb74 25.54%,
    #ffdd82 38.9%,
    #fffbbb 49.83%,
    #ffdd82 64.04%,
    #ffcb74 77.27%,
    #9c6425 94.82%
  );
}
.wof-circle.lg {
  --circle-dim: 280px;
  --circle-thickness: 30px;
}

.wof-price-container {
  color: white;
  position: absolute;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.wof-price-container .wof-price {
  font-size: x-large;
  font-weight: bolder;
  line-height: 90%;
}
.wof-price-container .wof-desc {
  font-size: smaller;
  font-weight: bold;
  line-height: normal;
  overflow-wrap: break-word;
  width: 77px;
  text-align: center;
}
.wof-price-container .wof-price.lg {
  font-size: 5rem;
  font-weight: bolder;
}
.wof-price-container .wof-desc.lg {
  font-size: 1.8rem;
  font-weight: bold;
  overflow-wrap: break-word;
  width: 220px;
  text-align: center;
}
.wof-price-footnote {
    color: white;
    font-weight: 500;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: right;
    align-items: end;
    flex-direction: column;
    margin: 20px 0 20px 0;
  }
.wof-badge-container {
  position: absolute;
  top: -11px;
}
.wof-badge {
  width: 120px;
}
.wof-footnote {
  color: white;
  font-weight: 500;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wof-text-sm {
  margin: 0;
  font-size: small;
}
.wof-text-md {
  margin: 0;
  font-size: medium;
  text-transform: uppercase;
  text-decoration: underline;
}
.wof-error-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.wof-error-modal {
  width: calc(100vw - 30px);
  height: calc(100vw - 30px);
  top: calc(50vw - 15px);
  left: 15px;
  border: solid white 2px;
  border-radius: 10px;
  padding: 20px;
  background-color: #000000b0;
  color: white;
  overflow: hidden;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  backdrop-filter: blur(20px);
}
.wof-error-icon {
  width: 100px;
}
.wof-error-title {
  margin: 10px 0 20px 0;
}
.wof-error-msg {
  text-align: center;
  margin: 10px 0 20px 0;
}
.wof-error-modal .wof-button {
  width: 80px;
  margin: 10px;
}
.wof-stripe-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.wof-stripe-modal {
  width: calc(100vw - 30px);
  height: calc(200vw - 30px);
  top: calc(20vw - 15px);
  left: 15px;
  border: solid white 2px;
  border-radius: 10px;
  padding: 20px;
  background-color: #000000b0;
  color: white;
  overflow: hidden;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  backdrop-filter: blur(20px);
}
.wof-stripe-title {
  text-align: center;
  margin: 10px 0 20px 0;
}
.wof-loading-title {
    margin: 10px 0 20px 0;
    display: flex;
    align-items: center;
    height: calc(100vw - 30px);
  }
.wof-terms-modal {
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  border: solid white 2px;
  border-radius: 10px;
  padding: 20px;
  background-color: #000000b0;
  color: white;
  overflow: hidden;
  z-index: 10;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(20px);
}
.wof-terms-content {
  overflow-y: scroll;
  height: 100%;
  margin-top: 40px;
}
.wof-terms-modal h1 {
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
}
.wof-terms-modal h2 {
  text-align: left;
  font-size: medium;
  text-transform: uppercase;
}
.wof-terms-modal ul {
  margin-inline-start: 0px;
  list-style-type: none;
  padding: 0px;
}
.wof-terms-modal li {
  margin-bottom: 1rem;
}
.wof-close-btn {
  width: 32px;
  height: 32px;
  align-self: end;
  border-radius: 50%;
  opacity: 0.8;
  position: absolute;
  background-color: white;
}
.wof-close-btn:hover {
  opacity: 1;
}
.wof-close-btn:before,
.wof-close-btn:after {
  position: absolute;
  left: 14px;
  content: " ";
  height: 15px;
  width: 4px;
  background-color: black;
  top: 8px;
}
.wof-close-btn:before {
  transform: rotate(45deg);
}
.wof-close-btn:after {
  transform: rotate(-45deg);
}
