*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


@import 'https://reportei.com/wp-content/mu-plugins/smt/assets/characters.css';

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@font-face {
    font-family: 'Pixeled';
    src: url('https://reportei.com/wp-content/mu-plugins/smt/assets/fonts/pixeled-webfont.woff2') format('woff2'),
         url('https://reportei.com/wp-content/mu-plugins/smt/assets/fonts/pixeled-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
  position: relative;
  min-height: 100%;
}

body {
  background:url("https://reportei.com/wp-content/mu-plugins/smt/assets/img/bg-reportei-social-media.png");
  background-color:#211d2c !important;
  background-size: 500px auto; 
}

body .navbar-brand {
  padding-top: 0;
}

#game-logo-wrapper {
  margin-bottom: 50px;
}

#home-logo {
  
  width: 100%;
  max-width: 500px;

}

#game-logo {
  
  width: 100%;
  max-width: 300px;

}

.logo {
  max-height: 50px;
}

a {
  cursor: pointer;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  /* margin: 20px 0; */
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

@media only screen and (max-width: 500px) {
    .btn-lg, .btn-group-lg>.btn {
        padding: 18px 0;
    }
}



/* TAMAGOTCHI
-------------------------------------------------- */

.select-character-block {
  margin-top: 3rem;
}

.select-character-title,
.select-character-desc,
.select-character-selected {
  font-family: 'Pixeled', serif;
  text-transform: uppercase;
  color: #f1f1e5;
  font-size: 14px;
}

.select-character-desc {
  animation: blink 1300ms linear infinite;
}

.select-character-title {
  font-size: 18px;
  line-height: 4rem;
}

.select-character-title p {
  margin: 0;
}


	
@keyframes blink {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.character-block {
  padding: 15px;
  margin-top: 2rem;
  text-align: center;
  display: block;
}

.character-block:hover img {
  margin-top: -5px;
}

.clearfix-sm-5 {
  clear: both;
}

/* STAMINA BLOCK
-------------------------------------------------- */

#avatar-structure {
  width: 79px;
  height: 79px;
  border: 2px solid #fff;
  overflow: hidden;
}

#avatar-block {
  background: #37212e;
  border: 2px solid #21222f;
  overflow: hidden;
  padding: 5px;
}

#avatar-image-block {
  text-align: center;
  overflow: hidden;
}

#avatar-image-block img {
  vertical-align: top;

}



#stamina-bar-structure {
  border: 2px solid #fff;
  width: 200px;
}

#stamina-block {
  background: #37212e;
  border: 1px solid #21222f;
}

#stamina-size-ruler {
  overflow: hidden;
  transition: width .7s;
}

#stamina-content {
  background: #a14230;
  border-top: 3px solid #bf7067;
  border-bottom: 2px solid #7a2e25;
  height: 12px;
  overflow: hidden;
}

#coffee-wrapper {
  /*margin-top: 10px;*/
  margin-left: 35px;
}

#coffee-wrapper img {
  vertical-align: top;
}

#userProfile {
  overflow: hidden;
}

#survivor-wrapper {
  margin-top: 5px;
  padding: 5px 10px;
  background: #fee51b;
  width: 100%;
}

#user-attributes {
  margin-left: 35px;
  padding: 1px 0px;
}

.user-attribute-text {
  font-family: 'Pixeled', serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 5.5pt;
  margin-bottom: 10px;
}

.user-attribute-description {
  color: #fff;
  position: relative;
  top: -3px;
}


/* MINI BOOTSTRAP
-------------------------------------------------- */

.float-left {
  float:left;
}

.clear {
  clear: both;
}



/* MINI BOOTSTRAP
-------------------------------------------------- */

.game-statement {
  color: #fff;
  font-weight: bold;

  margin: 25px 0 25px 0;
}

.btn-group,
.btn-group button {
  width: 100%;
  text-align: left;
  
}

.btn-group {
  margin-bottom: 10px;
  
}

.btn {
 white-space: normal !important;
}

.btn-group button,
.btn-group button:active, 
.btn-group button:focus {
  background: #fee51c;
  border: 0;
  border-bottom: 2px solid #e99f1c;
  color: #483012;
  border-radius: 0px;
  letter-spacing: 0.03em;
  outline:none;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  
}


.btn-coffee, .btn-coffee:hover:disabled {
  text-transform: uppercase;
  font-size: 9.5pt;
  letter-spacing: 0.05em;
  font-weight: bold;
  border-bottom: 2px solid #1f8f4e;
}

.btn-coffee:hover, .btn-coffee:active, .btn-coffee:focus {
  border-bottom-color: #166d3a;
}

.btn-coffee img {
  margin-right: 8px;
}

.coffee-input {
  margin-bottom: 10px;
  padding: 8px 12px;
  width: 100%;
  border: 2px solid #cec1f7;
}



/* NOTIFICATION BASED ON VUEUP
-------------------------------------------------- */

.vue-up {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000000000;
  pointer-events: none;
}
.vue-up.--show {
  opacity: 1;
  transition: opacity .4s;
  pointer-events: all;
}
.vue-up:not(.--show) {
  opacity: 0;
  transition: opacity .4s;
}
.vue-up .text {
  color: #fff;
  font-family: 'Arial', sans-serif;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15%;
}


[v-cloak] { display:none; }


/* Game over
-------------------------------------------------- */
#game-over-block {
  text-align: center;
}
/* 
#game-over-play-again {
  display: inline-block;
  padding: 10px 15px;
  background: #16a085;
  border-bottom: 3px solid #1abc9c;
  text-decoration: none;
  color: #f8f8f8;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13px;
  margin-top: 60px;

} */

