* {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: 'Recursive', sans-serif;
  box-sizing: border-box;
}
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  max-width: 100%;
}
body,
html {
  background-color: #55beee;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently*/
  
}

.menu-icon.menu-icon-config {
  color: #fcc12f;
  font-size: 27px;
  width: 40px;
}
.menu-icon.menu-icon-config i {
  position: absolute;
  top: 12px;
  margin-left: -6px;
}
body {
  display: none;
}
.login {
  max-width: 1300px;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  margin: auto;
}
.island {
  width: 900px;
  position: absolute;
  top: 70px;
  margin-left: -100px;
  z-index: 100;
}
.line-partner {
  width: 100%;
  position: absolute;
  background-color: #fff;
  padding: 20px;
  bottom: 0;
  left: 0;
  text-align: right;
  z-index: 80;
}
.line-partner img {
  height: 80px;
  margin-left: 40px;
}
.line-partner img:last-child {
  margin-right: 50px;
}
.form-login {
  color: #fff;
  max-width: 550px;
  position: absolute;
  right: 50px;
  top: 60px;
  z-index: 150;
  padding: 20px;
  border-radius: 20px;
  background: rgba(0,0,0,0.5);
  /* box-shadow: 0 0 50px 10px #eb5e9d;
  border: 1px solid #eb5e9d; */
  box-shadow: 0 0 50px 10px #000;
  border: 1px solid #000;
}
.form-login.form-select-portal {
  position: initial;
   margin: auto;
   margin-top: 50px;
}
.form-login.form-select-portal .logo-tindin-school {
  height: 100px;
  float: left;
  margin-right: 20px;
  border: 4px solid #fff;
  border-radius: 20px;
  margin-top: -9px;
}
.form-login h1 {
  font-size: 40px;
  text-align: right;
  float: left;
  line-height: 41px;
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-left: 80px;
}
.form-login h2 {
  font-size: 14px;
  font-weight: 400;
  float: left;
  padding: 10px;
}
.clear {
  clear: both;
}
.foreducator-icon {
  cursor: pointer;
}
.form-login input[type="text"],
.form-login input[type="password"],
.form-login button {
  background-color: white;
  border-radius: 12px;
  color: #69bbea;
  border: none;
  cursor: pointer;
  padding: 15px;
  font-size: 20px;
  text-align: center;
}
.form-login input[type="text"],
.form-login input[type="password"] {
  -webkit-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
  width: 300px;
}
.small-link{
  font-size: small;
}
.form-login .login-mode button{
  width: 300px;
  margin-bottom: 1em;
}
.form-login .login-mode button.email{
  color: #ed4c91;
}
.form-login .login-mode button.code{
  color: #8bbb22;
}
.form-login .login-mode button i{
  margin: 0 5px 0 -5px;
}
.icon-plurall{
  width: 15px;
  margin: 0 5px 0 -5px;
}
.form-login .login-plurall button {
  color: #7c27fe;
  display: block;
  width: 300px;
  margin: auto;
  padding-right: 85px;
}
.form-login .login-plurall svg {
  width: 62px;
  position: absolute;
  margin-left: 10px;
  fill: #7c27fe;
}
.form-login .cancel-btn {
  background-color: transparent;
  /* border: solid 1px #FFF; */
  box-shadow: inset 0px 0px 0px 2px #fff;
  color: #fff;
}
.form-login .buttons {
  padding-top: 40px;
  text-align: center;
}
.form-login .buttons label {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}
.form-login a {
  color: #fff;
}
.form-login p {
  color: #fff;
  padding: 20px;
}
.game {
  /* box-shadow: inset 0 0 100px rgba(0,0,0,0.7); */
  /* display: none; */
  margin: auto;
  -webkit-transition: all 3000ms ease;
  -moz-transition: all 3000ms ease;
  -ms-transition: all 3000ms ease;
  -o-transition: all 3000ms ease;
  transition: all 3000ms ease;
  -moz-transform: perspective(100px) rotateX(6deg) scale(0.5);
  -webkit-transform: perspective(100px) rotateX(6deg) scale(0.5);
  -o-transform: perspective(100px) rotateX(6deg) scale(0.5);
  -ms-transform: perspective(100px) rotateX(6deg) scale(0.5);
  transform: perspective(100px) rotateX(6deg) scale(0.5);
}
.game.loaded {
  -moz-transform: perspective(0) rotateX(0) scale(1);
  -webkit-transform: perspective(0) rotateX(0) scale(1);
  -o-transform: perspective(0) rotateX(0) scale(1);
  -ms-transform: perspective(0) rotateX(0) scale(1);
  transform: perspective(0) rotateX(0) scale(1);
}
.loading-game {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  color: #fff;
}
.loading-game .box-loading {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  left: 50%;
  margin-left: -110px;
  width: 220px;
}
.loading-game .box-loading .logo {
  height: 120px;
  margin-bottom: 20px;
}
.line {
  width: 100%;
  display: inline-flex;
}
.ship {
  width: 160%;
  right: 400px;
  position: absolute;
  bottom: 44%;
  opacity: 0;
  will-change: transform, opacity;
}
.area {
  background-size: cover;
  position: relative;
}
/* .area.red {
    border: 1px solid red;
}
.area.blue {
    border: 1px solid blue;
}
.area.green {
    border: 1px solid green;
}
.area.purple {
    border: 1px solid purple;
} */
.area .board-sales {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 22%;
  z-index: 2;
}
.area .board-rent {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 22%;
  z-index: 2;
}
.beach_NW {
  background-image: url(../img/beach_NW.svg);
}
.beach_N {
  background-image: url(../img/beach_N.svg);
}
.beach_corner_conc_NW {
  background-image: url(../img/beach_corner_conc_NW.svg);
}
.beach_W {
  background-image: url(../img/beach_W.svg);
}
.beach_corner_conc_NE {
  background-image: url(../img/beach_corner_conc_NE.svg);
}

.beach_corner_conc_NE_island {
  background-image: url(../img/beach_corner_conc_NE_island.svg);
}
.beach_corner_conc_SW_island {
  background-image: url(../img/beach_corner_conc_SW_island.svg);
}
.beach_NE {
  background-image: url(../img/beach_NE.svg);
}
.beach_E {
  background-image: url(../img/beach_E.svg);
}
.beach_SW {
  background-image: url(../img/beach_SW.svg);
}
.beach_SE {
  background-image: url(../img/beach_SE.svg);
}
.beach_S {
  background-image: url(../img/beach_S.svg);
}
.ground {
  background-color: #a4c24f;
  float: left;
  background-image: url(../img/square.svg);
}
.ground .working .board-obras {
  width: 30%;
  bottom: 43%;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -15%;
}
.uppercase {
  text-transform: uppercase;
}
.to-rent {
  width: 100%;
  display: inline-block;
  clear: both;
  margin-bottom: 10px;
}
.to-rent .position {
  float: left;
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 22px;
  padding-top: 3px;
  text-align: center;
  background-size: cover;
}
.to-rent .position.to-player,
.home-bottom .mark-position.to-player {
  background-color: #52b99e;
}
.to-rent.not-enabled .position,
.to-rent.not-enabled .name {
  opacity: 0.5;
}
.to-rent .name {
  float: left;
  font-size: 19px;
  padding: 8px;
  padding-left: 15px;
  text-align: left;
}
.to-rent .name.to-player {
  padding-top: 0;
}
.to-rent .name small {
  display: block;
}
.to-rent .points {
  color: #fddc1f;
  font-size: 12px;
  font-weight: 300;
  float: left;
  margin-top: 12px;
  margin-right: 11px;
}
.home-andar {
  width: 105px;
  margin: auto;
  height: 50px;
  margin-top: 10px;
}
.home-top {
  height: 40px;
  width: 105px;
  margin: auto;
}
.home-bottom {
  margin-top: 10px;
}
.box-mark-position {
  width: 50%;
  position: relative;
  height: 1px;
  display: inline-block;
  float: left;
}
.home-bottom .mark-position,
.home-andar .mark-position {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  font-size: 22px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  margin: auto;
  margin-top: 6px;
  margin-left: 17px;
  background-size: cover;
}
.home-bottom .mark-position.mark-left {
  margin-left: 27px;
}
.home-bottom .mark-position.mark-right {
  margin-right: 23px;
}
.subpopup .home-andar {
  width: 250px;
  margin: auto;
  height: 121px;
  margin-top: 10px;
}
.relative {
  position: relative;
}
.label-loading {
  padding-top: 20px;
}
.subpopup .subpopup-loading .spinner {
  position: relative;
}
.subpopup .description-about-rent {
  padding-top: 10px;
  padding-bottom: 10px;
}
.font-12 {
  font-size: 12px;
}
.subpopup .home-andar .mark-position {
  width: 80px;
  height: 80px;
  margin-top: 18px;
  font-size: 60px;
  border-width: 4px;
}
.to-rent .right {
  float: right;
}
.to-rent .actions {
  float: left;
}
.to-rent .actions button {
  font-size: 12px;
  margin-top: 2px;
}
.ground .btn-accelerate {
  left: 20%;
  border-radius: 12px;
  width: 60%;
  padding: 5px;
  position: absolute;
  z-index: 10;
  background: #060606;
  border: 2px solid #060606;
  bottom: 7%;
  color: #ffffff;
  font-size: 12px;
  cursor: pointer;
}
.ground .working .spinner {
  position: absolute;
  bottom: 62%;
  margin-left: 50%;
  z-index: 3;
}
.ground .working .spinner:before {
  border: 2px solid #fff;
  border-top-color: #6eb858;
}
.ground .working .andaime {
  position: absolute;
  bottom: 10%;
  width: 80%;
  left: 0;
  margin-left: 10%;
  z-index: 1;
}
.list-ebooks {
  padding-top: 30px;
  padding-left: 33px;
}
.list-ebooks .ebook {
  float: left;
  width: 110px;
  cursor: pointer;
  margin: 20px;
    
}
.list-ebooks .ebook img {
  box-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
  transition: transform .2s;
  position: relative;
}
.list-ebooks .ebook img:hover, 
.list-ebooks .ebook img:focus {
  transform: scale(1.1);
  z-index: 1;
}
.list-ebooks .ebook.ebookShowing img {
  
}
.list-ebooks .ebook:nth-child(9) {
  margin-left: -55px;
}
#box-ebook-preview {
  position: fixed;
  z-index: 9999998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ground .build {
  position: absolute;
  bottom: 0;
  margin: 15%;
  z-index: 1;
}
.ground .build.build-Biblioteca {
  width: 70%;
}
.ground .build.build-Escritório {
  width: 70%;
}
.popup.build-library {
  width: 674px;
  background: none;
  background-image: url(../img/library/estante.png);
  height: 500px;
  background-size: cover;
  background-position: center;
  border: none;
}
.popup.build-library .title {
  color: #fff;
  background-color: #000000;
  border: 1px solid #fff;
}
.popup.build-library .close {
  color: #fff;
  background-color: #000000;
  border: 1px solid #fff;
  padding-top: 2px;
  margin-top: -12px;
  margin-right: -8px;
} 
.ground .build.build-workling {
  opacity: 0.4;
}
.progress-build-box {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 30%;
  padding-left: 15%;
  padding-right: 15%;
}
.progress-build-box .bar-build,
.progress-build-box .label {
  background-color: white;
  border-radius: 15px;
  width: 100%;
  height: 15px;
  left: 0;
  margin: auto;
  padding-left: 9px;
}
.team-progress {
  background-color: white;
  border-radius: 15px;
  width: 100%;
  height: 10px;
  margin: auto;
  margin-top: 5px;
}
.team-progress-complete {
  position: absolute;
  height: 10px;
  width: 50%;
  border-radius: 15px;
  background-color: #6eb858;
  border: 2px solid #fff;
}
.bar-cancel {
  background-color: #e63232;
  border-radius: 15px;
  width: 100%;
  height: 15px;
  left: 0;
  margin: auto;
  padding-left: 9px;
  position: relative;
}
.time-constructor-label {
  color: #000;
  margin-top: -10px;
  font-size: 12px;
  width: 63%;
  text-align: center;
  left: 19%;
  top: -5px;
  border-radius: 8px;
  position: absolute;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 2px;
}

.img-time-constructor {
  height: 15px;
  margin-left: 5px;
  margin-right: 0px;
}

.img-about-build-constructor {
  height: 110px;
  float: center;
}

.progress-build-box .bar-build {
  position: relative;
}
.progress-build-box .bar-build .bar-build-complete,
.bar-cancel-complete {
  position: absolute;
  height: 15px;
  width: 50%;
  border-radius: 15px;
  background-color: #6eb858;
  border: 2px solid #fff;
  left: 0;
}
.bar-cancel-complete {
  border: 2px solid #6eb858;
}
.progress-build-box .label {
  color: #000;
  margin-top: -10px;
  font-size: 12px;
  width: 63%;
  text-align: center;
  left: 19%;
  top: -5px;
  border-radius: 8px;
  position: absolute;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 2px;
}
.progress-build-box .label.completeLabel {
  padding-left: 0;
}
.progress-build-box .label img {
  height: 12px;
  position: absolute;
  margin-left: -15px;
}

