* {
  margin: 0;
  font-family: Franklin;
}

@font-face {
  font-family: Franklin;
  src: url("../franklin.ttf");
}

@font-face {
  font-family: Pedra;
  src: url("../pedra.ttf");
  line-height: 10px;
}

/* body {
  background-image: url("https://steamcommunity.com/economy/profilebackground/items/250900/6a7c284f4fe03373f90fbfa14b7328323366ed1b.png");
  background-size: cover;
  background-repeat: no-repeat;
} */

#app {
  display: flex;
  /* justify-content: center; */
}



.central {
  /* align-items: center;
  height: 100vh; */
}

.version {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 110px;
  color: #fff;
  font-size: 13px;
  justify-content: flex-end;
}

.button {
  position: absolute;
  width: 30px;
  margin-left: -30px;
  background-color: #03a9f4;
}

.clearcookies {
  width: 770px;
  height: 20px;
  background: darkgray;
  text-align: center;
}

.clearcookies b {
  color: crimson;
}

.settings_button {
  position: absolute;
  left: 10px;
  top: 10px;
}

.settings_button img {
  width: 30px;
}

.settings {
  position: absolute;
  display: flex;
  width: 320px;
  justify-content: flex-start;
  flex-wrap: wrap;
  left: 60px;
  top: 60px;
  padding-left: 60px;
  text-align: center;
}

.span_language {
  color: #7d6f4c;
  margin-top: 72px;
  width: 210px;
  font-size: 12px;
  position: absolute;
}

.volume label {
  margin-right: 10px;
}

.language {
  position: absolute;
  top: 40px;
}

.fullscreen {

  background: #fff;

}

#cursor {
  position: absolute;
  background-image: url(../images/kunai.png);
  background-repeat: no-repeat;
  pointer-events: none;
  width: 50px;
  height: 50px;
  z-index: 999;
}

html {
  touch-action: manipulation;
  /* overflow-x: hidden;
  overflow-y: hidden; */
  cursor: none;
}

.display {
  width: 770px;
  height: 560px;
  position: absolute;
  background-color: #000;
  opacity: 0.2;
  z-index: 998;
  /* pointer-events: none; */
  top: 0px;
  -webkit-animation-name: disp;
  animation-name: disp;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes disp {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.2;
  }
}

@keyframes disp {
  from {
    opacity: 0;
  }

  to {
    opacity: 0.2;
  }
}

