* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          margin: 0;
}

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;}

.alertFail{font-weight: bold; color: #ff5252; font-size: 50px;}
.alertDone{font-weight: bold; color: #82c91e; font-size: 50px;}
.disabled{background: #82c91e !important;}
.fail{background-color: #ff5252 !important;text-decoration: line-through;}

.play{
  background: #82c91e;
  padding: 5px 20px;
  color: #fff;
  border-radius: 4px;
}
.wrapper-complete{
  align-items: center;
  background: #e9ebee; 
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
}
.content-card{
  align-items: center;
  display: flex;
  flex-basis: auto;
  justify-content: center;
  text-align: center;
}
.content-body figure {
  align-items: center;
  background: #f6f6f6;
  border-radius: 50%;
  border: 4px solid #f2d646;
  display: flex;
  height: 140px;
  justify-content: center;
  margin: 0 auto;
  width: 140px;
}
.content-body img {
  height: auto;
  margin: 10px auto;
  max-width: 40%;
}
.content-body p.text{
  color: #82c91e;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 25px;
}
.btn-toggle{
  align-items: center;
  background: #007bff;
  border-radius: 50%;
  display: flex !important;
  font-weight: 500;
  height: 35px;
  justify-content: center;
  position: fixed !important;
  right: 15px;
  top: 15px;
  width: 35px;
  z-index: 5 !important;
 -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: #007bff; width: 70% !important; height: 70% !important; background-color: #fff; border-radius: 50%;}

.card-content.on{left: 0px;}
.card-content{
  background: #fff;
  height: 100%;
  padding: 20px;
  position: fixed;
  max-width: 350px;
  z-index: 100;
  left: -1000px;
  overflow-y: auto;
  -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);
  -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;
}
.panel-score{
  background: #f9f9f9;
  border-radius: 4px;
  bottom: 15px;
  display: inline-block;
  font-weight: 500;
  left: 15px;
  padding: 5px 10px;
  position: fixed !important;
  text-align: center;
  z-index: 1;
 -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);
}
.panel-score p{text-align: center;}
.panel-score span{display:block;color: #00b8d4; font-weight: bold; font-size: 25px;}
.panel-score small{display:block;font-size: 10px;color: #888;text-transform: uppercase;}
/* ====================
    CONFIG. GAME
======================= */
ul li{list-style: none;}
ul[role='cuestions']{
  display: none;
}

.dev-header{
  background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
  display: flex;
  justify-content: center;
  padding: 5px 0;
  text-align: center;
  width: 100%;
  height: 282px;
  z-index: 2;
  position: relative
}
.dev-item{
  width: 500px;
  padding: 5px 0 10px;
  position: fixed;
  overflow: hidden;

  -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; 
}
.dev-item.active{
  -webkit-transform: scale(1);
          transform: scale(1);          
}
.dev-item .picture{
  align-items: center;
  background: #f9f9f9;
  border-radius: 50%;
  color: #6c757d;
  display: flex;
  font-weight: bold;
  height: 200px;
  justify-content: center;
  margin: 0 auto 15px;
  overflow: hidden;
  width: 200px;
}
.dev-item .picture img{
  max-width: 80%;
  height: auto;
}
.dev-item h1{
  background: #fff;
  border-radius: 25px;
  color: #20c1d3;
  display: inline-block;
  font-size: 18px;
  padding: 10px 15px;
  position: relative;
  -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);
  -moz-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);
}

.dev-content{
  list-style: none;
  margin: 0 auto;
  max-width: 500px;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.dev-slide{    
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.dev-months{
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform,-webkit-transform;
  transition-property: transform;
  width: 100%;
   -ms-flex-negative: 0;
  -o-transition-property: transform;
  -webkit-flex-shrink: 0;
  -webkit-transition-property: -webkit-transform;
}
.btn-next,
.btn-back{
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  top: 5px;
  z-index: 2;
}
.btn-next:focus,
.btn-back:focus{
  outline: 0;
}
.btn-next{
  right: 10px;
}
.btn-back{
  left: 10px;
}

table{
  display: block;
  background: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
tbody, thead{ background: #fff;}
caption.month{
  background: #82c91e;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  text-transform: capitalize;
}
th{color: #555}
th,td{ display: table-cell; width: 1%;}
td{ text-align: center;}
td span{
  align-items: center;
  display: inline-flex !important;
  font-size: 20px;
  height: 40px;
  justify-content: center;
  width: 40px;
  cursor: pointer;
  -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;
  /*will-change: initial !important;*/
}
.coin{
  position: absolute;
  z-index: 1;
  background: #ffebb8;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
   -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);
  -moz-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);
}
.coin svg{
  width: 100% !important;
  height: 100%;
  color: #ffb901;
}

@media only screen and (max-width: 960px) and (min-width: 575px) {
  
  .trivia .option span.text {
    height: 70px;
    margin-top: -35px;
  }

  .trivia .picture {
    font-size: 1.8rem;
  }

}

@media only screen and (max-width: 575px) {
  .card-content{
    max-width: 100%;
  }
  .dev-item{
    width: 100%;
  }
  .dev-item .picture {
    height: 150px;
    width: 150px;
    margin-bottom: 10px;
  }
  .dev-item h1 {
    font-size: 15px;
  }
  .dev-header {
    height: 225px;
  }
  td span {
    font-size: 16px;
    height: 30px;
  }
}

@media only screen and (max-width: 400px) {

  
}
/* ====================
    CONFIG. ANIMATION
======================= */
.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;
}

/*********************
  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-block {
  display: block;
}
a.waves-effect .waves-ripple {
  z-index: -1;
}