.area-build .progress {
  border: 2px solid #1d8673;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  width: 70%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2px;
  margin-left: 15%;
  bottom: 24%;
}
.area-build .progress .bar {
  background: #1d8673;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 1000ms linear;
  -moz-transition: width 1000ms linear;
  -ms-transition: width 1000ms linear;
  -o-transition: width 1000ms linear;
  transition: width 1000ms linear;
}
.area-build .progress .value {
  font-size: 12px;
  width: 100%;
  text-align: center;
  position: relative;
}
.area-build .sell {
  height: 26%;
  position: absolute;
  bottom: 17px;
  right: 17px;
}
.tree {
  height: 35%;
  position: absolute;
}
.tree.tree1 {
  top: 20%;
  left: 30%;
}
.tree.tree2 {
  top: 10%;
  right: 30%;
}
.tree.tree3 {
  bottom: 35%;
  right: 15%;
}
.tree.tree4 {
  bottom: 15%;
  left: 20%;
}
.controll {
  position: fixed;
  bottom: -200px;
  right: -200px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  z-index: 4;
}
.controll:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.controll .arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  opacity: 0.5;
}
.controll .arrow:hover {
  opacity: 1;
}
.controll .arrow.left,
.controll .arrow.right {
  top: 50%;
  margin-top: -20px;
}
.controll .arrow.left {
  left: 0px;
}
.controll .arrow.right {
  right: 0px;
}
.controll .arrow.up,
.controll .arrow.down {
  left: 50%;
  margin-left: -20px;
}
.controll .arrow.up {
  top: 0px;
}
.controll .arrow.down {
  bottom: 0px;
}
.controll .zoom {
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  opacity: 0.5;
}
.controll .zoom .space-zoom-in {
  width: 100%;
  height: 50%;
  top: 0;
}
.controll .zoom .space-zoom-out {
  width: 100%;
  height: 50%;
  bottom: 0;
}
.controll .zoom:hover {
  opacity: 1;
}
.controll .icon-zoom {
  width: 20px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.controll .icon-zoom.zoom-in {
  top: 10px;
}
.controll .icon-zoom.zoom-out {
  bottom: 10px;
}
.controll .line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
}
.box-message {
  background-color: rgba(0, 0, 0, 0.9);
  width: 500px;
  position: fixed;
  z-index: 999999999;
  padding: 20px;
  color: #fff;
  left: 50%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transform: translate(-50%, 0);
}
.box-message.error {
  color: #e85252;
  border: 2px dashed #e85252;
  border-top: 0;
}
.box-message.success {
  border: 2px solid #32ba7c;
  border-top: 0;
}
.box-message img.icon {
  width: 50px;
  float: left;
  margin-right: 20px;
}
.box-message img.icon.invisible {
  visibility: hidden;
}
.frame-game {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.9);
}
.frame-game #box-frame {
  height: 100%;
  width: 100%;
}
.frame-game #box-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.frame-game .close {
  color: #f6d77c;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  z-index: 999;
  cursor: pointer;
}
.box-message h1 {
  font-size: 20px;
  padding-left: 70px;
}
.box-message .indicator {
  top: 18px;
}
.box-message p.description, .box-message ul {
  opacity: 0.8;
  padding-right: 35px;
  padding-left: 70px;
  margin-top: 5px;
}
.box-message ul {
  list-style: none;
  margin-top: 10px;
}
.close-box-message {
  color: #aeaeae;
  font-size: 25px;
  cursor: pointer;
  margin: auto;
  margin-right: 7px;
  margin-bottom: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -18px;
}
.bar-top {
  width: 120%;
  padding-bottom: 40px;
  position: fixed;
  left: -10%;
  top: -200px;
  text-align: center;
  -webkit-box-shadow: inset 0px 50px 31px -2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0px 50px 31px -2px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 50px 31px -2px rgba(0, 0, 0, 0.35);
}
.bar-left {
  height: 120%;
  padding-right: 100px;
  position: fixed;
  top: -100px;
  left: -200px;
  text-align: center;
  -webkit-box-shadow: inset 70px 0px 31px -2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 70px 0px 31px -2px rgba(0, 0, 0, 0.35);
  box-shadow: inset 70px 0px 31px -2px rgba(0, 0, 0, 0.35);
}
.bar-right {
  height: 120%;
  padding-left: 100px;
  position: fixed;
  top: -100px;
  right: -200px;
  text-align: center;
  -webkit-box-shadow: inset -70px 0px 31px -2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset -70px 0px 31px -2px rgba(0, 0, 0, 0.35);
  box-shadow: inset -70px 0px 31px -2px rgba(0, 0, 0, 0.35);
}
.bar-progress {
  position: absolute;
  width: 130px;
  top: 150px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  color: #fff;
  padding: 5px;
  font-size: 13px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  cursor: pointer;
}
.bar-progress img {
  height: 60px;
  position: absolute;
  top: -10px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.bar-left .bar-progress {
  left: 30px;
  padding-left: 15px;
}
.bar-progress.just-icon img {
  max-width: none;
}
.bar-progress.just-icon img:hover {
  height: 80px;
  margin-top: -5px;
}
.bar-left .bar-progress.challenge .challenge-anime1 {
  
}
.bar-left .bar-progress:not(.just-icon):hover {
  left: 40px;
}
.bar-right .bar-progress:not(.just-icon):hover {
  right: 40px;
}
.bar-right .bar-progress {
  right: 30px;
  padding-right: 25px;
}
.bar-left .bar-progress img {
  left: -18px;
}
.bar-right .bar-progress img {
  right: -30px;
}
.bar-left .bar-progress.ranking {
  width: 100px;
  top: 210px;
}
.bar-left .bar-progress.players {
  width: 90px;
  top: 270px;
}
.bar-right .bar-progress.invest {
  width: 120px;
  top: 210px;
}
.bar-right .bar-progress.diamant {
  width: 100px;
  top: 270px;
}
.bar-right .bar-progress.vote {
  width: 50px;
  top: 330px;
  background: none;
}
.bar-left .bar-progress.calendar {
  width: 50px;
  top: 330px;
  background: none;
}
.bar-left .bar-progress.challenge {
  width: 30px;
    top: 395px;
    background: none;
    box-shadow: 10px 10px 25px 10px rgb(0 0 0 / 90%);
    left: 19px;
}
.bar-left .bar-progress.challenge .bar-info-challenge{
  position: absolute;
  top: -4px;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 12px;
  padding: 5px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-right: 10px;
  padding-left: 20px;
  left: 21px;
  -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
@-webkit-keyframes rotating-right /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating-right {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating-right {
  -webkit-animation: rotating-right 2s linear infinite;
  -moz-animation: rotating-right 2s linear infinite;
  -ms-animation: rotating-right 2s linear infinite;
  -o-animation: rotating-right 2s linear infinite;
  animation: rotating-right 2s linear infinite;
}
@-webkit-keyframes rotating-left /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotating-left {
  from {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.rotating-left {
  -webkit-animation: rotating-left 2s linear infinite;
  -moz-animation: rotating-left 2s linear infinite;
  -ms-animation: rotating-left 2s linear infinite;
  -o-animation: rotating-left 2s linear infinite;
  animation: rotating-left 2s linear infinite;
}
.bar-left .bar-progress.challenge img {
  height: 35px;
  left: -6px;
}

.bar-left .bar-progress.challenge:hover img {
  height: 45px;
  margin-top: -5px;
}
.bar-left .bar-progress.challenge:hover .bar-info-challenge {
  left: 30px;
}
.bar-left .bar-progress.challenge .challenge-anime1 {
  width: 100px;
  height: 100px;
  top: -44px;
  left: -36px;
}
.bar-left .bar-progress.challenge:hover .challenge-anime1 {
  top: -61px;
  left: -53px;
  width: 150px;
  height: 150px;
}
.joystick {
  position: fixed;
  right: 4%;
  bottom: 6%;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: none;
}
.bar-right .bar-progress.chat {
  width: 50px;
  top: 390px;
  background: none;
}
.vjs-playback-rate .vjs-playback-rate-value {
  line-height: 3.5;
}
.bar-right .bar-progress.chat .chat-number {
  background-color: red;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  padding: 0;
  position: relative;
  transform: translate(50%,-100%);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  z-index: 1;
  text-align: center;
  padding-top: 2px;
}
.bar-right .bar-progress.chat:hover .chat-number {
  left: -20px;
  top: -5px;
}
@keyframes wiggle {
  0% { transform: rotate(-2deg); }
  100% { transform: rotate(2deg); }
}
.bar-right .bar-progress.news {
  width: 50px;
  top: 330px;
  background: none;
}
.bar-right .bar-progress.wiggle {
  animation: wiggle .1s infinite alternate;
}
.bar-right .bar-progress.news .news-number {
  background-color: red;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  padding: 0;
  position: relative;
  transform: translate(50%,-100%);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.bar-right .bar-progress.news:hover .news-number {
  left: -20px;
  top: -5px;
}
.bar-right .bar-progress.news:hover img, .bar-right .bar-progress.chat:hover img {
  height: 80px;
  margin-top: -5px;
}
.bar-right .bar-progress.message {
  width: 50px;
  top: 500px;
  background: none;
}
.menu-avatar h1 {
  background-color: #5b9918;
  position: absolute;
  bottom: 17px;
  left: 10px;
  padding-left: 25px;
  font-size: 22px;
  color: #fff;
  border-radius: 12px;
  padding-bottom: 20px;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 25px;
  width: 200px;
  text-align: center;
  box-shadow: -2px -2px 2px rgb(0 0 0 / 30%);
  font-weight: 300;
}
.avatar-level{
  position: absolute;
  bottom: 17px;
  left: 10px;
  padding-left: 0px;
  padding-right: 25px;
  text-align: center;
  width: 200px;
  padding-bottom: 5px;
  font-size: small;
  color: #fff;
}
.right {
  float: right;
}
.hide{
  display: none;
}
.bar-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: -110%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px -30px 31px -2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px -30px 31px -2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px -30px 31px -2px rgba(0, 0, 0, 0.35);
  text-align: center;
  margin-left: 17px;
  background-color: rgba(0, 0, 0, 0.5);
  height: 82px;
}
.bar-bottom .card {
  width: 130px;
  position: absolute;
  bottom: -50px;
  cursor: pointer;
}
.bar-bottom .card img {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.bar-bottom .card:hover img {
  margin-bottom: 10px;
}
.bar-bottom .card img.card2 {
  position: absolute;
  margin-top: -20px;
  width: 130px;
  left: 0;
  z-index: -1;
}
.bar-bottom .card img.card3 {
  position: absolute;
  margin-top: -40px;
  width: 130px;
  left: 0;
  z-index: -2;
}
.bar-bottom .card.patri {
  left: 50%;
  margin-left: 18%;
}
.bar-bottom .card.pass {
  left: 50%;
  margin-left: 3%;
}
.bar-bottom .card.ativ {
  left: 50%;
  margin-left: -12%;
}
.bar-bottom .card.demon {
  left: 50%;
  margin-left: -27%;
}
.bar-bottom .card .icon {
  width: 40%;
  margin-top: -28px;
}
.bar-bottom .card h2 {
  font-size: 13px;
  color: #fff;
  width: 100%;
  font-weight: 300;
}
.bar-bottom .card h1 {
  font-size: 16px;
  color: #fff;
  width: 100%;
}
.bar-bottom .card.patri h1 {
  color: #c5b5dc;
}
.bar-bottom .card.pass h1 {
  color: #f0a5a5;
}
.bar-bottom .card.ativ h1 {
  color: #8ecdef;
}
.bar-bottom .card.demon h1 {
  color: #f5ce78;
}
.bar-bottom .card .mark {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  position: absolute;
  bottom: 50px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px -30px 31px -2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px -30px 31px -2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px -30px 31px -2px rgba(0, 0, 0, 0.35);
}
.menu {
  width: 500px;
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
  display: inline-block;
}
.menu .menu-icon {
  cursor: pointer;
  float: left;
  padding: 10px;
}
.menu .indicator-educator {
  background-color: #fcc12f;
  float: left;
  margin-top: -3px;
  font-size: 18px;
  padding: 11px;
  cursor: pointer;
}
.menu .menu-icon:hover {
  background-color: #6d656a;
}
.menu .menu-icon:nth-of-type(1):hover {
  border-bottom-left-radius: 15px;
}
.menu .menu-icon.selected {
  background-color: #6d656a;
}
.menu .right {
  margin-top: 5px;
  padding-right: 10px;
}
.menu .icon-menu {
  height: 20px;
  margin-left: 5px;
  margin-top: 4px;
}
.menu .title {
  text-transform: uppercase;
  color: #fff;
  float: left;
  margin-left: 10px;
  padding-top: 15px;
  display: flex;
  position: relative;
}
.menu .title span {
  color: #f6d77c;
  max-width: 225px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  margin-left: 5px;
}
.menu .title:hover .popover-island{
  display: block;
  position: absolute;
  top: 45px;
  left: 40px;
  background-color:#fbc130;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
  color: #000;
}
.menu .title:hover .popover-island::before {
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color:#fbc130;
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 10;
  top: -18px;
  left: 20px;
}
.menu .popover-island {
  display: none;
}
.menu button {
  background: none;
  border: none;
  color: #f6d77c;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 5px;
  margin-left: 10px;
}
.menu .right img {
  height: 20px;
  margin-bottom: -5px;
}
.menu .right .timer,
.frame-game .timer {
  border: 1px solid #f6d77c;
  border-radius: 6px;
  display: inline;
  padding: 5px;
  color: #f6d77c;
  padding-right: 15px;
  padding-left: 15px;
  cursor: pointer;
}
.frame-game .timer {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  margin-top: 20px;
}
.menu .right .timer img,
.frame-game .timer img {
  margin-bottom: -2px;
  height: 16px;
}
.menu .right .timer img.control,
.frame-game .timer img.control {
  margin-left: 5px;
}
.popup-background {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100001;
  left: 0;
  top: 0;
  opacity: 0;
}
.subpopup-background {
  opacity: 1;
}
.popup-background .handle-close {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup {
  width: 700px;
  text-align: center;
  border-radius: 20px;
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #e5a21c;
  background-color: rgba(0,0,0,0.4);
}
.popup .title {
  padding: 10px;
  font-size: 18px;
  font-weight: 300;
  position: absolute;
  border-radius: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 30px;
  padding-right: 30px;
  color: #e5a21c;
}
.popup .popup-content {
  max-height: 276px;
  margin: 24px;
  overflow: auto;
  margin-top: 45px;
  position: relative;
}
.popup-find-rent-house .show-rent-house {
  height: 44px;
  position: absolute;
  margin-left: 5px;
  margin-top: -7px;
}
.popup .popup-content.popup-content-first-class {
  padding-right: 50%;
}
.popup .popup-content.popup-content-first-class button {
  position: relative;
}
.popup .footer {
  padding-left: 253px;
  padding-bottom: 20px;
  padding-right: 25px;
}
.popup.demons .footer {
  padding-right: 50px;
}
.popup.certificate img {
  width: 30%;
}
.popup-card .arrow-up,
.popup-card .arrow-down {
  width: 35px;
  position: absolute;
  left: 50%;
  margin-left: -17.5px;
  cursor: pointer;
}
.popup-card .arrow-up {
  top: -20px;
}
.popup-card .arrow-down {
  bottom: -23px;
}
.popup .footer table {
  width: 100%;
  border-top: 2px solid #6abbea;
  border-collapse: separate;
  border-spacing: 0px 5px;
}
.popup.passive .footer table {
  border-top: 2px solid #f0705a;
}
.popup .footer table img {
  width: 25px;
  margin-left: 5px;
}
.popup .footer table .code {
  padding-right: 5px;
}
.popup .footer table .icon {
  padding-left: 30px;
  cursor: pointer;
}
.popup.active .footer table .name {
  color: #6abbea;
}
.popup.passive .footer table .name {
  color: #f0705a;
}
.popup.active .title {
  color: #fff;
  background-color: #6abbea;
}
.popup.passive .title {
  color: #fff;
  background-color: #ef705a;
}
.popup.patrimonies .title {
  color: #fff;
  background-color: #a289c5;
  padding-left: 50px;
}
.popup.consumer .title {
  padding-left: 50px;
}
.popup.finance .title {
  color: #fff;
  background-color: #ed69a3;
  padding-left: 50px;
}
.popup.challenge {
  border: none;
  background-image: url(../img/jornal/jornal_page.png);
  background-size: 180%;
  background-position: center center;
  width: 700px;
  height: 550px;
}
.popup.challenge .agent img {
  position: absolute;
  left: -223px;
  bottom: 0;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.popup.challenge .close {
  background-color: #4f3113;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    padding-top: 1px;
    top: -18px;
    right: -19px;
}
.popup.challenge .title {
  color: #fff;
  background-color: #4f3113;
  border: 1px solid #fff;
}
.popup.challenge.show-challenge .title {
  left: 57%;
}
.popup.challenge .question {
  padding: 20px;
  padding-top: 50px;
  padding-left: 140px;
}
.popup.challenge .question-title {
  font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.popup.challenge .question-text {
  font-size: 20px;
}
.popup.challenge .challenge-content {
  overflow: auto;
    height: 540px;
}
.popup.challenge .challenge-content::-webkit-scrollbar-thumb {
  background: #4f3113;
}
.popup.challenge .options {
  padding: 20px;
    padding-top: 20px;
    padding-left: 140px;
}
.popup.challenge .option {
  border: 1px solid #503115;
  border-radius: 8px;
  text-align: left;
  margin-left: 60px;
  margin-right: 30px;
  margin-top: 10px;
  padding: 8px;
  cursor: pointer;
}
.popup.challenge .option .mark {
  float: left;
  border: 3px solid #503115;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-top: -3px;
  margin-right: 10px;
}
.popup.challenge .option.selected {
  background-color: #503115;
  color: #fff;
}
.popup.challenge .option.selected .mark {
  background-color: #503115;
  border-color: #fff;
}
.popup.challenge .buttons {
  margin-left: 200px;
    margin-right: 50px;
}
.popup.challenge .buttons button {
  background-color: #58a700;
  color: #fff;
  font-size: 17px;
  border: 2px solid #529703;
  padding-left: 20px;
  padding-right: 20px;
}
.popup.challenge .buttons button:hover {
  background-color: #529703;
}
.popup.challenge .icon img {
  width: 300px;
  margin-top: 65px;
}
.popup.challenge .icon.disabled img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.popup.challenge h1 {
  padding: 20px;
}
.popup.challenge .timer {
  font-size: 50px;
  font-weight: 300;
}
.popup.business .title {
  color: #fff;
  background-color: #f18b7f;
  padding-left: 50px;
}
.popup.professional .title {
  color: #fff;
  background-color: #f49b56;
  padding-left: 50px;
}
.popup .stars-top {
  position: absolute;
  width: 100%;
  margin-top: -65px;
}
.popup .stars-top img {
  height: 25px;
  margin: 5px;
}
.popup .title {
  color: #fff;
  background-color: #f9b301;
}
.popup.patrimonies {
  color: #fff;
}
.popup.builds .title {
  color: #fff;
  background-color: #dfab42;
}
.popup.xp {
  height: 400px;
}
.popup.xp .popup-content {
  overflow: hidden;
  max-height: 325px;
}
.popup.xp .table-content {
  overflow: auto;
  max-height: 275px;
}
.popup.xp .title {
  color: #e6057e;
  background-color: #cace3b;
}
.popup.park .tickets.left {
  width: 40%;
  float: left;
  padding: 33px;
  padding-top: 66px;
}
.popup.park .tickets.left .spinner {
  margin: 14px;
  margin-top: 30px;
}
.popup.park .loading-park {
  text-align: center;
}
.popup.park .right .spinner:before {
  width: 80px;
  height: 80px;
  margin-left: 50px;
}
.popup.park .right {
  width: 60%;
  padding-top: 55px;
  padding-right: 20px;
}
.popup.park .tickets .icon-ticket {
  width: 70px;
}
.popup.park .tickets .buy-ticket {
  color: #fff;
  margin-top: 30px;
}
.popup.park .tickets .buy-ticket span {
  font-size: 22px;
  position: absolute;
  margin: 4px;
}
.popup.park .title,
.popup.green .title {
  color: #000;
  background-color: #cace3b;
  padding-left: 55px;
}
.popup.yellow .title {
  color: #000;
  background-color: #fddc1f;
  padding-left: 55px;
}
.popup.blue2 .title {
  color: #000;
  background-color: #91c1d5;
  padding-left: 55px;
}
.popup.blue .title {
  color: #000;
  background-color: #229fe3;
  padding-left: 55px;
}
.popup.pink .title {
  color: #000;
  background-color: #e583b4;
  padding-left: 55px;
}
.popup.orange .title {
  color: #000;
  background-color: #f8b475;
  padding-left: 55px;
}
.popup.park .popup-content {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.popup.park,
.popup.green {
  border: 3px solid #cace3b;
  color: #fff;
}
.popup.yellow {
  border: 3px solid #fddc1f;
  color: #fff;
}
.popup.blue2 {
  border: 3px solid #91c1d5;
  color: #fff;
}
.popup.blue {
  border: 3px solid #229fe3;
  color: #fff;
}
.popup.pink {
  border: 3px solid #e583b4;
  color: #fff;
}
.popup.orange {
  border: 3px solid #f8b475;
  color: #000;
}

.popup.park .close,
.popup.green .close {
  color: #cace3b;
  margin-right: 10px;
}
.popup.yellow .close {
  color: #fddc1f;
  margin-right: 10px;
}
.popup.blue2 .close {
  color: #91c1d5;
  margin-right: 10px;
}
.popup.blue .close {
  color: #91c1d5;
  margin-right: 10px;
}
.popup.pink .close {
  color: #e583b4;
  margin-right: 10px;
}
.popup.orange .close {
  color: #f8b475;
  margin-right: 10px;
}
.popup.orange .popup-card {
  color: #000;
}
.popup.orange .popup-content {
  color: #fff;
}
.popup.park .tickets .icon-add {
  width: 26px;
  margin-left: 39px;
  top: -4px;
  position: relative;
  cursor: pointer;
}
.popup.park .game-park {
  width: 50%;
  float: left;
  padding: 10px;
  cursor: pointer;
  position: relative;
}
.popup.park .game-park .loading-enter-game {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 50px;
}
.popup.park .game-park .loading-enter-game .spinner:before {
  width: 40px;
  height: 40px;
  left: 23px;
}
.popup.park .game-park .cover {
  width: 100%;
  height: 80px;
  background-size: cover;
}
.popup.park .game-park .description {
  background-color: #fff;
  color: #000;
  text-align: left;
  padding: 8px;
}
.popup-full {
  width: calc(100% - 80px);
  height: 500px;
  border: none;
}
.popup.events .btn-prev {
  font-size: 70px;
  position: absolute;
  color: #fff;
  top: 50%;
  left: -30px;
  cursor: pointer;
  transform: translateY(-50%);
}
.popup.events .calendar-card .calendar-body .empty-item {
  white-space: initial;
  opacity: 0.4;
  padding: 12px;
  font-size: 14px;
}
.popup.events .calendar-card .calendar-body .empty-item i {
  font-size: 40px;
  display: block;
  margin-top: 50px;
  margin-bottom: 10px;
}
.popup.events .btn-next {
  font-size: 70px;
  position: absolute;
  color: #fff;
  top: 50%;
  right: -30px;
  cursor: pointer;
  transform: translateY(-50%);
}
.popup.popup-full .title {
  background: none;
  text-align: center;
  font-size: 25px;
}
.popup.popup-full .close {
  color: #fff;
}
.popup.popup-full .title img {
  position: initial;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.wrapper_financial {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: transparent;
}

.wrapper_financial .description_right {
  background-color: transparent;
  color: white;
  padding-top: 15px;
  width: 30%;
  text-align: right;
  padding-right: 5px;
}

.wrapper_financial .description_right_yellow {
  background-color: transparent;
  color: #fddc1f;
  padding-top: 15px;
  width: 30%;
  text-align: right;
  padding-right: 5px;
}

.wrapper_financial .description_right_red {
  background-color: transparent;
  color: #ef705a;
  padding-top: 15px;
  width: 30%;
  text-align: right;
  padding-right: 5px;
}

.wrapper_financial .description_left {
  background-color: transparent;
  color: white;
  text-align: left;
  width: 70%;
  padding-top: 15px;
  padding-left: 5px;
}

.wrapper_financial .description_line_right_yellow {
  background-color: transparent;
  color: #fddc1f;
  padding-top: 0px;
  width: 30%;
  text-align: right;
  padding-right: 5px;
}

.wrapper_financial .description_line_right_red {
  background-color: transparent;
  color: #ef705a;
  padding-top: 0px;
  width: 30%;
  text-align: right;
  padding-right: 5px;
}

.wrapper_financial .description_line_left {
  background-color: transparent;
  color: white;
  text-align: left;
  width: 70%;
  padding-top: 0px;
  padding-left: 5px;
}

.line-financial {
  display: flex;
  flex-wrap: wrap;
  margin-top: 26%;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  background-color: #fddc1f;
}
.popup.park .game-park .description img {
  width: 30px;
}
.popup.park .game-park .description h1 {
  font-size: 14px;
}
.popup.park .game-park .description p {
  font-size: 13px;
  margin-bottom: 10px;
}
.popup.consumer .content-consumer {
  position: relative;
}
.indicator {
  position: absolute;
  width: 56px;
  height: 56px;
  color: #fff;
  text-align: center;
  padding-top: 12px;
  cursor: pointer;
}
.indicator svg {
  position: absolute;
  left: 0;
  top: 0;
}
.indicator img {
  height: 20px;
}
.indicator p {
  font-size: 11px;
}
.small-indicator img {
  height: 15px;
  position: relative;
  margin-bottom: -3px;
}
.popup.consumer .content-consumer .indicator.food {
  bottom: 30px;
  right: 220px;
}
.popup.consumer .content-consumer .indicator.clothes {
  bottom: 30px;
  right: 125px;
}
.popup.consumer .content-consumer .indicator.recreation {
  bottom: 30px;
  right: 60px;
}
.popup.consumer .content-consumer .indicator.recreation {
  bottom: 30px;
  right: 30px;
}
.popup.consumer .content-consumer .indicator.salary {
  bottom: 93px;
  right: 250px;
}
.popup.consumer .content-consumer .indicator.health {
  bottom: 93px;
  right: 30px;
}
.popup.consumer .content-consumer .indicator.home {
  bottom: 93px;
  right: 145px;
}
.popup.consumer .content-consumer .indicator.conquest {
  bottom: 150px;
  right: 280px;
}
.popup.consumer .content-consumer .indicator.charity {
  bottom: 150px;
  right: 195px;
}
.popup.consumer .content-consumer .indicator.socialization {
  bottom: 150px;
  right: 110px;
}
.popup.consumer .content-consumer .indicator.comunication {
  bottom: 150px;
  right: 30px;
}
.popup.consumer .content-consumer .indicator.popularity {
  bottom: 208px;
  right: 310px;
}
.popup.consumer .content-consumer .indicator.skills {
  bottom: 208px;
  right: 210px;
}
.popup.consumer .content-consumer .indicator.income {
  bottom: 208px;
  right: 120px;
}
.popup.consumer .content-consumer .indicator.durable {
  bottom: 208px;
  right: 30px;
}
.popup.consumer .content-consumer .indicator.lux {
  bottom: 268px;
  right: 280px;
}
.popup.consumer .content-consumer .indicator.enterprise {
  bottom: 268px;
  right: 170px;
}
.popup.consumer .content-consumer .indicator.employment {
  bottom: 268px;
  right: 80px;
}
.popup.consumer .content-consumer .indicator.specialist {
  bottom: 268px;
  right: 30px;
}
.popup.consumer .content-consumer .indicator[disabled]{
  filter: grayscale(100%);
  pointer-events: none;
}
.popup.consumer .content-consumer .pyramid-label {
  position: absolute;
  width: 200px;
  top: 25px;
  left: 120px;
  text-align: left;
  color: #fff;
}
.popup.consumer .content-consumer {
  margin-bottom: 20px;
}
.popup.consumer .content-consumer h1 {
  position: absolute;
  color: #f7bc43;
  font-weight: normal;
  font-size: 22px;
  bottom: 0;
  left: 65px;
}
.popup.consumer .content-consumer .loading-pyramid {
  position: absolute;
  color: #fff;
  width: 100%;
  z-index: 1;
  padding-top: 90px;
  margin-top: 100px;
}
.popup.consumer .content-consumer .pyramid-label .level {
  padding-top: 22px;
  padding-bottom: 22px;
}
.popup.consumer .content-consumer .pyramid-label .level.level1 {
  padding-top: 15px;
}
.popup.consumer .content-consumer .pyramid-label .level.level2 {
  padding-top: 15px;
}
.popup.consumer .content-consumer .pyramid-label .level.level3 {
  padding-top: 18px;
}
.popup.consumer .content-consumer .pyramid-label .level.level4 {
  padding-top: 15px;
}
.popup.consumer .content-consumer .pyramid-label .level.level5 {
  padding-top: 40px;
}
.popup.park .game-park .description h2 {
  font-size: 15px;
}
.popup.scholl .title {
  color: #fff;
  background-color: #5fb6e7;
  padding-left: 50px;
}
.popup.editAvatar .title {
  color: rgba(0, 0, 0, 0.8);
  padding-left: 40px;
  background-color: #b7afac;
  padding-left: 50px;
}
.popup.editAvatar {
  border-color: #b7afac;
}
.popup.editAvatar.with-onboarding {
  top: 35% !important;
}
.popup.professional.with-onboarding {
  top: 38% !important;
}
.popup-card .card-content-city-hall h1 {
  font-size: 22px;
}
.popup-card .card-content-city-hall h2 {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
}
/* .popup.subpopup.certificate.with-onboarding {
  top: 30% !important;
} */
.popup.ranking .title {
  color: #ee8323;
  background-color: #fbf0b1;
  padding-left: 45px;
}
.popup.wallet .title {
  padding-left: 55px;
}
.popup.active .title,
.popup.passive .title,
.popup.demons .title,
.popup.xp .title {
  padding-left: 50px;
}
.popup .title img {
  position: absolute;
  height: 50px;
  left: -14px;
  top: -4px;
}
.popup.active,
.popup.passive {
  border: 3px solid #6abbea;
  color: #fff;
  text-align: left;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
}
.popup.passive {
  border: 3px solid #ef705a;
}
.popup.active .close {
  color: #6abbea;
}
.popup.passive .close {
  color: #ef705a;
}
.popup.xp .close {
  color: #cace3b;
  margin-right: 14px;
}
.popup.scholl .close {
  color: #5fb6e7;
  margin-right: 14px;
  z-index: 1;
}
.popup.patrimonies .close {
  color: #a289c5;
  margin-right: 14px;
}
.popup.patrimonies {
  border-color: #a289c5;
}
.popup.business {
  border-color: #f18b7f;
}
.popup.finance .close {
  color: #ed69a3;
  margin-right: 14px;
}
.popup.professional .close {
  color: #f49b56;
  margin-right: 14px;
}
.popup.business .close {
  color: #f18b7f;
  margin-right: 14px;
}
.popup.finance {
  border-color: #ed69a3;
}
.popup.professional {
  border-color: #f49b56;
  width: 700px;
  min-height: 390px;
}
@keyframes pop-swirl {
  0% {
    transform: translate(-50%,-50%) scale(0) rotate(720deg);
    -webkit-transform: translate(-50%,-50%) scale(0) rotate(720deg);
    -moz-transform: translate(-50%,-50%) scale(0) rotate(720deg);
    -o-transform: translate(-50%,-50%) scale(0) rotate(720deg);
  }
  90% {
    transform: translate(-50%,-50%) scale(0.8) rotate(-10deg);
    -webkit-transform: translate(-50%,-50%) scale(0.8) rotate(-10deg);
    -moz-transform: translate(-50%,-50%) scale(0.8) rotate(-10deg);
    -o-transform: translate(-50%,-50%) scale(0.8) rotate(-10deg);
  }
  100% {
    transform: translate(-50%,-50%) scale(1) rotate(0deg);
    -webkit-transform: translate(-50%,-50%) scale(1) rotate(0deg);
    -moz-transform: translate(-50%,-50%) scale(1) rotate(0deg);
    -o-transform: translate(-50%,-50%) scale(1) rotate(0deg);
  }
}
.popup.jornal {
  background: none;
  background-image: url(../img/jornal/jornal_layout.png);
  width: 850px;
  height: 700px;
  background-size: cover;
  background-position: center;
  border: none;
}
.error-login {
  background-color: #ed3d54;
  border-radius: 16px;
  padding: 10px;
}
.popup.jornal .jornal-title {
  font-size: 38px;
  font-weight: bold;
  text-transform: uppercase;
}
.popup.jornal .jornal-description {
  font-size: 20px;
  font-weight: 300;
  width: 97%;
}
.popup.jornal .jornal-description.center {
  text-align: center;
}
.popup.jornal .jornal-description.with-agent {
  margin-right: 61px;
}
.popup.jornal .jornals-list {
  position: absolute;
  top: 240px;
  left: 85px;
  text-align: left;
  width: 695px;
  height: 375px;
  overflow: auto;
}
.popup.jornal .read-jornals {
  position: absolute;
  top: 105px;
  right: 100px;
  color: #000;
}
.popup.jornal hr {
  border-top: 2px solid #000;
  margin-top: 15px;
}
.popup.jornal .jornals-list .photo {
  width: 10%;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.popup.jornal .jornals-list>div {
  margin-top: 15px;
  max-height: 130px;
}
.popup.jornal .jornals-list .photo img {
  max-height: 100px;
  filter: sepia(100%);
}
.popup.jornal .jornals-list .jornal-info {
  display: inline-block;
  width: 85%;
  margin-left: 10px;
  cursor: pointer;
  vertical-align: top;
  /* transform: translateY(-50%); */
}
.popup.jornal .jornals-list .jornal-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.popup.jornal .jornals-list .jornal-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-height: 1.2em;        /* fallback */
  max-height: 2.4em;
}
.popup.jornal .jornal-detail .jornal-info {
  position: absolute;
  top: 250px;
  left: 85px;
  text-align: left;
  height: 350px;
  overflow: auto;
  width: 695px;
}
.popup.jornal .jornal-detail .jornal-date {
  position: absolute;
  top: 100px;
  left: 84px;
}
.popup.jornal .jornal-detail .jornal-title {
  cursor: auto;
  width: 97%;
  margin-bottom: 15px;
}
.popup.jornal .jornal-detail .jornal-info.with-agent {
  /* left: 450px; */
  left: 360px;
  width: 420px;
}
.popup.jornal .jornal-detail .photo {
  width: 250px;
  height: 350px;
  position: absolute;
  left: 84px;
  top: 250px;
}
.popup.jornal .jornal-detail .photo.with-background {
  background: rgba(123,108,90,0.5);
}
.popup.jornal .jornal-detail .photo img {
  max-width: 250px;
  max-height: 350px;
  /* position: absolute;
  left: 210px;
  top: 250px; */
  filter: sepia(100%);
  /* transform: translateX(-50%); */
}
.popup.jornal .jornal-info::-webkit-scrollbar-thumb,
.popup.jornal .jornals-list::-webkit-scrollbar-thumb {
  background: #000;
}
.popup.jornal .back-link {
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  text-decoration: none;
}
.popup.jornal .back-link i {
  margin-right: 5px;
}
.popup.jornal .back-link:hover {
  font-size: 18px;
}
.popup.jornal .close {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  padding-top: 2px;
  margin-right: 50px;
  top: 40px;
}
.popup.demons table {
  color: #fff;
  padding-right: 20px;
}
.popup.demons table .header td,
.popup.demons table .end-group td {
  border-bottom: 2px solid #f9b301;
  padding-bottom: 10px;
}
.popup.active table .header td,
.popup.active table .end-group td {
  border-bottom: 2px solid #6abbea;
  padding-bottom: 10px;
}
.popup.passive table .header td,
.popup.passive table .end-group td {
  border-bottom: 2px solid #f0705a;
  padding-bottom: 10px;
}
.popup.patrimonies .popup-content table .price,
.popup.patrimonies table .price {
  color: #a289c5;
}
.popup.patrimonies .popup-content table .selected .price {
  color: #7a2be9;
}
.popup.active .popup-content table .selected .price {
  color: #186182;
}
.popup.demons .popup-content {
  min-height: 240px;
  margin-bottom: 0;
}
.popup.demons table .label {
  width: 20px;
  position: relative;
}
.popup.demons .close {
  right: 8px;
}
.popup.demons .footer table {
  border-top: 2px solid #f9b301;
}
.popup.demons table .label div {
  position: absolute;
  left: -25px;
  text-align: center;
  top: 31px;
}
.popup.xp table img {
  height: 20px;
}
.popup.xp table .header td {
  border-bottom: 3px solid #cace3b;
  padding-bottom: 10px;
}
.popup.xp table .progress {
  background-color: none;
  border: 2px solid #e6067c;
  border-radius: 15px;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
.popup.xp table .progress.loading::after {
  background: #e6067c;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 8px;
}
.popup.xp table .progress.loading.loading-50::after {
  width: 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.popup.xp table .done .progress {
  background-color: #cace3b;
  color: rgba(0, 0, 0, 0.8);
  border-color: #cace3b;
}
.popup.xp table .name {
  text-align: left;
}
.popup.xp table .done .name {
  color: #cace3b;
}
.popup.xp {
  border: 3px solid #cace3b;
  color: #fff;
}

/* POPUP - SCHOLL / SCHOOL */
.popup-background.popup-backgrund-scholl {
  z-index:100000;
}
.popup.scholl{
  transition: width 0.5s linear 0s, height 0.5s linear 0s;
  border:3px solid #5fb6e7;
  color:#fff;
  height:358px;
  width:800px;
}
.popup.scholl.wide-height {
  top:calc(50% + 20px) !important;
  width: 900px;
  height: 600px;
}
.popup.scholl.full-academic {
  height: 95%;
  width: 98%;
  top: calc(50% + 10px) !important;
}
.popup.scholl .fullscreen {
  color: #5fb6e7;
  z-index: 1;
  position: absolute;
  right: 70px;
  top: 14px;
  font-size: 25px;
  cursor: pointer;
}
.popup.scholl.full-academic .stars-top {
  display: none;
}
.popup.scholl.full-academic .popup-card.gray .front {
  max-height: 75vh;
}
.popup.scholl.full-academic .full-slide {
  width: 100%;
  max-width: 100% !important;
}
.popup.scholl.full-academic .jcarousel {
  width: 100%;
}
.popup.scholl.full-academic .tasks .right-scholl {
  height: calc(100% - 110px);
}
.popup.scholl.full-academic .tasks .right-scholl .content {
  height: 100%;
}
.popup.scholl.full-academic .tasks .right-scholl .content .full-slide {
  height: 100%;
}
.popup.scholl.full-academic .tasks .right-scholl .content .full-slide .item-task {
  height: 100%;
}
.popup.scholl.full-academic .tasks .right-scholl .content .full-slide .item-task .questions {
  height: 100%;
}
.popup.scholl.full-academic .tasks .right-scholl .content .full-slide .review-tasks {
  height: 100%;
}
.popup.scholl.full-academic .tasks .right-scholl .content .full-slide .review-tasks > div{
  height: 100%;
}
/* .popup.scholl.full-academic .tasks .right-scholl .content .full-slide .review-tasks > div .questions {
  height: 100%;
} */


.popup.scholl .classes .list-teams,
.popup.scholl .classes .list-teams .full-height,
.popup.scholl .classes .container-teams,
.popup.scholl .teams,
.popup.scholl .teams .list-schools,
.popup.scholl .teams .list-schools .full-height,
.popup.scholl .teams .container-schools {
  height: 100%;
}

/* .popup.scholl .left-scholls{
  float:left;
  width:50%;
  padding-top:20px;
  position:relative;
} */
.popup.scholl .right-scholl .popup-content{
  max-height: none;
  height: 100%;
}
.popup.scholl .team.loading-inline{
  padding-top:100px;
}
/* CARD */
.popup.scholl .popup-card.gray .front{
  background-color:#fff;
  padding:15px;
  border-radius:15px;
  color:#000;
  min-height: 330px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: auto;
  max-height: 60vh;
  overflow-x: hidden;
  justify-content: center;
}
.popup.scholl .popup-card.gray .front img{
  display:block;
  width: 100%;
}
/* .popup.scholl .popup-card.gray .front .cover {
  display: block;
  width: 100%;
  height: 110px;
  background-position: center;
  background-repeat: no-repeat;
} */
.popup.scholl .popup-card.gray .front .info{
  width:30px;
  height:30px;
  margin-top:-10px;
  margin-right:-10px;
  background:url('../img/ativo_passivo_icon/info.svg') no-repeat center center;
  background-size:100% 100%;
  cursor: pointer;
}
.popup.scholl .popup-card.gray .front .description{
  padding:10px 0;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
}
.popup.scholl .popup-card.gray .front .description h3{
  padding:10px;
}
.popup.scholl .popup-card.gray .front .description p{
  padding:10px;
}
/* TABS */
.popup.scholl .popup-tabs{
  display:flex;
  flex-direction:column;
  height: 100%;
}
.space-loading-school {
  height: 100px;
}
.popup.scholl .popup-tabs .tabs{
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
.popup.scholl .popup-tabs .tabs .tab{
  border-color:#61b7e8;
  flex: auto;
}
.popup.scholl .popup-tabs .tabs .tab.selected{
  border-bottom-color:rba(0,0,0,0);
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  --balloon-text-color:rgba(0,0,0,0);
  border-bottom:none;
}
.popup.scholl .right-scholl .popup-tabs .popup-content{
  max-height: 508px;
  overflow: auto;
  margin-right: 0px;
  padding-right: 10px;
}
.classes .empty-classes img {
  height: 90px;
  margin-top: 90px;
  margin-bottom: 20px;
}
/* CLASSES */
.classes .list-teams .popup-content{
  overflow:visible;
}
/* CIRCUIT */
.circuit{
  margin-top:20px;
  display:inline-block;
  width:100%;
  max-width:100%;
  /* overflow-x:hidden; */
  overflow:visible;
}
.circuit .row{
  margin-bottom:0;
  float:left;
}
.circuit .row:first-child .checkered{
  border-top:2px solid #fff;
}
.circuit .class{
  width:25%;
  height:120px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  float:left;
  border:1px solid #fff;
  cursor:pointer;
  /*margin:0 -1px;*/
  position:relative;
  z-index:500;
  text-align:center;
}
.circuit .class.right{
  float:right;
}
.circuit .class:hover .class-number {
  display: none;
}
.circuit .class .class-number {
  display: block;
}
.circuit .class:hover .info{
  display:block;
  max-height: 65px;
  overflow: auto;
}
.circuit .class .info{
  display: none;
}
.circuit .class img{
  width:60px;
  display:block;
  margin:0 auto 10px;
}
.circuit .class:hover img {
  display: none;
}
.circuit .class .point{
  position:absolute;
  top:-20px;
  left:0;
  right:0;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  z-index:800;
}
.circuit .class .point img{
  width:30px;
  margin:0;
  display:inline-block;
  position:relative;
  z-index:200;
  margin-top:-3px;
  margin-left:-5px;
}
.circuit .class .point span{
  color:#d2a420;
  border:2px solid;
  border-radius:10px;
  padding:1px 5px;
  background-color:#000;
  font-size:10px;
  font-weight:bold;
  margin-left:-7px;
  position:relative;
  z-index:100;
}
.circuit .class.selected{
  border-color: #d2a420;
  border-width: 2px;
  z-index: 1000;
  border-radius: 0;
}
.circuit .class.selected span{
  color:#d2a420;
}
.circuit .class.completed{
  background-color:#cbce38;
}
.circuit .class.completed i{
  color:#000;
}
.circuit .class.locked{
  border-color:#97938a;
  color:#97938a;
}
.circuit .class.locked span{
  color:#97938a;
}
.popup.scholl .video-js button{
  background-color:transparent;
  padding:inherit;
  font-size:inherit;
  border-radius:inherit;
}
.circuit .checkered{
  width:25%;
  border-left:2px solid #fff;
  border-right:2px solid #fff;
  text-align:center;
  padding:10px 0;
  text-align:center;
  background:url('../img/school/checkred.png') repeat;
  background-size:20px;
  float:left;
}
.circuit .checkered.left{
  float:left;
  margin-right:75%;
}
.circuit .checkered.right{
  margin-left:75%;
}
.circuit .checkered.locked{
  color:#97938a;
  opacity:0.5;
}
.circuit .checkered span{
  padding:4px 6px;
  font-size:15px;
  background-color:rgba(0,0,0,0.8);
}
.circuit .class i{
  position:absolute;
  bottom:5px;
  right:5px;
  font-size:23px;
}
.circuit .row:last-child .checkered{
  border-bottom:2px solid #fff;
}
.circuit .radius-bottom-left{
  border-bottom-left-radius:20px;
}
.circuit .radius-top-right{
  border-top-right-radius:20px;
}
.circuit .radius-top-left{
  border-top-left-radius:20px;
}
.circuit .radius-bottom-right{
  border-bottom-right-radius:20px;
}
.circuit .checkered.margin-left-0{
  margin-left:0;
  margin-right:75%;
}
.circuit .checkered.margin-left-25{
  margin-left:25%;
  margin-right:50%;
}
.circuit .checkered.margin-left-50{
  margin-left:50%;
  margin-right:25%;
}
.circuit .checkered.margin-left-75{
  margin-left:75%;
  margin-right:0;
}
.circuit [aria-label][data-balloon-pos][data-balloon-pos="up"]:before,
[aria-label][data-balloon-pos][data-balloon-pos="up"]:after{
  transform:none;
  transition:none;
}
.circuit span{
  color:#fff;
}
.circuit .completed span{
  color:#000;
}
.circuit .linear-progress{
  background-color:rgba(255,255,255,0.5);
  position: absolute;
  bottom: 10%;
  width:50%;
  margin-bottom:0;
  position: absolute;
  bottom: 10%;
}
.circuit .selected .linear-progress{
  background-color:rgba(249,183,56,0.5);
}
.circuit .selected .linear-progress div{
  background-color:rgb(249,183,56);
}

/* No class available */
.zero-classes{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px;
}
.zero-classes img{
  width: 100px;
  margin-bottom: 20px;
}

/* CLASS */
/* top */
.popup.scholl .box-classes .top-scholl{
  text-align:left;
}
.popup.scholl .box-classes .top-scholl .icon{
  margin-bottom:10px;
  width:150px;
  float:left;
  text-align:left;
  height: 100px;
}
.popup.scholl .box-classes .top-scholl .icon img {
  border-radius: 17px 0 0;
  object-fit: contain;
  height: 100%;
}
.popup.scholl .box-classes .top-scholl .icon.default {
  padding-top: 15px;
  padding-left: 15px;
}
.popup.scholl .box-classes .top-scholl .icon.default img{
  border-radius: none;
}
.popup.scholl .box-classes .top-scholl .info{
  float:left;
  padding-top:20px;
  margin-left:30px;
  width: calc(100% - 230px);
}
.popup.scholl .box-classes .top-scholl .info h3{
  margin-bottom:20px;
  font-size:12px;
  font-weight:normal;
  max-height: 57px;
  overflow: hidden;
}
.popup.scholl .box-classes .top-scholl .info h4{
  margin-top:5px;
  margin-bottom:5px;
}
/* left */
.popup .tasks {
  height: 100%;
}
.popup.scholl .box-classes .left-scholl {
  width: 170px;
  margin: 0 10px 0 0;
  height: calc(100% - 109px);
  overflow: auto;
  border-bottom-left-radius: 20px;
  clear: both;
}
.popup.scholl .box-classes .left-scholl ul{
  list-style:none;
  width:150px;
}
.popup.scholl .box-classes .left-scholl ul li{
  padding:10px 35px 10px 40px;
  position:relative;
  cursor:pointer;
  border-top-right-radius:20px;
  border-bottom-right-radius:20px;
  transition:background .5s;
}
.popup.scholl .box-classes .left-scholl ul li:hover{
  opacity:0.5;
}
.popup.scholl .box-classes .left-scholl ul li span{
  width:18px;
  height:18px;
  border:3px solid red;
  position:absolute;
  left:15px;
  top:32px;
  border-radius:100%;
  transition:background .5s;
}
.popup.scholl .box-classes .left-scholl ul li p{
  text-align:left;
  margin-left:10px;
}
.popup.scholl .box-classes .left-scholl ul li .linear-progress{
  margin-left:8px;
  margin-top:5px;
}
/* selected */
.popup.scholl .box-classes .left-scholl ul li.selected{
  background-color:#fff;
}
.popup.scholl .box-classes .left-scholl ul li.selected:hover{
  opacity:1;
}
.popup.scholl .top-scholl .info .linear-progress{
  max-width:150px;  
}
.linear-progress{
  height:7px;
  border:none;
  border-radius:10px;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: rgba(255,255,255,0.5);
}
.linear-progress div{
  position: absolute;
  top: 1px;
  left: 0;
  bottom: 1px;
  border-radius: 10px;
  background-color:#fff;
  transition:width 1s;
}
.linear-progress.green{
  background-color:rgba(50, 186, 124, 0.5);
}
.linear-progress.green div{
  background-color:rgb(50, 186, 124);
}
.tasks-count {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 3px;
  text-align: right;
}

.container-schools .list-teams .linear-progress{
  margin:5px auto 0;
  width:70%;
}

/* classitem blocked */
.popup.scholl .box-classes .left-scholl ul li.blocked div,
.popup.scholl .box-classes .left-scholl ul li.blocked span {
  opacity: 0.5;
}
/* .popup.scholl .box-classes .left-scholl ul li.blocked[disabled] {
  pointer-events: none;
} */
.popup.scholl .box-classes .left-scholl ul li.blocked:hover {
  opacity: 1;
}
.popup.scholl .box-classes .left-scholl ul li.blocked .blocked-item {
  position: absolute;
  color: #fff;
  font-size: 40px;
  top: 25%;
  right: 38%;
  z-index: 2;
}

/* video */
.popup.scholl .box-classes .left-scholl ul li.video{
  color:#24b1b8;
}
.popup.scholl .box-classes .left-scholl ul li.video span{
  border-color:#24b1b8;
  top:24px;
}
.popup.scholl .box-classes .left-scholl ul li.video.completed span{
  background-color:#24b1b8;
}
.popup.scholl .box-classes .left-scholl ul li.video .linear-progress{
  background-color:rgba(36,177,184,0.5);
}
.popup.scholl .box-classes .left-scholl ul li.video .linear-progress div{
  background-color:rgb(36,177,184);
}
/* ebook */
.popup.scholl .box-classes .left-scholl ul li.ebook{
  color:#f9b738;
}
.popup.scholl .box-classes .left-scholl ul li.ebook span{
  border-color:#f9b738;top:32px;
}
.popup.scholl .box-classes .left-scholl ul li.ebook.completed span{
  background-color:#f9b738;
}
.popup.scholl .box-classes .left-scholl ul li.ebook .linear-progress{
  background-color:rgba(249,183,56,0.5);
}
.popup.scholl .box-classes .left-scholl ul li.ebook .linear-progress div{
  background-color:rgba(249,183,56);
}
/* stream */
.popup.scholl .box-classes .left-scholl ul li.stream{
  color:#26b1b6;
}
.popup.scholl .box-classes .left-scholl ul li.stream span{
  border-color:#26b1b6;
  top:24px;
}
.popup.scholl .box-classes .left-scholl ul li.stream.completed span{
  background-color:#26b1b6;
}
.popup.scholl .box-classes .left-scholl ul li.stream .linear-progress{
  background-color:rgba(38,177,182,0.5);
}
.popup.scholl .box-classes .left-scholl ul li.stream .linear-progress div{
  background-color:rgb(38,177,182);
}
/* task */
.popup.scholl .box-classes .left-scholl ul li.task {
  color:#ea97b8;
}
.popup.scholl .box-classes .left-scholl ul li.task span{
  border-color:#ea97b8;
  top:24px;
}
.popup.scholl .box-classes .left-scholl ul li.task.completed span{
  background-color:#ea97b8;
}
.popup.scholl .box-classes .left-scholl ul li.task .linear-progress{
  background-color:#ea97b8;
}
.popup.scholl .box-classes .left-scholl ul li.task .linear-progress{
  background-color:rgba(234, 151, 184, 0.5);
}
.popup.scholl .box-classes .left-scholl ul li.task .linear-progress div{
  background-color:rgb(234, 151, 184);
}
.popup.scholl .tasks .content-pdf {
  position: relative;
  height: 441px;
}
/* test */
.popup.scholl .box-classes .left-scholl ul li.test{
  color:#cdcf5a;
}
.popup.scholl .box-classes .left-scholl ul li.test span{
  border-color:#cdcf5a;
  top:53px;
}
.popup.scholl .box-classes .left-scholl ul li.test.completed span{
  background-color:#cdcf5a;
}
.popup.scholl .box-classes .left-scholl ul li.test .linear-progress{
  background-color:#cdcf5a;
}
.popup.scholl .tasks .content .task {
  text-align: center;
  max-width: 75%;
  margin: auto;
}
.popup.scholl .tasks .content .task.large {
  max-width: 100%;
}
/* .popup.scholl .tasks .content .task .item-task {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.popup.scholl .tasks .content .task .item-task > div {
  flex: 50%;
} */
.popup.scholl .tasks .content .validate-answers {
  background-color: #24b1b8;
  position: fixed;
  right: 0;
  bottom: 0;
  border-bottom-right-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  height: 100px;
  width: calc(100% - 170px);
}
.popup.scholl .tasks .content .validate-answers.right-answer {
  background-color: #c1e060;
}
.popup.scholl .tasks .content .validate-answers.wrong-answer {
  background-color: #f27474;
}
.popup.scholl .tasks .content .validate-answers p {
  display: flex;
  align-items: center;
}
.popup.scholl .tasks .content .validate-answers i {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: white;
  color: #24b1b8;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  float: left;
}
.popup.scholl .tasks .content .validate-answers .validate-success i {
  color: #a5c150;
}
.popup.scholl .tasks .content .validate-answers .validate-error i {
  color: red;
}
.popup.scholl .tasks .content .validate-answers span {
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.popup.scholl .tasks .content .validate-answers .validate-success span {
  color: #59730b;
}
.popup.scholl .tasks .content .validate-answers .validate-error span {
  color: #fff;
  max-width: 85%;
}
.popup.scholl .tasks .content .validate-answers button {
  width: auto;
  background-color: #fff;
  color: #000;
}
.popup.scholl .tasks .content .validate-answers .validate-error button {
  color: red;
}
.popup.scholl .tasks .content .item-task .content-questions {
  display: flex;
  align-items: center;
}
.popup.scholl .tasks .content .task .item-task .content-questions .photo {
  margin-top: 30px;
  margin-right: 30px;
  flex: 30%;
  width: 30%;
  max-width: 30%;
}
.popup.scholl .tasks .content .task .item-task .content-questions .questions {
  flex: 70% !important;
  width: 70%;
  max-width: 70%;
}
/* .popup.scholl .tasks .content .task .item-task .photo.multiple-choice {
  float: left;
  width: 50%;
} */
.popup.scholl .tasks .content .task h3 {
  font-size: 18px;
}
.popup.scholl .tasks .content .task p {
  font-size: 14px;
}
.popup.scholl .tasks .content .task button {
  width: auto;
  margin-top: 30px;
}
.popup.scholl .task-start {
  text-align: center;
  max-width: 80%;
  margin: auto;
}
.popup.scholl .task-start p {
  text-align: justify;
}
.popup.scholl .task-start button {
  margin-top: 30px;
}
/* right */
.video-js {
  max-width:100%;
}
.popup.scholl .video-js {
  width:100%;
}
.popup.scholl button.vjs-play-control.vjs-control.vjs-button {
  font-size: 17px;
}
.popup.scholl .box-classes .right-scholl {
  width:calc(100% - 190px);
  margin-right:10px;
  text-align:left;
  font-weight:normal;
  overflow:auto;
  padding:0 10px 0 0;
  height: calc(100% - 120px);
  position: relative;
}
.popup.scholl .box-classes .right-scholl .content {
  width:100%;
  float:left;
  /* padding-right:10px; */
}
/* video */
.popup.scholl .box-classes .right-scholl .video h2 {
  margin-bottom:10px;
} 
/* Imagens */
.popup.scholl .box-classes .right-scholl .class-item-image {
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.popup.scholl .box-classes .right-scholl .class-item-image img {
  object-fit: contain;
  max-height: 100%;
}
/* task */
.popup.scholl .box-classes .right-scholl .content h2 {
  margin-bottom:10px;
  font-weight:normal;
}
.popup.scholl .box-classes .right-scholl .content h3 {
  margin-bottom:20px;
  font-weight:normal;
}
.popup.scholl .box-classes .right-scholl textarea {
  background-color:transparent;
  border:1px solid #fff;
  border-radius:10px;
  resize:none;
  width:100%;
  height:150px;
  color:#fff;
  padding:20px;
}
.popup.scholl .box-classes .right-scholl .send {
  background-color:#fff;
  border:none;
  text-transform:uppercase;
  padding:10px 15px;
  border-radius:20px;
  margin-top:10px;
  cursor:pointer;
}

.popup.scholl .box-classes .right-scholl .questions {
  list-style: none;
  margin: 0;
  flex: 100% !important;
}

.popup.scholl .box-classes .right-scholl .questions label{
  transition:all .5s;
  background-color:#fff;
  color:rgba(0,0,0,0.9);
  border-radius:20px;
  padding:10px 13px;
  margin-bottom:5px;
  cursor:pointer;
  display:inline-block;
  width:100%;
  text-align: left;
}
.popup.scholl .box-classes .right-scholl .questions label.active {
  background-color:#24b1b8;
  color:#fff;
}
.popup.scholl .box-classes .right-scholl .questions label.wrong-answer,
.popup.scholl .box-classes .right-scholl .questions .tasks-images  label.wrong-answer {
  background-color:#f27474;
}
.popup.scholl .box-classes .right-scholl .questions label[disabled] {
  pointer-events: none;
}
.popup.scholl .box-classes .right-scholl .questions label.correct-answer,
.popup.scholl .box-classes .right-scholl .questions .tasks-images  label.correct-answer {
  background-color: #a5dc86;
}
.popup.scholl .box-classes .right-scholl .questions .tasks-images  {
  float: left;
  padding: 0 5px;
  margin-bottom: 20px;
}
.popup.scholl .box-classes .right-scholl .questions .tasks-images  label {
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 14px;
  border: 2px solid #2fbaea;
  height: 100%;
  transition: .3s all;
}
.popup.scholl .box-classes .right-scholl .questions .tasks-images  label.active {
  border-width: 6px;
  color: #000;
  padding: 10px;
}
.popup.scholl .box-classes .right-scholl .questions .tasks-images  label.disable {
  border-color: gray;
  opacity: .5;
}
.popup.scholl .box-classes .right-scholl .questions .tasks-images  label input {
  display: none;
}
.popup.scholl .viewers i {
  font-size: 20px;
  color: #fff;
  margin-right: 5px;
  margin-top: 10px;
}
.popup.scholl .viewers span {
  position: relative;
  top: -1px;
}
/* comments */
.popup.scholl .box-classes .right-scholl .comments{
  height:100%;
  width:25%;
  float:left;
  overflow:auto;
  padding-right:10px;
  padding-left:10px;
}
.popup.scholl .box-classes .right-scholl .comments .search{
  position:relative;
}
.popup.scholl .box-classes .right-scholl .comments .search i{
  position:absolute;
  top:5px;
  left:7px;
  color:#000;
  z-index:100;
}
.popup.scholl .box-classes .right-scholl .comments .search input{
  border-radius:25px;
  border:none;
  width:100%;
  padding:5px 5px 5px 26px;
  margin-bottom:15px;
}
.popup.scholl .box-classes .right-scholl .comments > p{
  margin-bottom:10px;
}
.popup.scholl .box-classes .right-scholl .comments > p i{
  margin-right:5px;
  position:relative;
  top:-1px;
}
.popup.scholl .box-classes .right-scholl .comments ul{
  list-style:none;
}
.popup.scholl .box-classes .right-scholl .comments ul li{
  display:inline-block;
  margin-bottom:10px;
  border-bottom:1px solid #c6c5c1;
  padding-bottom:10px;
}
.popup.scholl .box-classes .right-scholl .comments ul li:first-child{
  padding-bottom:15px;
}
.popup.scholl .box-classes .right-scholl .comments ul li:last-child{
  border-bottom:none;
}
.popup.scholl .box-classes .right-scholl .comments ul li:first-child input{
  background:none;
  border:none;
  float:left;
  width:calc(100% - 30px);
  margin-left:5px;
  margin-top:3px;
  color:#fff;
}
.popup.scholl .box-classes .right-scholl .comments ul li img.avatar{
  float:left;
  width:20px;
}
.popup.scholl .box-classes .right-scholl .comments ul li .comment-right{
  float:left;
  width:calc(100% - 20px);
  padding-left:5px;
  padding-top:3px;
}
.popup.scholl .box-classes .right-scholl .comments ul li .comment-right span{
  font-style:italic;
  font-weight:100;
  font-size:11px;
  display:block;
}
.popup.scholl .box-classes .right-scholl .comments ul li .comment-right hr{
  width:30px;
  margin:5px 0 5px;
  border-color:#cbcbcd;
  background-color:#cbcbcd;
}
.popup.scholl .box-classes .right-scholl .comments ul li .comment-right p{
  font-size:12px;
  margin-bottom:5px;
}
.popup.scholl .box-classes .right-scholl .comments ul li .comment-right div.answer{
  font-size:12px;
  cursor:pointer;
  display:inline-block;
}
.popup.scholl .box-classes .right-scholl .comments ul li .comment-right div.answer p{
  margin-top:3px;
  margin-left:7px;
}
.popup.scholl .box-classes .right-scholl .comments ul li .comment-right div.answer i{
  margin-left:5px;
  margin-top:5px;
}
.popup.scholl .box-classes .right-scholl .comments ul li .comment-right div.answer > *{
  float:left;
}

.popup .scholls .empty {
  padding-top: 30px;
}
.plan-not-have {
  padding-top: 150px;
}
.plan-not-have i {
  font-size: 60px;
  opacity: 0.3;
}
.tooltip-red {
  --balloon-color: red;
}
.tooltip-yellow {
  --balloon-color: #e5a21d;
}
.tooltip-big-text {
  --balloon-font-size: 20px;
}

.tooltip-slide {
  --balloon-move: 30px;
}
.popup .popup-content-winner .certificates.isEducator .title-sub-left button {
  float: right;
  margin: 32px;
  font-size: 12px;
  border: 2px dashed #fff;
  background: none;
  position: absolute;
  right: 0;
  top: 31px;
}
.popup .popup-content-winner .certificates.isEducator .scholl-title,
.popup .popup-content-winner .certificates.isEducator .scholl-subtitle {
  text-align: left;
  padding-left: 40px;
}
.popup .popup-content-winner .certificates.isEducator .scholl-subtitle {
  float: left;
}
.popup .popup-content-winner .certificates.isEducator .title-sub-left {
  display: inline-block;
  width: 100%;
}
.popup .popup-content-winner .certificates .popup-content .item-school {
  width: 50%;
  float: left;
  padding: 20px;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  border-radius: 8px;
}
.popup .popup-content-winner .certificates{
  min-height: 271px;
}
/* .popup .popup-content-winner .certificates::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 271px;
  background-color: #fbb100;
  top: 0px;
  right: 20px;
} */
.popup .popup-content-winner .certificates img {
  width: 50px;
  margin: 3px;
  margin-bottom: 18px;
}
.popup.scholl .right-scholls {
  /* Comentado para deixar as escolas ocupando todo o espaço do popup
  float: right;
  width: 50%;
  position: relative; */
  padding-top: 20px;
}
.popup .box-classes {
  position: relative;
  width: 100%;
  display: inline-block;
  height: 100%;
}
/* .popup.scholl .box-classes .right-scholl button {
  background: none;
  border: 2px dashed #fff;
  width: auto;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
} */
/* .popup.scholl .box-classes .right-scholl .item-module button {
  position: absolute;
  font-size: 12px;
  padding: 5px;
  top: -18px;
  right: 41px;
  border-width: 1px;
  background-color: #000;
} */
/*.popup.scholl .box-classes .left-scholl {
  margin: 0;
  width: 55%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  position: relative;
  text-align: left;
}*/
.popup.scholl .box-classes .bar-class {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  font-size: 14px;
}
.popup.scholl .box-classes .left-scholl iframe,
.popup.add-classes-school iframe,
.popup.scholl .box-classes .left-scholl object {
  width: 100%;
  height: 100%;
}
.popup.scholl .box-classes .left-scholl .box-class-preview {
  height: 250px;
}
/* .popup.scholl .box-classes .placeholder-class small {
    position: absolute;
    top: 35px;
    font-size: 10px;
}
.popup.scholl .box-classes .placeholder-class small i {
    float: left;
} */
.list-class .placeholder-extra small,
.list-class .placeholder-class small {
  margin-right: 15px;
  font-size: 10px;
}
.popup.scholl .box-classes .bar-class img {
  height: 16px;
  float: left;
  margin-right: 10px;
}
.popup.scholl .box-classes .bar-class .right {
  width: 160px;
  text-align: right;
}
.popup.scholl .box-classes .bar-class p {
  text-align: left;
}
/*.popup.scholl .box-classes .right-scholl {
  padding: 0;
  width: 45%;
}*/
.popup.scholl .box-classes .right-scholl.full {
  width: 100%;
}
.popup .loading-inline {
  padding-top: 50px;
  position: relative;
  text-align: center;
}
.popup.scholl .right-scholls .loading-inline,
.popup.scholl .container-schools .loading-inline,
.popup.scholl .container-teams .loading-inline {
  margin-top: 50px;
}
.popup.scholl .stars img {
  height: 20px;
  margin: 5px;
}
.popup.scholl .scholl-title {
  font-size: 18px;
  padding-top: 45px;
}
.popup small {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  opacity: 0.8;
}
.popup.scholl .left-scholl {
  width: 30%;
  float: left;
  margin-top: -13px;
  margin-left: -10px;
}
.popup.professional .left-professional {
  width: 33.3%;
  float: left;
}
.popup.professional .right-professional {
  width: 66.66%;
  float: left;
  color: #fff;
  padding-top: 40px;
  padding-right: 20px;
}
.popup .tabs {
  width: 100%;
  color: #fff;
}
.popup .tabs .tab {
  border-bottom: 2px solid #fff;
  float: left;
  padding-bottom: 5px;
  padding-top: 5px;
  cursor: pointer;
}
.popup .tabs .tab img {
  height: 15px;
}
.popup .box {
  display: inline-table;
  width: 33.33%;
  padding: 5px;
}
.popup .biulds .build {
  border: 2px solid #cace3b;
  border-radius: 10px;
  padding: 8px;
  height: 135px;
  cursor: pointer;
  display: table-cell;
  vertical-align: bottom;
}
.popup .biulds .build .description {
  font-size: 14px;
  opacity: 0.8;
}
.popup .biulds .build img {
  width: 50%;
}
.popup .tabs .tab.selected {
  border: 2px solid #fff;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-top: -2px;
  color: #fff;
}
.popup .tabs .tab.tab-33 {
  width: 33.33%;
}
.popup .tabs .tab.tab-50 {
  width: 50%;
}
.popup .tabs .tab.tab-25 {
  width: 25%;
}
.popup.professional .tabs {
  color: #f49b56;
}
.popup.professional .tabs .tab {
  border-bottom-color: #f49b56;
}
.popup.professional .tabs .tab.selected {
  border: 2px solid #f49b56;
  border-bottom-color: rgba(0, 0, 0, 0);
}
.popup .card-content .info-avatar .marker-user-avatar {
  width: 50px;
  height: 50px;
  position: initial;
  margin: auto;
  margin-top: -10px;
}
.popup.ground-build {
  min-height: 415px;
}
.popup.green .tabs .tab {
  border-bottom-color: #cace3b;
  color: #cace3b;
}
.popup.yellow .tabs .tab {
  border-bottom-color: #fddc1f;
  color: #fddc1f;
}
.popup.build-hospital .empty,
.popup.build-shop .empty {
  padding: 40px;
  opacity: 0.5;
  padding-top: 20px;
}
.popup.build-hospital .empty i,
.popup.build-shop .empty i {
  font-size: 80px;
  margin-bottom: 20px;
}
.employee-item {
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.employee-item h2 {
  font-size: 16px;
  transform: translateY(-50%);
  margin-top: 25px;
}
.employee-item span {
  font-size: 11px;
  background-color: #fcc107;
  color: #000;
  padding: 1px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
}
.employee-item small {
  display: block;
}
.employee-item .marker-bot {
  position: absolute;
  background-color: red;
  color: #fff;
  border-radius: 7px;
  font-size: 12px;
  padding: 2px;
  padding-left: 5px;
  padding-right: 5px;
  left: 10px;
  margin-top: 35px;
}
.employee-item .player {
  float: left;
  margin-right: 10px;
}
.gray-like{
  filter: grayscale(100%);
}
.gray-like[disabled]{
  filter: grayscale(0);
  pointer-events: none;
}
.popup.warehouse .thetitle {
  margin-bottom: 20px;
}
.popup.warehouse .popup-content {
  max-height: 300px;
}
.popup.warehouse .shopping .shop-item button {
  font-size: 12px;
}
.item-table {
  width: 100%;
  text-align: left;
}
.item-table img {
  float: left;
  width: 100px;
  margin-right: 10px;
}
.popup.warehouse .shopping .shop-item button[disabled],
.shopping .shop-item img.add[disabled],
.shopping .shop-item img.remove[disabled] {
  pointer-events: none;
}
.shopping .shop-item .capacity {
  margin-top: 10px;
}
.shopping .shop-item {
  width: 46%;
  float: left;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 12px;
  margin: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.shopping .shop-item img.add,
.shopping .shop-item img.remove {
  width: 25px;
  cursor: pointer;
  margin: 0;
}
.shopping .shop-item .qnt {
  font-size: 37px;
  font-weight: bold;
  padding: 10px;
}
.popup.build-hospital .plans {
}
.popup.build-hospital .plans .plan-item {
  width: 33.33%;
  float: left;
  padding: 5px;
  border: 1px solid #91c1d5;
  border-radius: 12px;
  margin: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.popup.build-hospital .plans .plan-item.contracted {
  background-color: #fff;
  color: #000;
}
.popup.build-hospital .plans .plan-item h2 {
  font-size: 15px;
}
.shopping .shop-item h2 {
  font-size: 16px;
}
.popup.build-hospital .plans .plan-item img {
  width: 70%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.shopping .shop-item img {
  width: 42%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.shopping .shop-item .value {
  font-size: 20px;
  background-color: #ad581f;
  padding: 4px;
  font-weight: bold;
}
.popup.build-hospital .plans .plan-item p {
  font-size: 12px;
}
.shopping .shop-item p {
  font-size: 12px;
}
.popup.build-hospital .plans .plan-item button {
  margin-top: 10px;
  background-color: #91c1d5;
  color: #000;
  position: relative;
}
.shopping .shop-item button {
  margin-top: 10px;
  background-color: #87b726;
  color: #000;
  position: relative;
}
.popup.build-hospital .plans .plan-item.contracted button {
  background-color: #d12827;
  color: #fff;
}
.popup.blue2 .tabs .tab {
  border-bottom-color: #91c1d5;
  color: #91c1d5;
}
.popup.pink .tabs .tab {
  border-bottom-color: #e583b4;
  color: #e583b4;
}
.popup.green .tabs .tab.selected {
  border: 2px solid #cace3b;
  border-bottom-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.popup.yellow .tabs .tab.selected {
  border: 2px solid #fddc1f;
  border-bottom-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.popup.blue2 .tabs .tab.selected {
  border: 2px solid #91c1d5;
  border-bottom-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.popup.pink .tabs .tab.selected {
  border: 2px solid #e583b4;
  border-bottom-color: rgba(0, 0, 0, 0);
  color: #fff;
}
input[type='range'] {
  width: 100%; /* Specific width is required for Firefox. */
}
input[type='range'] {
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 15px;
  border-radius: 10px;
}
input[type='range'].dark {
  background-color: rgba(0, 0, 0, 0.3);
}
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #fddc1f;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: -2px;
}
.box-select {
  padding-left: 10px;
  padding-right: 10px;
  width: 75%;
  margin-top: -7px;
  text-align: left;
}
.current-employee .box-select {
  margin-top: -10px;
}
.box-select-left {
  padding-left: 10px;
  padding-right: 10px;
  width: 31%;
  margin-top: -7px;
  text-align: left;
}
.box-select-left.more {
  width: 44%;
}
select {
  -webkit-appearance: none; /* Remove estilo padrão do Chrome */
  -moz-appearance: none; /* Remove estilo padrão do FireFox */
  appearance: none; /* Remove estilo padrão do FireFox*/
  background: url(../img/Profissional/down.svg) no-repeat transparent; /* Imagem de fundo (Seta) */
  background-position: 98% center; /*Posição da imagem do background*/
  background-size: 25px;
  width: 100%; /* Tamanho do select, maior que o tamanho da div "div-select" */
  border: 2px solid #f49b56;
  border-radius: 8px;
  padding: 8px;
  color: #fff;
  background-color: #000;
}
.box-select select,
.box-select-left select {
  padding-left: 40px;
}
.about-price {
  margin-top: 10px;
}
.about-price .left {
  float: left;
}
.about-price .left small {
  display: block;
  text-align: left;
}
.about-price .right {
  float: right;
}
.about-price .right small {
  display: block;
  text-align: right;
}
.about-price .center {
  text-align: center;
}
.popup .popup-tabs .popup-content {
  margin-left: 0;
  margin-right: 0;
  max-height: 300px;
}
.popup .loading.fix {
  position: relative;
}
.popup .loading.fix .spinner {
  display: inline-block;
}
.popup .btn-loading {
  margin: auto;
}
.popup .loading .spinner {
  margin-bottom: 100px;
}
.popup.ground-build .popup-tabs,
.popup.build-city-hall .popup-tabs,
.popup.build-hospital .popup-tabs,
.popup.build-shop .popup-tabs,
.popup.build-home .popup-tabs {
  float: right;
  width: calc(100% - 250px);
  padding-top: 50px;
  padding-right: 20px;
}
.popup.professional .line {
  padding: 10px;
}
.popup.professional .line.line-first {
  padding-top: 30px;
}
.popup.professional .popup-content {
  margin-left: 0;
  margin-right: 0;
}
.popup.professional .popup-content::-webkit-scrollbar-thumb {
  background: #f49b56;
}
.popup.blue2 .popup-content::-webkit-scrollbar-thumb {
  background: #91c1d5;
}
.popup.blue .popup-content::-webkit-scrollbar-thumb {
  background: #91c1d5;
}
.popup.pink .popup-content::-webkit-scrollbar-thumb {
  background: #e583b4;
}
.popup .box-left-50 {
  float: left;
  width: 50%;
  text-align: left;
}
.popup .box-left-100 {
  float: left;
  width: 100%;
  text-align: left;
}
.popup .box-left-50 .master,
.popup .box-left-100 .master {
  height: 25px;
  float: left;
}
.popup.professional .box-left-50 label,
.popup.professional .box-left-100 label {
  float: left;
  margin: 5px;
  width: auto;
}
.popup.professional .box-left-50 .box-select,
.popup.professional .box-left-100 .box-select {
  margin-top: 0;
  width: auto;
  padding: 0;
}
.popup.professional .more-left {
  padding: 0 !important;
}
.popup.professional .box-left-50 .box-select div,
.popup.professional .box-left-100 .box-select div {
  padding: 5px;
  float: left;
}
.popup .item-employee {
  border-bottom: 1px solid #f49c57;
  margin-bottom: 10px;
}
.popup.professional .line .item {
  height: 50px;
  width: 50px;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 5px;
  margin-top: -15px;
  margin-left: 10px;
  cursor: pointer;
}
.popup button {
  padding: 10px;
  background-color: #f49c56;
  border-radius: 12px;
  border: none;
  color: #fff;
  font-size: 16px;
}
.popup button.search {
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
.popup.professional .line .item.selected {
  border: 2px solid #f49b56;
}
.popup.professional .line .value {
  margin-left: 20px;
  text-align: left;
}
.popup.professional .line .arrow {
  margin-left: 10px;
  width: 10px;
}
.popup.professional label {
  color: #f49b56;
  width: 92px;
  text-align: right;
}
.popup.professional .description {
  margin: 10px;
  padding-left: 27px;
}

.popup.professional .line img.master {
  height: 25px;
  position: absolute;
  margin: 6px;
  max-width: 25px;
}
.popup.professional .left-professional .front,
.popup.professional .left-professional .back {
  padding-left: 20px;
  padding-bottom: 20px;
}
.popup.professional .left-professional .front .photo {
  border: 2px dashed #fff;
  width: 100px;
  height: 110px;
  padding-top: 30px;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 15px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center 10px;
  background-repeat: no-repeat;
}
.popup.professional .left-professional .front .name {
  font-size: 12px;
}
.popup.scholl .left-scholl .card-content p {
  font-weight: 300;
  margin-top: -10px;
}
.popup.scholl .right-scholl table button {
  background-color: #5fb6e7;
  color: #fff;
  font-size: 12px;
}
.popup.scholl .right-scholl table .subitem1 .td-name {
  padding-left: 25px;
}
.popup.scholl .right-scholl table .subitem2 .td-name {
  padding-left: 40px;
}
.popup.scholl .right-scholl {
  float: right;
  width: 70%;
  height: 100%;
}
.popup.scholl .right-scholl table img {
  width: 20px;
}
.popup.scholl .right-scholl table .td-name img {
  margin-bottom: -8px;
  margin-right: 4px;
}
.popup.scholl .right-scholl table .td-progress img {
  width: 15px;
}
.popup .left-scholl .popup-content {
  padding-right: 19px;
  margin: 10px;
}
.popup.scholl .right-scholls .item-school {
  width: 33.3333%;
  padding: 12px;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  border-radius: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  text-align: center;
  height: 100px;
}
.popup.scholl .right-scholls .item-school .box-item {
  height: 65px;
}
.popup.scholl .right-scholls .popup-content .item-school:hover,
.popup.scholl .right-scholl .item-school.selected {
  background-color: #42b7e9;
}
.popup.scholl .card-content .item-school {
  position: relative;
  font-size: 14px;
  padding: 15px;
}
.popup.scholl .right-scholls .popup-content .item-school .marker,
.popup.scholl .right-scholl .popup-content .item-school .marker,
.popup.scholl .card-content .item-school .marker {
  background-color: #ce171a;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 10;
  right: 4px;
  top: 19px;
  padding-top: 2px;
}
.popup.scholl .right-scholl {
  padding-top: 45px;
  padding-left: 10px;
}
.popup.scholl .right-scholl table tr td {
  padding: 0;
  font-size: 14px;
}
.popup.scholl .right-scholl table tr td.td-status {
  width: 58px;
}
.popup.scholl .right-scholl table tr td.td-name {
  text-align: left;
}
.popup.scholl .right-scholl table tr td.td-winner {
  width: 60px;
}
.popup.scholl .right-scholl table tr td.td-winner div {
  position: absolute;
  font-size: 12px;
  margin-top: 4px;
  text-align: right;
  width: 25px;
}
.popup.scholl .right-scholl table.table-other tr td.td-winner {
  text-align: right;
}
.popup.scholl .right-scholl table tr td.td-progress {
  width: 80px;
}
.popup.scholl .right-scholl .header table {
  border-bottom: 2px solid #42b7e9;
  width: 100%;
}
/* .popup.scholl .left-scholls .popup-content {
  margin-top: 10px;
  height: 236px;
} */
.popup.scholl .right-scholls .popup-content {
  margin-top: 10px;
  height: 240px;
}
.popup.scholl .right-scholl .popup-content,
.popup.scholl .right-scholl .header {
  margin: 0;
  margin-right: 20px;
}
.item-player {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.item-player img {
  float: left;
  height: 40px;
}
.item-player h1 {
  font-size: 16px;
  font-weight: normal;
}
/* .popup.scholl .right-scholl .popup-content {
  height: auto;
  max-height: 330px;
} */
.popup.scholl .classes {
  position: relative;
  height: 100%;
}
.popup.scholl .right-scholls .popup-content img {
  width: 60px;
}
.popup.scholl .right-scholl table img {
  height: 25px;
}
.popup.scholl .right-scholl table .td-winner img {
  width: 12px;
}
.popup-content-center {
  text-align: center;
}
.popup-content-first-class img {
  display: block;
  height: 50px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* .popup.scholl .right-scholl button {
  background-color: #fff;
  padding: 5px;
  border: none;
  border-radius: 6px;
  width: 100%;
  position: relative;
} */
.popup.scholl .right-scholl button.blue,
.popup.scholl .right-scholl button.yellow {
  width: auto;
  padding: 20px;
}
.popup.scholl .right-scholl button.blue {
  background-color: #009fe3;
}
.popup.scholl .right-scholl button.yellow {
  background-color: #fecc53;
  color: #000;
}
.popup.scholl .right-scholl button.blue img,
.popup.scholl .right-scholl button.yellow img {
  margin-right: 20px;
}
/*.popup.scholl .progress {
  border: 2px solid #fff;
  border-radius: 15px;
  color: #5fb6e7;
  width: 100%;
  padding: 0;
  position: relative;
}
.popup.scholl .tr-done .progress {
  background: #42b7e9;
  border-color: #42b7e9;
}
.popup.scholl .tr-done .progress .value {
  color: #000;
}
.popup.scholl .progress .bar {
  background: #fff;
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  height: 110%;
  width: 0;
  margin-top: -1px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.popup.scholl .tr-done .progress .bar {
  display: none;
  background: #5fb6e7;
}
.popup.scholl .tr-done .td-name {
  color: #5fb6e7;
}
.popup.scholl .progress .value {
  font-size: 14px;
  width: 100%;
  text-align: center;
  position: relative;
}*/
.popup-backgrund-scholl .button-footer {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: 200px;
  padding: 20px;
}
.popup-backgrund-scholl .button-footer button {
  border: 2px dashed #fff;
  border-radius: 12px;
  padding: 10px;
  background: none;
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
}
.popup.xp .popup-content table {
  border-spacing: 0px 10px;
}
.popup.ranking .popup-content table {
  border-spacing: 0px 5px;
  padding-right: 20px;
}
.popup.scholl .popup-content table {
  border-spacing: 0px 5px;
}
.popup.xp table button {
  background-color: #e6067c;
  border-radius: 8px;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  border: none;
  font-weight: 400;
  width: 100%;
  font-size: 15px;
}
.popup.xp table .done button {
  background-color: #cace3b;
  color: rgba(0, 0, 0, 0.8);
}
.popup.xp table .locked-mission {
  color: #e6067c;
  font-size: 30px;
}
.popup.xp table .td-conqueres {
  width: 150px;
}
.popup.xp table .td-btns {
  width: 100px;
  padding-right: 10px;
}
.popup.xp table .td-progress {
  width: 100px;
}
.rotate {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.padding-20 {
  padding: 20px;
}
.popup-card {
  color: #fff;
  position: relative;
  transform-style: preserve-3d;
}
.popup.green .popup-card,
.popup.yellow .popup-card {
  color: #000;
}
.popup-card .front {
  transform-style: preserve-3d;
  transition: all 0.5s ease-out 0s;
  transform: rotateY(0deg);
  top: 0;
  left: 0;
}
.popup-card button {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
}
.popup-card button strong {
  font-size: 20px;
}
.hidden {
  display: none;
}
.popup table .arrow {
  width: 30px;
}
.group-item .name {
  padding-left: 30px;
}
.popup-content table .name img {
  margin-bottom: -7px;
}
.popup-content table .group-item .name img {
  width: 25px;
}
.popup table .arrow img {
  width: 20px;
}
.popup-card .back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  z-index: 0;
  height: 100%;
  width: 100%;
  transform: rotateY(-180deg);
  transition: all 0.5s ease-out 0s;
  position: absolute;
  top: 0;
  left: 0;
}
.popup-card h1 {
  font-size: 18px;
  font-weight: 400;
}
.popup-card h2 {
  font-size: 12px;
  font-weight: 300;
}
.popup-card .card-content {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 30px;
  text-align: center;
  padding-right: 40px;
  transform: translate(-0%, -50%);
}
.area-loading {
  position: relative;
}
.popup-card .spinner:before {
  border: 2px solid #fff;
  border-top-color: #000;
}
.loading-card {
  position: absolute;
  top: 150px;
  text-align: center;
  width: calc(100% - 20px);
}
.popup-card .loading-card .spinner:before {
  top: 0;
}
.loading-card .spinner {
  display: inline-block;
}
.popup.professional .popup-card .card-content {
  left: 0;
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 57px;
}
.popup.professional .popup-card .info {
  top: 47px;
}
.popup-card .build .element {
  height: 100px;
  margin-top: 20px;
  max-width: 100%;
}
.popup-card .build .build-name {
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 2;
  padding: 2px;
  padding-left: 0;
  padding-right: 0;
  border-radius: 12px;
  width: 42%;
  margin-left: 15%;
  font-size: 11px;
  text-align: center;
  margin-top: -59px;
}
.popup-card .build .stars {
  position: absolute;
  width: 100%;
  height: 24px;
  text-align: center;
  margin-top: -12px;
  z-index: 3;
  left: 0;
}
.popup-card .build .stars img {
  height: 100%;
}
.popup-card .card-content .left {
  float: left;
  font-size: 13px;
  font-weight: 300;
}
.popup-card .card-content .price-second {
  text-align: right;
  font-size: 13px;
  font-weight: 800;
}
.popup-card .card-content .resource {
  font-size: 12px;
  font-weight: 300;
}
.popup-card .info {
  position: absolute;
  right: 15px;
  height: 22px;
  top: 13px;
  opacity: 0.7;
  z-index: 4;
}
.popup .popup-card .price {
  font-weight: 800;
  font-size: 19px;
  margin-bottom: 10px;
}
.popup .popup-card {
  width: 200px;
  float: left;
  margin: 35px;
  margin-top: 66px;
  margin-right: 13px;
}
.popup.wide-height .popup-card {
  width: calc(100% - 50px);
}
.popup.professional .popup-card {
  width: 220px;
  margin: 0;
}
.popup .popup-card.ativ {
  width: 200px;
  float: left;
  margin: 35px;
  margin-top: 43px;
  margin-right: 13px;
}
.popup .popup-card .cot-left {
  float: left;
  font-size: 12px;
  text-align: left;
  margin-left: -10px;
}
.popup .popup-card .cot-right {
  float: right;
  font-size: 12px;
  text-align: right;
}
.popup .popup-card .title-cot {
  margin-bottom: 10px;
  font-size: 15px;
}
.popup .popup-card small {
  font-weight: 300;
}
.popup .popup-card .cot-center {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 12px;
  margin-top: -2px;
  margin-left: -6px;
}
.popup .popup-card .graph {
  border-left: 1px dashed #fff;
  border-right: 1px dashed #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-left: -10px;
  margin-top: 10px;
}
.popup .popup-card .graph .bar {
  height: 100%;
  float: left;
  width: 17px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.popup .popup-card .graph .bar .bar-solid {
  position: absolute;
  background-color: #fff;
  bottom: 0;
  width: 100%;
}
.popup .popup-card .map-viwer {
  width: 80%;
  margin: auto;
}
.popup .popup-card .map-viwer .line-map {
  width: 100%;
  display: flex;
  padding-left: 20px;
}
.popup .popup-card .map-viwer .local {
  width: 15px;
  height: 15px;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
}
.popup-content .btn {
  border: 2px dashed #fff;
  display: inline-block;
  padding: 10px;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}
.popup-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 10px;
}
.popup-content table .build img,
.popup-content table .name img {
  width: 30px;
  margin-top: -10px;
  margin-left: 5px;
  margin-right: 5px;
}
.popup-content table .name img {
  width: 25px;
}
.popup-content table .name {
  text-align: left;
}
.popup-content table .price,
.footer table .price {
  color: #8bc34a;
}
.popup-content table .price-negative,
.footer table .price-negative,
.popup.passive .footer table .price,
.popup.passive .popup-content table .price {
  color: #f44336;
}
.popup.active .popup-content table .price,
.popup.active .footer table .price {
  color: #55beee;
}
.popup-content table .icon img {
  width: 25px;
  margin-left: 5px;
}
.popup-content table tr {
  cursor: pointer;
}
.popup-content table tr td.code {
  padding-left: 5px;
}
.popup-content table tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.popup-content table tr.selected td.name {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.popup-content table tr.selected td.price {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.popup-content table tr.selected td.build,
.popup-content table tr.selected td.name,
.popup-content table tr.selected td.price,
.popup-content table tr.selected td.code {
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
}
.footer .name {
  text-align: left;
}
.popup-content table tr.selected td.price {
  color: greenyellow;
}
.popup-content table tr.selected td.price-negative {
  color: #af0a0a;
}
.margin-top10 {
  margin-top: 10px;
}
.popup .popup-card .map-viwer .local.local-used {
  border: 1px solid #fff;
}
.popup .popup-card .map-viwer .local.local-used.local-me {
  background-color: #fff;
}
.popup .popup-card .map-viwer .local.local-used.local-me img {
  width: 90%;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}
::-webkit-scrollbar-thumb {
  background: #fcc230;
}
.popup.active ::-webkit-scrollbar-track {
  background: #0f5271;
}
.popup.passive ::-webkit-scrollbar-track {
  background: #b63e29;
}
.popup.active ::-webkit-scrollbar-thumb {
  background: #6abbea;
}
.popup.passive ::-webkit-scrollbar-thumb {
  background: #ef705a;
}
.popup.xp ::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
}
.popup.xp ::-webkit-scrollbar-thumb,
.popup.green ::-webkit-scrollbar-thumb,
.popup.park ::-webkit-scrollbar-thumb {
  background: #cace3b;
}
.popup.yellow ::-webkit-scrollbar-thumb {
  background: #cace3b;
}
.popup.scholl ::-webkit-scrollbar-thumb {
  background: #5fb6e7;
}
.popup .btn-green{
  background-color:#a5c150;
  color:#000;
  width:100%;
}
.popup .btn-green.save{
  width:auto;
}
.popup .btn-rose{
  background-color:#ed69a3;
  width:100%;
  color:#fff;
}
.popup.invest .btn{
  width:80%;
  margin-top:10px;
  padding-top:7px;
  padding-bottom:7px;
}
.popup.invest .buttons{
  margin-top:-55px;
  margin-right:5px;
}
.popup.invest .buttons button{
  position:relative;
}
.popup button .fa.fa-sort-asc{
  font-size:45px;
  max-height:18px;
  overflow:hidden;
}
.popup button .fa.fa-sort-desc{
  font-size:45px;
  max-height:18px;
  overflow:hidden;
}
.popup button .fa.fa-sort-desc::before{
  position:relative;
  top:-23px;
}
.popup .close {
  color: #e5a21c;
  font-size: 30px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 9px;
  position: absolute;
  right: -6px;
  cursor: pointer;
  z-index: 1;
}
.popup.invest .close{
  right: 2px;
}
.popup.ranking .close {
  right: 9px;
}
.popup.editAvatar p {
  color: #fff;
  margin-bottom: 10px;
}
.popup.editAvatar .close {
  color: #b7afac;
  margin-right: 10px;
}
.circle {
  border-radius: 50%;
}
.popup.editAvatar button {
  background-color: #fff;
  color: #000;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  border-radius: 12px;
  font-size: 18px;
}
.popup.editAvatar button.save {
  background-color: #87b726;
}
.popup.yellow button.save {
  background-color: #fddc1f;
  color: #000;
}
.mark-points {
  text-align: center;
  border: 2px solid #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: auto;
  margin-top: 10px;
}
.mark-points img {
  height: 30px;
  display: block;
  margin: auto;
  margin-top: 5px;
}
.popup button.save.green {
  background-color: #87b726;
}
.popup button.del {
  background-color: #e63232;
}
button.btn-loading {
  position: relative;
  padding-left: 40px;
}
button.btn-loading .spinner {
  position: absolute;
  margin: 9px;
  margin-left: -20px;
}
button.btn-loading .spinner:before {
  border: 2px solid #fff;
  border-top-color: #000;
}
.popup.editAvatar .type {
  display: inline-block;
  margin: 10px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}
.popup.editAvatar .type .masc,
.popup.editAvatar .type .fem {
  width: 120px;
  height: 120px;
  border-radius: 18px;
  /* border: 3px solid #fff; */
  margin-bottom: 10px;
  cursor: pointer;
}
.popup.builds img {
  height: 100px;
  margin: 20px;
}
.user-photo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: cover;
  border: 2px solid #f6d77c;
  float: left;
}
.menu-app {
  position: fixed;
  bottom: -412px;
  left: -400px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 60px;
  border-radius: 50%;
}
.menu-avatar {
  position: relative;
  width: 200px;
  border-radius: 50%;
  background-color: #98d556;
  height: 200px;
  z-index: 20;
}
.popup.editAvatar .menu-avatar {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.popup.editAvatar .menu-avatar img {
  width: 130%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  bottom: 0;
  left: 0;
  margin-left: -15%;
}
.popup.editAvatar .avatar-preview .nickname {
  font-size: 13px;
  font-weight: 300;
}
.popup.editAvatar .avatar-preview .name {
  font-size: 25px;
  color: #f6d77c;
}
.popup.editAvatar .avatar-preview img {
  bottom: 0;
  margin-left: 0;
}
.popup.editAvatar .buttons {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.popup.editAvatar .type-items {
  display: inline-block;
  margin-top: 40px;
  margin-right: 32px;
}
.popup.editAvatar .popup-content.popup-content-items-avatar {
  margin: 0;
  margin-top: 40px;
  margin-right: 39px;
  text-align: left;
  height: 300px;
}
.avatar-preview .about-avatar-title {
  position: absolute;
  width: 160px;
  margin-top: -65px;
}
.popup.editAvatar .popup-content.popup-content-items-avatar .type {
  width: 95px;
  height: 95px;
  border-radius: 6px;
  border: 3px solid #fff;
  margin: 8px;
  cursor: pointer;
}
.popup.editAvatar .popup-content.popup-content-items-avatar .type img {
  width: 100%;
}
.popup.editAvatar .type-items .item {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  float: left;
  margin: 3px;
  cursor: pointer;
}
.popup.editAvatar .type-items .item.selected {
  background-color: #fff;
}
.popup.editAvatar .buttons button {
  margin-left: 5px;
  margin-right: 5px;
}
.avatar-preview {
  float: left;
  width: 180px;
  text-align: center;
  padding-left: 25px;
  color: #fff;
  margin-right: 20px;
  margin-top: 70px;
}
.about-context {
  position: absolute;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center bottom;
  z-index: 9;
  background-color: #009688;
  border-radius: 50%;
  top: -30px;
  left: -30px;
  border: 3px solid#f9b400;
}
.about-context .img-build {
  background-position: center bottom;
  position: absolute;
  height: 150px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 90%;
  bottom: 0;
  border-bottom-left-radius: 44px;
  border-bottom-right-radius: 44px;
}
.popup.active .about-context {
  border: 3px solid#6abbea;
}
.popup.passive .about-context {
  border: 3px solid#f0705a;
}
.popup.patrimonies .about-context {
  border: 3px solid#a289c5;
}
.popup.subpopup {
  background-color: #fff;
  width: 300px;
  border-radius: 15px;
  border: none;
  opacity: 1;
  top: 50%;
}
.popup.subpopup.pyramid-info-charity {
  background-color: rgba(0, 0, 0, 0.8);
  border: 3px solid #e583b4;
  width: 400px;
}
.subpopup.pyramid-info-charity .content {
  padding-top: 50px;
  color: #fff;
}
.subpopup.pyramid-info-charity .place-charity {
  border: 1px solid #fff;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
  display: inline-block;
  width: 90%;
  padding: 15px;
}
.subpopup.pyramid-info-charity .place-charity p {
  margin: 0;
  padding: 5px;
  padding-top: 10px;
}
.subpopup.pyramid-info-charity .place-charity img {
  float: left;
  width: 100px;
  margin-right: 10px;
}
.subpopup.pyramid-info-charity .content button {
  background-color: #e583b4;
}
/* .popup.subpopup.with-onboarding {
  top: 30%;
} */
.popup.subpopup.not-enabled-menu i.fa {
  font-size: 80px;
  opacity: 0.6;
}
.popup.subpopup.not-enabled-menu{
  width: 700px;
  min-height: 390px;
  background-color: rgba(0, 0, 0, 0.4);
}
.popup.subpopup.not-enabled-menu .content-input{
  margin: auto;
  color: #fff;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.4);
  border-radius: 20px;
}
.popup.subpopup.not-enabled-menu .content-input p{
  max-width: 400px;
}
.popup.subpopup.not-enabled-menu .content-input button{
  max-width: 70px;
}
.popup.subpopup.not-enabled-menu .close{
  color: #5fb6e7;
}
.blur-background::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: blur(4px);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  margin: 10px;
}
.business-lock::before{
  background-image: url(/img/empreendedorismo_telabloqueada.png);
}
.finance-lock::before{
  background-image: url(/img/financeiro_telabloqueada.png);
}
.farm-lock::before{
  background-image: url(/img/fazenda_telabloqueada.png);
}
.mining-lock::before{
  background-image: url(/img/mineracao_telabloqueada.png);
}
.popup.subpopup.add-teams-school,
.popup.subpopup.add-modules-school {
  width: 400px;
}
.subpopup img.add,
.subpopup img.remove {
  width: 30px;
  cursor: pointer;
}
.subpopup .header {
  background-color: #cace3b;
  display: flex;
  color: #000;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  min-height: 45px;
}
.btn-help {
  background-color: #ed69a3;
    height: 20px;
    width: 20px;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    border-radius: 50%;
    cursor: pointer;
}
.subpopup.subpopup-red .header,
.subpopup .content button.red {
  background-color: #e63232;
  color: #fff;
}
.subpopup.subpopup-blue .header,
.subpopup.subpopup-blue .content button {
  background-color: #5fb6e7;
  color: #fff;
}
.subpopup .content {
  color: #000;
  padding: 15px;
}
.subpopup .content .qnt {
  font-size: 37px;
  font-weight: bold;
  padding: 10px;
}
.subpopup .content p {
  margin-bottom: 20px;
}
.subpopup .content button {
  margin-top: 20px;
  width: 100%;
}
.mini-map {
  display: inline-block;
  position: relative;
}
.mini-map.mini-map-more-build {
  float: left;
}
.mini-map .line {
  display: block;
  text-align: center;
  width: auto;
  clear: both;
}
.mini-map .area {
  width: 20px;
  height: 20px;
  float: left;
}
.mini-map.mini-map-more-build .area {
  width: 15px;
  height: 15px;
}
.mini-map.mini-map-more-build::after {
  content: '+';
  position: absolute;
  top: 40%;
  font-size: 30px;
  margin-left: 20px;
}
.subpopup .about-build {
  float: right;
  width: 86px;
  margin-right: 23px;
}
.subpopup .about-build p {
  font-size: 12px;
  padding-left: 18px;
}
.subpopup .about-build p img {
  height: 13px;
  position: absolute;
  left: 0;
}
.subpopup .prices {
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.subpopup .prices div {
  float: left;
  width: 50%;
}
.subpopup .prices div.price-ground {
  padding-right: 35px;
}
.mini-map .area.area-ground {
  background-color: #ccc;
  border: 1px solid #fff;
}
.mini-map .area.area-ground.my {
  background-color: #a5c150;
}
.subpopup .content button.cancel {
  background-color: #b6adae;
}
.subpopup .content .block {
  display: block;
  width: 100%;
}
.subpopup .content .block span {
  display: block;
  color: #cace3b;
}
.subpopup .content button {
  background-color: #cace3b;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.message-error {
  background-color: #fc5d5d;
  color: #fff;
  font-size: 14px;
  padding: 5px;
  display: inline-block;
  margin-top: 12px;
}
.subpopup .content button span {
  font-weight: bold;
  font-size: 25px;
}
.subpopup .content button .spinner {
  position: absolute;
  margin-top: 10px;
}
.subpopup .content button .spinner:before {
  border: 2px solid #fff;
  border-top-color: #000;
}
.popup.subpopup .close {
  color: #000;
  margin-right: 10px;
}
.subpopup.class-blocked i.lock {
  font-size: 30px;
  height: 25px;
  margin: 10px;
}
.subpopup.class-blocked i.lock-content {
  font-size: 75px;
}
.subpopup.class-blocked p {
  margin-top: 20px;
}
.subpopup.class-blocked .close {
  color: #fff;
}
.subpopup .header img {
  height: 25px;
  float: left;
  margin: 10px;
}
.subpopup .header p {
  width: 92%;
  position: absolute;
  margin: 12px;
}
.menu-avatar img {
  position: absolute;
  bottom: 61px;
  width: 80%;
  margin-left: 10%;
}
.menu-avatar img.photo {
  border-radius: 50%;
  bottom: 6px;
  margin-left: 2.5%;
  width: 95%;
}
.menu-avatar.menu-build img {
  position: absolute;
  width: 60%;
  bottom: 61px;
  right: 41px;
}
.item-menu {
  position: absolute;
  width: 70px;
  z-index: 10;
  cursor: pointer;
}
.menu-app.over {
  z-index: 99999;
}
.item-menu.scholl {
  top: 100px;
  left: 130px;
}
.item-menu.avatar {
  top: 100px;
  left: 130px;
  background-color: #009688;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
.item-menu.professional,
.item-menu.caixa {
  top: 100px;
  left: 132px;
  width: 60px;
}
.item-menu.consumer,
.item-menu.funcionarios {
  top: 90px;
  left: 140px;
}
.item-menu.finance,
.item-menu.estoques {
  top: 90px;
  left: 137px;
  width: 55px;
}
.item-menu.finance {
  width: 70px;
}
.item-menu.consumer {
  width: 60px;
}
.item-menu.business,
.item-menu.produtos {
  top: 95px;
  left: 133px;
  width: 60px;
}
.mark-user {
  border: 3px solid #1d8673;
  border-radius: 6px;
  position: absolute;
  height: 88%;
  width: 88%;
  left: 6%;
  top: 6%;
}
.marker-user-avatar {
  width: 30%;
  height: 30%;
  background-size: cover;
  background-color: #52b99e;
  border-radius: 50%;
  border: 3px solid #1d8673;
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 2;
}
.ground .marker-user-avatar,
.ground .mark-user  {
  visibility: hidden;
}
.ground:hover .marker-user-avatar,
.ground:hover .mark-user  {
  visibility: visible;
}
.mark-user.marker-user-2 {
  border: 3px solid #ffeb3b;
}
.mark-user.marker-user-2 .marker-user-avatar {
  background-color: #b3ab69;
  border: 3px solid #ffeb3b;
}
.ground .build-name {
  background-color: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 2;
  padding: 4px;
  padding-left: 0;
  padding-right: 0;
  border-radius: 12px;
  width: 70%;
  margin-left: 13%;
  font-size: 14px;
  text-align: center;
  top: 21px;
  visibility: hidden;
}
[aria-label][data-balloon-pos] {
  position: absolute;
}
.ground .stars {
  position: absolute;
  width: 100%;
  height: 24px;
  text-align: center;
  opacity: 0;
  z-index: 15;
  top: -10px;
}
.ground .stars img {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}
.ground:hover .stars img {
  -webkit-transform: rotate(220deg);
  transform: rotate(220deg);
}
.ground:hover .stars {
  opacity: 1;
}
.ground .stars img {
  height: 100%;
}
.ground:hover .build-name {
  visibility: visible;
}
.price-info {
  border-radius: 6px;
  position: absolute;
  height: 70%;
  width: 70%;
  left: 15%;
  top: 15%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-top: 28%;
  opacity: 0.4;
}
.price-info img {
  width: 22px;
  margin-bottom: -4px;
}
.menu-island {
  background-color: rgba(0, 0, 0, 0.75);
  display: inline-block;
  position: absolute;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  z-index: -1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  top: -450px;
  padding-top: 66px;
  max-height: 500px;
  overflow: auto;
}
.menu-island img {
  width: 30px;
}
.menu-island .col-left {
  float: left;
  width: 50%;
}
.menu-island .col-right {
  float: right;
  width: 50%;
}
.menu-island .col-left .info {
  width: 171px;
  display: inline-block;
  margin-bottom: 7px;
  text-align: left;
}
.menu-island .col-left .info .icon-left,
.menu-island .col-right .icon-left {
  float: left;
  width: 60px;
}
.menu-island .col-right .icon-left {
  margin-top: -10px;
}
.menu-island .col-right .info {
  width: 165px;
}
.menu-island .col-left .title,
.menu-island .col-right .title {
  color: #fcc20e;
  font-weight: 300;
  font-size: 16px;
}
.menu-island h1 {
  font-weight: 300;
  color: #fcc20e;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.menu-island h2 {
  color: #fcc20e;
  font-size: 42px;
}
.menu-island .pie {
  width: 150px;
  height: 150px;
  background-image: conic-gradient(#b9b5a8 0%, transparent 0%, transparent);
  border-radius: 50%;
  margin: auto;
  border: 2px solid #fcc20e;
  margin-bottom: 20px;
}
.box-message .pie {
  width: 25px;
  height: 25px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #aeaeae;
  margin-bottom: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -18px;
}
.menu-island .more-time {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 10px;
}
.pointer {
  cursor: pointer;
}
.menu-island .col-left .value {
  font-size: 20px;
}
.menu-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.menu-island .footer {
  display: inline-block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  margin-bottom: -4px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 10px;
}
.menu-island .footer img {
  position: absolute;
  width: 25px;
  margin-left: -31px;
  margin-top: -5px;
}
.menu-island .footer .col img {
  width: 46px;
  margin-left: -50px;
  margin-top: -8px;
}
.menu-island .footer .col {
  text-align: center;
  cursor: pointer;
}
.menu-island .footer .col-left,
.menu-island .footer .col-right {
  cursor: pointer;
  padding-left: 20px;
  font-size: 14px;
}
.menu-island.map-viwer {
  width: 80%;
  margin: auto;
}
.menu-island .map-viwer .line-map {
  width: 100%;
  display: flex;
  max-width: 210px;
  margin: 0;
  padding: 0;
}
.menu-island .map-viwer .local {
  width: 30px;
  height: 30px;
  float: left;
  margin-left: -1px;
  margin-top: -1px;
}
.menu-island .map-viwer .local.local-used {
  border: 2px solid #fff;
  background-color: #b6adae;
}
.menu-island .map-viwer .local.governo,
.menu-island .legend .local.governo {
  background-color: #ffffff;
}
.menu-island .map-viwer .local.agro,
.menu-island .legend .local.agro {
  background-color: #c3d232;
}
.menu-island .map-viwer .local.comercial,
.menu-island .legend .local.comercial {
  background-color: #e6067c;
}
.menu-island .map-viwer .local.mineracao,
.menu-island .legend .local.mineracao {
  background-color: #71584c;
}
.menu-island .map-viwer .local.residencial,
.menu-island .legend .local.residencial {
  background-color: #f8eb28;
}
.menu-island .map-viwer .local.lazer,
.menu-island .legend .local.lazer {
  background-color: #259dd9;
}
.menu-island .map-viwer .local.industrial,
.menu-island .legend .local.industrial {
  background-color: #df0e13;
}
.menu-island .map-viwer .local.banco,
.menu-island .legend .local.banco {
  background-color: #009900;
}
.menu-island .map-viwer .local.saude,
.menu-island .legend .local.saude {
  background-color: #224dab;
}
.menu-island .map-viwer .local.universidade,
.menu-island .legend .local.universidade {
  background-color: #a6752c;
}
.menu-island .map-viwer .local {
  position: relative;
}
.menu-island .map-viwer .local div {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.menu-island .info-island {
  overflow-x: hidden;
  padding-top: 10px;
  margin-top: -10px;
}
.menu-island .map-viwer {
  padding-top: 40px;
  float: left;
  max-width: 240px;
  padding-right: 30px;
}
.menu-island .legend {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}
.menu-island .legend .item {
  width: 50%;
  float: left;
  text-align: left;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  margin-top: 6px;
}
.menu-island .legend .local {
  width: 13px;
  height: 13px;
  float: left;
  margin-right: 5px;
  background-color: #b6adae;
}
.menu-island .close {
  position: absolute;
  right: 10px;
  font-size: 22px;
  top: 50px;
  cursor: pointer;
}
.menu-island .search-bar {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}
.menu-island .search-bar input {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px;
  border-radius: 18px;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% - 40px);
}
.menu-island .search-bar img {
  position: absolute;
  width: 25px;
  margin: 5px;
  margin-left: 10px;
  cursor: pointer;
}
.menu-island .videos {
  width: 100%;
}
.menu-island .video {
  width: 50%;
  float: left;
  text-align: center;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  position: relative;
}
.menu-island .play-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu-island .video .play-icon img {
  border-radius: 0;
  position: absolute;
  width: 45%;
  top: 13px;
  left: 17px;
}
.menu-island .video img {
  width: 100%;
  border-radius: 18px;
}
.video-played-background {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
}
#player,
#player-aula {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
#player-aula {
  margin-top: -30px;
}
.video-helps .empty {
  padding-top: 50px;
  padding-bottom: 50px;
}
.cover-help {
  width: 100%;
    height: 140px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
}
.video .title {
  margin-top: 10px;
  font-size: 13px;
}
#player {
  width: 800px;
}
.video-played-background .menu-aula {
  width: 640px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  margin-top: 220px;
  color: #fff;
}
.video-played-background .menu-aula img {
  height: 30px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.video-played-background .menu-aula .item {
  float: left;
  width: 25%;
  text-align: center;
  cursor: pointer;
}
.video-played-background .menu-aula .item.item-ativi img {
  height: 19px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.video-played-background .over-for-click {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-played-background .menu-aula .selected {
  color: #fcc20e;
}
.info-list-island .list {
  overflow-x: scroll;
  white-space: nowrap;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.info-list-island .list .the-island {
  height: 300px;
  display: inline-block;
  margin: 20px;
  width: 150px;
  margin-left: 12px;
  margin-right: 12px;
  border-radius: 12px;
  padding: 10px;
}
.info-list-island .list .the-island.selected {
  background-color: #fcc20e;
}
.info-list-island .list .the-island.new {
  border: 2px dashed rgba(255, 255, 255, 0.9);
}
.info-list-island ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.info-list-island ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.5);
}
.info-list-island ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 1);
}
.popup.editAvatar ::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 1);
}
.menu-island .info-list-island h1 {
  color: #fcc20e;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.menu-island .info-list-island .the-island.selected h1 {
  color: rgba(0, 0, 0, 0.7);
}
.menu-island .info-list-island .icon-island {
  width: 90%;
}
.menu-island .info-list-island .info {
  text-align: left;
  display: block;
  width: 100%;
  padding-left: 8px;
}
.menu-island .info-list-island .info img {
  float: left;
}
.menu-island .info-list-island .info .title {
  font-size: 12px;
  color: #fcc20e;
}
.menu-island .info-list-island .the-island.selected .info .title {
  color: rgba(0, 0, 0, 0.7);
}
.menu-island .info-list-island .the-island.selected .info .value {
  color: rgba(0, 0, 0, 0.9);
}
.menu-island .info-list-island .btn-connect {
  padding: 7px;
  border-radius: 12px;
  width: 100%;
  background: none;
  border: 2px solid #fcc20e;
  color: #fcc20e;
  font-size: 13px;
  margin-top: 10px;
}
button {
  cursor: pointer;
}
.menu-island .info-list-island .the-island.selected .btn-connect {
  border: 2px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.7);
}
.info-list-island .list .the-island.new button {
  border-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
}
.info-list-island .list .the-island.new .space {
  height: 26px;
}
.info-list-island .list .the-island.new h1 {
  color: rgba(255, 255, 255, 0.9);
}

.popup.ranking .popup-content .player,
.employee-item .player {
  background-size: cover;
  background-color: #1d8673;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.popup.ranking .popup-content.popup-content-winner {
  width: 40%;
  float: left;
  margin-right: 0;
  margin-left: 0;
  color: #fff;
}
.popup.wallet {
  width: 700px;
  color: #fff;
}
.popup.wallet h1 {
  width: 100%;
  padding-top: 40px;
  font-size: 18px;
  font-weight: normal;
}
.popup.wallet h2 {
  color: #fbf0b1;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #fbf0b1;
}
.popup.wallet .subitem {
  padding: 5px;
}
.popup.events .item {
  text-align: left;
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 2px;
  margin-bottom: 2px;
  display: table !important;
}
.popup.wallet .item img {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.popup.events .item img {
  float: left;
  height: 30px;
  margin-right: 10px;
}
.popup.events .item img {
  margin: 5px;
  margin-top: 8px;
  height: 25px;
}
.popup.wallet .item p,
.popup.events .item p {
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 5px;
  text-align: left;
}
.popup.events .item p {
  padding-left: 36px;
}
.popup.events .item small {
  text-align: left;
}
.popup.wallet .item .value,
.popup.events .item .value {
  float: left;
  font-size: 12px;
  margin-left: 5px;
}
.popup.events .item .value {
  float: revert;
  padding-left: 36px;
}
.popup.wallet .item .value.green,
.popup.events .item .value.green {
  color: #a5c150;
}
.popup .value.yellow {
  color: #fddc1f;
}
.popup.wallet .item .value.red,
.popup.events .item .value.red {
  color: #eb6262;
}
.popup.wallet .item,
.popup.events .item,
.popup.wallet .subitem {
  clear: both;
  display: inline-block;
  width: 100%;
  direction: ltr;
}
.popup.wallet .sublist {
  padding-bottom: 20px;
  display: inline-block;
  clear: both;
  width: 100%;
}
.popup.wallet .credit-now {
  color: #a5c150;
  border: 2px solid #a5c150;
  font-size: 25px;
  border-radius: 20px;
  padding: 10px;
  margin-top: 20px;
}
.popup.wallet .credit-now-ch {
  color: #eb6262;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: -40px;
}
.popup.wallet .credit-now.red {
  color: #eb6262;
  border: 2px solid #eb6262;
}
.popup.wallet .coins {
  margin-top: 60px;
  position: relative;
}
.popup.wallet .coin {
  width: 40px;
  position: absolute;
}
.popup.wallet .coin.coin-1 {
  margin-top: 20px;
  margin-left: 30px;
}
.popup.wallet .coin.coin-2 {
  margin-top: 13px;
  margin-left: 27px;
}
.popup.wallet .coin.coin-3 {
  margin-top: 43px;
  margin-left: 87px;
}
.popup.wallet .coin.coin-4 {
  margin-top: 35px;
  margin-left: 83px;
}
.popup.wallet .coin.coin-5 {
  margin-top: 28px;
  margin-left: 87px;
}
.popup.wallet .coin.coin-6 {
  margin-top: 18px;
  margin-left: 83px;
}
.popup.wallet .coin.coin-7 {
  margin-top: 30px;
  margin-left: 140px;
}
.popup.wallet .coin.coin-8 {
  margin-top: 23px;
  margin-left: 135px;
}
.popup.wallet .coin.coin-9 {
  margin-top: 15px;
  margin-left: 140px;
}
.popup.wallet .coin.coin-10 {
  margin-top: 8px;
  margin-left: 135px;
}
.popup.wallet button {
  width: 100%;
  margin-top: 10px;
}
.popup.wallet button.savings {
  background-color: #a5c150;
}
.popup.wallet button.consumer {
  background-color: #ed69a3;
}
.popup.wallet .popup-content {
  max-height: 300px;
  margin-top: 10px;
  direction: rtl;
}
.popup.wallet .popup-content .empty {
  opacity: 0.5;
  padding-top: 100px;
  font-size: 14px;
  direction: ltr;
}
.popup button img {
  height: 20px;
  float: left;
}
.popup.popup.wallet .popup-content-left, .popup.invest .popup-content-left {
  float: left;
  width: 35%;
}
.popup.invest .popup-content-left,
.popup.invest .popup-content-right {
  color: #fff;
}
.popup.invest .item-investment {
  text-align: left;
}
.popup.population .popup-content-left {
  float: left;
  width: 35%;
}
.popup.population .popup-content-right .scroll-area {
  overflow: auto;
  max-height: 280px;
}
.popup.blue .popup-content-right .scroll-area::-webkit-scrollbar-thumb {
  background: #91c1d5;
}
.popup.population h2.title-in-popup {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
}
.popup.population select {
  width: 120px;
  border-color: #229fe3;
  background-image: url(../img/Profissional/down_blue.svg);
}
.popup.popup.wallet .popup-content-right, .popup.invest .popup-content-right {
  float: right;
  width: 35%;
}
.popup.population {
  height: 400px;
}
.popup.build-city-hall .finance-city {
  font-size: 14px;
}
.popup.population .item-info {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 4px solid #229fe3;
  padding-right: 20px;
}
.box-content {
  border-radius: 12px;
  border: 2px solid #fddc1f;
  padding: 0;
  margin-top: 20px;
  text-align: center;
}
.box-content .box-title {
  position: relative;
  background-color: #fddc1f;
  color: #000;
  width: 250px;
  padding: 5px;
  border-radius: 18px;
  margin: auto;
  margin-top: -14px;
  margin-bottom: 20px;
}
.box-content img {
  display: block;
  margin: auto;
  height: 30px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.box-content .row .col {
  padding-right: 0 !important;
}
.box-content .col {
  text-align: center;
}
.popup.population .popup-content {
  max-height: 320px;
}
#iframe-classroom .close-classroom {
  position: absolute;
  z-index: 1;
  color: white;
  right: -2px;
  top: -2px;
  background-color: #5fb6e7;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
#btn-close-flipbook {
  position: absolute;
  z-index: 9999999;
  right: 0;
  top: 0;
}
#flipbook-pdf {
  position: absolute;
  z-index: 999999;
  width: 100%;
  height: 100%;
}
#iframe-classroom iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.popup.population .popup-content.popup-content-right .right img {
  width: 25px;
  margin-right: 10px;
  cursor: pointer;
}
.popup.population .popup-content.popup-content-right .right {
  position: relative;
  z-index: 1;
}
.popup.population .popup-content.popup-content-right .right .spinner {
  margin: 26px;
}
.popup.population .item-info img {
  float: left;
  width: 35px;
  margin-right: 15px;
  margin-top: -6px;
}
.popup.population .item-info span {
  float: right;
  color: #e5a21c;
}
.popup.popup.wallet .popup-content-center, .popup.invest .popup-content-center {
  width: 30%;
  margin: 0 auto;
  height: 400px;
}

.popup.invest{
  border-color:#ed69a3;
}
.popup.invest .about-price{
  color:#fddc1f;
}
.popup.invest h4, .popup.invest h1{
  color:#ffffff;
}
.popup.invest h1{
  font-size:18px;
}
.popup.invest .popup-content-right, .popup.invest .popup-content-left{
  padding-top:50px;
}
.popup.invest .popup-content-center{
  padding-top:55px;
}
.popup.invest .range{
  display:inline-block;
  width:100%;
}
.popup.invest .range .value{
  position:absolute;
  left:0;
  right:0;
}
.popup.invest .range .center{
  float:left;
  width:50%;
  margin-top:50px;
  margin-left:-12.5px;
  margin-right:12.5px;
}
.popup.invest .range .left{
  text-align:center;
  float:left;
  width:25%;
}
.popup.invest .range .right{
  text-align:center;
  float:left;
  width:25%;
}
.popup.invest .range img{
  width:70px;
  margin-top:15px;
  margin-bottom:20px;
}
.popup.invest .range p{
  color:#fddc1f;
}
.popup.invest .range .c-arrow{
  position:relative;
}
.popup.invest .range .arrow{
  position:absolute;
  top:-21px;
  right:-25px;
  width:25px;
}
.popup.invest .range input[type='range']{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.popup.invest .range input.number{
  border:none;
  background:none;
  color:#fddc1f;
  text-align:center;
  font-size:18px;
  width:150px;
}
.popup.invest .number > div{
  margin-top:13px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-right:-25px;
}
.popup.invest .number span{
  color:#fddc1f;
  display:inline-block;
}
.popup.invest .number i{
  font-size:25px;
  color:#fddc1f;
  margin-left:15px;
}
.safebox{
  position:relative;
}
.safebox h4{
  position:absolute;
  top:5px;
  width:100%;
  color:#10252d !important;
  margin-top:0 !important;
}
.safebox .value{
  position:absolute;
  top:32px;
  width:100%;
  text-align:center;
}
.safebox .coins{
  position:absolute;
  top:54px;
  left:25px;
  width:100%;
  max-width:144px;
  bottom:84px;
}
.safebox .coins img{
  position:absolute;
  width:14px;
  bottom: -12px;
}
.safebox .coins .coin-1{
  bottom: 22px;
  left: 24px;
}
.safebox .coins .coin-2{
  bottom: 25px;
  left: 23px;
}
.safebox .coins .coin-3{
  bottom: 29px;
  left: 23px;
}
.safebox .coins .coin-4{
  bottom: 11px;
  left: 45px;
}
.safebox .coins .coin-5{
  bottom: 14px;
  left: 44px;
}
.safebox .coins .coin-6{
  bottom: 18px;
  left: 45px;
}
.safebox .coins .coin-7{
  bottom: 22px;
  left: 44px;
}
.safebox .coins .coin-8{
  bottom: 26px;
  left: 45px;
}
.safebox .coins .coin-9{
  bottom: 25px;
  left: 63px;
}
.safebox .coins .coin-10{
  bottom: 28px;
  left: 63px;
}
.safebox .coins .coin-11{
  bottom: 32px;
  left: 62px;
}
.safebox .coins .coin-12{
  bottom: 36px;
  left: 62px;
}
.safebox .coins .coin-13{
  bottom: 40px;
  left: 63px;
}
.safebox .coins .coin-14{
  bottom: 44px;
  left: 63px;
}
.safebox .coins .coin-15{
  bottom: 16px;
  left: 70px;
}
.safebox .coins .coin-16{
  bottom: 19px;
  left: 70px;
}
.safebox .coins .coin-17{
  bottom: 23px;
  left: 70px;
}
.safebox .coins .coin-18{
  bottom: 27px;
  left: 69px;
}
.safebox .coins .coin-19{
  bottom: 31px;
  left: 71px;
}
.safebox .coins .coin-20{
  bottom: 35px;
  left: 70px;
}
.safebox .coins .coin-21{
  bottom: 10px;
  left: 81px;
}
.safebox .coins .coin-22{
  bottom: 13px;
  left: 80px;
}
.safebox .coins .coin-23{
  bottom: 17px;
  left: 80px;
}
.safebox .coins .coin-24{
  bottom: 21px;
  left: 81px;
}
.safebox .coins .coin-25{
  bottom: 25px;
  left: 80px;
}
.safebox .coins .coin-26{
  bottom: 8px;
  left: 73px;
}
.safebox .coins .coin-27{
  bottom: 12px;
  left: 72px;
}
.safebox .coins .coin-28{
  bottom: 16px;
  left: 73px;
}
.safebox .coins .coin-29{
  bottom: 27px;
  left: 110px;
}

.lock i{
  font-size:70px;
  color:#fff;
}
.lock p{
  color:#fff;
  font-size:16px;
  font-weight:100;
}
.popup.invest .title{
  background-color:#f7b8d5;
  padding-left:60px;
  color:#d63187;
}
.popup.invest .close{
  color:#ed69a3;
}
.popup.invest .close.back{
  right:10px;
}

.xp-ranking {
  display: inline-block;
  width: 80%;
  margin: 10px;
}
.xp-ranking-list {
  display: flex;
  margin: 10px 0;
  padding: 5px 5px;
}
.xp-ranking-number {
  width: 20px;
  margin-top: 15px;
}
.xp-ranking-img {
  margin-left: 10px;
}
.xp-ranking-name {
  text-align: left;
  width: 80px;
  font-style: 'Recursive', sans-serif;
  margin: 15px 0px 0px 15px;
  font-size: 14px;
}
.xp-ranking-score {
  justify-content: right;
  margin: 15px 0px 0px 15px;
  color: #e5a21c;
  font-size: 14px;
  text-align: right;
}
.xp-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.xpbackground {
  background-color: #fbb100;
  font-weight: 600;
  color: #000;
  border-radius: 10px;
  padding: 5px 5px;
  font-size: 16px;
}
.xprankingscore {
  justify-content: right;
  margin: 15px 0px 0px 15px;
  color: #000;
  font-size: 16px;
  text-align: right;
}
.popup.events .calendar-cards {
  margin-top: 70px;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.popup.events .calendar-card {
  width: calc(20% - 8px);
  height: 330px;
  margin-right: 10px;
  float: left;
}
.popup.events .calendar-card:last-child {
  margin-right: 0;
}
.popup.events .calendar-card .calendar-header {
  background-color: #fbb100;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: relative;
}
.popup.events .calendar-card.current .calendar-header {
  background-color: #ec6351;
  color: #fff;
}
.popup.events .calendar-card .calendar-header::after,
.popup.events .calendar-card .calendar-header::before {
  content: '';
  background-color: #000;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 45%;
}
.popup.events .calendar-card .calendar-header::after {
  right: 10px;
}
.popup.events .calendar-card .calendar-header::before {
  left: 10px;
}
.popup.events .calendar-card .calendar-body {
  background-color: #fff;
  height: calc(100% - 44px);
  overflow: auto;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  white-space: normal;
}
.popup.events .calendar-card .calendar-body .item.class {
  cursor: pointer;
}
.shelf {
  position: relative;
  margin: 30px;
}
.shelf .bar {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 20px;
  border-radius: 6px;
  background-color: #ad581f;
}
.popup.ranking .popup-content img.big {
  width: 70px;
  margin-bottom: 14px;
}
.popup.ranking .popup-content img.medium {
  width: 50px;
  margin-bottom: 14px;
}
.popup.ranking .popup-content img.small {
  width: 30px;
  margin-bottom: 14px;
}
.popup.ranking .popup-content.popup-content-ranking {
  width: 56%;
  margin-left: 271px;
  margin-right: 0;
  color: #fff;
}
.popup.ranking .popup-content.popup-content-ranking .pointers {
  color: #fbb100;
}
.popup.ranking .popup-content.popup-content-ranking .selected {
  background-color: #fbb100;
  color: #000;
}
.popup.ranking .popup-content.popup-content-ranking .selected .pointers {
  color: #000;
}
.popup.ranking .popup-content.popup-content-ranking .selected td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.popup.ranking .popup-content.popup-content-ranking .selected td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.popup.ranking .popup-content img.order {
  width: 20px;
}
.popup-assistent {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.popup-assistent .assistent-background {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.popup-assistent .box-assistent {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 40px;
  background-color: #000;
  bottom: -200px;
  color: #fff;
  background-color: rgb(34, 159, 228);
  color: rgb(255, 255, 255);
  bottom: 0px;
}
.popup-find-rent-house .box-assistent-right {
  bottom: 0px;
    width: 500px;
    right: -60px;
    border-radius: 50%;
    padding: 80px;
    padding-bottom: 200px;
    transform: rotate(350deg);
    -webkit-transform: rotate(353deg);
    -moz-transform: rotate(350deg);
    margin-bottom: -150px;
    padding-top: 0;
}
.popup-assistent.popup-find-job .box-assistent {
  background-color: rgb(244 156 86);
}
.popup-assistent.popup-float {
  height: auto;
}

.vertical-center{
  display:flex;
  align-items:center;
  justify-content:center;
}
/* NOTIFICATIONS */
.info-notification{
  min-height:200px;
  max-height:300px;
  text-align:left;
  padding:0 20px 20px;
  overflow: auto;
}
.info-notification::scrollbar-track{
  background: rgba(255, 255, 255, 0);
}
.info-notification::-moz-scrollbar-track{
  background: rgba(255, 255, 255, 0);
}
.info-notification::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0);
}
.info-notification .item{
  margin-left:-15px;
  margin-right:-15px;
  margin-bottom:5px;
  border-radius:5px;
  padding:20px;
  cursor:pointer;
  transition:.5s opacity;
  display:flex;
  flex-direction:row;
  align-items:flex-start;
}
.info-notification .item.readed{
  background-color:rgba(255,255,255,0.1)
}
.info-notification .item:last-child{
  margin-bottom:0;
}
.info-notification .item:hover{
  opacity:0.5;
}
.info-notification .item h3{
  font-size:18px;
}
.info-notification .item h6{
  margin-top:3px;
  font-weight:400;
}
.info-notification .item p{
  font-size:14px;
}
.info-notification .item .icon{
  margin-right:20px;
  margin-top:5px;
}
.info-notification .item .icon img{
  width:80px;
}
.info-notification .infos .new {
  background-color: #f8433f;
  font-size: 12px;
  color: #fff;
  padding: 2px 8px;
  border-radius: 20px;
  margin-bottom: 2px;  
} 
.info-notification .infos h4{
  font-size:14px;
  margin-top:5px;
}
.info-notification .infos h4.positive{
  color:#a5c150;
}
.info-notification .infos h4.negative{
  color:#eb6262;
}
.info-notification .infos h6{
  margin-top:5px;
  display:flex;
  align-items:center;
}
.info-notification .infos img{
  margin-right:8px;  
  width:20px;
}
.info-notification .load h4 a{
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  background-color: rgba(0,0,0,0.4);
  display: table;
  padding: 8px 10px;
  border-radius: 12px;
  margin-left: 52px;
  color: inherit;
  text-decoration: none;
}

.points .point .point-container{
  position:absolute;
  z-index:100;
  text-align:center;
  transition:left 3s, top 3s;
}

.points .point-container{
  cursor:pointer;
}

.points .point .point-coin span{
  background-color:rgba(0,0,0,0.6);
  padding:2px 6px;
  border-radius:100px;
  top:-5px;
  position:relative;
}
.points .point .point-coin span.positive{
  color:#a5c150;
}
.points .point .point-coin span.negative{
  color:#eb6262;
}
.points .point .point-coin .flip-container {
  width:25px;
  height:25px;
  display:table;
  margin:auto;
}
.points .point .point-coin .flip-container.coppy {
  position:absolute;
  top:20px;
  left:calc(50% - 12.5px)
}
.points .point .point-coin .flipper {
  position:relative;
  width:100%;
  height:100%;
  transform-style:preserve-3d;
  -webkit-transform-style:preserve-3d;
  -moz-transform-style:preserve-3d;
  -o-transform-style:preserve-3d;
  animation:rotationNotification 1s infinite;
  -webkit-animation:rotationNotification 1s infinite;
  -moz-animation:rotationNotification 1s infinite;
  -o-animation:rotationNotification 1s infinite;
}
.points .point .point-coin .front, .points .point .point-coin .back {
  position:absolute;
  width:100%;
  height:100%;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -o-backface-visibility:hidden;
}
.points .point .point-coin .front {
  transform:rotateY(180deg);
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
}

.points .point .point-information{
  text-align:left;
}

.points .point-information .point-red{
  margin-left:10px;
  margin-top:10px;
}

.points .point-red{
  background-color:#da2a29;
  border-radius:100%;
  width:26px;
  height:26px;
  display:flex;
  justify-content:center;
  align-items:center;
}

.points .point-red span{
  font-size:12px;
  color:#fff;
}

.menu-notifications .point-red{
  opacity:0;
}


.menu-notifications .point-academy{
  position:absolute;
  left:133px;
  top:-20px;
  z-index:1000;
}

.menu-notifications .point-professional{
  position:absolute;
  left:215px;
  top:-15px;
  z-index:1000;
}

.menu-notifications .point-pyramid{
  position:absolute;
  left:275px;
  top:12px;
  z-index:1000;
}



@keyframes rotationNotification {
  from{
    transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
  }
  to{
    transform:rotateY(0deg);
    -webkit-transform:rotateY(0deg);
    -moz-transform:rotateY(0deg);
    -o-transform:rotateY(0deg);
  }
}

.arrow-sw {
  position: absolute;
  width: 80px;
  -webkit-animation: move-arrow-sw 2s linear infinite;
  -moz-animation: move-arrow-sw 2s linear infinite;
  -o-animation: move-arrow-sw 2s linear infinite;
  animation: move-arrow-sw 2s linear infinite;
  z-index: 1;
}
.arrow-se {
  position: absolute;
  width: 80px;
  -webkit-animation: move-arrow-se 2s linear infinite;
  -moz-animation: move-arrow-se 2s linear infinite;
  -o-animation: move-arrow-se 2s linear infinite;
  animation: move-arrow-se 2s linear infinite;
}
.arrow-ne {
  position: absolute;
  width: 80px;
  -webkit-animation: move-arrow-ne 2s linear infinite;
  -moz-animation: move-arrow-ne 2s linear infinite;
  -o-animation: move-arrow-ne 2s linear infinite;
  animation: move-arrow-ne 2s linear infinite;
}
.arrow-nw {
  position: absolute;
  width: 80px;
  -webkit-animation: move-arrow-nw 2s linear infinite;
  -moz-animation: move-arrow-nw 2s linear infinite;
  -o-animation: move-arrow-nw 2s linear infinite;
  animation: move-arrow-nw 2s linear infinite;
}
.arrow-list-pyramid {
  visibility: hidden;
}
.arrow-buy-food {
  top: 60%;
  left: 57%;
}
.arrow-buy-clothes {
  top: 60%;
  left: 85%;
}
.arrow-add-ticket {
  top: 66%;
}
.arrow-school {
  top: -90px;
  left: 220px;
}
.arrow-professional {
  top: -48px;
  left: 291px;
}
.arrow-pyramid {
  top: -90px;
  left: 120px;
}
.arrow-select-school {
  left: -30px;
  top: 50px;
}
.arrow-select-school-educator {
  left: -30px;
  top: 50px;
}
.arrow-select-school-educator.second-school {
  left: 90px;
}
.arrow-select-teams {
  left: 650px;
  top: -20px;
}
.arrow-list-teams {
  left: 400px;
  top: -20px;
}
.arrow-first-class {
  left: 400px;
  top: 0px;
}
.arrow-select-modules {
  left: 70px;
  top: -30px;
}
.arrow-select-classes {
  top: 10px;
  left: 75%;
  z-index: 1;
}
.arrow-tab-classes {
  top: -10px;
  left: 140px;
  z-index: 1;
}
.arrow-tab-classes.extras {
  top: -10px;
  left: 340px;
  z-index: 1;
}
.arrow-tab-classes.tasks {
  top: -10px;
  left: 500px;
  z-index: 1;
}
.arrow-tab-classes.plan-classes {
  display: none;
}
.arrow-certificate {
  left: 40px;
  top: 40px;
}
.arrow-find-job {
  top: 224px;
}
.arrow-credit {
  top: 60px;
  left: calc(100% - 230px);
}
.arrow-xp {
  top: 90px;
  right: calc(100% - 230px);
}
.arrow-area-students {
  left: -180px;
  top: 10px;
}
.arrow-play-games {
  top: 0;
  left: 30%;
}
@keyframes move-arrow-sw {
  0%,
  100% {
    margin-top: 0;
    margin-left: 0;
  }
  50% {
    margin-top: -30px;
    margin-left: 30px;
  }
}
@keyframes move-arrow-se {
  0%,
  100% {
    margin-top: 0;
    margin-left: 0;
  }
  50% {
    margin-top: -30px;
    margin-left: -30px;
  }
}
@keyframes move-arrow-ne {
  0%,
  100% {
    margin-top: 0;
    margin-left: 0;
  }
  50% {
    margin-top: 30px;
    margin-left: -30px;
  }
}
@keyframes move-arrow-nw {
  0%,
  100% {
    margin-top: 0;
    margin-left: 0;
  }
  50% {
    margin-top: -30px;
    margin-left: 30px;
  }
}
.popup-assistent.popup-top,
.popup-assistent.popup-top .box-assistent {
  bottom: auto !important;
  top: 0;
}
.popup-assistent .box-assistent h1,
.popup-assistent .box-assistent p {
  max-width: 650px;
  text-align: center;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nickname-input{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 30px;
  font-size: 16px;
  max-width: 140px;
}
.change-name{
  font-size: 11px;
  color: #fff;
}
.content-avatar-preview p.nickname-error{
  font-size: 11px;
  color: red;
}
/* .popup-assistent .box-assistent .box-video,
.popup-assistent .box-name{
  text-align: center;
}
.popup-assistent .box-assistent .box-video,
.popup-assistent .box-assistent .buttons {
  text-align: center;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.popup-assistent .box-assistent .buttons button {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  position: relative;
}
.popup-assistent .box-assistent .buttons button .spinner {
  display: inherit;
} 
.popup-assistent .box-assistent h1 {
  font-size: 30px;
}
.popup-assistent .box-assistent p {
  font-size: 16px;
  font-weight: 300;
} */
.assistent-float-external {
  position: absolute;
  height: 100%;
  width: 200px;
  right: 0;
  bottom: 0;
  z-index: 999999;
}
/* .popup-assistent .assistent,
.assistent-float-external .assistent,
.assistent-float-external .assistent-focus,
.popup-assistent .assistent-focus {
  background-size: cover;
  background-image: url(../img/assistent/move_3.svg);
  width: 300px;
  height: 500px;
  position: absolute;
  bottom: 0;
  background-position: center;
  right: -300px;
  opacity: 0;
} */
#video-welcome {
  width: 500px;
  margin: auto;
}
#first-class-video {
  width: 500px;
}
.playAudio {
  width: 35px;
  position: absolute;
  right: 1em;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  cursor: pointer;
}
.playAudio.playAudio-block {
  position: initial;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
}
.pauseAudio {
  width: 30px;
  position: absolute;
  right: 1em;
  cursor: pointer;
}
.popup-assistent .assistent,
.assistent-float-external .assistent {
  z-index: 101;
}
.popup-assistent .assistent-focus,
.assistent-float-external .assistent-focus {
  background-image: url(../img/assistent/move_0.svg);
  right: -300px;
  z-index: 100;
}
.assistent-float-external .assistent {
  right: -128px;
  bottom: 180px;
  opacity: 1;
  top: 0;
  transform: rotate(-31deg);
  -webkit-transform: rotate(-21deg);
  -moz-transform: rotate(-31deg);
}
.assistent-float-external .assistent-focus {
  opacity: 1;
  right: 18px;
  bottom: 184px;
  display: none;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.list.list-teams {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}
.list-teams .item-team {
  border-radius: 12px;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  position: relative;
  height: 200px;
  width: 33%;
  padding: 17px;
}
.list-teams .item-team i {
  font-size: 40px;
  display: block;
}
.list-teams .item-team.new {
  padding-top: 30px;
  height: 148px;
  border: 2px dashed #fff;
  margin-top: 16px;
}
.list-teams .item-team .cover {
  height: 100px;
  width: 100%;
  background-size: contain;
  background-position: center;
  border-radius: 6px;
  margin-top: 10px;
  background-repeat: no-repeat;
}
.list-teams .item-team h1 {
  font-size: 14px;
}
.list-teams .item-team small {
  color: #fff;
}
.list-modules .item-module .icon {
  height: 24px;
  float: left;
  margin-right: 10px;
  max-width: 30px;
}
.list-modules .item-module .title-line {
  border-bottom: 1px solid #828282;
  margin-left: 40px;
  padding-bottom: 10px;
  padding-top: 2px;
}
.list-modules .item-module .arrow {
  position: absolute;
  right: 10px;
  height: 20px;
  width: 20px;
  top: 7px;
}
.list-modules .item-module {
  display: inline-block;
  width: 100%;
  padding: 5px;
  text-align: left;
  position: relative;
  cursor: pointer;
}
.list-class .recompenses img {
  height: 11px;
  margin-bottom: -2px;
}
.list-class .item-class,
.list-class .item-extra {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}
.list-class .item-class .placeholder-class,
.list-class .item-extra .placeholder-extra {
  display: inline-block;
  width: 100%;
  padding: 10px;
}
.list-class .item-class .btn-play {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 8px;
  right: 8px;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
.list-class .item-class .btn-edit {
  display: none;
  position: absolute;
  background-color: #00ff33;
  color: #000;
  top: 8px;
  right: 58px;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
.list-class .item-class .item-class-index .btn-edit {
  display: block;
}
.subpopup .content-input button {
  width: auto;
}
.list-class .item-class .placeholder-class:hover,
.list-class .item-extra .placeholder-extra:hover,
.list-class .item-class .placeholder-class.selected,
.list-class .item-extra .placeholder-extra.selected {
  background-color: #5fb6e7;
  color: #fff;
}
.list-class .item-class .placeholder-class:hover .btn-play,
.list-class .item-class .placeholder-class:hover .btn-edit,
.list-class .item-extra .placeholder-extra:hover .btn-edit,
.list-class .item-extra .placeholder-extra:hover .btn-play {
  display: block;
}
.loading-item {
  position: relative;
  padding: 30px;
  text-align: center;
}
.loading-item .spinner {
  position: relative;
  top: 0;
}
.loading-item p {
  padding-top: 20px;
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #000;
  animation: spinner 0.6s linear infinite;
}
@media (min-height: 1000px) {
  .login {
    margin-top: 10%;
  }
}
@media (min-height: 1200px) {
  .login {
    margin-top: 20%;
  }
}
@media (max-width: 1030px) {
  .form-login {
    background-color: rgba(0, 0, 0, 0.6);
    right: 50px;
  }
  .line-partner img {
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  .island {
    left: 50%;
    margin-left: -450px;
  }
  .form-login {
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    right: 0;
    left: 50%;
    margin-left: -275px;
  }
  .line-partner {
    z-index: 999;
    text-align: center;
    display: none;
  }
  .line-partner img {
    margin: 0;
  }
}
@media (max-height: 500px) {
  body, html {
    /* overflow: initial; */
  }
  .form-login {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    max-width: 100%;
    border-radius: 0;
  }
  .form-login .buttons {
    position: fixed;
    right: 80px;
    top: calc(50% - 150px);
    max-width: 300px;
  }
  .form-login h1 {
    margin-left: 0;
    margin-top: 0;
    top: calc(50% - 91px);
    position: fixed;
    border: none;
    left: calc(100% - 400px);
    transform: translateX(-100%);
  }
  .form-login h2 {
    text-align: center;
    margin-left: 0;
    margin-top: 0;
    top: calc(50%);
    position: fixed;
    border: none;
    left: calc(100% - 400px);
    transform: translateX(-100%);
    text-align: right;
  }
  .menu-app,
  .bar-bottom .card,
  .controll {
    zoom: 0.6;
  }
  .form-login .options {
    position: fixed;
    right: 30px;
  }
  .menu,
  .menu-island,
  .bar-progress {
    zoom: 0.7;
  }
  .bar-progress {
    top: 115px;
  }
  .bar-right .bar-progress.invest,
  .bar-left .bar-progress.ranking {
    top: 165px;
  }
  .bar-left .bar-progress.players,
  .bar-right .bar-progress.diamant {
    top: 215px;
  }
  .bar-left .bar-progress.calendar {
    top: 265px;
  }
  .bar-left .bar-progress.daily-rewards {
    top: 320px;
  }
  .bar-left .bar-progress.daily-rewards img {
    left: -17px;
  }
  .bar-left .bar-progress.daily-rewards img.challenge-anime1 {
    left: -46px;
  }

  .bar-left .bar-progress.challenge {
    top: 325px;
  }
  .bar-right .bar-progress.vote {
    top: 265px;
  }
  .bar-right .bar-progress.chat {
    top: 315px;
  }
  .bar-right .bar-progress.news {
    /* comentado para enquanto tiver só o jornal */
    /* top: 340px; */
    top: 265px;
  }
  .bar-right .bar-progress.message {
    top: 415px;
  }
  .popup {
    zoom: 0.7;
  }
  .popup.jornal {
    zoom: 0.5;
  }
  .popup-assistent {
    zoom: 0.5;
  }

  .popup.scholl .tasks .left-scholl {
    display: block;
    height: 80vh;
  }
  .popup.scholl .box-classes .right-scholl {
    height: 80vh;
  }
  
  .popup,
  .popup-scholl {
    /* height: 100vh !important; */
  }
  
  .popup.scholl .right-scholl .popup-content {
    height: 100%;
  }

  /* Ajustes para nao ter barra de rolagem no menu academico no onboarding */
  .popup.scholl .right-scholl.onboarding-mobile {
    height: calc(100vh - 60px) !important;
    height: -webkit-calc(100vh - 60px) !important;
  }

  .popup.scholl .right-scholl.onboarding-mobile div.popup-content {
    max-height: -webkit-fill-available !important;
    overflow: hidden;
  }
  /* Fim dos ajustes para nao ter barra de rolagem no menu academico no onboarding*/

  .popup.scholl .list-teams .right-scholl .popup-content {
    height: 100%;
  }

  .popup.scholl.wide-height {
    height: 85%;
    width: 90%;
  }

  .popup.scholl.full-academic {
    height: 93%;
    width: 97%;
  }

  .popup.scholl .left-scholl {
    width: 30%;
  }

  .popup.scholl .left-scholl .popup-card .front {
    min-height: auto;
    max-height: 100vh;
  }

  .popup.scholl .right-scholl {
    width: 70%;
    height: 100%;
  }

  .popup-assistent .assistent,
  .popup-assistent .assistent-focus {
    right: -50px !important;
  }
  .price-info {
    zoom: 0.7;
  }
  .marker-user-avatar,
  .mark-user,
  .mark-user.marker-user-2,
  .mark-user.marker-user-2 .marker-user-avatar {
    border-width: 2px;
  }
  .area-build .progress,
  .pyro {
    zoom: 0.8;
  }
  #player,
  #player-aula,
  .video-played-background .menu-aula {
    zoom: 0.7;
  }
  .video-played-background .menu-aula {
    bottom: 15px;
    top: auto;
    transform: translate(-50%, 0%);
  }
  .bar-bottom {
    height: 48px;
  }
  .bar-right,
  .bar-left {
    top: -50px;
  }

  .popup.scholl .tasks .box-classes .top-scholl .info h3 {
    max-height: 30px;
  }

  /* .popup.scholl .tasks .box-classes .right-scholl {
    max-height: 187px;
  } */

  /* Escondendo assistente no onboarding do mobile durante o video da primeira aula */
  .hide-mobile {
    display: none;
  }

  /* Mudança de posicionamento dos itens no onboarding mobile */
  .popup-assistent .speech-bubble {
    bottom: 4em;
    left: 4em;
  }
  .popup-assistent .onboarding-assistent {
    bottom: 4em;
  }
  .onboarding-assistent.business-man {
    left: 4em;
  }
  .onboarding-assistent.mayor,
  .onboarding-assistent.professor {
    left: 5em;
  }

  .popup-assistent .right-bubble,
  .onboarding-assistent.right-professor,
  .onboarding-assistent.right-mayor {
    left: auto;
    right: 5em;
  }
  .onboarding-assistent.right-mariner,
  .onboarding-assistent.right-business-man {
    left: auto;
    right: 5em;
  }

  /* Adicionar espaçamento nas laterais no mobile */

  .menu-app.mobile-spacing {
    left: -3% !important;
  }
  .bar-left .bar-progress.mobile-spacing {
    left: 40%;
  }
  .bar-right .bar-progress.mobile-spacing {
    right: 40%;
  }
  .controll.mobile-spacing {
    right: 4% !important;
  }
}
@media (max-width: 600px) {
  .form-login {
    top: 0;
  }
}
@media (max-width: 500px) {
  .island {
    opacity: 0.3;
  }
  .form-login {
    top: 10%;
    width: 100%;
    margin: 0;
    left: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .form-login h1 {
    float: none;
    text-align: center;
    padding: 0;
    border: none;
  }
  .form-login h2 {
    float: none;
    text-align: center;
    padding: 0;
    border: none;
    font-weight: 300;
  }
}
.pyro > .before,
.pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84,
    190px 16.33333px #002bff, -113px -308.66667px #ff009d,
    -109px -287.66667px #ffb300, -50px -313.66667px #ff006e,
    226px -31.66667px #ff4000, 180px -351.66667px #ff00d0,
    -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00,
    -69px -27.66667px #ff0400, -111px -339.66667px #6200ff,
    155px -237.66667px #00ddff, -152px -380.66667px #00ffd0,
    -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00,
    -88px 10.33333px #0d00ff, 112px -309.66667px #005eff,
    69px -415.66667px #ff00a6, 168px -100.66667px #ff004c,
    -244px 24.33333px #ff6600, 97px -325.66667px #ff0066,
    -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff,
    140px -196.66667px #9000ff, 125px -175.66667px #00bbff,
    118px -381.66667px #ff002f, 144px -111.66667px #ffae00,
    36px -78.66667px #f600ff, -63px -196.66667px #c800ff,
    -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff,
    -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2,
    91px -278.66667px #000dff, -22px -191.66667px #9dff00,
    139px -392.66667px #a6ff00, 56px -2.66667px #0099ff,
    -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb,
    -238px -346.66667px #00ff73, 62px -363.66667px #0088ff,
    244px -170.66667px #0062ff, 224px -142.66667px #b300ff,
    141px -208.66667px #9000ff, 211px -285.66667px #ff6600,
    181px -128.66667px #1e00ff, 90px -123.66667px #c800ff,
    189px 70.33333px #00ffc8, -18px -383.66667px #00ff33,
    100px -6.66667px #ff008c;
  -moz-animation: 1s bang ease-out infinite backwards,
    1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards,
    1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards,
    1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards,
    1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards,
    1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white;
  }
}
@-moz-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white;
  }
}
@-o-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white;
  }
}
@-ms-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white;
  }
}
@keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white,
      0 0 white, 0 0 white, 0 0 white;
  }
}
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-webkit-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }

  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }

  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }

  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }

  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-moz-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }

  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }

  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }

  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }

  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-o-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }

  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }

  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }

  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }

  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@-ms-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }

  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }

  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }

  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }

  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
@keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }

  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }

  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }

  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }

  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}
