:root {
  --cor-interface: #ff5722;
  --gold: #ffb338;
  --light-shadow: #77571d;
  --dark-shadow: #3e2904;
  --cor-lista: #00000010;
  --cor-lista-2: #00000005;
  --cor-conteudo: #91b96085;
  --fonte-padrao: clamp(0.9rem, 1.5vw, 1.5rem);


}

li {
  list-style: none;
}

canvas {
  border-radius: 10px;

  

}

/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #397524 #DFE9EB;
}*/

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #0000002b;
}

*::-webkit-scrollbar-track:hover {
  background-color: #B8C0C2;
}

*::-webkit-scrollbar-track:active {
  background-color: #B8C0C2;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #397524;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #62A34B;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #62A34B;
}


@font-face {
  font-family: suntage;
  src: url(' /assets/styles/font/Suntage.ttf');
}

@font-face {
  font-family: gtheory;
  src: url(' /assets/styles/font/GreaterTheory.otf');
}

@font-face {
  font-family: neon;
  src: url(' /assets/styles/font/neon.otf');
}

@font-face {
  font-family: mobile;
  src: url(' /assets/styles/font/mobile.ttf');
}

@font-face {
  font-family: ubuntu;
  src: url(' /assets/styles/font/ubuntu.ttf');
}

@font-face {
  font-family: Menu;
  src: url(' /assets/styles/font/menu.ttf');
}

@font-face {
  font-family: soccer;
  src: url(' /assets/styles/font/soccer.otf');
}

@font-face {
  font-family: futebol;
  src: url(' /assets/styles/font/futebol.ttf');
}

.sub-pagina {
  padding: 0px;
}

.barra-saldo {
  height: 30px;
  background-color: var(--cor-interface) !important;

}

.moedas {
  padding: 0px;
  width: 150px;
  float: right;
  margin-top: 4px;
  margin-bottom: 0px;

}

.moedas li.moeda i {
  background-image: url("/assets/images/moeda.png");

}

.moedas li.energia i {
  background-image: url("/assets/images/energia.png");

}


.navbar .moedas li.ficha i{
  background-image: url('/assets/images/fd-ficha.png');



}

i.ficha {
  width: 20px;
  height: 20px;
  float: left;
  background-color: transparent;
  list-style: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1px;
  margin-top: -5px;
  margin-bottom: -5px;
  margin-left: -5px;

}

.moedas li.conquista i {
  background-image: url("/assets/images/fd-conquistas.png");

}

.moedas li.bau i {
  background-image: url("/assets/images/fd-bau.png");

}

body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  background-color: #FFF;





}

body.personaliado {
  background-image: url("/assets/booleiros/img/fundo.jpg") !important;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-family: ubuntu !important;





}