.holders {
  position: absolute;
  width: 391px;
  height: 290px;
  left: 203px;
  top: 101px;
  z-index: 999;
  background-image: url(https://i.imgur.com/O4bYwIp.png);
  background-size: cover;
}

.txtnoexchange {
  color: #000;
  width: 300px;
  position: absolute;
  left: 75px;
  top: 20px;
}

.cori {
  color: #bd262c;
}

.holders img {
  position: absolute;
  left: 120px;
  top: 70px;
  border: 1px solid #000;
  width: 192px;
  height: 125px;
}

.holdanimes {
  -webkit-animation-name: hold;
  animation-name: hold;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes hold {
  from {
    transform: scale(0.5);
    will-change: transform;
  }

  to {
    transform: scale(1);
    will-change: transform;
  }
}

@keyframes hold {
  from {
    transform: scale(0.5);
    will-change: transform;
  }

  to {
    transform: scale(1);
    will-change: transform;
  }
}

#root {
  /* cursor: none; */
  width: 770px;
  height: 560px;
  /* position: absolute;
  top: 0px;
  left: 0px; */
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#shuri {
  position: absolute;
  background-image: url(../images/shuriken.png);
  background-repeat: no-repeat;
  pointer-events: none;
  width: 35px;
  height: 35px;
  -webkit-animation-name: transform;
  animation-name: transform;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  z-index: 1001;
}

@-webkit-keyframes transform {
  from {
    transform: rotate(0deg);
    will-change: transform;
  }

  to {
    transform: rotate(360deg);
    will-change: transform;
  }
}

@keyframes transform {
  from {
    transform: rotate(0deg);
    will-change: transform;
  }

  to {
    transform: rotate(360deg);
    will-change: transform;
  }
}

.rascunho {
  opacity: 0.5;
  position: absolute;
}

.borda {
  border: 1px solid #000;
}

.mold {
  width: 94px;
  position: absolute;
  margin-left: -86px;
  margin-top: -9px;
}

.mc_custom {
  width: 770px;
  height: 560px;
  position: absolute;
}

.menu {
  position: absolute;
  width: 800px;
  height: 30px;
  top: 255px;
  left: -17px;
  -webkit-animation-name: menua;
  animation-name: menua;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes menua {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes menua {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.menu ul li {
  display: inline;
  margin-right: 8px;
}

.rodape {
  position: absolute;
  background-image: url(https://i.imgur.com/svfhcBN.png);
  background-size: cover;
  top: 315px;
  left: 52px;
  width: 697px;
  height: 222px;
  -webkit-animation-name: roda;
  animation-name: roda;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}


.newera,
.banlist {
  position: absolute;
  top: 12px;
  border: 1px solid #000;
  font-size: 14px;
  width: 70px;
  height: 15px;
  text-align: center;
  padding-bottom: 3px;
  background-color: white;
}

.banlist {
  left: 60px;
  top: 12px;
}

.newera {
  left: 140px;
  top: 12px;
}

.searchbargroup {
  position: absolute;
  left: 218px;
  top: 12px;
  border: 1px solid #000;
  font-size: 15px;
  width: 105px;
  height: 15px;
  text-align: center;
}

.searchbar {
  position: absolute;
  left: 340px;
  top: 12px;
  border: 1px solid #000;
  font-size: 15px;
  width: 105px;
  height: 15px;
  text-align: center;
}

@-webkit-keyframes roda {
  from {
    clip: rect(0px, 697px, 222px, 697px);
  }

  to {
    clip: rect(0px, 697px, 222px, 0px);
  }
}

@keyframes roda {
  from {
    clip: rect(0px, 697px, 222px, 697px);
  }

  to {
    clip: rect(0px, 697px, 222px, 0px);
  }
}

.rodape ul {
  position: absolute;
  width: 430px;
  display: flex;
  flex-wrap: wrap;
  top: 35px;
  left: -5px;
}

.containers {
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 28px;
  width: 200px;
}

/* .item {
    float: left;
    width: 48px;
    height: 48px;
    border: 1px solid #000;
    margin-left: 11px;
    background-size: 48px;
    cursor: move;
} */
.items {
  float: left;
  width: 48px;
  height: 48px;
  margin-right: 13px;
  background-size: 48px;
  /* cursor: move; */
  top: 1px;
  left: 12px;
  position: relative;
}

.selectedsnum {
  position: absolute;
  top: 25px;
  left: 39px;
  width: 200px;
  height: 50px;
  display: flex;
}

.selectedsnum div {
  display: flex;
  margin-right: 11px;
  width: 48px;
  height: 48px;
  background-color: #e1d6b2;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}

.rodape ul li {
  list-style: none;
  margin-bottom: 9px;
  margin-right: 11px;
}

.personagem {
  height: 48px;
}

.personagem2 {
  opacity: 0.5;
  height: 48px;
}

.personagem3 {
  opacity: 0.5;
  height: 49px;
  background-color: red;
  position: relative;
  top: -52px;
}

.personagem4 {
  opacity: 0.5;
  height: 49px;
  background-color: red;
}

.personagem_fundo {
  width: 48px;
  height: 48px;
  background-color: #e1d6b2;
}

.flip-list-move {
  transition: transform 0.5s;
}

.no-move {
  transition: transform 0.2s;
}

.ghost {
  opacity: 0;
}

.personagem_fundo2 {
  background-color: #e1d6b2;
}

.perfil {
  position: absolute;
  left: 487px;
  top: 26px;
}

.texto {
  position: absolute;
  left: 89px;
  top: -14px;
  font-size: 12px;
  width: 110px;
  line-height: 16px;
}

.avatar {
  width: 75px;
  height: 75px;
}

.selecionados {
  position: absolute;
  top: 103px;
  left: 452px;
}

.texto_selecionados {
  position: absolute;
  left: 472px;
  top: 180px;
  font-size: 12px;
  width: 210px;
  text-align: center;
}

.arrow_left {
  position: absolute;
  background-image: url(https://i.imgur.com/ZvJfudD.png);
  top: 342px;
  left: 50px;
  width: 41px;
  height: 44px;
  transform: scaleX(-1);
  background-size: cover;
}

.arrow_right {
  position: absolute;
  background-image: url(https://i.imgur.com/ZvJfudD.png);
  top: 467px;
  left: 492px;
  width: 41px;
  height: 44px;
  background-size: cover;
}

.pergrodape {
  position: absolute;
  background-image: url(https://i.imgur.com/gTs7Tfr.png);
  background-size: cover;
  width: 46px;
  height: 239px;
  top: 306px;
  left: 23px;
  -webkit-animation-name: rodapea;
  animation-name: rodapea;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes rodapea {
  from {
    left: 703px;
  }

  to {
    left: 23px;
  }
}

@keyframes rodapea {
  from {
    left: 703px;
  }

  to {
    left: 23px;
  }
}

.pergtopo {
  position: absolute;
  background-image: url(https://i.imgur.com/gTs7Tfr.png);
  width: 46px;
  height: 239px;
  top: 15px;
  left: 680px;
  z-index: 1;
  background-size: cover;
}

.pergtopoa {
  -webkit-animation-name: topoo;
  animation-name: topoo;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.pergtopoaend {
  -webkit-animation-name: topoorevert;
  animation-name: topoorevert;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes topoo {
  from {
    left: 168px;
    opacity: 1;
  }

  to {
    left: 680px;
  }
}

@keyframes topoo {
  from {
    left: 168px;
    opacity: 1;
  }

  to {
    left: 680px;
  }
}

@-webkit-keyframes topoorevert {
  from {
    left: 680px;
  }

  to {
    left: 141px;
  }
}

@keyframes topoorevert {
  from {
    left: 680px;
  }

  to {
    left: 141px;
  }
}

.topo {
  position: absolute;
  top: 37px;
  left: 168px;
  width: 500px;
  clip: rect(0px, 0px, 222px, 0px);
  z-index: 1;
}

.topoa {
  -webkit-animation-name: clipa;
  animation-name: clipa;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.topoaend {
  -webkit-animation-name: cliparevert;
  animation-name: cliparevert;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes clipa {
  from {
    clip: rect(0px, 0px, 222px, 0px);
  }

  to {
    clip: rect(0px, 550px, 222px, 0px);
  }
}

@keyframes clipa {
  from {
    clip: rect(0px, 0px, 222px, 0px);
  }

  to {
    clip: rect(0px, 550px, 222px, 0px);
  }
}

@-webkit-keyframes cliparevert {
  from {
    clip: rect(0px, 550px, 222px, 0px);
  }

  to {
    clip: rect(0px, 0px, 222px, 0px);
  }
}

@keyframes cliparevert {
  from {
    clip: rect(0px, 550px, 222px, 0px);
  }

  to {
    clip: rect(0px, 0px, 222px, 0px);
  }
}

.nome {
  font-size: 15px;
  color: #b91921;
  position: absolute;
  left: 1px;
  width: 498px;
}

.foto {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 19px;
}

.fotolista {
  width: 75px;
  height: 75px;
}

.nomeskill {
  position: absolute;
  color: #b91921;
  top: 108px;
  font-size: 14px;
  left: 1px;
  width: 295px;
}

.desc {
  position: absolute;
  top: 123px;
  font-size: 12px;
  width: 415px;
  left: 2px;
  height: 59px;
  overflow-y: auto;
  scrollbar-color: #fff #8c8c8cbf;
  scrollbar-width: thin;
}

.classes {
  position: absolute;
  color: #877956;
  top: 180px;
  left: 3px;
  font-size: 10px;
  width: 295px;
}

.cooldowns {
  position: absolute;
  color: #877956;
  top: 180px;
  left: 303px;
  font-size: 10px;
  width: 295px;
}

.listaskills {
  position: absolute;
  top: 32px;
  left: 163px;
  display: flex;
  width: 380px;
  overflow-x: auto;
  scrollbar-color: #fff #8c8c8cbf;
  scrollbar-width: thin;
}



.listaskills2 {
  width: 324px !important;
}

@-webkit-keyframes seta {
  from {
    right: 30px;
  }

  to {
    right: 20px;
  }
}

@keyframes seta {
  from {
    right: 30px;
  }

  to {
    right: 20px;
  }
}

.sidebar {
  position: absolute;
  width: 550px;
}

.sidebar::after {
  content: '→';
  position: absolute;
  font-size: 25px;
  top: 5px;
  right: 30px;
  color: rgb(0 0 0 / 58%);
  -webkit-animation: seta 0.4s ease-in 0s infinite alternate;
  animation: seta 0.4s ease-in 0s infinite alternate;
}

.listaskills li {
  list-style: none;
  position: relative;
  left: -39px;
  margin-right: 18px;
}

.fotoskill {
  position: absolute;
  top: 123px;
  left: 449px;
  width: 75px;
  height: 75px;
}

.energys {
  position: absolute;
  color: #877956;
  width: 200px;
  left: 303px;
  top: 110px;
  font-size: 10px;
}

.energys ul {
  position: absolute;
  top: 1px;
  left: -3px;
  width: 160px;
}

.energys ul li {
  display: inline-block;
  margin-right: 4px;
}

.topo {
  position: absolute;
  background-image: url(https://i.imgur.com/svfhcBN.png);
  background-size: cover;
  width: 697px;
  height: 222px;
  left: 141px;
  top: 24px;
  clip: rect(0, 545px, 222px, 0);
}

.conteudo {
  position: absolute;
  left: 27px;
  top: 13px;
}

.lds-hourglass2 {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 100px;
  left: 170px;
}

.lds-hourglass2:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #fff;
  border-color: #78c618 transparent #78c618 transparent;
}

.lds-hourglass {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 100px;
  left: 170px;
}

.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #fff;
  border-color: #be2911 transparent #be2911 transparent;
  -webkit-animation: lds-hourglass 1.2s infinite;
  animation: lds-hourglass 1.2s infinite;
}

@-webkit-keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  50% {
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  100% {
    transform: rotate(1800deg);
  }
}

@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  50% {
    transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  100% {
    transform: rotate(1800deg);
  }
}

.rbattle {
  position: absolute;
  top: 50px;
  text-align: center;
  width: 317px;
  left: 61px;
}

.rbattlelogin {
  position: absolute;
  top: 60px;
  text-align: center;
  width: 255px;
  left: 100px;
  font-size: 14px;
}

.lusername {
  position: absolute;
  top: 115px;
  left: 100px;
  font-size: 15px;
}

.lpassword {
  position: absolute;
  top: 150px;
  left: 100px;
  font-size: 15px;
}

.lerror {
  color: #c00;
  position: absolute;
  top: 185px;
  font-size: 14px;
  left: 110px;
}

.usertext {
  position: absolute;
  left: 175px;
  width: 140px;
  top: 114px;
  border: 1px solid #000;
  height: 20px;
  font-size: 15px;
}

.passtext {
  position: absolute;
  width: 140px;
  left: 175px;
  top: 147px;
  border: 1px solid #000;
  height: 20px;
  font-size: 15px;
}

.pbent {
  position: absolute;
  top: 120px;
  text-align: center;
  width: 317px;
  left: 61px;
}

.pbtext {
  position: absolute;
  top: 140px;
  left: 110px;
  width: 215px;
  border: 1px solid #000;
  height: 20px;
  text-align: center;
  font-size: 15px;
}

.btncancels {
  position: absolute;
  width: 88px;
  height: 25px;
  border: 1px solid #000;
  top: 220px;
  left: 170px;
  background-color: #fbe9b8;
  text-align: center;
  color: #000;
}

.btncancel2s {
  position: absolute;
  width: 88px;
  height: 25px;
  border: 1px solid #000;
  top: 220px;
  left: 236px;
  background-color: #fbe9b8;
  text-align: center;
  color: #000;
}

.btncancel2s span {
  font-family: Pedra;
  top: 4px;
  position: relative;
}

.btnoks {
  position: absolute;
  width: 88px;
  height: 25px;
  border: 1px solid #000;
  top: 220px;
  left: 106px;
  background-color: #fbe9b8;
  text-align: center;
  color: #000;
}

.style-ingame {
  position: absolute;
  top: 80px;
}

.style-ingame select {
  width: 105px;
}

.text-set {
  position: absolute;
  top: 105px;
  color: red;
  font-size: 13px;
}

.no_exchange {
  left: 165px;
}

.btnoks span {
  font-family: Pedra;
  top: 4px;
  position: relative;
}

.rbat {
  position: absolute;
  top: 220px;
  text-align: center;
  width: 317px;
  left: 61px;
}

.btncancels span {
  font-family: Pedra;
  top: 4px;
  position: relative;
}

::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  /* width of the entire scrollbar */
}

::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #000;

  /* border-radius: 20px; */
}

::-webkit-scrollbar-thumb {
  background-color: #8c8c8cbf;
  /* color of the scroll thumb */
  /* border-radius: 20px; */
}

.info-error, .info-error2 {
  width: 15px;
  border: 1px solid #000;
  border-radius: 100%;
  text-align: center;
  background: #fff;
  color: #f00;
  height: 15px;
  font-size: 14px;
}

.tooltip {
  position: absolute;
  left: 570px;
  top: 194px;
  display: inline-block;
}


.tooltip2{
  position: absolute;
  left: 142px;
  top: 80px;
  display: inline-block;
}

.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 130px;
  background-color: #ffffffe6;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: -57px;
  margin-left: -85px;
  font-size: 12px;
  border: 1px solid #0000006b;
  margin-bottom: 70px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 190px;
  background-color: #ffffffe6;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  margin-left: -95px;
  font-size: 12px;
  border: 1px solid #0000006b;
  margin-bottom: 70px;
}

.tooltip .tooltiptext div {
  margin-left: 5px;
}


.tooltip:hover .tooltiptext,.tooltip2:hover .tooltiptext2 {
  visibility: visible;
}

.allow {
  color: green;
}

.deny {
  color: red;
}

img[src*="https://naruto-arena.net/images/selection/ladder.png"] {
  width: 192px;
  content: url("https://i.imgur.com/b6aG3SY.png");
}

img[src*="https://naruto-arena.net/images/selection/quick.png"] {
  width: 192px;

  content: url("https://i.imgur.com/4rcKgqR.png");
}

img[src*="https://naruto-arena.net/images/selection/private.png"] {
  width: 192px;

  content: url("https://i.imgur.com/3e6lK4q.png");
}

img[src*="https://naruto-arena.net/images/selection/logout.png"] {
  width: 118px;

  content: url("https://i.imgur.com/0sehYrZ.png");
}

.arrow_up::before {
  content: '⇪';
  font-size: 15px;
  margin-left: 80px;
  position: absolute;
  margin-top: 30px;
  color: rgb(101, 161, 117);
  -webkit-animation: seta_up 0.4s ease-in 0s infinite alternate;
  animation: seta_up 0.4s ease-in 0s infinite alternate;
}

.arrow_down::before {
  content: '⇩';
  font-size: 15px;
  margin-left: 80px;
  position: absolute;
  margin-top: 30px;
  color: rgb(255, 64, 64);
  -webkit-animation: seta_up 0.4s ease-in 0s infinite alternate;
  animation: seta_up 0.4s ease-in 0s infinite alternate;
}

@-webkit-keyframes seta_up {
  from {
    top: -5px;
  }

  to {
    top: 0px;
  }
}

@keyframes seta_up {
  from {
    top: -5px;
  }

  to {
    top: 0px;
  }
}

