* {
  -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

html {
  height: 100%;
  font-size: 16px;
}

body {
  -webkit-touch-callout: none;     /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;  /* prevent webkit from resizing text to fit */
  -webkit-user-select: none;       /* prevent copy paste, to allow, change 'none' to 'text' */

  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  background-color:#03021D;
  font-family: 'app';

  /*background-size: 100% 100%;*/
  /*background-image:url("../public/VamosLogoBack.png");*/
}

[hidden] {
  display: none !important;
}

.preloader {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.preloader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}

.preloader-logo-container {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  margin: -150px 0 0 -150px;
}

.preloader-logo {
  height: 0;
  margin-bottom: 0px;
  text-align: center;
}

.preloader-logo-magic {
  flex-grow: 1;
  height: 150px;
}

.preloader-logo img {
  vertical-align: top;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  pointer-events: none;
}

.preloader-progress-bg {
  display: block;
  position: relative;
  left: 50%;
  top: 48%;
  width: 300px;
  height: 10px;
  margin: -150px 0 0 -150px;
  background: linear-gradient(0deg, #323232 0%, #323232 100%);
  border-radius: 16px;
  align-content: center;
  /*justify-items: center;*/
  overflow: hidden;
}

.preloader-progress-fg {
  background: linear-gradient(90deg, #c6810e 0%, #fbd849 100%);
  width: 0%;
  height: 100%;
}

.preloader-message {
  position: absolute;
  top: -11px; /* #UnifiedPreloader */
  left: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  -webkit-filter: drop-shadow(0px 1px 2px #000000);
          filter: drop-shadow(0px 1px 2px #000000);
}

.viewport-container {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.viewport {
  display: block;
  max-width: 100%;
  max-height: 100%;
  min-width: 1px;
  min-height: 1px;
  transform: translate3d(0, 0, 0);
}

.viewport--fixed {
  transform: none !important;
}

.popup-low-verion-web-view {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 0rem 3rem 1rem;
  border-radius: 2rem;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  width: 50%;
  font-weight: bold;
  background: #2c2a66;
}

.popup-low-verion-web-view__header {
  color: #fc0;
  font-size: 2rem;
  margin: 0;
  margin-top: 2rem;
}

.popup-low-verion-web-view__message {
  font-size: 1.5rem;
  color: #fff;
}

.popup-low-verion-web-view__tip {
  font-size: 1rem;
  color: #b4b2e0;
}

.popup-out-of-service-root {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;
  cursor: pointer;
  background-color: rgba(20, 9, 31, 0.85);

  font-family: 'app';
  text-align: center;
  font-size: 2rem;
  color: #fff;
}

.popup-out-of-service-container {
  padding: 0 1rem;

  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.popup-out-of-service-container p {
  margin: 0;
}

.popup-out-of-service-image-container {
  margin: 1rem 0;
  -webkit-animation: none 2000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms infinite none running;
  animation: none 2000ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms infinite none running;
  transform: rotate(180deg);
  transform-origin: 50%;
}

.popup-out-of-service-image-container svg {
  vertical-align: top;
  width: 110px;
}

@media (min-width: 1024px) {
  .popup-out-of-service-root {
    font-size: 3.5rem;
  }

  .popup-out-of-service-image-container svg {
    margin: 4rem 0;
    width: 150px;
  }
}

@-webkit-keyframes spin {
  from {
    transform: rotate(180deg);
  } to {
      transform: rotate(540deg);
    }
}

@keyframes spin {
  from {
    transform: rotate(180deg);
  } to {
      transform: rotate(540deg);
    }
}

.promo-input-field {
  padding: 0;
  position: absolute;
  color: white;
  text-align: center;
  background: 0;
  font-family: 'app';
  max-lines: 1;
  line-height: 0px;
  border: 0px;
  outline: none;
}


/*# sourceMappingURL=main.d74fe272e606efd41dc8.css.map*/