/*!
 * 
 *   simple-keyboard v3.7.35
 *   https://github.com/hodgef/simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */.hg-theme-default{background-color:#ececec;border-radius:5px;box-sizing:border-box;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden;padding:5px;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.hg-theme-default .hg-button span{pointer-events:none}.hg-theme-default button.hg-button{border-width:0;font-size:inherit;outline:0}.hg-theme-default .hg-button{display:inline-block;flex-grow:1}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;box-shadow:0 0 3px -1px rgba(0,0,0,.3);box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{align-items:center;display:flex;height:60px;justify-content:center;width:33.3%}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{background:rgba(5,25,70,.53);color:#fff}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.hg-candidate-box{background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;display:inline-flex;margin-top:-10px;max-width:272px;position:absolute;transform:translateY(-100%);-webkit-user-select:none;-moz-user-select:none;user-select:none}ul.hg-candidate-box-list{display:flex;flex:1;list-style:none;margin:0;padding:0}li.hg-candidate-box-list-item{align-items:center;display:flex;height:40px;justify-content:center;width:40px}li.hg-candidate-box-list-item:hover{background:rgba(0,0,0,.03);cursor:pointer}li.hg-candidate-box-list-item:active{background:rgba(0,0,0,.1)}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;color:#969696;cursor:pointer;display:flex;padding:0 10px}.hg-candidate-box-next{border-bottom-right-radius:5px;border-top-right-radius:5px}.hg-candidate-box-prev{border-bottom-left-radius:5px;border-top-left-radius:5px}.hg-candidate-box-btn-active{color:#444}
@font-face {
  font-family: "GothamBold";
  src: url("Gotham-Bold.otf")
}
@font-face {
  font-family: "GothamCondMedium";
  src: url("GothamCond-Medium.otf")
}

input {
  font-family: GothamCondMedium !important;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  font-family: GothamCondMedium !important;
}
.flash-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.5s ease-out;
}
::placeholder { /* Most modern browsers support this now. */
  color: white;
}
input:focus::placeholder {
  color: transparent;
}
input:focus, textarea:focus {
  outline: none;
}
.flash-animation {
  animation: flash 1.5s linear;
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.full-screen {
  position: relative;
  width: 100%;
  height: 100%;
}

input.avatar-switch[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
}

.carousel {
    position: absolute;
    width: 100%;
    height: 64px;
    bottom: 16px;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.carousel-item {
    background-size: contain;
    background-color: transparent;
    border: double 4px #008080;
    border-radius: 50%;
    overflow: hidden;
    height: 64px;
    width: 64px;
    margin: auto 4px;
    transition: .6s;
}

.carousel input[type="radio"] {
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
}

.carousel-item:checked {
    border: solid 4px #008080;
}

.dots {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("assets/JM Loading.png");
  z-index: 2;
}
#startBtn {
  transform: scale(1.5, 1.5); /* Equal to scaleX(2) scaleY(0.5) */
}
.dots > div {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 2px;
  border-radius: 100%;
  background-color: #008080;
  animation: dot-pulse 1.4s infinite ease-in-out both;
  -webkit-animation: dot-pulse 1.4s infinite ease-in-out both;
}

.dots .pulse1 {
  animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
}

.dots .pulse2 {
  animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
}
.hidden-image {
  display: none;
}

@keyframes dot-pulse {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

@-webkit-keyframes dot-pulse {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

.spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  animation: spinner 2s infinite linear both;
  -webkit-animation: spinner 2s infinite linear both;
}

.spinner-dot {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation: spinner-dot 2.0s infinite ease-in-out both;
  -webkit-animation: spinner-dot 2.0s infinite ease-in-out both;
}

.spinner-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #008080;
  border-radius: 100%;
  animation: spinner-dot-before 2.0s infinite ease-in-out both;
  -webkit-animation: spinner-dot-before 2.0s infinite ease-in-out both;
}

.spinner-dot:nth-child(1) { animation-delay: -1.1s; }
.spinner-dot:nth-child(2) { animation-delay: -1.0s; }
.spinner-dot:nth-child(3) { animation-delay: -0.9s; }
.spinner-dot:nth-child(4) { animation-delay: -0.8s; }
.spinner-dot:nth-child(5) { animation-delay: -0.7s; }
.spinner-dot:nth-child(6) { animation-delay: -0.6s; }
.spinner-dot:nth-child(1):before { animation-delay: -1.1s; }
.spinner-dot:nth-child(2):before { animation-delay: -1.0s; }
.spinner-dot:nth-child(3):before { animation-delay: -0.9s; }
.spinner-dot:nth-child(4):before { animation-delay: -0.8s; }
.spinner-dot:nth-child(5):before { animation-delay: -0.7s; }
.spinner-dot:nth-child(6):before { animation-delay: -0.6s; }

.spinner-container {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin: auto;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@keyframes spinner {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner {
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spinner-dot {
  80%, 100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner-dot {
  80%, 100% { -webkit-transform: rotate(360deg); }
}

@keyframes spinner-dot-before {
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

@-webkit-keyframes spinner-dot-before {
  50% { -webkit-transform: scale(0.4); }
  100%, 0% { -webkit-transform: scale(1.0); }
}

.circle {
  position: relative;
  top: 5px;
  left: 5px;
  text-align: center;
  width: 20vw;
  height: 20vw;
  border-radius: 100%;
  background-color: rgb(0, 149, 255);
}

.circle-border {
  position: absolute;
  text-align: center;
  width: 22vw;
  height: 22vw;
  margin-left: 30%;
  border-radius: 100%;
  background-color: #48ff00;
  background-image: linear-gradient(90deg, transparent 50%, #f0f0f0 50%), linear-gradient(90deg, #f0f0f0 50%, transparent 50%);

  z-index: -10;
}

#circle-fill-25{
  background-image: linear-gradient(180deg, transparent 50%, #f0f0f0 50%), linear-gradient(90deg, #f0f0f0 50%, transparent 50%);
}

#circle-fill-50{
  background-image: linear-gradient(360deg, transparent 50%, #f0f0f0 50%), linear-gradient(90deg, #f0f0f0 50%, transparent 50%);
}

#circle-fill-75{
  background-image: linear-gradient(90deg, transparent 50%, #f0f0f0 50%), linear-gradient(180deg, #f0f0f0 50%, transparent 50%);
}

#circle-fill-100{
  background-image: linear-gradient(90deg, transparent 50%, #f0f0f0 50%), linear-gradient(360deg, #f0f0f0 50%, transparent 50%);
}

.circle-border-1{
  left: -22.6vw;
  margin-top: -0.5%;
}

.circle-border-2{
  left:8.9vw;
  margin-top: -0.5%;
}

.circle-border-3{
  left: 40.5vw;
  margin-top: -0.5%;
}


.progress-ring__circle {
  transition: 0.2s stroke-dashoffset;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.keyboardContainer {
  display: none;
  position: absolute;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  justify-content: center;
  width: 1000px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  
  margin: 0 auto;
  border-radius: 5px;
  z-index: 100;
}

.simple-keyboard.hg-theme-default {
  display: inline-block;
}

.simple-keyboard.simple-keyboard {
  width: 100%;
  background: none;
}

.simple-keyboard.simple-keyboard .hg-row:first-child {
  margin-bottom: 10px;
}

.simple-keyboard-arrows.simple-keyboard {
  align-self: flex-end;
  background: none;
}

.simple-keyboard .hg-button.selectedButton {
  background: rgba(5, 25, 70, 0.53);
  color: white;
}

.simple-keyboard .hg-button.emptySpace {
  pointer-events: none;
  background: none;
  border: none;
  box-shadow: none;
}

.simple-keyboard-arrows .hg-row {
  justify-content: center;
}

.simple-keyboard-arrows .hg-button {
  width: 50px;
  flex-grow: 0;
  justify-content: center;
  display: flex;
  align-items: center;
}

.controlArrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
}

.simple-keyboard-control.simple-keyboard {
  background: none;
}

.simple-keyboard-control.simple-keyboard .hg-row:first-child {
  margin-bottom: 10px;
}

.simple-keyboard-control .hg-button {
  width: 50px;
  flex-grow: 0;
  justify-content: center;
  display: flex;
  align-items: center;
}

.numPad {
  display: flex;
  align-items: flex-end;
}

.simple-keyboard-numpad.simple-keyboard {
  background: none;
}

.simple-keyboard-numpad.simple-keyboard {
  width: 160px;
}

.simple-keyboard-numpad.simple-keyboard .hg-button {
  width: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.simple-keyboard-numpadEnd.simple-keyboard {
  width: 50px;
  background: none;
  margin: 0;
  padding: 5px 5px 5px 0;
}

.simple-keyboard-numpadEnd.simple-keyboard .hg-button {
  align-items: center;
  justify-content: center;
  display: flex;
}

.simple-keyboard-numpadEnd .hg-button.hg-standardBtn.hg-button-plus {
  height: 85px;
}

.simple-keyboard-numpadEnd.simple-keyboard .hg-button.hg-button-enter {
  height: 85px;
}

.simple-keyboard.hg-theme-default .hg-button.hg-selectedButton {
  background: rgba(5, 25, 70, 0.53);
  color: white;
}

.hg-button.hg-functionBtn.hg-button-space {
  width: 350px;
}
.square-container-wrapper-2 {
  position: absolute;
  bottom: -275px;
  display: flex;
  height: 370px;
  left: 0;
  clip-path: polygon(0 0, 85% 0, 100% 26%, 0 26%);
  background-color: black;
}

.square-container-wrapper-2 p:nth-child(1){
  text-transform: uppercase;
  color: white;
  font-size: 50px;
  margin: 0;
  margin-left: 15px;
  margin-top: 15px;
  font-family: GothamBold;
}
.square-container-wrapper-2 p:nth-child(2) {
  text-transform: uppercase;
  color: white;
  font-size: 50px;
  margin: 0;
  margin-left: 7px;
  margin-right: 150px;
  font-weight: bold;
  margin-top: 15px;
  font-family: GothamBold;
}
.square-container-wrapper{
  position:absolute;
  top: 605px;
  display: flex;
  height: 170px;
  left: 0;
  clip-path: polygon(0 0, 85% 0, 100% 26%, 0 26%);
  background-color: black;
}
.square-container-wrapper p:nth-child(1){
  text-transform: uppercase;
  color: white;
  font-size: 25px;
  margin: 0;
  margin-left: 15px;
  margin-top: 5px;
  font-family: GothamBold;
}
.square-container-wrapper p:nth-child(2){
  text-transform: uppercase;
  color: white;
  font-size: 25px;
  margin: 0;
  margin-left: 7px;
  margin-right: 40px;
  font-weight: bold;
  margin-top: 5px;
  font-family: GothamBold;

}
.ball {
  background-color: #f50e02;
  position: relative;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: 3px solid white;
}

.empty {
  background-color: transparent;
}