.spinner-login-token {
  position: relative;
  margin-top: 10px;
  padding-bottom: 50px;
}
/* SWEET ALERT */
.swal2-container {
  z-index: 999999 !important;
}

/* CHAT - MESSAGES */
.bg-img-title {
  background-color: white;
  padding: 10px;
  border-radius: 100%;
}
.bg-white img {
  background-color: white;
  border-radius: 100%;
  padding: 10px;
}
.popup-file-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000000;
  border: 2px solid #35a0e3;
  box-shadow: 0px 2px 8px 5px #000000;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
}
.popup-file-message .close {
  color: #35a0e3;
  margin-right: 10px;
}
.popup-file-message.popup-photo {
  height: 95%;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-file-message.popup-photo img {
  max-height: 86%;
  max-width: 95%;
}
.popup-file-message.popup-video {
  height: 380px;
  width: 600px;
}
.popup-file-message.popup-video div#video-message{
  max-width: 550px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-file-message.popup-video button {
  background-color: transparent;
}
.popup.chat {
  border-color: #35a0e3;
  width: 90%;
  max-width: 800px;
  height: 500px;
  max-height: calc(100% - 60px);
}
.popup.chat .popup-content {
  height: 100%;
  max-height: calc(100% - 69px);
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 25px;
  margin-left: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.popup.chat .title.color-white {
  color: #fff;
}
.popup.chat .loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.popup.chat .message {
  margin: auto;
  flex: 40%;
  width: 40%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  margin-right: 20px;
  padding-right: 15px;
  border-right: 1px solid #808080;
}
.popup.chat ::-webkit-scrollbar-thumb {
  background: #5fb6e7;
}
.popup.chat .message .search {
  position: relative;
  margin-bottom: 25px;
}
.popup.chat .message .search input {
  width: 100%;
  padding: 5px 35px 5px 5px;
  font-size: 16px;
}
.popup.chat .message .search i {
  position: absolute;
  top: 7px;
  right: 10px;
  color: #000;
  cursor: pointer;
}
.popup.chat .message .list {
  text-align: left;
  margin-top: -20px;
}
.popup.chat .message .list .item {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #808080;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.popup.chat .message .list .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.popup.chat img.photo {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 20px;
  object-fit: cover;
}
.popup.chat .message .list .item h2 {
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.popup.chat .message .list .item .tag {
  background-color: green;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 10px;
}
.popup.chat .message .list .item > div {  
  width: 100%;
  padding-right: 25px;
  position: relative;
  max-width: calc(100% - 60px);
}
.popup.chat .message .list .item p {
  font-size: 12px;
    opacity: 0.7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 193px;
}
.popup.chat .message .list .item .message-not-read {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #e9344a;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup.chat .message .list .item .message-date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
}
.popup.chat .conversation {
  text-align: left;
  position: relative;
  flex: 60%;
  width: 60%;
  height: 100%;
  overflow: auto;
  padding-right: 15px;
  margin-right: -10px;
  overflow-x: hidden;
}
.popup.chat .conversation .list-messages {
  min-height: calc(100% - 113px);
}
.popup.chat .conversation .vertical-center {
  height: 100%;
  text-align: center;
}
.popup.chat .conversation .header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #91c1d5;
  box-shadow: 0px 0px 5px #000;
  z-index: 100;
}
.popup.chat .conversation .header p {
  color: #000;
}
.popup.chat .conversation ul {
  display: flex;
  flex-direction: column;
  transition: padding-top .5s;
  position: relative;
}
.popup.chat .conversation ul.scrolling {
  padding-top: 50px;
}
.popup.chat .conversation ul.scrolling:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 33px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #000;
  animation: spinner 0.6s linear infinite;
}
.popup.chat .conversation ul li {
  position: relative;
  list-style: none;
  margin-top: 15px;
  display: inline-block;
}
.popup.chat .conversation ul li:last-child {
  margin-bottom: 18px;
}
.popup.chat .conversation ul li.left {
  text-align: left;
}
.popup.chat .conversation ul li > div {
  max-width: 80%;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}
.popup.chat .conversation ul li.left > div {
  float: left;
  background-color: #91c1d5;
  border-top-left-radius: 0;
}
.popup.chat .conversation ul li.right > div {
  float: right;
  background-color: #98d556;
  border-top-right-radius: 0;
}
.popup.chat .conversation ul li p {
  color: #000;
  font-size: 14px;
}
.popup.chat .conversation ul li p.deleted-message {
  font-style: italic;
}
.popup.chat .conversation ul li span {
  color: #000;
  display: block;
  font-size: 10px;
}
.popup.chat .conversation ul li.right span {
  text-align: right;
}
.popup.chat .conversation ul li.left span {
  text-align: left;
}
.popup.chat .conversation ul li span:first-child {
  margin-top: 8px;
}
.popup.chat .conversation ul li .delete-icon {
  background-color: #ea4148;
  position: absolute;
  top: -10px;
  left: -10px;
  cursor: pointer;
  display: none;
  border-radius: 100%;
  padding-top: 5px;
  width: 22px;
  height: 22px;
  font-size: 14px;
}
.popup.chat .conversation ul li .delete-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
}
.popup.chat .conversation ul li:hover .delete-icon {
  display: inline-block;
}
.popup.chat .conversation .file-message {
  width: 200px;
}
.popup.chat .conversation .file-message .file-type {
  color: white;
  width: 30px;
  height: 30px;
  background-color: #6658dd;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-right: 10px;
}
.popup.chat .conversation .file-message a {
  text-decoration: none;
  color: black;
  display: flex;
  align-items: center;
}
.popup.chat .conversation .file-message .download-icon {
  position: absolute;
  right: 15px;
}
.popup.chat .conversation .send {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.popup.chat .conversation .send input {
  padding: 5px;
  padding-right: 50px;
  background: white;
  height: 53px;
  width: 100%;
  border-radius: 10px;
  padding-left: 10px;
  border: 2px solid #fff;
}
.popup.chat .conversation .send input:focus {
  border-color: #aaa;
  /* border-color: rgba(0, 0, 0, 0.9); */
}
.popup.chat .conversation .send button {
  padding: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.popup.chat .conversation .send .paperclip {
  margin-right: 5px;
  transform: scaleX(-1);
}

/* TERMS */
.popup.terms {
  background: #eee;
  border: 0;
  width: 600px;
  max-width: 100%;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  height: 600px;
}
.popup.terms .title-terms {
  text-align: center;
  margin-bottom: 25px;
}
.popup.terms .description {
  height: 400px;
  overflow: auto;
  padding-right: 15px;
}
#loading {
  display: none;
}
#phaser-example {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: red; */
}
.popup.terms h1 {
  margin-bottom: 15px;
  font-size: 28px;
  color: #212121;
  text-align: left;
}
.popup.terms h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #212121;
  text-align: left;
}
.popup.terms h2.title {
  font-family: 'Recursive', sans-serif;
}
.popup.terms h3 {
  font-family: 'Recursive', sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
  color: #212121;
  text-align: left;
}
.popup.terms h4 {
  font-family: 'Recursive', sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  color: #212121;
  text-align: left;
}
.popup.terms h5 {
  font-family: 'Recursive', sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
  color: #212121;
  text-align: left;
}
.popup.terms h6 {
  font-family: 'Recursive', sans-serif;
  font-size: 12px;
  margin-bottom: 15px;
  color: #212121;
  text-align: left;
}
.popup.terms p {
  text-align: justify;
  font: 16px/1.4em Arial;
  margin-bottom:15px;
}
.popup.terms blockquote {
  margin-left: 20px;
  border-left: 2px solid gray;
  padding: 5px 20px 5px 10px;
  display: block;
  margin-bottom: 15px;
}
.popup.terms blockquote p {
  margin-bottom: 0;
}
.popup.terms ul {
  padding-left: 40px;
  text-align: justify;
  margin-bottom: 15px;
}
.popup.terms ol {
  padding-left: 40px;
  text-align: justify;
  margin-bottom: 15px;
}
.popup.terms .buttons {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  border-radius: 5px;
}
.popup.terms .btn-green {
  width: auto;
  padding: 10px 50px;
}
.popup .btn-red {
  background-color: #c53330;
  padding: 10px 50px;
}