#game-over-play-again:hover {
  background: #117763;
  border-bottom-color: #16a084;

}

.game-over-text {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #f8f8f8;
  font-family: "Pixeled";
}

.game-over-circle {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #f8f8f8;
  font-family: "Pixeled";
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background: #f1c40f;
  overflow: hidden;
  padding: 20px 17px 20px 23px;
  line-height: 2em;
  text-align: center;
  border-radius: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.game-over-share-text {
  font-size: 7px;
  font-family: "Pixeled";
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #f8f8f8;
  margin-bottom: 0;
  margin-top: 50px;

}

#game-over-share-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;

}
    
#game-over-share-list li {
  display: inline-block;
  padding: 10px;
  font-size: 18px;
}

.fa-whatsapp {
  color: #25d366;
}

.fa-instagram {
  color: #e1306c;
}

.fa-twitter {
  color: #1da1f2;
}

.fa-facebook {
  color: #3b5998;
}

/* BLINK WHEN DYING
-------------------------------------------------- */

#stamina-content.blink-red {

  -webkit-animation: blinkRed 0.8s infinite;
  -moz-animation: blinkRed 0.8s infinite;
  -ms-animation: blinkRed 0.8s infinite;
  -o-animation: blinkRed 0.8s infinite;
  animation: blinkRed 0.8s infinite;

}




@-webkit-keyframes blinkRed {
    from { 
      border-top-color: #ec9288; /*mais claro*/
      background-color: #bf7067; 
      border-bottom-color: #a14230;
    }
    50% { 
      border-top-color: #bf7067; 
      background-color: #a14230; 
      border-bottom-color: #7a2e25;
    }
    to { 
      border-top-color: #a14230; 
      background-color: #7a2e25; 
      border-bottom-color: #4d1c17; /*mais escuro*/
    }
}
@-moz-keyframes blinkRed {
    from { 
      border-top-color: #ec9288; /*mais claro*/
      background-color: #bf7067; 
      border-bottom-color: #a14230;
    }
    50% { 
      border-top-color: #bf7067; 
      background-color: #a14230; 
      border-bottom-color: #7a2e25;
    }
    to { 
      border-top-color: #a14230; 
      background-color: #7a2e25; 
      border-bottom-color: #4d1c17; /*mais escuro*/
    }
}
@-ms-keyframes blinkRed {
    from { 
      border-top-color: #ec9288; /*mais claro*/
      background-color: #bf7067; 
      border-bottom-color: #a14230;
    }
    50% { 
      border-top-color: #bf7067; 
      background-color: #a14230; 
      border-bottom-color: #7a2e25;
    }
    to { 
      border-top-color: #a14230; 
      background-color: #7a2e25; 
      border-bottom-color: #4d1c17; /*mais escuro*/
    }
}
@-o-keyframes blinkRed {
    from { 
      border-top-color: #ec9288; /*mais claro*/
      background-color: #bf7067; 
      border-bottom-color: #a14230;
    }
    50% { 
      border-top-color: #bf7067; 
      background-color: #a14230; 
      border-bottom-color: #7a2e25;
    }
    to { 
      border-top-color: #a14230; 
      background-color: #7a2e25; 
      border-bottom-color: #4d1c17; /*mais escuro*/
    }
}
@keyframes blinkRed {
    from { 
      border-top-color: #ec9288; /*mais claro*/
      background-color: #bf7067; 
      border-bottom-color: #a14230;
    }
    50% { 
      border-top-color: #bf7067; 
      background-color: #a14230; 
      border-bottom-color: #7a2e25;
    }
    to { 
      border-top-color: #a14230; 
      background-color: #7a2e25; 
      border-bottom-color: #4d1c17; /*mais escuro*/
    }
}


@media (max-width: 500px) {

  body > .container {
    padding: 20px 10px 0;
  }

  #game-logo-wrapper {
    margin-bottom: 20px;
  }

  #user-attributes {
    width: 180px;
    margin-left: 11px;
  }

  #stamina-bar-structure {
    width: 180px;
  }

  #coffee-wrapper {
    margin-top: 10px;
    margin-left: 0px;
  }

  #userProfile {
    margin-bottom: 50px;
  }

  #survivor-wrapper {
    position: absolute;
    left: 0;
    margin-top: 10px;
  }

  .btn-lg, .btn-group-lg>.btn {
    padding: 15px;
  }

}

@media (max-width: 750px){

  .clearfix-sm-5 {
    clear: none;
  }

}

.margin-bottom-4 {
  margin-bottom: 4rem;
}

/* Footer */

footer {
  margin: 6rem 0 3rem 0;
}

.text-white {
  color: #fff;
}

.text-white:hover {
  color: #fff;
}


#game-over-play-again {

    margin-top: 5rem;
    border-radius: 2rem;

    text-align: center;
    padding: 11px 16px;
    display: inline-block;

    font-weight: bold;
    background-color: #13BD49;
    color: #fff;

    text-transform: uppercase;
    letter-spacing: 0.05rem;
    
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#game-over-play-again:hover {
    -webkit-box-shadow: 0px 4px 6px rgba(10, 155, 56, 0.05), 0px 10px 15px rgba(10, 155, 56, 0.1);
    box-shadow: 0px 4px 6px rgba(10, 155, 56, 0.05), 0px 10px 15px rgba(10, 155, 56, 0.1);
    --bg-opacity: 1;
    background-color: #41D771;
    background-color: rgba(65, 215, 113, var(--bg-opacity));
    text-decoration: none;
}

.button-md.button-primary {
    
}