body {
  font-size: 15px;

  background-image:repeating-linear-gradient(-40deg, transparent, transparent 5px, #00000005 5px, #00000005 10px) !important;

}


.moedas li {

  width: 65px;
  border-radius: 10px;
  height: 20px;
  float: left;
  background-color: transparent;
  margin: 5px;
  list-style: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  box-shadow: inset #00000030 0px 0px 10px;



}

.moedas li i {

  width: 20px;
  height: 20px;
  float: left;
  background-color: transparent;
  list-style: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  margin-top: 0px;
  margin-right: -15px !important;




}

/**/

button {
  padding: 5px;
  transition: all 200ms ease-in;
  background: linear-gradient(#ffeb3b, #8bc34a);
  border-radius: 5px;
  color: #ffffffcf;
  margin-left: 5px;
  cursor: pointer;
  text-align: center;
  list-style: none;
  line-height: 14px;
}

button .moeda i {
  background-image: url("/assets/images/moeda.png");

}

button .energia i {
  background-image: url("/assets/images/energia.png");

}

button .ficha i {
  background-image: url('/assets/images/fd-ficha.png');



}


button b.moeda,
button b.energia button b.ficha {

  width: 17%;
  border-radius: 10px;
  height: 25px;
  float: left;
  background-color: #ffc107d1;
  margin: 5px;
  list-style: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 25px;
  color: #FFF;
  position: absolute;
  margin-top: -20px;
  margin-left: 2px;
  font-weight: normal;



}

b.moeda i,
button b.energia i {

  width: 25px;
  height: 25px;
  float: left;
  background-color: #b7983d;
  list-style: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  margin-top: 0px;
  margin-right: 0px;




}

.navbar-collapse {
  width: 100% !important;
  height: calc(100% - 50px) !important; 

}

.navbar {


  background: #000;

  background-color: #8bc34a;
  width: 100%;
  position: fixed;
  z-index: 1300;
  top: 0px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(6px);
  max-width: 500px;
  box-shadow: 0px 15px 20px 0px #00000040, inset #00000063 0px 0px 15px;
  ;



}

.navbar-toggler {
  float: right;
  border: 0px;
  padding: 0px;
  background: none !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav {
  width: 100%;
  min-width: 300px;
  min-height: 1000px;
  text-align: left;
  padding-top: 10px;
}

.container-fluid {
  display: block !important;
}

.voltar {
  float: left;
  padding: 0px;
  width: 100%
}

.voltar li a {

  width: 30px;
  height: 30px;
  border-radius: 100px;

  float: left;
  background-color: #00000045;
  margin: 5px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 2px;
  list-style: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 33px;
  color: #FFF;
  text-decoration: none;
  font-size: 11px;
  text-align: center;



}

.voltar li:first-child {

  background-color: transparent;
  width: 30px;
  padding-left: 0px;
  padding-right: 0px;



}

.voltar li {
  background-color: #00000047;
  list-style: none;
  text-transform: uppercase;
  width: auto;
  margin-left: 1%;
  height: 30px;
  border-radius: 100px;
  color: #FFF;

  float: left;
  font-size: 10px;
  text-align: center;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;




}

.voltar li:last-child {
  background-color: #f0ed06;
  color: #5A6F11;
  ;
}

.voltar li:last-child::before {
  content: "\27A4";
  color: #e5e202;
  rotate: 90deg;
  position: absolute;
  z-index: -1;
  font-size: 30px;
  margin-top: 15px;

}

.voltar li:nth-child(1) {
  cursor: pointer;
}



.principal {


  min-height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;



}

.navbar img {

  border-radius: 10px;


}

.navbar a {
  padding-left: 15px;
  color: #ffffff !important;
  font-weight: bold;
  margin: 1px;
  background-image: none !important;
  width: auto !important;
  display: block;
  float: left;
}

.navbar a.active {


  background-color: #ffffff9e;
  border-radius: 20px;
color: #198754 !important;
  font-weight: bold !important;
  text-align: center !important;



}




.square.black {
  background-color: var(--cor-interface);
}


body {
  background-image: linear-gradient(#ffffff6b, #fff, #ffffff6b);
  background-position: top center;
  background-repeat: repeat;
  background-attachment: fixed;

}

#app {
  background-image: url(/assets/images/logo.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  max-width: 500px;
  margin: 0 auto;
}

.patrocinador {
  width: 100%;
  height: 50px;
  background-color: #ffffffdb;
  position: fixed;
  bottom: 0;
  text-align: center;
  left: 0;
  line-height: 50px;
  box-shadow: #00000080 0px 0px 40px;
  z-index: 1401;
}

.bannerPatrocinador {

  width: 100%;
  padding: 10px;
  background-color: #ffffffc7;
  min-height: 100px;
  float: left;
  border-radius: 10px;
  box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 25%);
  margin-bottom: 50px;
  margin-top: 15px;
  line-height: 00px;
}





.menuIcones {
  padding: 0px;
  margin-top: 10px;
  /* background: linear-gradient(#ffffff00, #00000080, #ffffff00);*/
  float: left;
  width: 100%;
}

.boleiros {
  width: 96% !important;
  height: 90px;

}


.menuIcones li:first-child {

  border-radius: 15px 15px 0px 0px;



}


.menuIcones li:last-child {

  border-radius: 0px 0px 15px 15px;



}

.menuIcones li {
  float: left;
  width: 95%;
  min-width: 70px;
  margin: 3.5%;
  margin-top: 0px;
  height: 45px;
  line-height: 45px;
  background: linear-gradient(#cddc396e, #0000003b);
  list-style: none;
  padding: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-color: #cddc396e;
  text-align: left;
  margin-bottom: 0px;
  color: #ffffffd1;
  font-family: Menu, futebol;
  text-transform: uppercase;
  font-size: 17px;
  cursor: pointer;
  box-shadow: 0px 15px 20px 0px #f8f9fa1f;
  box-shadow: inset 0px -10px 5px 0px #00000033,
                    0px 8px 20px #000000c4 !important;
  text-shadow: #00000080 1px 1px 7px;
  backdrop-filter: blur(2px);
  border-bottom: 0px;
}

.btnIndicados {
  background: linear-gradient(#9e9e9e, #607d8b) !important;
  color: #fff !important;
  font-size: 9px !important;
  padding: 3px !important;
  float: none  !important;

}

.btnVip,
.btnIndicados {
  float: left;
  width: auto;
  background: linear-gradient(#e1b26d, #ffeb3b);
  list-style: none;
  padding: 5px;
  border: 1px groove #e1b26d60;
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 7px;
  color: #bd9414;
  font-size: 10px;
  cursor: pointer;
  box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 25%);

}



.btnVip i,
.btnIndicados i {
  font-size: 11px;
}

.menuIcones li {
  width: 96%;
}

.btnSalas {
     background: linear-gradient(145deg, #0dcaf0 0%, #ff9f00 100%) !important;
    color: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 5px 7px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: inset #00000080 0px 0px 8px, 0px 0px 8px #0000004f;
    text-shadow: #000 0px 0px 5px;
    cursor: pointer;
    outline: 3px solid #00000020;
    transition: transform 0.1s 
ease-in-out;
margin-bottom: 10px;

}

/*DAMA*/

.boleiros i {
  background: transparent !important;

  background-image: url("/assets/images/booleiro.png") !important;
  background-size: contain !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  width: 60% !important;
  margin: 20%;
  opacity: 0.6;





}






.menuIcones li i {
  width: 10%;
  height: 35px;

  display: block;
  margin-bottom: 10px;
  margin-left: 2%;

  margin-top: 10px;
  text-align: center;

  float: left;

  border-radius: 0px;
  font-family: soccer;
  font-size: 25px;
  font-style: normal !important;
  text-transform: none !important;

}



section#template {
  padding: 0%;
  padding-top: 60px;
  margin-top: 0px;
  float: left;
  width: 100%;
  min-height: max-content;
  min-height: 590px;
  padding-bottom: 70px;
  background-attachment: fixed;
}

#pagina-recursos {

  padding: 5%;
  padding-top: 60px;
  margin-top: 0px;
  float: left;
  width: 100%;
  min-height: max-content;
  min-height: 590px;
  padding-bottom: 70px;



}

a,
button .btn {
  cursor: pointer;
}

section button {
  box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 25%);

}

.alertAnima {
  color: #ff9800;
  animation: go-back 1s infinite alternate;
}

@keyframes movex {
  from {
    transform: translateX(2px);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes go-back {
  from {
    transform: translateY(5px);
  }

  to {
    transform: translateY(0);
  }
}

.valor {
  border-radius: 25px;
  width: 30px;
  height: 30px;
  float: left;
  background: linear-gradient(#e1b26d, #ffeb3b);
  border: 3px solid #e1b26d;
  margin: 5px;
  list-style: none;
  line-height: 25px;
  color: #7c551b;
  text-align: right;
  font-weight: normal;
  font-size: 11px;
  box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 25%) !important;
  text-align: center;
  box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 25%);
  padding: 2px;
  padding-top: 0px;

}

.perfil-principal {
  padding: 10px;
  padding-left: 10px;
  padding-bottom: 0px;
  float: left;
}

.perfil-principal>li {
  list-style: none;
  width: calc(100% - 50px);
  float: left;
  padding-top: 5px;
  padding-left: 5px;
  color: #198754;
  font-size: 15px;
  text-align: left;

}


.perfil-principal>li:nth-child(1) {
  width: 50px;
  height: 55px;
  float: left;
  border-radius: 100px;
  border: 3px solid transparent;
  background-color: transparent;
  color: #ccc;
  text-align: center;
  padding-left: 0px;
  padding-top: 5px;
  background-position: center top;
  background-size: 55px;

}

.perfil-principal>li:nth-child(3) {
  width: 95%;
  min-height: 100px;
  float: left;
  border-radius: 10px;
  background-color: #fff;
  color: #ccc;
  text-align: center;
  padding-left: 0px;
  padding-top: 0px;
  margin: 2%;
  margin-top: 20px;


}

.perfil-mine {
  padding: 0px;
}

.perfil-mine>li {
  list-style: none;
  width: 80%;
  float: left;
  padding-top: 0px;
  padding-left: 10px;
  color: #0a3651;
  font-size: 18px;
  text-align: left;

}




.minePerfil li:last-child {
  width: 95%;
  min-height: 100px;
  float: left;
  border-radius: 10px;
  background-color: #fff;
  color: #ccc;
  text-align: center;
  padding-left: 0px;
  padding-top: 0px;
  margin: 2%;
  margin-top: 20px;


}


.lista {
  padding: 5px;
  margin: 0px;
  float: left;
}

.lista li {

  width: 98% ;
  height: auto !important;
  float: left !important;
  border-radius: 10px !important;
  background-color: #00000057;
  box-shadow: 0px 0px 20px 0px #00000047 !important;
  color: #ffffffaf !important;
  text-align: left !important;
  padding: 10px !important;
  margin: 1% !important;
  margin-top: 7px !important;
  border: 0px !important;
  font-size: 10px;
  list-style: none;

}

.filtro select {
  width: 88%;
  height: 30px;
  margin-top: 5px;
  background-color: #3cd07d;
  margin-right: 0px;
  color: #085833 !important;
}

li.filtro  {
  width: calc(100% + 13px)!important;
  height: 40px;
  margin-top: -5px !important;
   margin-left: -5px !important;
  background-color: #3cd07d;
  margin-right: 0px;
  color: #fff !important;
  border-radius:  10px 10px 0px 0px !important;

  background: linear-gradient(transparent, #00000040);
}

.filtro button {
  width: 30px;
  height: 40px;
  background: #ffffff31;
  border-radius: 0px 10px 10px 0px;
  border: 0px;
  line-height: 15px;
  padding: 2.5px;
  float: left;
  margin-bottom: 0px;
  margin-left: -31px;
  margin-right: -35px;
  margin-top: 0px;
  color: #dc6c35 !important;
  box-shadow: 0px 0px 10px -5px #000;
}

.filtro button i {

  color: #198754 !important;
  font-size: 15px !important;
}

li.filtro button i {

  color:#ffffff82 !important ;
  font-size: 15px !important;
}

.filtro button.btn-limpar {

  color: #635f5d !important;
  margin-left: -89px;
  border-radius: 0px 0px 0px 0px !important
}

.filtro button.btn-limpar i {

  color: #dc3545 !important;

}



.lista li.ver {

  width: 97% !important;
  height: auto !important;
  min-height: 10px !important;
  float: left !important;
  border-radius: 5px !important;
  background-color: #607d8b3b;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%) !important;
  color: #505050 !important;
  text-align: left !important;
  line-height: 15px !important;
  padding: 10px !important;
  margin: 1% !important;
  margin-top: 3px !important;
  border: 0px !important;
  font-size: 15px;
  list-style: none;

}




.lista li.destaque {

  border-radius: 4px !important;
  background-color: #4cd152 !important;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%) !important;
  color: #2b282e !important;
  text-align: left !important;
  line-height: 45px;
  padding-left: 0px !important;
  padding-top: 0px !important;
  margin: 1% !important;
  margin-top: 3px !important;
  border: 0px !important;
  font-size: 10px;
  list-style: none;

}

.lista li.destaque i {

  border-radius: 4px !important;
  background-color: #dfece0 !important;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%) !important;
  color: #2b282e !important;
  padding: 3px !important;
  text-transform: uppercase;
  font-weight: bold;
  margin: 1% !important;
  margin-top: 3px !important;
  border: 0px !important;
  font-size: 9px;
  list-style: none;

}


.lista b {
  float: left;
  display: block;
  width: 20px;
  height: 40px;
  line-height: 30px;
  font-size: 20px;
  color: #484744;
  text-align: center;
  padding-top: 3px;
}



.lista .jogadores {

  padding-top: 3px;
  padding-bottom: 0px;
  transition: all 200ms ease-in;
  border-radius: 10px;
  float: left;
  color: #607d8b;
  margin: 5px;
  cursor: pointer;
  text-align: center;
  list-style: none;
  line-height: 30px;
  width: 35px;
  height: 30px;
  border: 2px solid #ccc;

}

.lista .jogadores:first-child {
  background: #e2eced;

}

.lista .btn {
  padding: 5px;
  padding-top: 4px;
  padding-bottom: 0px;
  transition: all 200ms ease-in;
  background: linear-gradient(#cddc39, #8bc34a);
  border-radius: 10px;
  float: right;
  color: #000000b2;
  margin: 5px;
  margin-left: 0%;
  cursor: pointer;
  text-align: center;
  list-style: none;
  line-height: 25px;
}


.btn-desafio {
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: all 200ms ease-in;
  background: linear-gradient(transparent, var(--cor-interface));
  border-radius: 10px;
  float: right;
  color: #00000086;
  margin: 5px;
  margin-left: 0%;
  cursor: pointer;
  text-align: center;
  list-style: none;
  line-height: 30px;
  opacity: 0.5;
}



.torneio-principal {
  padding: 0px;
}

.torneio-principal {
  width: 95%;
  height: 150px;
  float: left;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 25%);
  color: #ccc;
  text-align: center;
  padding-left: 0px;
  padding-top: 15px;
  margin: 2%;
  margin-top: 20px;


}

.right {
  float: right;
}

.alerta {
  background: #ffeaae;
  padding: 10px;
  margin: 10px;
  text-align: left;
  font-size: 12px;
  color: #625138;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to left, transparent, #e1b26d, #ffeb3b, transparent);
  border-radius: 7px;
}

.alerta button {
  background: linear-gradient(#cddc39, #8bc34a);

  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, transparent, #e1b26d, #ffeb3b, transparent);
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 10px;
  width: 60%;
  margin-left: 20%;
  font-size: 12px;
  color: #465a2e;
}

.logo {
  width: 35%;
  height: 50px;
  margin-top: 10px;
  border-top: 3px dotted #ffffff57;


  padding-bottom: 40px;
  float: left;
  box-shadow: 22px -22px 20px 0px #0000001f;



}

div.logo {
  width: 30%;
  margin-top: 0px;

  border-top: 0px;

  padding-bottom: 40px;
  float: left;





}

.logo p {
  width: 100%;
  background-image: url("/assets/images/logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90% !important;
  height: 40px;
  margin: 0px;
  margin-left: -5px;
  margin-top: 5px;
  border-radius: 0px 0px 20px 20px;
}


.btn {
  background: linear-gradient(145deg, #0a3651 0%, #dc3545 100%);
  box-shadow: inset #00000080 0px 0px 8px, 0px 0px 8px #0000004f;
  cursor: pointer;
  padding: 5px;
  transition: all 200ms ease-in;
  border-radius: 20px;
  border: 0;
  float: right;
  color: #ffffffcf;
  margin: 5px;
  margin-left: 0%;
  cursor: pointer;
  text-align: center;
  list-style: none;
  line-height: 25px;

}

.tab {
  width: 100%;
  float: left;
  padding: 0px;
  margin-bottom: -5px;
  margin-top: 10px;
  padding-left: 20px;
}

.tab li {
  float: left;
  list-style: none;
  margin: 2px;
  margin-bottom: 0px;
}

.tab li a {
  color: #fff;
  width: 100%;
}

.tab li a {
  padding: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: all 200ms ease-in;
  background: transparent;
  border-radius: 5px 5px 0px 0px;
  float: right;
  color: #000000c7;
  margin: 5px;
  margin-left: 0%;
  cursor: pointer;
  text-align: center;
  list-style: none;
  line-height: 30px;
}

.tab li a.active {
  background: var(--cor-conteudo);
  color: #0000007a;
}

.lista {
  padding: 0px;
  width: 99%;
  float: left;
  margin-bottom: 0px;
}

.lista li {
  list-style: none;
  width: 100%;
  min-height: 25px;
  margin-bottom: 10px;
  padding: 4px;
  border-radius: 5px;
}

.lista li a {
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: all 200ms ease-in;
  background: linear-gradient(#cea7d5, #9c27b0);
  border-radius: 15px;
  float: right;
  color: #ffffffcf !important;
  margin: 5px;
  margin-left: 0%;
  cursor: pointer;
  text-align: center;
  list-style: none;
  line-height: 30px;
}

.conteudo {

  width: 100%;
  padding: 5px;
  background-color: var(--cor-conteudo);
  min-height: 100%;
  float: left;
  border-radius: 0px;

  margin-bottom: 15px;



}

/* Loader*/
.loader {
  width: 100%;
  height: 100%;
  background-color: #ffffff21;
  position: fixed;
  top: 0;
  padding-top: 50%;
  z-index: 2000;
  backdrop-filter: blur(6px);
  opacity: 1;
  /* Começa invisível */
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease-in-out;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.loaderMin {
  width: 80%;
  height: 40px;
  background-color: #ffffffc9;
  position: fixed;
  top: 0;
  z-index: 2000;
  text-align: center;
  backdrop-filter: blur(1px);
}

.loaderMin b {
  animation: girar .5s linear infinite;
  font-size: 40px;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  margin-left: calc(63% - 30px);
  text-align: center;
  line-height: 40px;
  color: #607d8b73;

}

.loader i {
  background-image: url("/assets/images/logoT.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}


.loader .pseuoP {
  /*
	   animation: loader 5s linear infinite; 
	*/

  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
}

@keyframes loader {
  0% {
    left: -100px
  }

  100% {
    left: 110%;
  }
}

#box {
  width: 100px;
  height: 20px;
  background: linear-gradient(90deg, #ED3237 50%, #ED3237 50%, #f79503 100%);
  /* Ajuste as porcentagens */
  background-size: 200% 100%;
  /* Gradiente duas vezes maior */
  animation: animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
  box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 25%), inset #000000b0 0px 0px 8px;
  border: 2px #ffffff12 solid;
}

@keyframes animate {
  0% {
    background-position: 0% 0;
  }

  100% {
    background-position: -100% 0;
    /* Move o gradiente para a esquerda */
  }
}

@keyframes girar {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

#shadow {
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 65px;
  left: 0;
  border-radius: 50%;
  animation: shadow .5s linear infinite;
}

@keyframes shadow {
  50% {
    transform: scale(1.2, 1);
  }
}

/* Formulario*/

form label:not(#perfil-login) {
  width: 100%;
  text-align: left;
  color: #fff;
  text-shadow: 0px 0px 5px #0000005d;
  font-weight: bold;
  margin-bottom: -20px;
  border-radius: 7px 0px 0px 7px;
  height: 25px;
  padding: 4px;
  text-transform: uppercase;
  font-size: 12px;
  border-right: 0px solid #0000002b;
      float: left;
    font-size: 10px !important;
    padding: 7px !important;
    color: #000 !important;
}



form input,
form textarea,
form select {
  width: 100% !important;
  text-align: left;
  border: 1px solid #0000004d;
  border-radius: 7px;
  padding: 3px;
  padding-left: 5px;
  padding-top: 10px  !important;
  margin-bottom: 5px;
  background-color: #ffffff40;
  color: #0000009c;
  font-size: 13px;


}

input,  select, textarea {
    height: 40px;
    box-shadow: inset 1px 0px 3px 0px #ffffff7d !important;
    border: 1px solid #ffffff47 !important;

}
form.ver input {
  width: 100%;
  text-align: left;
  border: 0px solid #0000007d;
  border-radius: 5px;
  padding: 3px;
  margin-bottom: 10px;
  background-color: transparent;
}


.iconesPerfil {
  padding: 0px;
  margin-top: 100px;
}

.iconesPerfil li {
  float: left;
  width: 46%;
  min-width: 70px;
  margin: 2%;
  height: 65px;
  line-height: 55px;
  background: linear-gradient(#9d9b99, #484845);
  list-style: none;
  padding: 10px;
  padding-bottom: 0px;
  padding-top: 3px;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, transparent, #e1b26d, #ffeb3b, transparent);
  border-radius: 4px;
  text-align: center;
  margin-bottom: 7px;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 25%);



}

/*DAMA*/

.iconesPerfil li i {
  width: 40px;
  height: 40px;

  display: block;
  margin-bottom: -30px;
  margin-right: -25px;
  margin-top: 7px;
  float: left;
  background: #00000036;
  border-radius: 5px;

}

i.jogo {
  font-size: 14px;
}



.pagseguro {
  color: #000000;

  background-image: url("/assets/images/fd-pagseguro.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 70px;
  padding-left: 55px;
  margin-bottom: -7px !important
}

/*Perfil*/



.escudo {

  mask-position: center;
  -webkit-mask-position: center;
  mask-size: cover;
  -webkit-mask-size: cover;
  width: 95%;
  height: 95%;
  text-align: center;
  padding-top: 0px;
  margin: 0 auto;


}

.escudo svg {

  mask-position: center;
  -webkit-mask-position: center;
  mask-size: cover;
  -webkit-mask-size: cover;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 0px;
  margin: 0 auto;


}

.escudo i {
  display: block;
  font-family: sans-serif;
  text-align: center;
  width: 100%;
  height: 9px;
  font-size: 150%;
  border-radius: 10px;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  line-height: 100%;
  padding-top: 5% !important;



}

.editarEscudo {
  height: 100px;
  width: 60%;
  margin: 20%;
  margin-top: 0px;
  margin-bottom: 0px;

  padding: 0px;
}

.editarEscudo li {
  list-style: none;
  height: 120px;
  float: left;


}

.editarEscudo li:first-child {
  list-style: none;
  width: 20%;
  font-size: 30px;
  line-height: 110px;
}



.editarEscudo li:nth-child(3) {
  list-style: none;
  width: 20%;
  font-size: 30px;
  line-height: 110px;

}

.editarEscudo li:nth-child(2) {
  list-style: none;
  width: 60%;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;


}

.editarEscudo li .escudo {
  width: 90%;
  height: 95%;
  float: left;
  text-align: center;
  padding: 11px;
  padding-top: 5px;
  margin: 1.5px;
}

.editarEscudo .escudo i {
  font-size: 45px;
  margin-top: 15px;

}

.lista .escudo {
  width: 30px;
  height: 30px;
  float: left;
  font-size: 9px;
  font-weight: bold;

}

.lista .escudo i {
  height: 7px;
  padding-top: 0px;
  text-align: center;
  font-size: 190%;
}

.moldura {
  width: 40px;
  height: 45px;
  float: left;
  color: #ccc;
  text-align: center;
  padding: 1px;
  padding-top: 5px;
  margin: 5px;
  margin-top: 0px;
}

#perfil-indicados .moldura {
  margin-left: 0px;
}

/**/


.editarEmblema {
  height: 100px;
  width: 60%;
  margin: 20%;
  margin-top: 0px;
  margin-bottom: 0px;

  padding: 0px;
  text-align: center;
  float: left;
}

.editarEmblema li {
  list-style: none;
  height: 60px;
  float: left;


}

.editarEmblema i {
  font-size: 45px;
  font-style: normal !important;

}

.editarEmblema li:first-child {
  list-style: none;
  width: 20%;
  font-size: 30px;
  text-align: center;



}

.editarEmblema li:nth-child(3) {
  list-style: none;
  width: 20%;
  font-size: 30px;
  text-align: center;


}

.editarEmblema li:nth-child(2) {
  list-style: none;
  width: 60%;
  text-align: center;

}

.editarEscudo li:nth-child(4),
.editarEmblema li:nth-child(4) {
  list-style: none;
  width: 100%;
  height: 20px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  text-align: center;


}

.editarEscudo,
.editarEmblema {

  float: left;



}

.editarEmblema li .escudo {

  mask-image: url("/assets/images/escudos.svg") !important;
  -webkit-mask-image: url("/assets/images/escudos/1.svg");
  background-position: left;
  background-repeat: no-repeat;
  background: #b91717;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: cover;
  -webkit-mask-size: cover;

  width: 80%;
  height: 85%;
  float: left;
  text-align: center;
  padding: 11px;
  padding-top: 5px;
  margin: 1.5px;

}

.editarEmblema .escudo i {
  font-size: 45px;
  margin-top: 15px;

}

/**/

.editarCamisa {
  height: 100px;
  width: 70%;
  margin: 15%;
  margin-top: 0px;
  padding: 0px;
}

.editarCamisa li {
  list-style: none;
  height: 120px;
  float: left;


}

.editarCamisa li:first-child {
  list-style: none;
  width: 20%;
  font-size: 30px;
  padding-top: 30px;


}

.editarCamisa li:last-child {
  list-style: none;
  width: 20%;
  font-size: 30px;
  padding-top: 30px;


}

.editarCamisa li:nth-child(2) {
  list-style: none;
  width: 60%;

}

.editarCamisa li .Camisa {

  mask-image: url("/assets/images/Camisas.svg") !important;
  -webkit-mask-image: url("/assets/images/Camisas/1.svg");
  background-position: left;
  background-repeat: no-repeat;
  background: #b91717;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: cover;
  -webkit-mask-size: cover;

  width: 80%;
  height: 85%;
  float: left;
  text-align: center;
  padding: 11px;
  padding-top: 5px;
  margin: 1.5px;

}

.editarCamisa .Camisa i {
  font-size: 45px;
  margin-top: 15px;

}

.contadores {
  width: 30px;
  position: fixed;
  right: 0px;
  bottom: 25%;
  margin-right: 3px;
  background-color: #ffffff69;
  border-radius: 100px;
  padding: 3.5px;
  z-index: 200;
  box-shadow: 0px 15px 20px 0px #00000073;
}

.contadores li {
  width: 24px;
  height: 24px;
  right: 0px;
  background-color: #00000080;
  border: 1px solid #ffffff96;
   outline: 1px solid #ffffff96;
  border-radius: 100px;
  list-style-type: none;
  box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 45%);
  font-size: 10px;
  color: #FFF;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 5px;

}

.contadores li.plus {
  width: 25px;
  height: 15px;
  right: 0px;
  background-color: transparent;
  border: 0px solid #a0ff0767;
  border-radius: 100px;
  list-style-type: none;
  box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 45%);
  font-size: 15px;
  color: #FFF;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 2px;

}


ul.contadores .ficha i {

  width: 70%;
  height: 70%;
  float: left;
  list-style: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100px;
  margin: 15%;

  background-image: url('/assets/images/fd-ficha.png');
  animation: animBtn .5s linear infinite;




}

ul.contadores li.nugolds i {

  width: 70%;
  height: 70%;
  float: left;
  list-style: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100px;
  margin: 15%;

  background-image: url('/assets/images/moeda.png');
  animation: animBtn .5s linear infinite;




}

ul.contadores .seguidores i {

  width: 70%;
  height: 70%;
  float: left;
  list-style: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 86%;
  border-radius: 100px;
  margin: 15%;
  font-size: 14px;
  color: #cddc39;

  animation: animBtn .5s linear infinite;




}

ul.contadores .plus i {

  width: 70%;
  height: 70%;
  float: left;
  list-style: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 86%;
  border-radius: 100px;
  margin: 15%;
  font-size: 14px;
  color: #fff;

  animation: animBtn .5s linear infinite;




}

ul.contadores .energia i,
.ico-energia {

  width: 70%;
  height: 70%;
  float: left;
  list-style: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  margin: 15%;

  background-image: url('/assets/images/energia.png');
  animation: animBtn .5s linear infinite;




}

ul.contadores .bau i,
.ico-bau {

  width: 65%;
  height: 70%;
  float: left;
  list-style: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  margin: 15%;

  background-image: url('/assets/images/fd-bau.png');
  animation: animBtn .5s linear infinite;




}

ul.contadores .tarefas i,
.ico-tarefas {

  width: 65%;
  height: 70%;
  float: left;
  list-style: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  margin: 15%;

  background-image: url('/assets/images/fd-task.png');
  animation: animBtn .5s linear infinite;




}

.btn-inativo {

  background: linear-gradient(#726f72, #36363670) !important;
  text-decoration: none;
  box-shadow: 0px 0px 20px #0000004f;



}

.btn-alerta {

  background: linear-gradient(#ffeb3b, #ff9800) !important;

  color: #00000070 !important;

  text-decoration: none;

  font-size: 10px !important;


  animation: animBtn .5s linear infinite;
  box-shadow: 0px 0px 20px #0000004f;


}

ul.bau {
  float: right;
  width: 60%;
}

.bau li {

  background-color: #00000047;
  list-style: none;
  text-transform: uppercase;
  width: 45%;
  margin-left: 5%;
  height: 30px;
  border-radius: 100px;
  color: #FFF;
  float: left;
  font-size: 10px;
  text-align: center;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.bau li i {
  float: right;
  width: 20px !important;
  animation: none !important;
  margin: 7% !important;
  height: 20px;
}

.siglaTime {
  float: left;
  font-size: 11px;
  line-height: 45px;
}



.contadores li b {
  background-color: #c70000;
  color: #fff;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 100px;
  float: right;
  display: block;
  position: absolute;
  right: 0px;
  top: 40px;
  font-size: 10px;
  line-height: 20px;
}

.verPerfil {

  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;

  background-color: #00000000 !important;

  z-index: 1500;
  backdrop-filter: blur(5px);

  margin: 0px;
  margin-top: 0px;
  margin-right: 0px;
  padding: 50px;
  font-smooth: always;



}

.verPerfil ul {
  font-size: 25px;
  color: #00000061;
  font-weight: bold;



  width: 275px;
  height: 275px;
  border-radius: 10px;
  top: 180px;
  position: fixed;

  background-color: #ffffff69 !important;

  z-index: 1000;
  backdrop-filter: blur(5px);

  margin: calc((100% - 375px)/2);
  margin-top: 0px;
  margin-right: 0px;
  padding: 20px;
  box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 25%);


}


.verPerfil sub {
  font-weight: 100;
}

.verPerfil li:nth-child(3) button {

  background: linear-gradient(#e1b26d, #8bc34a);
  list-style: none;

  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to left, transparent, #cddc39, #ffeb3b, transparent);
  list-style: none;
  text-transform: uppercase;
  width: 75%;
  margin: 12.5%;
  margin-bottom: 10px;
  height: 30px;
  border-radius: 100px;
  color: #FFF;
  float: left;
  font-size: 11px;
  text-align: center;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0px;


}



.verPerfil li {
  width: 100%;
  list-style: none;
  float: left;
  margin-bottom: 10%;
  margin-top: 1%;
  text-align: left;

}

.verPerfil li:nth-child(1) {
  width: 100%;
  list-style: none;
  float: left;
  margin-bottom: 0%;
  margin-top: -20%;
  text-align: left;
  height: 70px;

}

.verPerfil li:nth-child(2) {
  width: 100%;
  list-style: none;
  float: left;
  margin-bottom: 10%;
  margin-top: 10px;
  padding-top: 0px;
  text-align: center;
  height: 50px;
  font-size: 20px;

}

.verPerfil .escudo i {
  display: block;
  font-family: sans-serif;
  text-align: center;
  width: 100%;
  height: 9px;
  font-size: 100%;
  border-radius: 10px;
  font-style: normal;
  text-shadow: 0px 1px 1px #333;
  color: #fff;
  text-transform: uppercase;
  line-height: 125%;
}

.fecharBanner {
  width: 25px;
  height: 25px;
  position: fixed;
  top: 40px;
  right: 0px;
  font-size: 15px;
  background-color: #ffffff2e !important;
  margin-left: 15px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(5px);
}

.verPerfil .fechar {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  right: 0px;
  font-size: 25px;
  background-color: #00000085 !important;
  margin-left: 15px;
  text-align: center;
  line-height: 30px;
  color: #fff;
}


.progress-bar {
  height: 125%;
  font-size: 14px !important;

  border-radius: 0px 0px 0px 0px !important;

}

.progress-total {

  height: 25px;
  position: absolute;
  width: 50%;
  text-align: center;
  margin: 0 auto;

}

.textOuro {
  background-color: var(--gold);
  background-image: linear-gradient(var(--gold) 0%,
      var(--dark-shadow),
      var(--gold));



}

.bannerAfiliado {


  background-color: #00000069 !important;
  box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 25%);
  width: 100%;
  height: 25px;
  margin-top: 40px;
  position: fixed;
  overflow-x: hidden;
  color: #fff;
  display: block;

}

.bannerAfiliado i {


  font-size: 10px;
  text-transform: uppercase;

}




.usarMoeda {
  padding: 2px;
  transition: all 200ms ease-in;
  background: linear-gradient(#ff9800, #ffc107);
  border-radius: 5px;
  float: right !important;
  color: #fff;
  width: 50% !important;
  margin: 10px;
  margin-left: 1%;
  height: 35px !important;
}

#campoBooleiros canvas {
  border-radius: 10px;
  border: 3px dashed #ffffff8f;
  box-shadow: 0px 15px 20px 0px rgb(0 0 0 / 25%);
  width: calc(100% -10px);
  margin: 5px;
  margin-top: 25px;
  height: 80%;
}

.sub-pagina {
  padding-bottom: 100px;
}

.ultiDesafios button {
  padding: 5px;
  transition: all 200ms ease-in;
  background: linear-gradient(#cea7d5, #9c27b0);
  border-radius: 5px;
  color: #ffffffcf;
  margin-left: 5px;
  cursor: pointer;
  text-align: center;
  list-style: none;
  line-height: 14px;
  float: right;
}

.btn-success {
  background: linear-gradient(#dee6e7, #607d8b) !important;

  color: #afff00b0 !important;
  border-radius: 100px !important;
  line-height: 14px;
  margin-top: 5px;


}

.btn-danger {

  background: linear-gradient(#dee6e7, #607d8b) !important;
  color: #ff000054 !important;
  border-radius: 100px !important;
  line-height: 14px;
  margin-top: 5px;
}

.btn-vermais {
  background: linear-gradient(#403535b2, #5f7c8ae0) !important;
  font-family: Arial, Helvetica, sans-serif;
  color: #00000045 !important;
  border-radius: 5px !important;
  padding: 5px;
  transition: all 200ms ease-in;
  border-radius: 5px;
  color: #ffffff8c !important;
  margin-left: 25px;
  cursor: pointer;
  text-align: center;
  list-style: none;
  line-height: 14px;
  float: right;
}

i.info {
  background-color: #0000002b;
  display: block;
  font-size: 8px;
  text-transform: uppercase;
  color: #000;
  border-radius: 9px;
  float: left;
  padding: 5px;
  margin: 10px;
}

i.alerta {
  background-color: #f7ff00ab;

}


li .escudo {
  margin-bottom: 10px !important;

}

.escudo svg {
  cursor: pointer;
}

.listaNomeClube li {
  font-size: 15px !important;
}

hr {
  margin: 3px;
  float: left;
  width: 100%;
  border-top: 1px dotted #8e969b !important;
  opacity: 0.50 !important;
  margin-bottom: 5px !important;

}

.abreviar {
  float: left;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 0px;
  color: #607d8b;
}

button.collapsed:before {
  content: "+" !important;
}

button.navbar-toggler:not(.collapsed) {
  transform: rotate(-45deg) !important;

}


.navbar-toggler:before {
  content: "+" !important;




}

.navbar-toggler {
  font-size: 40px;
  color: #ffffffe8;
  text-shadow: #00000080 0px 0px 4px;
}

.carTime,
.anuncio {
  height: auto;
  border: #ffffff70 solid 0px;
  float: left;
  width: 95%;
  border-radius: 20px;
  margin-top: 10px;
  background-color: #fff;
  margin: 2.5%;
  color: #0a3651ba;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
  padding-bottom: 15px;



}

.carTime {

  box-shadow: inset 0px -5px 1px 0px #ffffff14, 0px 0px 8px #0000004f !important;
}


#pagina-apostaSimples .carTime {

  min-height: 170px;
}

#template .carTime {
  padding-bottom: 5px;
}

.carTime a {
  width: 44%;
  margin-left: 3%;
  margin-right: 0%;
  background: #8bc34aba;
  color: #fff;
  box-shadow: inset 0px -1px 10px 2px #ffffff3d,
    0px 0px 30px #000000b8 !important;
  height: 25px;
  line-height: 13px;
  font-size: 10px !important;
  border: 1px #cccccca3 groove;
  font-weight: bold;
  float: left;
  margin-left: 5%;

}

.carTime a {
  border-radius: 15px 0px 0px 15px !important;
}

.carTime a:last-child {
  border-radius: 0px 15px 15px 0px !important;
  margin-left: 0%;
  background: #ffeb3b85 !important;
}

.carTime a:hover {

  background: #ffeb3b85 !important;
  border: #ffffff4d;
  color: #fff !important;
}


.carTime a.feito {

  background: #ffffff6b !important;

}


.anuncio {
  height: 70px !important;
  background-color: #ffffff !important;
  backdrop-filter: blur(3px);
  border-width: 2px;


}

.mine {
  min-height: 80px;
  float: left;
  width: 45% !important;
  backdrop-filter: blur(2px);

}

.mine li.vs {

  font-size: 25px !important;
  margin-left: 5px;
  margin-right: 5px;
  width: calc(20% - 10px) !important;
  line-height: 25px !important;

}

.mine .partida li {
  width: 40%;
}

.mine .partida li {

  font-size: 13px;

}

.foto {

  height: 30px !important;
  width: 30px !important;
  border: #198754 solid 3px !important;
  float: left;
  width: 100px;
  border-radius: 100px;
  margin-top: 0px;
  background-color: #fff !important;

}

.foto img {

  height: 43px !important;
  float: left;
  width: 35px;
  border-radius: 100px;
  margin-top: 0px;
  background-color: #fff !important;

}

.partida {
  padding: 5px;
}

.partida li {
  list-style: none;
  float: left;
  background-color: #0000004f !important;
  width: 45%;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  line-height: 30px;
  color: #00000061;
  font-weight: bold;
  margin-bottom: 5px;

}

nav .partida {
  width: 30%;
  margin-bottom: 0px;
  float: left;
  box-shadow: inset #00000080 0px 0px 8px, 0px 0px 8px #0000004f;
  border-radius: 100px;
  padding: 0px;
  margin-left: 10px;
  margin-top: 8px;
  line-height: 20px;
}

nav .partida li {

  width: 40%;

  line-height: 20px;
  font-size: 11px;
  margin: 0px;

}

nav .partida li.vs {
  font-family: ubuntu !important;
  text-transform: uppercase;
  width: 20%;
  background-color: #ffffff00 !important;
  font-size: 20px;
  text-align: center;
  border: 0px !important;
  padding-top: 5px;
  color: #00000061;
  line-height: 8px;
  font-weight: bold;
  text-shadow: #00000000 1px 1px 5px;
}

.partida li b {
  color: #fff;
}

.partida li.mandante {


  border-radius: 15px;


  padding-right: 0px;
  text-align: right;
  background: linear-gradient(270deg, #aaaaaa00 7%, #ffffff25 60%) !important;

  overflow: hidden;


}

.partida li.visitante {

  border-radius: 15px;


  padding-left: 0px;
  background: linear-gradient(90deg, #aaaaaa00 7%, #ffffff25 60%) !important;


}

.partida li i {

  width: 15px !important;
  height: 15px !important;

  float: right;
  border-radius: 100px;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-color: #e1e1e1c4;
  border-radius: 15px;
  margin: 2.5px;
  margin-top: 7px !important;
  box-shadow: inset 1px 0px 3px 3px #ffffff59
}

.partida li.mandante i {



  float: right;

}

.partida li.visitante i {


  float: left;



}

.partida li i {
  list-style: none;
  float: left;
  background-color: #fff !important;
  width: 30px;
  height: 30px;
  border-radius: 100px;
}

.partida li.vs {
  font-family: ubuntu !important;
  text-transform: uppercase;

  width: 10%;
  background-color: #ffffff00 !important;
  font-size: 40px;
  text-align: center;
  border: 0px !important;
  padding-top: 2px;
  color: #fff;
  line-height: 19px;
  font-weight: bold;
  text-shadow: #000 1px 1px 5px;

}

.carTime b.dia {
  font-size: 11px !important;
  font-weight: bold;

}

.dia {
  width: 95%;
  display: block;
  float: left;
  padding: 2px;
  color: #ffffff;
  border-radius: 100px;
  margin-left: 2.5%;
  text-shadow: #00000080 1px 1px 7px;
  font-family: gtheory;

}

.verMais {
  line-height: 50px;
  height: 112px;
  color: #ffffffa3;
  background: linear-gradient(145deg, #68b651 0%, #dbdc2c 100%) !important;
  background-color: #8bc34ab3;
  backdrop-filter: blur(3px);
  font-family: gtheory;
  font-size: 30px !important;
  padding-top: 15px;
  cursor: pointer;

}

.verMais sup {

  font-size: 35px !important;

}

#shadow-host-companion {
  display: none;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

b.ads {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0000002b;
  color: #000;
  font-size: 8px;
  border-radius: 100px;
  padding: 2px;
}

.bounce-enter-active {
  animation: bounce-in .5s;
}

.bounce-leave-active {
  animation: bounce-in .5s reverse;
}

@keyframes bounce-in {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}


.menuIcones li.desabilitado {
  background: linear-gradient(#efefef6e, #2d2b2b) !important;

  border-color: #efefef6e !important;
  color: #ffffff57 !important;

}

.menuIcones li.gold {
  background: linear-gradient(#ffb445, #454545) !important;

  border-color: #e1b26d !important;
  color: #ebaa4a !important;

  animation: ouro 0.5s linear infinite;

}

@keyframes ouro {
  to {
    font-size: 20px;
  }

  from {
    font-size: 19.9px;
  }
}

b.data {
  font-size: 10px;
  line-height: 10px;
  margin-top: -10px;
  display: block;
  color: #fff;
}

.barraBtn button {
  border-radius: 20px;
  background: #0000007a;
  backdrop-filter: blur(5px);
  float: left;
  width: 35px;
}

.barraBtn {
  width: 100%;
  float: left;
  margin-bottom: 0px;
}

.anuncioInternoA {
  background: #00000033;
  border-radius: 30px;
  margin-top: 20px;
  width: 80%;
  margin-left: 10%;
  height: 125px;

}

.anuncioInternoB {
  background: #00000033;
  border-radius: 20px;
  margin-top: 20px;
  width: 90%;
  margin-left: 5%;
  height: 50px;
  float: left;

}

.btnGiro {

  text-decoration: none;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100px !important;
  float: right;
  border: solid 2px #ffffff;
  backdrop-filter: blur(10px);
  background-image: url(assets/images/ico-roleta.png), linear-gradient(#ffc107, #ff00bc);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #cddc39 !important;
  padding: 0px !important;
  margin-right: 10px !important;
  box-shadow: 0px -1px 20px 0px rgb(0 0 0 / 25%);
  font-size: 10px;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;



}

@keyframes roleta {
 
  25% {
 
  }
  50% {
     
  }
  100% {
     box-shadow: 0px 0px 20px #ff00c8b2 ;
     rotate: 360deg;

   
     
    
     

  }
}

@-webkit-keyframes cor {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 1;
    border: solid 3px #cc7c04;
  }
}

@keyframes cor {
  from {
    opacity: 0.5;
  }

  to {
    opacity: 1;
    border: solid 3px #cc7c04;
  }
}

span.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.267) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
  animation: progress-bar-stripes 1s linear infinite;
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }

  100% {
    background-position: 0 0;
  }
}

.barraBtn button.fechar {
  width: 30px !important;
  line-height: 20px !important;

}

.carTime:not(.mine) .partida li.mandante,
.carTime:not(.mine) .partida:not(.mine) li.visitante {

  text-align: center !important;
  text-shadow: #000 1px 1px 5px;

}

.carTime:not(.mine) .partida:not(.mine) li.visitante {
  background: linear-gradient(270deg, #aaaaaa00 7%, #ffffff25 60%) !important;
  box-shadow: -5px 0px 8px #0000004f;


}

.carTime:not(.mine) .partida li.mandante {

  background: linear-gradient(270deg, #ffffff25 7%, #aaaaaa00 60%) !important;
  box-shadow: 5px 0px 8px #0000004f;


}


nav .nav-link {
  display: block;
  padding: 5px 10px 5px 10px !important;
  text-transform: uppercase;
  font-size: 10px;
  text-align: center  !important;
}

.contador {

  background-color: #8bc34a !important;
  border: 2px solid #ffffff80 !important;
  box-shadow: inset 0px -1px 10px 2px #ffffff3d,
    0px 0px 30px #000000b8 !important;
  color: #0a3651 !important;

}


.contador i {
  display: block;

  background-color: #0a3651;
  box-shadow: inset 0px -1px 10px 2px #ffffff3d,
    0px 0px 30px #000000b8 !important;
  color: #ffffff !important;
  width: 100% !important;
  height: 21px !important;
  font-size: 10px !important;
  line-height: 20px;
  border-radius: 100px;
  animation: colorChange 0.5s infinite alternate !important;


}

@keyframes colorChange {
  0% {
    background-color: #0a3651;
  }

  50% {
    background-color: #167503;
  }

  100% {
    background-color: #be0590;
  }
}

.progress {
  --bs-progress-height: 7px !important;

}

.carTime .masc {
  display: block;
  background-color: #0d6efd70;
  font-size: 25px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 0px 19px 0px 15px;
  color: #fff;
  float: right;
  margin-left: -25px;
  margin-bottom: -25px;
  box-shadow: -5px 0px 8px #0000004f;


}

.carTime .femi {
  display: block;
  background-color: #ff00d470;
  font-size: 25px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 0px 19px 0px 15px;
  color: #fff;
  float: right;
  margin-left: -25px;
  margin-bottom: -25px;
  box-shadow: -5px 0px 8px #0000004f;


}

.masc::before {
  font-weight: bold;

  content: "\2642";
  /* Insert content that looks like bullets */

}

.femi::before {

  content: "\2640";
  /* Insert content that looks like bullets */

}

#preview {
  width: 100px;
  height: 100px !important;
  border: #ffffffd1 solid 3px !important;
  float: left;
  border-radius: 100px;
  margin-top: 0px;
  margin-right: 10px;
  background-color: #fff !important;
}

.imgUpload input {
  display: none;
}

.imgUpload {
  float: left;
  margin-left: calc(50% - 50px);
  height: 100px !important;
  width: 100px !important;
  margin-bottom: 5px !important;
}

.filtro {
  background: #e9ecefab;
  float: left;
  height: auto !important;
  padding: 0px !important;
  box-shadow: none !important;
  margin-bottom: 5px !important;
  margin-top: -5px;
  border-radius: 0px !important;
  width: 100% !important;
}




a {
  background-image: linear-gradient(transparent 50%, #00000040);
  cursor: pointer;

}

.marcadorVip {

  width: 25%;
  height: 25px;
  margin: 2%;
  margin-top: -10px;
  border-radius: 5px;
  background-color: #cddc39;
  padding: 4px;
  font-size: 10px;
  box-shadow: inset 0px -5px 1px 0px #00000014,
    0px 0px 2px #0000004f !important;
  text-transform: uppercase;
  color: #00000055;
  font-weight: bold;
  cursor: pointer;

}


section.moduloModal {
  padding-bottom: 0px !important;
  min-height: auto !important;

}

.minBau {

  width: 100%;
  height: 25px;
  float: left;
  list-style: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  border-radius: 100px;
  background-image: url(/assets/images/bau-fechado.png);
  animation: animBtn .5s linear infinite;
  margin-top: 0px !important;
  position: initial !important;
  background-color: #00000005;


}

.alert {
  width: 100%;
  box-shadow: inset #00000080 0px 0px 10px, 0px 0px 8px #0000004f !important;
}

.alert-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  margin-top: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff82;

}

ul.paginacao {
  width: 100%;
  background-color: #ee6b38 !important;
  background-image: none !important;
  height: 50px;
  float: left !important;
  position: fixed;
  bottom: -15px !important;
  left: 8% !important;
  padding: 0px !important;
  z-index: 1500;
  border-radius: 0px !important;
  margin-left: -8.1%;
  backdrop-filter: blur(5px);
  color: #fff !important;
  box-shadow: inset #00000080 0px 0px 20px, 0px 0px 50px #000000e0;
  font-weight: bold;
  border-top: 1px solid #ffffff00;
}

ul.paginacao li {
  width: 30% !important;
  float: left !important;
  text-align: center;
  height: 50px;
  line-height: 35px;

  padding: 5px
}

ul.paginacao li.pagina {
  width: 40% !important;

  border-left: 0.5px solid #ffffff25;
  border-right: 0.5px solid #ffffff25;
  padding: 5px
}

ul.paginacao li.prev {
  text-align: right;

}

ul.paginacao li.next {
  text-align: left;

}

ul.paginacao li.prev i,
ul.paginacao li.next i {
  cursor: pointer;
  display: block;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 3px;
  font-size: 25px;

}

.simNao {
  width: 45% !important;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 0px !important;
  float: left !important;
}

.simNao li {
  width: 50% !important;
  background-color: #ffffff !important;
  box-shadow: inset #00000080 0px 0px 8px, 0px 0px 8px #0000004f !important;
  float: left !important;
  text-align: center !important;
  color: #b7c0b7 !important;
  margin: 0px !important;
  line-height: 25px;
  font-size: 10px;
}

.simNao li:first-child {
  width: 45% !important;
  border-radius: 10px 0px 0px 10px !important;
}

.simNao li:last-child {
  width: 45% !important;
  border-radius: 0px 10px 10px 0px !important;
}

.simNao li:first-child:is(.active) {
  background-color: #08a003 !important;
  color: #fff !important;
}

.simNao li:last-child:is(.active) {
  background-color: #a00303 !important;
  color: #fff !important;
}

.eventoSecreto{

    position: fixed !important;
}


.eventoSecreto button {
   border-radius: 0px;
}


.eventoSecreto input {
  width: 100%;
  height: 40px;
  background-color: #ffffff79;
  border-radius: 0px;
  border: 1px #ffffff12 solid;
  line-height: 15px;
  padding: 8px;
  float: left;
  margin-bottom: 0px;
  box-shadow:  #0000005c 2px -2px 10px;
}



#chuva-de-moedas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000005;
  background-image: url('/assets/images/moedas.png');
  background-size: 100px;
  /* Ajuste o tamanho conforme necessário */
  background-repeat: repeat-y;
  animation: quedaDeMoedas 2s linear infinite !important;
  transform: translateY(-100%) !important;
  /* Começa acima da tela */
  z-index: 10000;
  pointer-events: none;
  /* Para não interferir em cliques */
  float: left;
}

@keyframes quedaDeMoedas {
  to {
    transform: translateY(0);
    /* Move para a posição original (0% de translateY)*/
  }
}

#iniciar-chuva {
  position: relative;
  /* Para que o z-index funcione */
  z-index: 1001;
  /* Coloca o botão acima da animação */
}


.participar {
  background: linear-gradient(145deg, #0a3651 0%, #dc3545 100%) !important;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 5px 7px;
  font-size: var(--fonte-padrao);
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: inset #00000080 0px 0px 8px, 0px 0px 8px #0000004f;
  text-shadow: #000 0px 0px 5px;
  cursor: pointer;
  outline: 3px solid #00000020;
  transition: transform 0.1s ease-in-out;
}

nav .moedas {
  margin-top: 9px;
}

.btnMapa {

  font-size: 10px;
  width: 40px;
  margin: 5%;
  display: block;
  height: 40px;
  padding: 10px;
  text-align: center;
  border-radius: 1000px;
  background: #daa520 !important;
  background-image: url(/assets/images/bau-fechado.png) !important;
  background-size: 60% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  float: left;
  box-shadow: inset #000000b0 0px 0px 10px, #000000b0 0px 4px 8px;
  position: absolute;
  right: 0px;
  ;
  animation: pularSutil 1.5s ease-in-out infinite;
  z-index: 1000;

  display: none;

}

.mapa {

  font-size: 10px;
  width: 195px;
  margin: calc((100% - 195px)/2);
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  height: 350px;
  padding: 10px;
  text-align: center;
  background-image: url(/assets/images/mapa.png) !important;
  background-size: contain !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  float: left;
  right: 0px;
  ;

}

.mapa li:first-child {
  width: 35%;
  margin-left: 55%;
  margin-top: 2%;
  height: 70px;
  max-height: 75px;
  border-radius: 100px;
  line-height: 70px;
  background-image: url(/assets/images/bau-fechado.png) !important;
  background-size: 70% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  color: #ffffff78;
  text-shadow: #000000 0px 0px 20px;
  padding-top: 10px;


}

.mapa li.left {
  width: 22%;
  margin-right: 40% !important;
  margin-left: 9% !important;
  height: 45px;
  border-radius: 100px;
  margin-top: 2%;
  line-height: 40px;

}

.mapa li.right {
  margin-top: 7%;
  width: 22%;
  margin-left: 65% !important;
  height: 40px;
  border-radius: 100px;
  float: left !important;
  line-height: 40px;


}

.mapa li {
  width: 40%;
  height: 75px;
  border-radius: 100px;
  float: left;
  line-height: 50%;
  text-align: center;
  color: #ffffff8c;

}

#pgMapa {
  width: 100%;
  height: calc(100% - 50px);
  position: fixed;
  z-index: 1400;
  background-color: #e1b26da1;
  backdrop-filter: blur(5px);
  padding: 10px;
  overflow: hidden;
  overflow-y: auto;
  top: 0px;
  left: 0px;
  justify-content: center;
  /* Centraliza horizontalmente */
  align-items: center;
  /* Centraliza verticalmente */
}

.evento{
  height: 40px !important;
  background-color: #cb4ef2 !important;
  background-image: linear-gradient(45deg, transparent 10%, #000000 100%) !important;
   outline: 1px solid #8803b1 !important;

}



li.kwai {
  height: 40px !important;
  background-color: #ff7300 !important;
  background-image: linear-gradient(45deg, transparent 10%, #db0000 100%) !important;
  outline: 1px solid #ff7300 !important;
  display: none;


}
li.tiktok {
  height: 50px !important;
  padding-top: 5px;;
  background-color: #000000 !important;
  background-image: linear-gradient(45deg, transparent 10%, #3f3d3d 100%) !important;
  outline: 1px solid #000000 !important;
  display: block;

}

.kwai span ,.evento span, .tiktok span {
  transform: rotate(270deg);
  color: #fff;
  text-transform: uppercase;
  font-size: 10px !important;
  float: left;
  width: 40px;
  min-height: 40px;
}

:disabled{

      background: linear-gradient(145deg, #000000 0%, #929292 100%) !important;
    color: #ffffff62 !important;

}

.btnRoleta {
    text-decoration: none;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100px !important;
    float: right;
    border: solid 2px #ffffff;
    backdrop-filter: blur(10px);
    background-image: url(assets/images/ico-roleta.png), linear-gradient(#ffc107, #ff00bc);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #cddc39 !important;
    padding: 5px !important;
    padding-top: 10px !important;
    margin-right: 2px !important;
    box-shadow: 0px -1px 20px 0px rgb(0 0 0 / 25%);
    font-size: 7.5px;
    line-height: 8px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    position: fixed;
    bottom: 60px;
    right: 1px;
       animation: roleta 5s linear infinite;
    z-index: 1401;

}

 .premios i,
 section.resultado i{
    width: 18px;
    height: 18px;
    background-color: transparent;
    list-style: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
      box-shadow: 0px 1px 10px 0px #000000;
    
    margin-right: -15px !important;
    margin: calc(50% - 9px);
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    border-radius: 20px;

}

 .premios i.nungold,
  .resultado  i.nungold{  
 
    background-image: url(/assets/images/moeda.png);    

}

 .premios i.fprata,
 .resultado  i.fprata{

    background-image: url(/assets/images/fd-ficha.png);   

}

.premios i.fbronze,
.resultado  i.fbronze{

    background-image: url(/assets/images/fd-fichab.png);

}

 .premios i.vale,
 .resultado  i.vale{

    background-image: url(/assets/images/fd-vale.png);
     box-shadow: 0px 1px 10px 0px #00000000 !important; 
     
      width: 20px;
    height: 20px;

}

.premios  i.pontos,
.resultado  i.vale
{

  background-image: url(/assets/images/fd-conquistas.png);
  width: 20px; 
  box-shadow: none;
   
}

.btn-roleta i.opala{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-image: url(/assets/images/opala.png);
  background-size: 30% !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  width: 25px;
  height: 20px;
  display: block;
  float: left;
  margin-left: 5px;
  text-align: left;
  font-size: 10px !important;
  line-height: 20px;
   
}

section.resultado i{
  height: 25px !important;
  width: 25px !important;
  float: right !important;
  display: block !important;
  margin: calc(25% - 9px);
}

section.resultado p{
     width: 30%;
    margin-left: 35%;
    float: none;
    border-radius: 20px;
    background-color: #ffffff40;
    height: 30px;
    box-shadow: inset 0px 8px 10px #ffffff90 !important;
    color: #0a3651;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 5px;
    padding: 5px;
    text-align: center !important;
    font-weight: bold;
}

.nav-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
    box-shadow:  0px 0px 8px #0000004f, inset  8px 8px 8px 8px #0000004f !important;
    border-radius: 25px;


}

.scroll-btn {
  background:transparent;
  color: white;
  border: none;
  width:8%;
  margin: 1%;
  margin-top: 0px;
  height: 36px;
  border-radius: 10px;
  font-size: 20px;
  cursor: pointer;
  flex-shrink: 0;
  transition: 0.2s;

}

.scroll-btn:hover {
  background:transparent;
}

.nav-scroll {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Oculta a barra no Firefox */
  -ms-overflow-style: none; /* Oculta a barra no Edge */
  flex: 1;
  gap: 2px;
  padding:  5px; /* 🔹 Espaço entre os botões laterais */
  width: 80%;
  float: left;
  border-radius: 100px;
  box-shadow: inset #00000080 0px 0px 8px, 0px 0px 8px #0000004f !important;
}

.nav-scroll::-webkit-scrollbar {
  display: none; /* Oculta a barra no Chrome */
}

.nav-link {
  white-space: nowrap;
  padding: 8px 14px;
  border-radius: 10px;
  background: transparent;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s;
}

.nav-link:hover {
  background: #0a84ff00;
  color: #fff;
}
.btnAcoes{
    min-width: 20% !important;
    margin-left: 5px !important;
    background: linear-gradient(#212529d1, transparent), repeating-linear-gradient(-70deg, transparent, transparent 5px, #00000010 5px, #00000005 10px) !important;
    border: #8bc34a groove 3px !important;
    float: right;
    border-radius: 30px;
    margin-top:0px;
    background-color: transparent !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 10px;
    color: #FFF;
    text-decoration: none;
    padding: 5px;
}

.semRegistro{

  width: 100% !important;
    background: linear-gradient(#212529d1, transparent), repeating-linear-gradient(-70deg, transparent, transparent 5px, #00000010 5px, #00000005 10px) !important;
    border:0px;
    float: right;
    border-radius: 5px;
    margin-top:0px;
    background-color: transparent !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 10px;
    color: #FFF;
    text-decoration: none;
    padding: 5px;
    background-color: #ff0c0ca1 !important;

}

ul{
  padding-left: 0px;
}