body, html {
  height: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background: #000;
  font-family: 'Poppins', sans-serif; }

.app {
  height: 100%;
  overflow: hidden; }

.button {
  box-sizing: border-box;
  display: block;
  position: absolute;
  bottom: 1em;
  width: 95%;
  padding: 6px 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #f8941d;
  border-color: #eea236;
  z-index: 2; }
  .button:hover {
    color: #fff;
    background-color: #f8941d;
    border-color: #d58512; }

.toaster {
  box-sizing: border-box;
  background-image: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  padding: 1em;
  width: 100%;
  overflow: hidden;
  max-width: 600px;
  margin: auto; }
  .toaster:before {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  .toaster .item-to-toast {
    width: 100%;
    min-height: 5px;
    text-align: center;
    position: absolute;
    top: 1em;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease-in-out; }
    .toaster .item-to-toast.toasting {
      top: 50%; }
    .toaster .item-to-toast img {
      margin: auto;
      width: 175px;
      margin-top: 0.25em; }
    .toaster .item-to-toast .overlay-image {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0; }
  .toaster .button-toast {
    color: #fff;
    background-color: #f8941d;
    border-color: #eea236; }
    .toaster .button-toast:hover {
      color: #fff;
      background-color: #f8941d;
      border-color: #d58512; }

.item-list {
  width: 300px;
  position: absolute;
  right: -100%;
  top: 0;
  bottom: 8em;
  transition: all .3s ease-in-out;
  overflow-y: auto;
  background: #fff;
  padding: 1em;
  padding-top: 2em;
  z-index: 2;
  border: 5px solid #f8941d; }
  .item-list.active {
    right: 0; }
  .item-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .item-list ul li {
      padding: 0.25em;
      position: relative;
      padding-left: 25%;
      cursor: pointer; }
      .item-list ul li:hover {
        background-color: #f8941d; }
      .item-list ul li .item-image {
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        max-width: 25%; }
        .item-list ul li .item-image img {
          width: 100%; }
      .item-list ul li .item-info {
        padding: 1em; }
        .item-list ul li .item-info .item-name {
          font-size: 1.25em; }
        .item-list ul li .item-info .item-desc {
          font-size: 0.65em; }

.user-menu {
  width: 300px;
  position: absolute;
  left: -100%;
  top: 0;
  bottom: 8em;
  transition: all .3s ease-in-out;
  overflow-y: auto;
  background: #fff;
  padding: 1em;
  z-index: 2;
  border: 5px solid #f8941d; }
  .user-menu.active {
    left: 0; }
  .user-menu .menu-header {
    font-size: 2em;
    text-align: center;
    margin-bottom: 0.5em; }
  .user-menu .menu-input {
    padding: 0 1em; }
    .user-menu .menu-input input {
      width: 100%;
      padding: 0.5em;
      border: 1px solid #000;
      border-radius: 5px;
      padding: 0.5em; }
  .user-menu .button {
    position: relative;
    margin-top: 1.5em;
    width: 100%; }

.time-display {
  position: absolute;
  top: 4em;
  left: 1em;
  color: #fff;
  font-size: 1.5em;
  display: none; }

.basket-button {
  z-index: 1;
  position: absolute;
  right: 1em;
  top: 1em;
  width: 50px;
  cursor: pointer; }
  .basket-button img {
    width: 100%; }

.user-button {
  z-index: 1;
  position: absolute;
  left: 1em;
  top: 1em;
  width: 50px;
  cursor: pointer; }
  .user-button img {
    width: 100%; }

.close-menu {
  text-align: right;
  cursor: pointer;
  position: absolute;
  right: 1em;
  top: 0.25em; }
  .close-menu i {
    font-size: 2em; }

.game-message {
  position: absolute;
  top: 35%;
  left: 1em;
  right: 1em;
  font-size: 1.5em;
  background-color: #f8941d;
  padding: 1em;
  color: #fff;
  opacity: 0;
  transition: all .5s ease-in-out;
  border: 5px solid #fff;
  border-radius: 5px;
  max-width: 600px;
  margin: auto; }
  .game-message.active {
    opacity: 1; }
  .game-message .header {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 0.5em; }
  .game-message .sub {
    font-size: 0.75em;
    text-align: center; }

.fb-button {
  width: 100%;
  margin: 15px 0 5px 0;
  background-color: #3a5795;
  border-bottom: 1px solid #103480;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.82);
  color: #fff; }
  
.toaster-images {
    width: 100%;
    min-height: 5px;
    text-align: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease-in-out;
  }
  
.toaster-images.toaster-heater {
    top: 45%;  
}
  
.toaster-image {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    margin: auto;
    width: 300px;
    margin-top: 0.25em;
    z-index: -1;
}
  
.toaster-image.hidden {
    opacity: 0.2;
}

.player-stats {
    position: absolute;
    top: 1em;
    bottom: 4em;
    left: 1em;
    right: 1em;
    font-size: 1.5em;
    background-color: #f8941d;
    padding: 0.5em;
    color: #fff;
    opacity: 0;
    transition: all .5s ease-in-out;
    border: 5px solid #fff;
    border-radius: 5px;
    overflow-y: auto;
}

.player-stats.active {
    z-index: 3;
    opacity: 1;
}

.player-stats table {
    width: 100%;
    margin-top: 1em;
}

.player-stats table th {
    font-size: 0.65em;
    padding: 0 0.25em;
}
        
.player-stats table td {
    padding: 0.25em 0.5em 0.25em 0;
    font-size: 0.5em;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.difficulty-choice {
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #f8941d;
    padding: 1em 0;
    margin-top: 1em;
}

.difficulty-choice .button {
    width: 48%;
    float: left;
    margin: 0.25em 1px;
    position: static;
    font-size: 0.75em;
    background-color: #eea25f;
    min-width: 0;
    min-height: 0;
    position: relative;
}

.difficulty-choice .button:hover, 
.difficulty-choice .button.active {
    background-color: #f8941d;
}

.fb-like-wrapper {
    margin: 0 1em;
}

.fb-like {
    
}

/*# sourceMappingURL=game.css.map */
