/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./packages/core/src/egt/core/components/Maintenance.less ***!
  \*************************************************************************************************************************************************/
#maintenance h1 {
  color: white;
  filter: drop-shadow(-4px -5px 7px black);
  text-shadow: 2px 5px 7px black;
  text-align: center;
  font-size: 3.5rem;
  margin: 2% auto;
  font-family: system-ui;
  width: 70%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: pre-line;
}
@media only screen and (max-width: 639px) {
  #maintenance h1 {
    font-size: 1.5rem;
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1119px) {
  #maintenance h1 {
    font-size: 2rem;
    margin-bottom: 4%;
  }
}
@media only screen and (min-width: 1120px) and (max-width: 2559px) {
  #maintenance h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 2560px) {
  #maintenance h1 {
    font-size: 4rem;
  }
}
#maintenance #warning-message {
  display: none;
}
.maintenance {
  background: url(/assets/maintenance/maintenance.jpeg?hash=bad1cb16bf9fcfb68c19) no-repeat center center fixed;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
}
@media only screen and (orientation: portrait) {
  .maintenance {
    background: url(/assets/maintenance/maintenance_portrait.jpeg?hash=bad1cb16bf9fcfb68c19) no-repeat center center fixed;
    background-size: cover;
    width: 100vw;
    height: 100vh;
  }
}

/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./packages/core/src/egt/core/components/Modal.less ***!
  \*******************************************************************************************************************************************/
#errors.IOS .darkBG {
  height: 150vh;
  font-size: 16px;
}
#errors .darkBG {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  z-index: 111;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
}
#errors .centered {
  z-index: 112;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#errors .modal {
  width: 60vw;
  max-width: 500px;
  height: 280px;
  max-height: 280px;
  background: white;
  color: white;
  z-index: 10;
  border-radius: 16px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.04);
  border: 1px solid #707070;
  background-color: #2c2c2c;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #errors .modal {
    width: 80vw;
  }
}
@media (max-width: 576px) {
  #errors .modal {
    left: 5px;
    top: 5px;
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
  }
}
#errors .modalHeader {
  height: 50px;
  background: white;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
#errors .heading {
  margin: 0;
  padding: 10px;
  color: #2c3e50;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
#errors .modalContent {
  padding: 10px;
  font-size: 14px;
  color: #cfcfcf;
  font-size: 1.2em;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#errors .modalActions {
  margin-bottom: 1.4em;
}
#errors .actionsContainer {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#errors .closeBtn {
  margin-top: 10px;
  cursor: pointer;
  font-weight: 500;
  padding: 0.2em 0.5em;
  border-radius: 1em;
  border: none;
  color: #2c3e50;
  min-width: 40%;
  color: #000;
  font-size: 1.4em;
  background-color: #ffd200;
  transition: all 0.25s ease;
}
#errors .dot-elastic {
  margin: 10px auto;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #cfcfcf;
  animation: dotElastic 1s infinite linear;
}
#errors .dot-elastic::before,
#errors .dot-elastic::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}
#errors .dot-elastic::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #cfcfcf;
  animation: dotElasticBefore 1s infinite linear;
}
#errors .dot-elastic::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #cfcfcf;
  animation: dotElasticAfter 1s infinite linear;
}
@keyframes dotElasticBefore {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1.5);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes dotElastic {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 1.5);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes dotElasticAfter {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

