* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body{ 
  background: #e9ebee; 
  font-family: 'Open Sans', sans-serif;
  font-size: 15px; 
  color: #222;
}
.no-margin{margin: 0!important;}
.bg-seagreen{background-color: #00a8a7 !important;}
.bg-darkblue{background-color: #224677 !important;}
.bg-blue{background-color: #03a9f4 !important;}
.bg-green{background-color: #82c91e !important;}
.bg-orange{background-color: #f47521 !important;}
.bg-cyan{background-color: #00bbd3 !important;}
.bg-pink{background-color: #ee12a6 !important}

.b1{border: 1px solid red;}
.b2{border: 1px solid blue;}
.b3{border: 1px solid green;}

.wrapper-game{position: relative;}
.container-buttons{
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
figure {
  margin-bottom: 1em;
  margin-top: 1em;
  margin-left: 40px;
  margin-right: 40px;
}

ul {
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
}
ul.buttons-group{
  align-items: center;
  display: inline-table;
  justify-content: center;
  max-width: 400px;
  padding: 0;
  text-align: center;
}
ul.buttons-group > li{
  align-items: center;
  background: #00a8a7;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  margin: 2px;
  text-transform: uppercase;
  width: 40px;
}

ul.content-resp{
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0;
}

ul.content-resp > li {
  align-items: center;
  background: #fff;
  border-radius: 4px;
  color: #ee12a6;
  display: inline-flex;
  font-size: 25px;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  margin: 2px;
  width: 50px;
 -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10), 0 1px 5px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10), 0 1px 5px 0 rgba(0, 0, 0, 0.11); 
}

.interactive-game{
  background: #fff;
  border-radius: 4px;
  height: 230px;
  margin: 0 auto;
  max-width: 400px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.interactive-game img {
  max-width: 50%;
  height: auto;
  margin: 10px auto;
}
.interactive-game figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container{
  align-items: center;
  display: flex;
  justify-content: center;
}
ul.indicators.on{
  top: 15px;
}
ul.indicators{
  align-items: center;
  border-radius: 4px;
  border: 2px solid #d3d5d6;
  display: inline-flex;
  justify-content: center;
  margin: 0px auto;
  padding: 5px;

  position: fixed;
  z-index: 10;
  top: -35px;
  -webkit-transition: -webkit-all .3s !important;
  transition: -webkit-all .3s !important;
  transition: all .3s !important;
  transition: all .3s, -webkit-all .3s !important; 
}
ul.indicators > li {
  align-items: center;
  background: #d3d5d6;
  border-radius: 50%;
  display: inline-flex;
  font-size: 25px;
  font-weight: 500;
  height: 20px;
  justify-content: center;
  margin: 0 5px;
  width: 20px;
}
ul.indicators > li > span{
  background: #82c91e;
  height: 20px;
  border-radius: 50%;
  width: 20px;

  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .2s !important;
  transition: -webkit-transform .2s !important;
  transition: transform .2s !important;
  transition: transform .2s, -webkit-transform .2s !important;
}
ul.indicators > li > span.on{
  -webkit-transform: scale(1);
          transform: scale(1);
}

.alertFail{font-weight: bold; color: #ff5252; font-size: 50px;}
.alertDone{font-weight: bold; color: #82c91e; font-size: 50px;}
.secretWord{font-weight: bold; color: #ee12a6; font-size: 20px; text-transform: capitalize;}
.disabled{background: #82c91e !important;}
.fail{background-color: #ff5252 !important;text-decoration: line-through;}

.wrapper-complete{
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
}
.message-complete{
  position: relative;  
}
.message-complete figure {
  align-items: center;
  background: #f6f6f6;
  border-radius: 50%;
  border: 4px solid #f2d646;
  display: flex;
  height: 200px;
  justify-content: center;
  width: 200px;
}
.message-complete img {
  height: auto;
  margin: 10px auto;
  max-width: 40%;
}
.message-complete-text{
  color: #82c91e;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}
.btn-toggle{
  align-items: center;
  background: #e9ebee;
  border-radius: 50%;
  display: flex !important;
  font-weight: 500;
  height: 35px;
  justify-content: center;
  position: fixed !important;
  right: 15px;
  top: 15px;
  width: 35px;
 -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
         box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.btn-toggle >svg {color: #2d667f; width: 70% !important; height: 70% !important;}

.card-content.on{left: 0px;}
.card-content{
  background: #fff;
  height: 100%;
  padding: 20px;
  position: fixed;
  max-width: 350px;
  z-index: 100;
  left: -500px;
  overflow-y: auto;
  -webkit-transition: -webkit-all .3s !important;
  transition: -webkit-all .3s !important;
  transition: all .3s !important;
  transition: all .3s, -webkit-all .3s !important; 
}
.card-content b{
  background: #007bff;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  padding: 8px 20px;
}
.card-content p{
  color: #222;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3rem;
}
.card-content > .title{
  color: #007bff;
  font-size: 35px;
  padding-bottom: 30px;
  text-align: center;
}
.card-footer{
  align-items: center;
  display: flex !important;
  justify-content: center;
  padding: 30px 0px;
}
.btn-close{
  border-radius: 4px;
  border: 2px solid #007bff;
  color: #007bff;
  letter-spacing: 1px;
  padding: 8px 35px;
  text-transform: uppercase;
}
/* ====================
    CONFIG. ANIMATION
======================= */
.scale-time{
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transition: -webkit-transform .2s !important;
  transition: -webkit-transform .2s !important;
  transition: transform .2s !important;
  transition: transform .2s, -webkit-transform .2s !important; 
}
.scale-time.status1 {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.scale-time.status2 {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
.scale-time.status3 {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.scale-time.status4 {
  -webkit-transform: scale(6);
          transform: scale(6);
}

.scale-time.start{
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;  
  -webkit-animation-name: start;
  animation-name: start;
}

.scale-transition {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}
.scale-transition.scale-out {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .2s !important;
  transition: -webkit-transform .2s !important;
  transition: transform .2s !important;
}

/* ====================
    CONFIG. KEYS
======================= */
@-webkit-keyframes start {
  from {
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }

  50% {
    -webkit-transform: scale3d(0.30, 0.30, 0.30);
    transform: scale3d(0.30, 0.30, 0.30);
  }

  to {
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
}

@keyframes start {
  from {
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }

  50% {
    -webkit-transform: scale3d(0.30, 0.30, 0.30);
    transform: scale3d(0.30, 0.30, 0.30);
  }

  to {
    -webkit-transform: scale3d(0.25, 0.25, 0.25);
    transform: scale3d(0.25, 0.25, 0.25);
  }
}

/*********************
  Waves
**********************/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}
.waves-block {
  display: block;
}
/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1;
}

@media only screen and (max-width: 575px) {
.card-content{
  max-width: 100%;
}

}

@media only screen and (max-width: 350px) {
  ul.buttons-group{
    margin-top: 0px;
  }

  ul.buttons-group > li{
    width: 30px;
    height: 30px;
  }
  ul.content-resp {
    margin-top: 10px;
  }
  ul.content-resp > li{
    width: 25px;
    height: 35px;
    font-size: 20px;
    padding: 0px 1px;
  }

}

