:root {
  /* 73D474 */
  --primary: #ec3013;
  --blink-bg: rgb(249, 37, 84);
  --secondary: rgb(42 163 175);
  --yellow: #ffd400;
  --white: #ffffff;
}

.fontastic {
  font-family: inglesconliza;
}

.primaryButton {
  background-color: var(--primary)
}

.notTextWrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.couponHighlight {
  color: #fff;
  /* Set the text color */
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5),
    /* First layer of glow */
    0 0 10px rgba(255, 255, 255, 0.5),
    /* Second layer of glow */
    0 0 15px rgba(255, 255, 255, 0.5),
    /* Third layer of glow */
    0 0 20px rgba(255, 255, 255, 0.5);
  /* Fourth layer of glow */
}

.muteButtonContainer {
  display: block;
}

.mute-button {
  float: right;
  margin: 10px;
  background-color: black;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  transition: width .25s linear;
}

.bigHeader {
  font-size: 1.5em;
}

.ticketCanvas {
  border: 1px solid black;
  z-index: 1000;
  position: absolute;
  top: 300px;
  left: 0;
  rotate: 10deg;
  resize: both;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3),
    0 8px 16px rgba(0, 0, 0, 0.3),
    0 16px 32px rgba(0, 0, 0, 0.7);
}

.App {
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20width='1920'%20height='500'%20viewBox='0%200%201920%20500'%20version='1.1'%20id='svg1'%20inkscape:export-filename='sphere2.png'%20inkscape:export-xdpi='96'%20inkscape:export-ydpi='96'%20inkscape:version='1.3.2%20(091e20e,%202023-11-25)'%20sodipodi:docname='sphere2.svg'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3csodipodi:namedview%20id='namedview1'%20pagecolor='%23ffffff'%20bordercolor='%23000000'%20borderopacity='0.25'%20inkscape:showpageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:deskcolor='%23d1d1d1'%20inkscape:document-units='px'%20inkscape:zoom='0.31034753'%20inkscape:cx='799.10415'%20inkscape:cy='433.38512'%20inkscape:window-width='1712'%20inkscape:window-height='1040'%20inkscape:window-x='0'%20inkscape:window-y='25'%20inkscape:window-maximized='0'%20inkscape:current-layer='layer1'%20/%3e%3cdefs%20id='defs1'%3e%3clinearGradient%20id='linearGradient1'%20inkscape:collect='always'%3e%3cstop%20style='stop-color:%23d3d3d3;stop-opacity:0.32553956;'%20offset='0'%20id='stop1'%20/%3e%3cstop%20style='stop-color:%23dfdfdf;stop-opacity:0.12230216;'%20offset='0.1779661'%20id='stop3'%20/%3e%3cstop%20style='stop-color:%23eaeaea;stop-opacity:0;'%20offset='0.80367231'%20id='stop2'%20/%3e%3c/linearGradient%3e%3cradialGradient%20inkscape:collect='always'%20xlink:href='%23linearGradient1'%20id='radialGradient2'%20cx='960'%20cy='-710'%20fx='960'%20fy='-710'%20r='960'%20gradientTransform='matrix(-1,0,0,-0.52083334,1920,-369.79168)'%20gradientUnits='userSpaceOnUse'%20/%3e%3c/defs%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%3e%3crect%20style='fill:url(%23radialGradient2);fill-opacity:1;stroke-width:2.04309'%20id='rect1'%20width='1920'%20height='500'%20x='0'%20y='0'%20inkscape:export-filename='sphere2.png'%20inkscape:export-xdpi='96'%20inkscape:export-ydpi='96'%20/%3e%3c/g%3e%3c/svg%3e");
  transform-origin: top center;
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -100;
}



.scroll-up-indicator {
  position: fixed;
  bottom: -80px;
  right: 80px;
  width: 80px;
  height: 80px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  animation: scrollUp 2s ease-in-out forwards;
  animation-delay: 0.5s;
}

.cursorPointer {
  cursor: pointer;
}

.menuButton {
  border-radius: 10px;
  padding: 10px;
  background-color: #404040;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.legalButtonColor {
  background-color: #7c7c7c;
}