/* CONFIGS */
.config {
  text-align: left;
  padding: 10px 30px 30px;
}
.config a {
  cursor: pointer;
}
@media (max-height: 700px) {
  /* TERMS */
  .popup.terms {
    height: 500px;
  }
  .popup.terms .description {
    height: 300px;
  }
}

/* CLASSROOM */
#iframe-classroom {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  border: none;
  background-color: rgba(0,0,0,0.8);
  border-radius: 0;
}
#iframe-classroom.minimized-classroom {
  width: 200px;
  height: 200px;
  top: 280px;
  left: 20px;
  background: none;
}
#iframe-classroom .container {
  position: absolute;
  width: 90%;
  height: 90%;
  top: calc(50% - (90vh / 2));
  left: calc(50% - (90vw / 2));
  border-radius: 20px;
  border: 3px solid #5fb6e7;
}
#iframe-classroom .header {
  background-color: #5fb6e7;
  color: #000;
  width: 120px;
  text-align: center;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  position: absolute;
  bottom: -24px;
  left: 35px;
  padding-bottom: 5px;
  display: none;
}
#iframe-classroom.minimized-classroom .header {
  display: block;
}
#iframe-classroom.minimized-classroom .container {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#iframe-classroom.minimized-classroom .title {
  display: none;
}
#iframe-classroom .close-classroom {
  border-top-right-radius: 20px;
  padding-right: 12px;
  padding-top: 7px;
}
#iframe-classroom  .minimize-classroom {
  position: absolute;
  background-color: #5fb6e7;
  right: 0;
  color: #fff;
  padding: 5px;
  right: 30px;
  cursor: pointer;
}
#iframe-classroom .title {
  color: #fff;
  background-color: #5fb6e7;
  padding: 10px 30px 10px 50px;
  font-size: 18px;
  font-weight: 300;
  position: absolute;
  border-radius: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
}
#iframe-classroom .title img {
  position: absolute;
  height: 50px;
  left: -14px;
  top: -4px;
}
#iframe-classroom iframe {
  border-radius: 20px;
}
/* POPUP EVENTS */
.popup.events {
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding: 30px;
}
.popup.events .title {
  top: 65px;
  transform: translateX(-50%);
}
.popup.events .close {
  top: 20px;
  right: 20px;
}
#calendar {
  width: 200px;
}
.tavo-calendar__info {
  display: none !important;
}
.tavo-calendar__header {
  background-color: transparent;
  text-transform: uppercase;
}
.tavo-calendar__week-names {
  background-color: transparent;
  text-transform: uppercase;
  color: #fff;
}
.tavo-calendar__days {
  color: #fff;
}
.tavo-calendar__day_highlight {
  color: #fff !important;
}
.tavo-calendar__week-names .tavo-calendar__weekday {
  font-size: 0;
}
.tavo-calendar__week-names .tavo-calendar__weekday:first-letter {
  font-size: 14px;
}
.tavo-calendar__week-names .tavo-calendar__weekday:nth-child(1) {
  color: red;
}
.tavo-calendar__week-names .tavo-calendar__weekday:nth-child(7) {
  color: red;
}
.tavo-calendar__day span:hover {
  background-color: transparent;
  opacity: .7;
}
.tavo-calendar__day_highlight span {
  background-color: #73628c !important;
  border-radius: 0;
}
.tavo-calendar__day_select span {
  background-color: #0071a1 !important;
  border: none;
  opacity: 1 !important;
}
.tavo-calendar__day_range-select {
  background-color: transparent;
}
.tavo-calendar__day_range-select:hover {
  opacity: .7;
}
.tavo-calendar__day_range-select span{
  background-color: #fbb23d !important;
  border-radius: 0;
}
.tavo-calendar__day_abs-today span {
  background-color: #e84d4b !important;
  border-radius: 0;
}
/* FLIPCARD */
.popup.scholl .tasks .content .task.flipcard-task {
  max-width: 100%;
}
.cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.flipcard {
  position: relative;
  transform-style: preserve-3d;
  /* width: calc(33.33% - 20px); */
  /* max-width: calc(33.33% - 20px); */
  width: 180px;
  max-width: 180px;
  flex: calc(33.33% - 20px);
  margin: 10px;
}
.flipcard .front {
  transform-style: preserve-3d;
  transition: all 0.5s ease-out 0s;
  transform: rotateY(0deg);
  top: 0;
  left: 0;
  background-color: #6658dd;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  height: 260px !important;
  /* height: 200px !important; */
}
.flipcard .back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  z-index: 0;
  /* height: 100%;
  width: 100%; */
  transform: rotateY(-180deg);
  transition: all 0.5s ease-out 0s;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #6658dd;
  color: #6658dd;
  cursor: pointer;
  height: 260px !important;
  /* height: 200px !important; */
}
.flipcard .vertical-center {
  flex-direction: column;
}
/* .flipcard .info {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  width: 25px;
  height: 25px;
} */
.flipcard p {
  margin: 10px;
}
.flipcard .vertical-center p {
  margin: 0;
}
.flipcard img {
  max-height: 100px;
}
/* MEMORY GAME */
.questions .cards {
  position: relative;
}
.memorygame .front {
  background-color: #6658dd;
}
.memorygame .back {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.memorygame .back img {
  padding-bottom: 10px;
}
.memorygame .back p {
  position: absolute;
  bottom: 0;
}
.block-memorygame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}
/* IFRAME GAME */
.frame-game {
  width: 90%;
  height: 90%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 20px;
  border-top-right-radius: 0;
  border: 3px solid #5fb6e7;
  background-color: #5fb6e7;
}
.frame-game iframe {
  border-radius: 20px;
  border-top-right-radius: 0;
}
.frame-game .close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 17px;
  right: -20px;
  top: -20px;
  background-color: #5fb6e7;
  cursor: pointer;
  border-radius: 100%;
  padding: 10px;
}
/* Onboarding speech bubble */
.speech-bubble {
	position: fixed;
  min-width: 25em;
  max-width: 40em;
  background-color: #fff;
  padding: 1.125em 1.5em;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 30%), 0 0.0625rem 0.125rem rgb(0 0 0 / 20%);
  z-index: 100;
  left: 1em;
  bottom: 1em;
  border: 3px solid #000;
}
.speech-bubble::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 4.5em;
  filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
  border-left: 12px solid transparent;
  border-right: 24px solid #fff;
  border-top: 24px solid transparent;
  border-bottom: 12px solid #fff;
}
.speech-bubble::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 4.25em;
  filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
  border-left: 12px solid transparent;
  border-right: 31px solid #000;
  border-top: 31px solid transparent;
  border-bottom: 12px solid #000;
}
.blue-bubble{
  border-color: #183bce;
}
.blue-bubble::before{
  border-right-color: #183bce;
  border-bottom-color: #183bce;
}
.blue-bubble .buttons button,
.blue-bubble .agent-name{
  background-color: #183bce;
  color: #fff;
}
.yellow-bubble{
  border-color: #fbc225;
}
.yellow-bubble::before{
  border-right-color: #fbc225;
  border-bottom-color: #fbc225;
}
.yellow-bubble .buttons button,
.yellow-bubble .agent-name{
  background-color: #fbc225;
}
.pink-bubble{
  border-color: #c828c2;
}
.pink-bubble::before{
  border-right-color: #c828c2;
  border-bottom-color: #c828c2;
}
.pink-bubble .buttons button,
.pink-bubble .agent-name{
  background-color: #c828c2;
  color:#fff;
}
.darkblue-bubble{
  border-color: #143450;
}
.darkblue-bubble::before{
  border-right-color: #143450;
  border-bottom-color: #143450;
}
.darkblue-bubble .buttons button,
.darkblue-bubble .agent-name{
  background-color: #143450;
  color: #fff;
}
.right-bubble {
  left: auto;
  right: 1em;
}
.right-bubble::before {
  left: auto;
  right: 6.5em;
}
.right-bubble::after{
  left: auto;
  right: 6.7em;
}
.popup-assistent .speech-bubble h1 {
  font-size: 30px;
}
.popup-assistent .speech-bubble p {
  font-size: 16px;
  font-weight: 300;
}
.onboarding-assistent{
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  background-position: center;
  left: 5em;
  z-index: 2;
  bottom: 1em;
  transition: .5s bottom;
}
.agent-name {
  position: absolute;
  top: 0;
  padding: 5px 10px;
  border-radius: 15px;
  transform: translate(-50%,-50%);
  left: 50%;
  z-index: 2;
}
.mariner {
  background-image: url(/img/assistent/Ilha_Tindin_Marujo.png); 
  width: 200px;
  height: 300px;
}
.right-mariner {
  transform: scaleX(-1);
  left: auto;
  right: 1em;
}
.mayor{
  background-image: url(/img/assistent/Ilha_Tindin_Prefeito.png);
  width: 200px;
  height: 300px;
  transform: scaleX(-1);
  left: 3em;
}
.right-mayor{
  transform: scaleX(1);
  right: 3em;
  left: auto;
}
.business-man {
  background-image: url(/img/assistent/Ilha_Tindin_Chefe.png); 
  width: 200px;
  height: 300px;
  left: 3em;
}
.right-business-man {
  transform: scaleX(-1);
  left: auto;
  right: 1em;
}
.professor{
  background-image: url(/img/assistent/Ilha_Tindin_Professora.png);
  width: 200px;
  height: 300px; 
  transform: scaleX(-1);
  left: 2em;
}
.right-professor{
  left: auto;
  right: 3em;
  transform: scaleX(1);
}
.popup-assistent .speech-bubble .box-video,
.popup-assistent .speech-bubble .buttons {
  text-align: center;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.popup-assistent .speech-bubble .buttons button {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  position: relative;
}
.popup-assistent .speech-bubble .buttons button .spinner {
  display: inherit;
}
.rent-bubble{
  max-width: 25em;
}
.bar-progress[disabled],
.item-menu[disabled],
.menu-icon[disabled]{
  pointer-events: none;
}


/* PULSATING CARET */
/* [data-typer]:after {
  content:"";
  display: inline-block;
  vertical-align: middle;
  width:1px;
  height:1em;
  background: #000;
          animation: caretPulsate 1s linear infinite; 
  -webkit-animation: caretPulsate 1s linear infinite; 
}
@keyframes caretPulsate {
  0%   {opacity:1;}
  50%  {opacity:1;}
  60%  {opacity:0;}
  100% {opacity:0;}
}
@-webkit-keyframes caretPulsate {
  0%   {opacity:1;}
  50%  {opacity:1;}
  60%  {opacity:0;}
  100% {opacity:0;}
/* @supports (-webkit-touch-callout: none) {
  .bar-left .bar-progress {
    left: 60px;
  }
  .bar-right .bar-progress {
    right: 60px;
  }
  .menu-app {
    left: -60px !important;
  }
} */

/* Animação do parque */

.area .build-park-level-4 {
  position: relative;
  display: inline-block;
  text-align: center;
}
.area .build-park-level-4 .base {
  max-width: 70%;
}
.area .build-park-level-4 .fence {
  max-width: 70%;
  position: absolute;
  bottom: 0.5%;
  left: 15%;
  z-index: 10;
}
.area .build-park-level-4 .board {
  position: absolute;
  top: 12%;
  left: 26.5%;
  height: 7%;
}
.area .build-park-level-4 .board-indicators {
  position: absolute;
  left: 27.5%;
  top: 12%;
  width: 20%;
  height: 6%;
}
.area .build-park-level-4 .board-indicator {
  background: #009fe3;
  width: 9.7%;
  height: 40%;
  border-radius: 50%;
  float: left;
  margin: 6% 3%;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.area .build-park-level-4 .carousel img{
  position: absolute;
  width: 70%;
  top: 0;
  right: 15%;
  z-index: 2;
}
.area .build-park-level-4 .horses{
  position: absolute;
  width: 22%;
  height: 10%;
  left: 55.5%;
  bottom: 24%;
  z-index: 3;
}
.area .build-park-level-4 .horse{
  position: absolute;
  width: 30%;
}
.area .build-park-level-4 .horses .horse:nth-child(1){
  left: 4%;
  bottom: 0;
}
.area .build-park-level-4 .horses .horse:nth-child(2){
  left: 36%;
  bottom: 30%;
}
.area .build-park-level-4 .horses .horse:nth-child(3){
  left: 68%;
  bottom: 10%;
}
.area .build-park-level-4 .back-base{
  position: absolute;
  width: 26%;
  left: 26%;
  bottom: 14%;
}
.area .build-park-level-4 .front-base{
  position: absolute;
  width: 26%;
  bottom: 8%;
  left: 26%;
  z-index: 5;
}
.area .build-park-level-4 .ferris-wheel .wheel .back-wheel{
  position: absolute;
  width: 33%;
  bottom: 17%;
  left: 22%;
}
.area .build-park-level-4 .ferris-wheel .wheel .front-wheel{
  position: absolute;
  width: 33%;
  bottom: 15%;
  left: 22%;
  z-index: 5;
}
.area .build-park-level-4 .ferris-wheel .wheel .wheel-seat{
  position: absolute;
  width: 5%;
  bottom: 28%;
  left: 36%;
  z-index: 3;
}
.area .build-park-level-4 .roller-coaster{
  position: absolute;
  width: 70%;
  bottom: 0;
  left: 15%;
}

/* REWARDS ANIMATIONS */
.rewards-animations {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(0,0,0,0.6);
}
.rewards-animations img.star {
  animation: rotation 2.8s infinite;
  animation-timing-function: linear;
}
.rewards-animations .reward-icon {
  width: 90px;
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  transition: 1.5s width, 1.5s height;
  z-index: 100;
  transform:translate(-50%,-50%);
  cursor: pointer;
  /* animation: jumps 4s infinite; */
}
.rewards-animations .value {
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
  z-index: 100;
  transform:translate(-50%,-50%);
  font-size: 24px;
  color: #e08607;
  transition: .5s width, .5s height;
}
.rewards-animations .shine-bg {
  background-color: rgba(255, 255, 255, 0.75);
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  box-shadow: 0 0 20px 50px rgb(255 255 255 / 80%);
  transition: .5s width, .5s height, .5s box-shadow;
}
.rewards-animations .shine img {
  position: absolute;
  width: 280px;
  height: 280px;
  top: 50%;
  left: 50%;
  z-index: 90;
  opacity: 0.7;
}
.rewards-animations .shine img:nth-child(1) {
  animation: rotation 8s infinite;
  animation-timing-function: linear;
}
.rewards-animations .shine img:nth-child(2) {
  animation: rotation 8s infinite;
  animation-timing-function: linear;
  animation-direction: reverse;
}
.rewards-animations .shine img:nth-child(3) {
  animation: rotation2 8s infinite;
  animation-timing-function: linear;
}
.rewards-animations .trail div {
  width: 98px;
  height: 98px;
  background-color: white;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1.5s width, 1.5s height;
  display: none;
}
.box-message-photos {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 55px;
}
.box-message-photos img.icon {
  float: none;
  margin-bottom: 10px;
  margin-right: 0;
  max-width: 25px;
}
.box-message-photos img.icon:last-child {
  margin-bottom: 0;
}
/* .rewards-animations .shine-bg div:nth-child(1){position:absolute;top:-30px;left:calc(50% - 20px);background-image:linear-gradient(transparent, rgba(255, 255, 255, 1));width:40px;height:40px;}
.rewards-animations .shine-bg div:nth-child(2){position:absolute;top:-5px;right:-20px;transform:rotateZ(60deg);background-image:linear-gradient(transparent, rgba(255, 255, 255, 1));width:40px;height:50px;}
.rewards-animations .shine-bg div:nth-child(3){position:absolute;top:50px;right:-20px;transform:rotateZ(120deg);background-image:linear-gradient(transparent, rgba(255, 255, 255, 1));width:40px;height:50px;}
.rewards-animations .shine-bg div:nth-child(4){position:absolute;bottom:-30px;left:calc(50% - 20px);background-image:linear-gradient(rgba(255, 255, 255, 1), transparent);width:40px;height:40px;}
.rewards-animations .shine-bg div:nth-child(5){position:absolute;top:-5px;left:-20px;transform:rotateZ(300deg);background-image:linear-gradient(transparent, rgba(255, 255, 255, 1));width:40px;height:50px;}
.rewards-animations .shine-bg div:nth-child(6){position:absolute;top:50px;left:-20px;transform:rotateZ(240deg);background-image:linear-gradient(transparent, rgba(255, 255, 255, 1));width:40px;height:50px;} */
@keyframes rotation {
  from{
    transform:translate(-50%,-50%) rotateZ(0deg);
    -webkit-transform:translate(-50%,-50%) rotateZ(0deg);
    -moz-transform:translate(-50%,-50%) rotateZ(0deg);
    -o-transform:translate(-50%,-50%) rotateZ(0deg);
  }
  to{
    transform:translate(-50%,-50%) rotateZ(360deg);
    -webkit-transform:translate(-50%,-50%) rotateZ(360deg);
    -moz-transform:translate(-50%,-50%) rotateZ(360deg);
    -o-transform:translate(-50%,-50%) rotateZ(360deg);
  }
}
@keyframes rotation2 {
  from{
    transform:translate(-50%,-50%) rotateZ(45deg);
    -webkit-transform:translate(-50%,-50%) rotateZ(45deg);
    -moz-transform:translate(-50%,-50%) rotateZ(45deg);
    -o-transform:translate(-50%,-50%) rotateZ(45deg);
  }
  to{
    transform:translate(-50%,-50%) rotateZ(405deg);
    -webkit-transform:translate(-50%,-50%) rotateZ(405deg);
    -moz-transform:translate(-50%,-50%) rotateZ(405deg);
    -o-transform:translate(-50%,-50%) rotateZ(405deg);
  }
}
@keyframes jumps {
  0%   {top: 50%;}
  25%  {top: calc(50% - 3px);}
  75%  {top: calc(50% + 3px);}
  100% {top: 50%;}
}

/* SLIDER */
.jcarousel-wrapper {
  position: relative;
}
.jcarousel-wrapper .jcarousel {
  position: relative;
  width: 515px;
  margin: auto;
  overflow: hidden;
}
.jcarousel-wrapper .jcarousel.large {
  width: 100%;
}
.jcarousel-wrapper .jcarousel ul {
  width: 10000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel-wrapper .jcarousel ul li {
  float: left;
  width: 515px;
  display: flex;
}
.jcarousel-wrapper .jcarousel.large ul li {
  width: 686px;
}
.jcarousel-wrapper .jcarousel.large.no-scroll ul li {
  width: 694px;
}
.jcarousel-wrapper .jcarousel ul li.left-top {
  justify-content: flex-start;
  align-items: flex-start;
}
.jcarousel-wrapper .jcarousel ul li.left-top .options {
  margin-top: 40px;
  margin-left: 50px;
}
.jcarousel-wrapper .jcarousel ul li.left-center {
  justify-content: flex-start;
  align-items: center;
  background-size: contain !important;
}
.jcarousel-wrapper .jcarousel ul li.left-center .options {
  margin-left: 50px;
}
.jcarousel-wrapper .jcarousel ul li.left-bottom {
  justify-content: flex-start;
  align-items: flex-end;
}
.jcarousel-wrapper .jcarousel ul li.left-bottom .options {
  margin-bottom: 40px;
  margin-left: 50px;
}
.jcarousel-wrapper .jcarousel ul li.center-top {
  justify-content: center;
  align-items: flex-start;
}
.jcarousel-wrapper .jcarousel ul li.center-top .options {
  margin-top: 40px;
}
.jcarousel-wrapper .jcarousel ul li.center-center {
  justify-content: center;
  align-items: center;  
}
.jcarousel-wrapper .jcarousel ul li.center-bottom {
  justify-content: center;
  align-items: flex-end;
}
.jcarousel-wrapper .jcarousel ul li.center-bottom .options {
  margin-bottom: 40px;
}
.jcarousel-wrapper .jcarousel ul li.right-top {
  justify-content: flex-end;
  align-items: flex-start;
}
.jcarousel-wrapper .jcarousel ul li.right-top .options {
  margin-top: 40px;
  margin-right: 50px;
}
.jcarousel-wrapper .jcarousel ul li.right-center {
  justify-content: flex-end;
  align-items: center;
}
.jcarousel-wrapper .jcarousel ul li.right-center .options {
  margin-right: 50px;
}
.jcarousel-wrapper .jcarousel ul li.right-bottom {
  justify-content: flex-end;
  align-items: flex-end;
}
.jcarousel-wrapper .jcarousel ul li.right-bottom .options {
  margin-bottom: 40px;
  margin-right: 50px;
}
.jcarousel-wrapper .arrows-control i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
  z-index: 1000;
  padding: 10px;
  background-color: white;
  border-radius: 100%;
  color: black;
  width: 30px;
  height: 30px;
}
.jcarousel-wrapper .arrows-control i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jcarousel-wrapper .jcarousel .options h2, .jcarousel-wrapper .jcarousel .options h3 {
  text-align: left;
  max-width: 300px;
}
.jcarousel-wrapper .jcarousel .options h3 {
  margin-bottom: 0 !important;
}
.jcarousel-wrapper .jcarousel .options .quote .fa-quote-left{
  top: 12px;
}
.jcarousel-wrapper .jcarousel .options .quote .fa-quote-right{
  bottom: 28px;
}
.jcarousel-wrapper .jcarousel .options {
  max-width: 360px;
  z-index: 100;
}
.jcarousel-wrapper .jcarousel .quote {
  position: relative;
  border-left: 3px solid #000;
  margin-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
}
.jcarousel-wrapper .jcarousel .quote .fa-quote-left {
  position: absolute;
  left: 15px;
}
.jcarousel-wrapper .jcarousel .quote .fa-quote-right {
  position: absolute;
  bottom: 15px;
  right: -20px
}
.jcarousel-wrapper .arrows-control .fa-angle-left {
  left: 9px;
}
.jcarousel-wrapper .arrows-control .fa-angle-right {
  right: 9px;
}
.jcarousel-wrapper .arrows-control .fa-angle-left::before {
  left: 46%;
}
.jcarousel-wrapper .arrows-control .fa-angle-right::before {
  left: 53%;
}

/* POPUP OFFICE TINDIN */
.popup.office-tindin {
  min-height: 600px;
  width: 800px;
  border-color: #a95555;
}
.popup.office-tindin .title {
  background-color: #a95555;
}
.popup.office-tindin .close {
  right: 0;
  color: #a95555;
}
.popup.office-tindin .office-tindin-container {
  position: relative;
  min-height: 600px;
}
.popup.office-tindin .office-tindin-container textarea {
  width: 500px;
  height: 80px;
  display: block;
  text-align: center;
  margin-top: 0;
  margin-bottom: -20px;
  padding: 10px;
  border-radius: 10px;
  resize: none;
  background: none;
  border-color: #a95555;
  border-width: 2px;
  font-size: 16px;
  color: #fff;
}
.popup.office-tindin button {
  background: rgb(121,60,60);
  background: linear-gradient(0deg, rgba(121,60,60,1) 0%, rgba(169,85,85,1) 100%);
  z-index: 9;
}
.popup.office-tindin  .new-session {
  z-index: 9;
}
.popup.office-tindin .office-tindin-container p.just-show {
  margin-bottom: 20px;
  padding: 20px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
  font-size: 16px;
}
.popup.office-tindin .table {
  background-color: #4aad4a;
  background-image: url(../img/office-tindin/logo.png);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center;
  border-radius: 150px;
  width: 650px;
  height: 280px;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 15px solid #a95555;
}
.popup.office-tindin .table::before {
  content: '';
  border: 7px solid rgba(0, 0, 0, 0.1);
  display: block;
  width: 635px;
  height: 265px;
  border-radius: 150px;
  position: absolute;
  top: -15px;
  left: -15px;
}
.popup.office-tindin .table::after {
  content: '';
  border: 7px solid rgba(0, 0, 0, 0.1);
  display: block;
  width: 606px;
  height: 236px;
  border-radius: 130px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 10px 10px 80px rgb(0 0 0 / 30%);
}
.popup.office-tindin .chairs img {
  position: absolute;
  top: -70px;
  left: 0;
}
.popup.office-tindin .chair {
  background-color: white;
  width: 45px;
  height: 65px;
  position: absolute;
  border-radius: 6px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
}
.popup.office-tindin .chair:nth-child(1) {
  transform: translateX(-50%);
  top: 125px;
  left: 50%;
}
.popup.office-tindin .chair:nth-child(2) {
  transform: translateX(-50%);
  top: 325px;
  left: 50%;
}
.popup.office-tindin .chair:nth-child(3) {
  transform: translateX(-50%);
  top: 125px;
  left: 30%;
}
.popup.office-tindin .chair:nth-child(4) {
  transform: translateX(-50%);
  top: 325px;
  left: 30%;
}
.popup.office-tindin .chair:nth-child(5) {
  transform: translateX(-50%);
  top: 125px;
  left: 70%;
}
.popup.office-tindin .chair:nth-child(6) {
  transform: translateX(-50%);
  top: 325px;
  left: 70%;
}
.popup.office-tindin .chair:nth-child(7) {
  transform: translateY(-50%);
  top: 43%;
  left: 87px;
}
.popup.office-tindin .chair:nth-child(7) .name {
  left: -49px;
  top: 83px;
}
.popup.office-tindin .chair:nth-child(7) .marker-user-avatar {
  top: 73px;
  left: -71px;
}
.popup.office-tindin .chair:nth-child(8) {
  transform: translateY(-50%);
  top: 43%;
  left: 662px;
}
.popup.office-tindin .chair:nth-child(8) .name {
  left: 91px;
  top: 83px;
}
.popup.office-tindin .chair:nth-child(8) .marker-user-avatar {
  top: 73px;
  left: 71px;
}
.popup.office-tindin .marker-user-avatar {
  width: 50px;
  height: 50px;
  border-width: 2px;
  margin-top: -75px;
  left: -2px;
}
.popup.office-tindin .chair .name {
  color: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  margin-top: -30px;
}
.popup.office-tindin .chair:nth-child(2) .name, .popup.office-tindin .chair:nth-child(4) .name, .popup.office-tindin .chair:nth-child(6) .name {
  top: auto;
  bottom: -28px;
}
.popup.office-tindin .chair:nth-child(2) .marker-user-avatar, .popup.office-tindin .chair:nth-child(4) .marker-user-avatar, .popup.office-tindin .chair:nth-child(6) .marker-user-avatar {
  margin-top: 106px;
}
.popup.office-tindin .chair .number {
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup.office-tindin .cards {
  position: absolute;
  bottom: 30px;
  left: 25px;
  width: calc(100% - 125px);
  display: block;
  height: 65px;
}
.popup.office-tindin .cards .card {
  float: left;
}
.popup.office-tindin .card-average {
  position:absolute;
  bottom: 30px;
  right: 30px; 
}
.popup.office-tindin .card-average p {
  position: absolute;
  top: -25px;
  color: white;
  font-size: 15px;
}
.popup.office-tindin .cards .card, .popup.office-tindin .card-average {
  background-color: white;
  border-radius: 6px;
  font-size: 20px;
  margin: 0 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  width: 45px;
  transition: .5s background-color, .5s margin;
  cursor: pointer;
  box-shadow: inset -1px -1px 2px rgb(0 0 0 / 30%);
}
.popup.office-tindin .cards .card:hover, .popup.office-tindin .card-average:hover {
  background-color: #ddd;
}
.popup.office-tindin .cards .card.active {
  background-color: #3dbf3d;
  margin-top: -5px; 
  color: white;
}
.popup.office-tindin .cards .card .voted{
  position: absolute;
  top: -30px;
}
/* DRAGDROP */
.questions.dragdrop {
  padding-bottom: 150px;
}
.dragdrop .words {
  margin-top: 40px;
  line-height: 50px;
}
.dragdrop span.word {
  font-size: 25px;
  margin-left: 5px;
  margin-right: 5px;
}
.dragdrop span.word.void {
  width: 50px;
  display: inline-block;
  border-bottom: 1px solid white;
  position: relative;
  bottom: -13px;
}
.dragdrop .options {
  margin-top : 40px;
}
.dragdrop span.option {
  position: relative;
  font-size: 15px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  border: 1px solid white;
  border-radius: 12px;
  cursor: pointer;
  background-color: #14170b;
  z-index: 1000;
  margin-bottom: 15px;
  display: inline-block;
}
.dragdrop .bg-options {
  margin-top: -18px;
  display: none;
}
.dragdrop .bg-options span {
  background-color: #ddd;
  color: #ddd;
  border-color: #ddd;
  position: relative;
  z-index: 1;
}
.dragdrop .underline {
  text-decoration: underline white;
}

/* HELPER */
.help-video {
  background-color: #f19f48;
  border-radius: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  box-shadow: 5px 5px 7px #000;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  text-decoration: none;
  z-index: 200;
}
.help-video i {
  font-size: 30px;
  color: #54beee;
}

/* DAILY REWARDS */
.bar-progress.daily-rewards {
  top: 395px;
  left: 19px;
  width: 30px;
}
.bar-left .bar-progress.daily-rewards .bar-info-daily-rewards.rewards-timer {
  position: absolute;
  top: -4px;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 12px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  left: 21px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 0;
  overflow: hidden;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
}
.bar-left .bar-progress.daily-rewards:hover .bar-info-daily-rewards.rewards-timer {
  padding: 5px 20px 5px 25px;
  width: 97px;
  left: 30px;
}
.bar-progress.daily-rewards img {
  height: 35px;
  left: -6px;
}
.bar-progress.daily-rewards img.challenge-anime1 {
  left:-38px;
  height:100px;
  top:-42px;
}
.bar-left .bar-progress.daily-rewards:hover img:not(.challenge-anime1) {
  height: 45px;
  margin-top: -5px;
}
.popup.daily-rewards {
  border-color: #fbb100;
  color: #fff;
  max-width: 100%;
  width: 1000px;
}
.popup.daily-rewards .popup-content {
  max-height: 100%;
}
.popup .close.close-fill {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  padding-top: 2px;
  top: -20px;
  right: -20px;
  font-size: 27px;
}
.popup.daily-rewards .close.close-fill {
  background-color: #fbb100;
}
.popup.daily-rewards .title {
  background-color: #fbb100;
}
.popup.daily-rewards .days {
  display: flex;
  flex-direction: row;
  padding-top: 20px;
}
.popup.daily-rewards .days .item {
  /* box-shadow: inset 0 0 40px #000; */
  border-radius: 15px;
  width: 20%;
  max-width: 20%;
  flex: 20%;
  padding: 10px;
  margin-right: 10px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.popup.daily-rewards .days .item.redeemed {
  background-color: #9bcf51;
  color: #fff;
}
.popup.daily-rewards .days .item.current {
  background-color: #ec8200;
  color: #fff;
  cursor: pointer;
}
.popup.daily-rewards .days .item.current .status {
  font-size: 25px;
  margin-top: 50px;
}
.popup.daily-rewards .days .item.block {
  background-color: #55503f;
  color: #aaa;
  filter: grayscale(0.85);
}
.popup.daily-rewards .days .item.lock {
  background-color: #444;
  color: #ec8200;
}
.popup.daily-rewards .days .item.lock h4 {
  margin-bottom: 40px;
}
.popup.daily-rewards .days .item.lock h5 {
  margin: 0;
  font-size: 20px;
}
.popup.daily-rewards .days .item.lock i {
  margin: 14px 0 10px;
  color: #ec8200;
}
.popup.daily-rewards .days .item:first-child {
  margin-left: 0;
}
.popup.daily-rewards .days .item:last-child {
  margin-right: 0;
}
.popup.daily-rewards .days .item h4 {
  font-size: 25px;
  margin-top: 15px;
}
/* .popup.daily-rewards .days .item p {
  font-size: 12px;
  margin-top: 10px;
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  line-clamp: 5;
  box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 5;
  -moz-box-orient: vertical;
  display: -ms-box;
  -ms-line-clamp: 5;
  -ms-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 5;
  -o-box-orient: vertical;
} */
.popup.daily-rewards .days .item .status {
  margin-top: 50px;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
.popup.daily-rewards .days .item .rewards-image {
  position: relative;
  margin-top: 50px;
}
.popup.daily-rewards .days .item .rewards-image img {
  max-width: 70%;
  max-height: 70px;
}
.popup.daily-rewards .days .item .rewards-image span {
  font-size: 30px;
  font-weight: bold;
  text-decoration:yellow;
  margin-top: 5px;
  display: inline-block;
  /* text-stroke: 1px #ec8200;
  -webkit-text-stroke: 1px #ec8200;
  -moz-text-stroke: 1px #ec8200;
  -ms-text-stroke: 1px #ec8200;
  -o-text-stroke: 1px #ec8200; */
}
.popup.daily-rewards .timer {
  max-width: 500px;
  margin: 50px auto 0;
}
.popup.daily-rewards .timer h4 {
  font-size: 25px;
  margin-bottom: 15px;
}
.popup.daily-rewards .timer > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.popup.daily-rewards .timer img {
  width: 100px;
  position: relative;
  z-index: 200;
}
.popup.daily-rewards .timer span {
  background-color: #444;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 12px 20px 12px 30px;
  margin-left: -20px;
  position: relative;
  font-size: 25px;
}


@media (max-height: 500px) {
  .popup.daily-rewards {
    max-width: calc(100% - 50px);
  }
  .popup.daily-rewards .days {
    padding-top:0;
  }
  .popup.daily-rewards .days .item h4 {
    margin-top: 0;
    font-size: 22px;
  }
  .popup.daily-rewards .days .item .rewards-image  {
    margin-top: 20px;
  }
  .popup.daily-rewards .days .item .rewards-image img {
    max-width: 65%;
  }
  .popup.daily-rewards .days .item .rewards-image span {
    font-size: 22px;
  }
  .popup.daily-rewards .days .item .status  {
    margin-top: 20px;
  }
  .popup.daily-rewards .timer h4 {
    font-size: 17px;
  }
  .popup.daily-rewards .timer {
    margin-top: 30px;
  }
  .popup.daily-rewards .timer img {
    width: 70px;
  }
  .popup.daily-rewards .timer span {
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.table-investiment {
  border-spacing: 0px !important;
  font-size: 12px;
}
.table-investiment .font-16 {
  font-size: 16px;
}
.table-investiment button {
  width: 100% !important;
}
.table-investiment .text-right {
  text-align: right;
}