.loginButton {
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(90deg, #5EFF82 0%, #eaffbb 100%);
  border: 0 !important;
  border-radius: 10px !important;
}


.loginButtonText {
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #181331 !important;
  padding: 10px !important;
  font-size: 20px;
}


/* .loginButtonText {
  color: white;
  padding: 10px;
} */

@media (min-width: 320px) and (max-width: 667px) {
  .loginButton {
    font-size: 16px;
  }
}


.scroll-up-indicator2 {
  position: fixed;
  bottom: -20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: rgb(255, 97, 97);
  /* Or any color you prefer */
  border-radius: 50%;
  animation: scrollUp 2s ease-in-out forwards;
  /* Adjust timing as needed */
  animation-delay: 3s;
}

@keyframes scrollUp {

  0% {
    bottom: 20px;
    opacity: 1;
  }

  100% {
    bottom: 100%;
    /* Moves up till it disappears */
    opacity: 0;
    /* Fades out */
  }
}

html {
  background-color: black;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

div {
  color: white;
}

body {
  height: 100%;
  position: fixed;
  /* prevent overscroll bounce*/
  /* background-color: lightgreen; */
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /* iOS velocity scrolling */
}

.width100 {
  width: 100%;
}

.positionRelative {
  position: relative;
}

.Scroller {
  overflow: hidden;
  width: 100%;
}

.marginBottom {
  margin-bottom: 0px;
}

.marginTop20 {
  margin-top: 20px;
}

.backgroundBlack {
  background: rgb(0, 0, 0);
}

.container {
  margin-right: auto;
  margin-left: auto;
  /* padding-left: 15px;
  padding-right: 15px; */
}

.category_name {
  font-family: 'Playfair Display';
  font-size: 1.3rem;
  position: absolute;
  text-align: center;
  color: #f4c637;
  top: 3%;
  left: 0;
  z-index: 9;
  font-weight: 700;
  width: 100%;
}

.paddingZero {
  padding: 0px;
}


/* .blurred::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
} */

.blurred {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.blurredSoft {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.hasGradientBorder::before {
  pointer-events: none;
  border: 1.5px solid rgba(255, 255, 255, .12);
  border-top-width: 1.5px;
  border-right-width: 1.5px;
  border-bottom-width: 1.5px;
  border-left-width: 1.5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.12);
  border-right-color: rgba(255, 255, 255, 0.12);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  border-left-color: rgba(255, 255, 255, 0.12);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-radius: inherit;
  -webkit-mask-image: linear-gradient(135deg, #fff 0%, transparent 50%);
  mask-image: linear-gradient(135deg, #fff 0%, transparent 50%);
}

.flewRows {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.padding20between:not(:first-child),
.padding20between:not(:last-child) {
  padding: 15px;
}


.flexWrap {
  flex-wrap: wrap;
}

.alignContentCenter {
  align-items: center;
}

/* .videoPlayerContainer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  z-index: -1;
} */

.flex {
  display: flex;
}

.flexJustifyContentCenter {
  justify-content: center;
}

.flexJustifyContentEnd {
  justify-content: flex-end;
}



.flexAlignItemsCenter {
  align-items: center;
  /* Vertically center the flex items */
}

.flexDirectionColumn {
  flex-direction: column;
}

.flexColumn {
  display: flex;
  flex-direction: column;
}

.flexCols {
  display: flex;
  flex-direction: column;
}

.flexRows {
  display: flex;
  flex-direction: row;
}

.itemsStretch {
  align-items: stretch;
}

.columnReverse {
  flex-direction: column-reverse;
}

.separator {
  margin: 5px;
  border-radius: 3px;
  height: 3px;
  width: 20%;
  align-self: center;
  background-color: #9b9b9b;
}


.pushToBackground {
  z-index: -10;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* background-color: darkslategray; */
}

.posterAspect {
  height: auto;
  width: 100%;
  flex-shrink: 0;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.alignItemsFlexStart {
  align-items: flex-start;
  margin: 0 auto;
}

.alignLeft {
  justify-content: flex-start;
}

.spaceBetween {
  justify-content: space-between;
}

.alignEnd {
  justify-items: flex-end;
}

.justifyContentEnd {
  justify-content: end;
}

.justifyContentCenter {
  justify-content: center;
}

.scroller {
  overflow: hidden;
  width: 100%;
}

.allToCenter {
  justify-content: center;
  align-items: center;
}


.transitionAnimation {
  /* touch-action: none; */
  transition: transform 300ms ease 0s;
}

.realTimeTransition {
  /* touch-action: none; */
  transition: transform 1ms ease 0s;
}

.slowTransitionAnimation {
  /* touch-action: none; */
  transition: transform 1000ms ease 0s;
}

.glassItem {
  background-color: #ffffffa6;
  /* border-radius: 24px; */
  /* padding: 32px; */
  /* margin: 32px; */
}

.whiteBackground {
  background-color: white;
  /* border-radius: 24px; */
  /* padding: 32px; */
  /* margin: 32px; */
}

.glassItemDark {
  background-color: #000000ad;
  /* border-radius: 24px; */
  /* padding: 32px; */
  /* margin: 32px; */
}

.glassItemMedium {
  background-color: #5b5b5bd1;
  /* border-radius: 24px; */
  /* padding: 32px; */
  /* margin: 32px; */
}



.glassItemMedium {
  background-color: #5b5b5ba6;
}

.glassItemHandle {
  background-color: #a8a8a8a6 !important;
}

.clubColor {
  /* background-color: #ab7a00cf; */
  /* border-radius: 24px; */
  /* padding: 32px; */
  /* margin: 32px; */
}

.speakingColor {
  /* background-color: #76002e75; */
  /* border-radius: 24px; */
  /* padding: 32px; */
  /* margin: 32px; */
}

.expandableIframe {
  height: 17%;
  transition: height 600ms ease 0s;
}

.iframeBottom {
  border: none;
  width: 100%;
}

.DocumentViewer {
  padding: 20px;
  height: 15%;
  overflow-y: scroll;
  transition: height 300ms ease 0s;
  left: 0;
  right: 0;
  /* border-left: 5px solid white; */
}


.bottomAnchor {
  position: absolute;
  bottom: 0px;
}

.Bottom {
  padding-bottom: 2px;
}



.expandedIframe {
  height: 74%;
  transition: height 400ms ease 0s;
}

.h100 {
  height: 100%
}

.height100 {
  /* height: -moz-available;
  height: -webkit-fill-available; */
  /* height: fill-available; */
  height: 100%;
  position: relative;
  /* WebKit-based browsers will ignore this. */
  /* Mozilla-based browsers will ignore this. */
  /* min-height: -moz-available;
  min-height: -webkit-fill-available;
  min-height: fill-available; */
}

.scrollSpriteTop {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 20;
}

.scrollSpriteBottom {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 20;
  transform: rotate(180deg);
}

.bottomDocument {
  position: absolute;
  bottom: 0px;
  z-index: 100;
}

.hidden {
  display: none;
}

input {
  display: inline-block;
  padding: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.error-message {
  color: red;
  padding: 8px;
}

.error-input {
  box-shadow: 0px 0px 2px 1px red;
}

.loginInput {
  border: 3px solid #39c6ff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 1.2em;
}



.loginInput:valid {
  border: 3px solid #3961ff;
}



.margin20 {
  margin: 20px;
}


.padding20 {
  padding: 20px;
}

.padding10 {
  padding: 10px;
}

.paddingHeader {
  padding: 10px 5px 10px 0px;
}

.paddingBig {
  padding: 30px;
}

.paddingLeftRight {
  padding-left: 30px;
  padding-right: 30px;
}

.paddingLeftRight20 {
  padding-left: 20px;
  padding-right: 20px;
}

.paddingBottomBig {
  padding-bottom: 40px;
}

.paddingTopSmall {
  padding-top: 20px;
}

.paddingTopMini {
  padding-top: 10px;
}

.paddingBottomSmall {
  padding-bottom: 20px;
}


.paddingBottomBig {
  padding-bottom: 40px;
}

.paddingBottomTitle {
  padding-bottom: 8px;
}

.weekDayTitle {
  font-weight: 600;
}

.weekSchedulerTitle {
  font-weight: 800;
}

.marginLeft20 {
  margin-left: 20px;

}

.marginRight10 {
  margin-right: 10px;
}

.marginRight20 {
  margin-right: 20px;
}

.marginBottomSmall {
  margin-bottom: 1px;
}

.paddingMedium {
  padding: 15px;
}

.flexGrow {
  flex-grow: 1;
}

.flexShrink0 {
  flex-shrink: 0;
}

.gap20 {
  gap: 20px;
}

.gap10 {
  gap: 10px;
}

.fullscreenDocument {
  top: 0;
  bottom: 0;
  padding: 0px;
  padding-left: 20px;
  padding-right: 30px;
  /* background-color: white; */
  color: black;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

/* @media screen and (orientation: landscape) {  */
.width100 {
  width: 100%;
}

/* } */

.heightAuto {
  height: 100%;
}

/* @media screen and (min-aspect-ratio: 9/16) {
  .heightAuto {
    height: 100%;
  }

  .h100 {
    height: auto;
  }
} */

.alignContentEnd {
  align-content: end;
}

.borderRadiusBottom {
  border-radius: 0px 0px 15px 15px;
}

.TopWidgets {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 30;
  height: 52px;
}

.SecondTopWidgets {
  position: absolute;
  top: 52px;
  left: 0px;
  z-index: 30;
}

.SecondTopWidgetsHamburger {
  position: absolute;
  top: 52px;
  right: 0px;
  left: 0px;
  z-index: 2000;
}

.whiteBorders {
  /* border-bottom: 1px white solid;
  border-top: 1px white solid; */
}

.LoginVideo {
  display: flex;
  position: absolute;
  top: 25%;
}

.LoginLayout {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 20;
}

.TopPosition {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 20;
}

.animateHeight {
  transition: height 600ms ease 0s;
}

.BottomWidgets {
  position: inherit;
  bottom: 0px;
  width: 100%;
  z-index: 20;
}

.ProgressBar {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 30;
}

.PlayerColor {
  background-color: #b1b1b1;
  width: 0%;
  height: 4px;
}

.BufferColor {
  background-color: #ffffff;
  width: 0%;
  height: 4px;
}

.AnimateHeight {
  transition: height 0.4s ease-out;
}

.ProgressColor {
  background-color: #f30565;
  /* background-color: rgb(156, 22, 22); */
  width: 0%;
  height: 4px;
}

.progressBarHeight {
  height: 5px;
}

.BigIndicator {
  height: 25px;
}


.HeaderName {
  font-weight: 700;
  font-size: 1.4em;
}

.HeaderNameBig {
  font-weight: 700;
  font-size: 1.5em;
}


.TitleHeader {
  font-weight: 700;
  font-size: 1.1em;
}



.alignSelfStart {
  align-self: start;
  text-align: left;
}

.alignSelfEnd {
  align-self: end;
  text-align: right;
}

/* @media screen and (min-width: 500px) {
  .VerticalRect {
    width: 515px;
    margin: 0 auto;
  }
  .VideoPlayer {
    width: 100%;
  }
} */

.timeLeft {
  font-family: monospace;
  display: inline;
  font-size: 1.7em;
}

video {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.selfStretch {
  justify-self: stretch
}

.secondHalfContainer {
  position: relative;
  height: 100%;
}

.couponBox {
  -webkit-mask-image: radial-gradient(circle at 50px 11px, transparent 11px, red 11.5px), radial-gradient(closest-side circle at 50%, red 99%, transparent 100%);
  -webkit-mask-size: 100%, 4px 12px;
  -webkit-mask-repeat: repeat, repeat-y;
  -webkit-mask-position: 0 -11px, 48px;
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
}

.secondHalf {
  height: 100%;
  background-color: black;
  overflow: hidden;
  z-index: 10;
}

:root {
  --main-width: 60vw;
  --main-height: 60vw;
  --aspect-ratio: 16 / 9;
  --aspect-ratioo: 9 / 16;
}

.VerticalRect {
  /* display: flex; */
  justify-content: center;
}

.justifyCenter {
  justify-content: center;
}


.centerVerticalHorizontal {
  align-items: center;
  justify-content: center;
}



.memoryWrapper {
  padding-top: 55px;
  width: 100%;
}

.questionContainer {
  padding: 20px;
  background-color: #000000ab;
  border-radius: 40px;
  margin: 5px 20px;
  font-weight: 700;
}

.questionText {
  font-size: 1.4em;
  margin: 20px;
  padding: 15px 30px;
}



/* 
.questionContainerOuter {
  background-color: #0066ff;
  border-radius: 50px;
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
} */

.resultsContainer {
  padding: 20px;
  background-color: #000000ab;
  border-radius: 10px;
  margin: 5px;
  font-size: 1.2em;
}

.optionText {
  font-size: 1em;
  font-weight: 500;
}

.optionsWrapper {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  min-width: 70%;
  max-width: 80%;
}


.optionsContainer {
  background-color: #ffffff33;
  color: black;
  border: none;
  padding: 12px 12px;
  margin: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 13px;
  font-weight: 700;
  cursor: pointer;
}

.optionContainer {
  background-color: #376579;
  color: black;
  border: none;
  padding: 12px 12px;
  margin: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 13px;
  font-weight: 700;
  cursor: pointer;
}

.nextOptionContainer {
  border-radius: 20px;
  background-color: #0c3a4f;
  font-size: 0.8em;
  margin-top: 10px;
}

.retryContainer {
  padding: 20px;
  background-color: #c1c1c1ab;
  margin: 10px;
  color: black;
  border: 1px solid black;
}

.activityImage {
  /* margin-top: 70px; */
  transition: background-color 1s linear;
  margin-bottom: 20px;
  max-height: 30%;
}

.memoryContainer {
  background-color: #ffffff33;
  color: black;
  border: none;
  padding: 8px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* .videoContainer {
  height: 100%;
  aspect-ratio: 9 / 16;
  flex-shrink: 0; 
} */

.maxWidth {
  max-width: 600px;
}

/* @media screen and (max-aspect-ratio: 9/16) {
  .videoContainer {
    height: 100%;
    aspect-ratio: 9 / 16;
    flex-shrink: 0;
  }
} */

/* @media screen and (min-aspect-ratio: 9/16) { */

/* .videoContainer {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 16;
    overflow: hidden;
  }
  .VideoPlayer {
    width: 100%;
    aspect-ratio: 9 / 16;
  }
  video {
    height: auto;
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
  } */

.VideoPlayer {
  height: auto;
  width: 100%;
  flex-shrink: 0;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.VideoPlayerPoster {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -10;

}

.videoContainer {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  flex-shrink: 0;
  object-fit: cover;
  flex-shrink: 0;
}

/* } */


/* @media screen and (min-aspect-ratio: 0.59) {
  .videoContainer {
    aspect-ratio: 16 / 9;
  }
} */

.spinnerContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.spinnerContainerMax {
  z-index: 10;
}

.spinnerSvg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 30%;
  height: 30%;
}

.overlayContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.leftRightArrowsContainer {
  position: fixed;
  z-index: 10;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.overlayPosition {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  cursor: pointer;
}

.topLeftPosition {
  position: absolute;
  left: 20px;
  z-index: 100;
}

.topMargin100 {
  top: 100px;
}

.topMargin20 {
  top: 20px;
}

.margin10 {
  margin: 10px;
}

.topRightPosition {
  position: absolute;
  top: 100px;
  right: 20px;
  z-index: 100;
}

.topRightFixed {
  position: fixed;
  top: -8px;
  right: -5px;
  padding: 14px;
}

.swipehintContainer {
  width: 100%;
  position: absolute;
  z-index: 100;
  pointer-events: none;
}

.swipehint {
  font-size: 1.5em;
  text-shadow: #000 0px 0 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  color: var(--yellow);
}

.callToActionButton {
  color: black;
  background-color: var(--primary);
}

.opacity0 {
  opacity: 0;
}

.fadeIn {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    background-color: var(--blink-bg)
  }

  30% {
    background-color: var(--blink-bg)
  }

  45% {
    background-color: var(--primary)
  }

  50% {
    background-color: var(--blink-bg)
  }

  65% {
    background-color: var(--primary)
  }

  70% {
    background-color: var(--blink-bg)
  }

  100% {
    background-color: var(--blink-bg)
  }
}

@keyframes blink {
  0% {
    background-color: var(--blink-bg)
  }

  30% {
    background-color: var(--blink-bg)
  }

  45% {
    background-color: var(--primary)
  }

  50% {
    background-color: var(--blink-bg)
  }

  65% {
    background-color: var(--primary)
  }

  70% {
    background-color: var(--blink-bg)
  }

  100% {
    background-color: var(--blink-bg)
  }
}


.glow-on-hover {
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #9e9e9e, #c7966f, #707062, #575b55, #85a29d, #51525a, #7b6c8b, #95798f, #9e9e9e);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:active {}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

/* 
@-webkit-keyframes blink {
  0% {
    background-color: #ffffff
  }

  20% {
    background-color: #ffffff
  }

  40% {
    background-color: var(--primary)
  }
  100% {
    background-color: #ffffff
  }
} */



@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}






.subtitleContainer {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
  /* border-radius: 8px; */
  margin: 3px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #000000
}


.subtitleSpanish {
  font-size: 2.5em;
  font-weight: 700;
  color: #ffffff;
}

.subtitleEnglish {
  font-size: 1.2em;
  font-weight: 800;
  color: #ffffff
}

.subtitleSpanishContainer {
  background: black;
}

.subtitleEnglishContainer {
  background: rgb(255, 255, 255);
}

.break {
  flex-basis: 100%;
  height: 0;
}

.subtitlePosition {
  position: absolute;
  bottom: 20%;

  z-index: 100;
  width: 100%;
}

.subtitlePositionPrev {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 100%;
}

.subtitlePositionEn {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.subtitlePositionEs {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.transparentSubtitle {
  background: rgba(0, 0, 0, 0);
}

.subtitle {
  font-size: 1.7em;
}

.displayNone {
  display: none;
}



.subtitleText {
  color: #ffffff
}

.subtitleHighlightContainer {
  background-color: #ffffff
}

.subtitleHighlightText {
  color: #000000
}

.subtitleSpanishHighlightContainer {
  background-color: gray;
}

.subtitleEnglishHighlightContainer {
  background-color: rgb(255, 179, 0);
  color: black;
  font-weight: 600;
}

.subtitleWrap {
  width: 80%;
}






.maxRed {
  color: #f37676;
}

.maxGray {
  color: gray;
  /* make text strikethrough */
  text-decoration: line-through;
}

.maxGray {
  color: gray;
  /* make text strikethrough */
  text-decoration: line-through;
}

.delayed {
  transition: all 0.2s;
  transition-delay: 300ms;
}

.delayed:active {
  transition: none;
}

a {
  text-decoration: none;
}

.bigFont {
  font-size: 1.6em;
}



.horizontalMargins10 {
  margin-left: 10px;
  margin-right: 10px;
}

.accountIcon {
  margin-left: 10px;
}

.ActivityFooterContainer {
  /* padding-top: 10px; */
}

&::-webkit-scrollbar {
  display: none;
}

.VideoPlayerContainer {
  height: 100%;
}

.questionTitle {
  font-size: 2.4em;
}

.inlineEmojiContainer {
  display: inline;
  margin-left: 10px;
}

.inlineEmojiContainerRight {
  display: inline;
  margin-right: 10px;
}

.FooterTitle {
  font-size: 1.1em;
  font-weight: 800;
}

.reservationEmoji {
  margin-right: 5px;
}



.LeftArrowContainer {
  height: 100%;
  width: 52px;
  /* margin-left: 15px;
  margin-top: 15px; */
}

.basicButton {
  background-color: white;
  color: black;
  border: none;
  padding: 12px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
}

.redButton {
  color: black;
  border: none;
  padding: 12px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.basicButton2 {
  background-color: black;
  color: white;
  border: none;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 12px;
  cursor: pointer;
}

.pushable {
  border-radius: 4px;
  border: none;
  cursor: pointer;
  color: black;
  /* margin-top: 10px; */
}

.clickable {
  cursor: pointer;
}

.pushableContent {
  border-radius: 10px;
  background: hsl(0, 0%, 97%);
  color: white;
  /* border: 1px hsl(0, 0%, 97%) solid; */
  /* transform: translateY(-6px); */
  /* transform: translate(3px, -4px); */
  /* height: 40px; */
}



.limitTextWidth {
  max-width: 50%;
}

.limitTextWidthText {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}




.smallerButton {
  padding: 9px;
}

.smallerButtonSchedule {
  padding: 5px;
}

.pushable:active .front {
  transform: translateY(-2px);
}

.pushableDisabled {
  transform: translateY(-2px);
  color: gray;
  background-color: #d9d9d9;
}

.pushableText {
  /* text-shadow: 
    1px 0 0 black,
    0 1px 0 black,
    -1px 0 0 black,
    0 -1px 0 black; */
  color: black;
  font-size: 1em;
  /* text-transform: uppercase; */
}

.pushableDisp {
  color: blue;
  font-size: 0.7em;
}



.schedulerUpdating {
  background-color: orange;
}

.flewColsCentered {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.flewRowsCentered {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.alignSelfCenter {
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
}

.blinkColor {
  background-color: "#5C5296";
  background: linear-gradient(90deg, #5C5296, #6354bd);
}

.callToActionBlink {
  transition: all 0.5s;
  animation: blink normal 1.3s infinite;
  color: white;
  /* -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;

  -moz-animation: blink normal 1.5s infinite ease-in-out;
  -webkit-animation: blink normal 1.5s infinite ease-in-out;
  -ms-animation: blink normal 1.5s infinite ease-in-out; */

}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }

  100% {
    opacity: 100;
  }
}

.mb20 {
  margin-bottom: 20px;
}


.playSquare {
  flex-shrink: 0;
  background-color: black;
  border-radius: 30px;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px white solid
}

.audioGradient {
  background-image: radial-gradient(circle at right top, rgb(0, 0, 119) 0%, rgb(0, 6, 119) 6.25%, rgb(0, 13, 119) 12.5%, rgb(0, 19, 119) 18.75%, rgb(0, 25, 119) 25%, rgb(77, 31, 119) 31.25%, rgb(69, 38, 119) 37.5%, rgb(47, 44, 119) 43.75%, rgb(30, 50, 119) 50%, rgb(4, 56, 119) 56.25%, rgb(0, 63, 119) 62.5%, rgb(0, 69, 119) 68.75%, rgb(0, 75, 119) 75%, rgb(0, 81, 119) 81.25%, rgb(0, 88, 119) 87.5%, rgb(0, 94, 119) 93.75%);
}

.paddingLeftWeekSelector {
  padding-right: 3px;
}

.marginTop10 {
  margin-top: 10px;
}

.loadingWeekHour {
  width: 40px;
}

.flexContainer {
  display: flex;
  flex: 1;
}

.boldFont {
  font-weight: 700;
}

.lightFont {
  font-weight: 500;
}

.textAlignCenter {
  text-align: center;
  vertical-align: middle;
  align-items: center;
}

.selfCenter {
  align-self: center;
  justify-self: center;
}

.selfStretch {
  align-self: stretch
}

.secondaryButton {
  background-color: #a4a4a4;
}



.faqButton {
  border-radius: 10px;
  border-color: white;
  padding: 10px;
  background-color: white;
  color: black;
  margin: 10px;
  cursor: pointer;
}


.suscriptionContainer {
  color: black;
}

.selectedSuscription {
  border: 1px solid white;
  margin: 20px;
  border-radius: 20px;
  padding: 20px;
}

.showingSuscription {
  background-color: #bbbbbb;
}

.stickyBottom {
  position: sticky;
  bottom: 20;
}

.padding10vert {
  padding-top: 10px;
  padding-bottom: 10px;
}

.marginTopBottomBig {
  margin-top: 100px;
  /* margin-bottom: 100px; */
  height: 100%;
}

.paddingTopBig {
  margin-top: 100px;
  /* margin-bottom: 100px; */
}

.bigButton {
  padding: 10px;
}

.BottomPadding {
  margin-bottom: 5px;
}



.shake {
  animation: shake 10s cubic-bezier(.36, .07, .19, .97) both infinite;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}

@keyframes shake {

  91%,
  99% {
    transform: translate3d(-1px, 0, 0);
    background-color: var(--blink-bg)
  }

  92%,
  98% {
    transform: translate3d(2px, 0, 0) rotate(10deg);
    background-color: var(--blink-bg)
  }

  93%,
  95%,
  97% {
    transform: translate3d(-4px, 0, 0) rotate(-10deg);
    background-color: var(--blink-bg)
  }

  94%,
  96% {
    transform: translate3d(4px, 0, 0);
    background-color: var(--blink-bg)
  }
}

.clubFont {
  background: linear-gradient(90deg, #1671F9 0%, #755DF1 100%);
  border: 0px;
}

.whastappFont {
  background: linear-gradient(90deg, #25d366 0%, #159445 100%);
  border: 0px;
}

.whastappFontText {
  color: white;
}

.clubFontText {
  color: white;
}

.whatsappIcon {
  margin-left: 20px;
  width: 35px;
  position: absolute;
}

.speakingFont {
  background-color: #1376ec;
  background: linear-gradient(87deg, #8E78FF 3.28%, #8E78FF 54.96%, #237BFF 96.72%);
  background: linear-gradient(90deg, #fd3c7a, #fd3c7a);
  background: linear-gradient(90deg, #f90058, #d6109f);
  border: 0px;
}

.whatsappFont {
  background-color: #1376ec;
  background: linear-gradient(90deg, #25d366, #128c7e);
  color: white;
}

.whatsappFontText {
  color: white;
}

.speakingFontText {
  color: white;
}

.clubFontTransparent {
  background-color: #ec9d13;
  color: black;
}

.speakingFontTransparent {
  background-color: #1376ec;
}

.pushableContent:hover {
  /* transition: all 0.5s; */
  /* animation: blink normal 1.3s infinite; */
  /* transform: translate(2px, -2px); */
  /* background-color: #fac024 */
  /* border: 1px white solid; */
}

.pushableContent:focus {
  -webkit-box-shadow: 0px 0px 9px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0px 0px 9px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 9px 0px rgba(255, 255, 255, 1);
}

.CouponPosition {
  position: absolute;
  top: -47%;
  z-index: 100000;
  font-size: 1em;

}

.backgroundGreen {
  background-color: green;
}

.backgroundGreenOrange {
  background-color: orange;
}

.correctSelectOption {
  border: 2px solid white;
}

.sentButton {
  background-color: #004200;
}

.CouponContainer {
  background-color: green;
  display: flex;
  flex-direction: row;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0px;
  background: linear-gradient(90deg, #2c000e00, #2c000e00, #2c000e00, #2c000e00, #2c000e00, #ff5e5e61, #ff5e5e61, #2c000e00);
  color: black;
  border-bottom: 1px solid #ffffff33;
  /* border: 3px solid #00000000; */
}

.JoinSpeakingContainer {
  background-color: green;
  display: flex;
  flex-direction: row;
  padding: 10px;
  margin-bottom: 0px;
  background: linear-gradient(90deg, #2c000e00, #2c000e00, #2c000e00, #2c000e00, #2c000e00, #5ebfff61, #5ebfff61, #2c000e00);
  color: black;
  border-bottom: 1px solid #ffffff33;
  /* border: 3px solid #00000000; */
}



.CouponText {
  display: flex;
  flex-direction: row;
  font-size: 1.5em;
  align-items: center;
}



.whiteIcon path {
  fill: white;
}

.mute-button i {
  color: white;
  font-size: 20px;
}

.flexChildrenLeft {
  margin-left: auto;
}

.userText {
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[class^="icon-"],
[class*=" icon-"] {
  margin: 10px;
  height: 32px;
  width: 32px;
  float: left;
  fill: currentColor;
}

.titleSubtitleBackground {
  background-color: #0000007d;
  color: white;
}

.menuBackgroundColor {
  background-color: #ffffff;
  color: black;
}



.boldFont {
  font-weight: bold;
}

.downloadTicketButton {
  background-color: #16a847;
  color: white;
  border: none;
  padding: 12px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  cursor: pointer;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.enterEventButton {
  background-color: red;
  color: white;
  border: none;
  padding: 12px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 50px;
  cursor: pointer;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.SecondTopWidgetsHamburger {
  color: black;
}

.fontsize08 {
  font-size: 0.8em;
}

.fontweight500 {
  font-weight: 500;
}

.priceAdLabel {
  position: absolute;
  top: -30px;
  left: 0px;
  z-index: 100001;
  padding: 4px;
  border-radius: 5px;
  font-weight: 600;
  color: white;
  background: linear-gradient(90deg, #2aa345 0%, #00c720 100%);
  transform: rotate(-8deg);
  font-size: 0.9em;
}

.originalPriceLabel {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 100001;
  padding: 4px;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #eb4343, #a50000);
  transform: rotate(-8deg);
  font-size: 0.9em;
}

.couponLabel {
  position: absolute;
  top: -25px;
  right: 10px;
  background-color: red;
  z-index: 100001;
  padding: 10px;
  border-radius: 0px 0px 5px 5px;
  font-weight: 600;
  color: white;
}

.priceLabel {
  position: absolute;
  top: -25px;
  right: 10px;
  background-color: red;
  z-index: 100001;
  padding: 10px;
  border-radius: 0px 0px 5px 5px;
  font-weight: 600;
  color: white;
}

.cancelSuscriptionButtonWrapper {
  bottom: -40px;
  left: -10px;
  z-index: 100001;
  border-radius: 5px;
  border: 1px solid black;
  font-weight: 600;
  color: white;
  border-radius: 10px;
  padding: 20px;
  background-color: white;
  color: black;
  margin: 10px;
  cursor: pointer;
}

.modifySuscriptionButtonWrapper {
  bottom: -40px;
  left: -10px;
  z-index: 100001;
  border-radius: 5px;
  border: 1px solid #898989;
  font-weight: 600;
  color: white;
  border-radius: 10px;
  padding: 10px;
  background-color: white;
  color: black;
  cursor: pointer;
}

.grayFont {
  color: #898989
}

.grayBackground {
  background-color: #898989
}

.whitelink {
  color: white;
  text-decoration: none;
  font-weight: 600;
}



.contentAccessButton {
  border-radius: 5px;
  border: 1px solid #bebebe;
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 5px;
  margin: 5px 0px 5px 0px;
}

.marginTopBottom20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contentAccessButton:hover {
  background-color: #f0f0f0;
}

.suscriptionWrapper {
  border-radius: 10px;
  border-color: white;
  padding: 20px;
  background-color: white;
  color: black;
  margin: 10px;
  cursor: pointer;
  margin-bottom: 50px;
}

.dashboardBox {
  border-radius: 10px;
  border-color: white;
  padding: 20px;
  background-color: white;
  color: black;
  margin: 10px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb30 {
  margin-bottom: 30px;
}

.stickyBottom {
  position: sticky;
  top: 100%;
  transform: translateY(-130%)
}

.selectedOption {
  background-color: #a80000;
}

.correctOption {
  background-color: green;
}

.incorrectOption {
  background-color: #767676;
}

/* .reservedButton {
  border: 3px solid green;
} */

.closedButton {
  background-color: #c5c3c3;
  border-width: 0px
}

.closedButton:hover {
  background-color: #c5c3c3;
  border-width: 0px
}

.emailInput {
  margin-top: 0px;
  padding: 6px 16px;
  height: 54px;
  font-weight: 400;
  border-radius: 10px;
  color: #0000 0 !important;
  font-size: 18px;
  background-color: #ffffff;
  box-sizing: border-box;
  width: 100%;
}

.emailInput::placeholder {
  color: black;
}

@media (min-width: 320px) and (max-width: 667px) {
  .emailInput {
    height: 42px;
    font-size: 14px;
  }
}

.paytone-one-regular {
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.changa-one-regular {
  font-family: "Changa One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.changa-one-regular-italic {
  font-family: "Changa One", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.bowlby-one-sc-regular {
  font-family: "Bowlby One SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.colorText {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
  color: white;
}

.colorText {
  background: linear-gradient(87deg, #8E78FF 3.28%, #8E78FF 54.96%, #237BFF 96.72%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.EmailInputTop {
  background: linear-gradient(87deg, #453b78 3.28%, #141b31 54.96%, #133a76 96.72%);
}

.emailInputTitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
}

.borderRadiusBottom {
  border-radius: 0px 0px 15px 15px;
}

.borderRadiusTop {
  border-radius: 15px 15px 0px 0px;
}

#feedback {
  border: 0px;
}

.schedulerCurrentlySelected {
  background: linear-gradient(90deg, #5EFF82 0%, #4AFFDE 100%);
}

.schedulerCurrentlySelectedContainer {
  /* background-color: #39bb37 */
  border: 2px solid #39bb37;
}

.disabledButton {
  background: linear-gradient(90deg, #7b7b7b 0%, #008f75 100%);
}

.disabledButtonLogin {
  background: linear-gradient(90deg, #328545 0%, #4AFFDE 100%);
}

.disabledButtonSoon {
  background-color: #7e7e7e;
  background: linear-gradient(90deg, #9f9f9f 0%, #7e7e7e 100%);
  color: black;
}

.disabledButtonSoonText {
  color: white;
}

.featuredButton {
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(90deg, #5EFF82 0%, #eaffbb 100%);
  border: 0 !important;
  border-radius: 10px !important;
}

.featuredButtonText {
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #181331 !important;
  padding: 10px !important;
  font-size: 20px;
}

.positionAnchor {
  position: relative;
}

.mediumFont {
  font-size: 1em;
}

.highlightButton {
  transition: 2s;
  animation: welcomehighlight 2s;
}

@keyframes welcomehighlight {
  0% {
    box-shadow: 0 0 0 0px #fbff00;
  }

  10% {
    box-shadow: 0 0 0 4px #fbff00;
  }

  20% {
    box-shadow: 0 0 0 0px #fbff00;
  }

  30% {
    box-shadow: 0 0 0 4px #fbff00;
  }

  80% {
    box-shadow: 0 0 0 4px #fbff00;
  }

  100% {
    box-shadow: 0 0 0 0px #fbff00;
  }
}

.dateToOpen {
  background-color: #f0f0f0;
  color: black;
  font-size: 0.8em;
  font-weight: 600;
  border-radius: 10px
}

.disabledOptionChanger {
  background-color: #003147;
}

.disabledOptionChangerFont {
  color: gray;
}

.PointsDisplay {
  position: absolute;
  top: 50%;
}

.PointsDisplayLeft {
  left: 10px;
}

.PointsDisplayRight {
  right: 10px;
}

.pointDisplay {
  margin-left: 5px;
}


.blackFont {
  color: black;
}body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Mona Sans';
}


code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

[class^="icon-"],
[class*=" icon-"] {
  margin: 10px;
  height: 32px;
  width: 32px;
  float: left;
  fill: currentColor;
}._App_t6u1w_1 {
  text-align: center;
  height: 100%;
  /* background-color: black;
  z-index: -100; */
}

@font-face {
  font-family: 'Mona Sans';
  src:
    url('/assets/Mona-Sans-BuEDUD0r.woff2') format('woff2 supports variations'),
    url('/assets/Mona-Sans-BuEDUD0r.woff2') format('woff2-variations');
  font-weight: 200 900;
  font-stretch: 75% 125%;
}


@font-face {
  font-family: 'inglesconliza';
  src:
    url('/assets/inglesconliza-DNvqQzTf.ttf') format('truetype-variations');
  font-weight: 300 700;
  font-style: normal;
}

._logo_t6u1w_26 {
  animation: _logo-spin_t6u1w_1 infinite 20s linear;
  height: 40vmin;
  pointer-events: none;
}

._header_t6u1w_32 {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

._link_t6u1w_43 {
  color: #b318f0;
}

@keyframes _logo-spin_t6u1w_1 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}._animatedBackground_gi6sw_1 {
  background: linear-gradient(to right, #1e5799 0%, #2ce0bf 19%, #76dd2c 40%, #dba62b 60%, #e02cbf 83%, #1e5799 100%);
  background-size: 10000px 100%;
  animation: _bg_gi6sw_1 15s linear infinite;
}

@keyframes _bg_gi6sw_1 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 10000px;
  }
}.ticker-unit-container {
  margin: 0 5px;
}
.ticker-unit-container .ticker-number {
  font-weight: 700;
  font-size: 2em;
}
.ticker-unit-container .ticker-unit {
  font-size: 1.4em;
}