.btnCadFora{
    width: 100%;
    height: 70px;
    background-color: #28023a;
}

.btnCad{
    width: 100%;
    height: 70px;
    margin: 0 auto;
    background-color: #28023a;
    text-align: center;
}

body{
    background-color: rgb(82, 6, 145);
}

.btnCad img{
    height: 50px;
    margin-top: 10px;
    margin-left: 5px;
}

.btnCad a{
    text-decoration: none;
}

.btnTopo{
    height: 100%;
    background-color: #28023a;
    color: white;
    border: none;
}

.btnTopo:hover{
    height: 100%;
    background-color: rgb(82, 6, 145);
    color: white;
    border: none;
}

.corpoFora{
    width: 100%;
    height: auto;
}

.corpoDentro{
    padding-top: 10px;
    width: 95%;
    height: auto;
    margin: 0 auto;
}

.emJogo{
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.tabelaEmJogo{
    background-color: rgb(148, 223, 160);
}

.emJogoTitulo{
    background-color: rgb(56, 148, 72);
}

.iconeRede{
    height: 20px;
}

.proximosEntrar{
    margin: 0 auto;
    width: 80%;
    height: 100%;
}

.tabelaProximos{
    background-color: rgb(223, 216, 148);
}


.proximosTitulo{
    background-color: rgb(230, 216, 29);
}

.tabelaPlataformas{
    background-color: aliceblue;
    width: 300px;
    margin: 0 auto;
}

.tabelaPartidas{
    background-color: aliceblue;
    width: 800px;
}

.dataFinal{
    color:red;
}

.corpoE{
    float: left;
    width: 70%;
}

.corpoD{
    float: left;
    width: 29%;
    margin-left: 5px;
}

.tabelaJogo{
    background-color: aliceblue;       
}

.largsetas{
    width: 40px;
}

.largpartidas{
    width: 180px;
}

.largnomes{
    width: 250px;
}

#iconesAtivos img{
    width: 0px;
}

#iconesAtivos{
    visibility: visible;
    width: 25px;
}

#iconesAtivos2{
    width: 15px;
}

#iconesInativos{
    visibility: hidden;
    width: 15px;
}


.tabelaFilaIndex{
    background-color: white;
        
}

.tituloFilaEmJogo{
    background-color: #7dcf6b;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    width: 100%;
}

.tituloFilaEmProx{
    background-color: #f5b305;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
}

.tituloFilaEmFila{
    background-color: #c06363;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
}

.linhaPar{
    background-color: lightgray;
    height: 30px;
    line-height: 30px;
    padding-left: 5px
}

.linhaImpar{
    background-color: white;
    height: 30px;
    line-height: 30px;
    padding-left: 5px
}

.larguralinha{
    height: auto;
    line-height: 30px;
    padding-left: 5px;
}

@media (max-width: 520px){
    .iconeRedes img{
        height: 60px;
    }
}

@media (max-width: 420px){
    .iconeRedes img{
        height: 40px;
    }
}

.infofilhote{
    background-color: white;
    box-shadow: 0px 0px 10px black;
    margin-bottom: 10px;
}

.linhaInfo{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: rgb(155, 69, 212);
    color: white;
    font-weight: bolder;
}

.imgConquistas{
    padding: 15px;
}

.imgConquistas img{
    width: 80px;
}

.imgConquistas{
    font-size: 11px;
    text-align: center;
}

@media (max-width: 720px){
    .imgConquistas img{
        width: 60px;
    }
    
    .imgConquistas{
        font-size: 10px;
        text-align: center;
    }
}

@media (max-width: 580px){
    .imgConquistas img{
        width: 40px;
    }
    
    .imgConquistas{
        font-size: 8px;
        text-align: center;
    }
}

@media (max-width: 380px){
    .imgConquistas img{
        width: 30;
    }
    
    .imgConquistas{
        font-size: 6px;
        text-align: center;
    }
}

.btn-no-border{
   border:none;
   background-color: transparent;
}

.separaPlataformas{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: purple ;
    font-weight: bolder;
    background-image: linear-gradient(to right, white, purple);
    float: left;
    padding-left: 10px;
    text-transform: uppercase;
    margin-top: 10px;
}

.perfilinfos{

}

.boxConquistas{
   margin: 0 auto;
}

.infoConquistas{
    width: 320px;
    height: 210px;
    background-image: linear-gradient(to right, blue, purple);
    text-align: left;
    margin: 10px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 12px;
    float: left;  
    box-shadow: 0px 0px 5px white; 
    border-radius: 10px;     
}


.infoConquistasLeft{
    width: 140px; 
    height: 150px; 
    float: left; 
    padding-left:5px   
}

.infoConquistasRight{
    width: 180px;
    height: 150px; 
    float: left; 
    padding-left: 2px;
}

.infoConquistasLeft img{
    width: 130px; 
    padding-top: 10px; 
}

.infoConquistasRight img{
    width: 100px; 
    padding-top: 10px;       
}

.infoPartidasDias{
    width: 100%;
    height: 30px;
    float: left;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    line-height: 30px;
    color: #f5b305;
}


.boxBotoes{
    width: 320px;
    height: 150px;
    line-height: 150px;
    background-image: linear-gradient(to right, blue, purple);
    text-align: left;
    margin: 10px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 12px;
    float: left;  
    box-shadow: 0px 0px 5px black; 
    border-radius: 10px; 
    padding-left: 15px;
}

.boxBotoes:hover{
    background-image: linear-gradient(to right, purple, blue);
    box-shadow: 0px 0px 5px white; 
    cursor: pointer;
}

.boxBotoesLeft{
    width: 140px; 
    height: 100%; 
    float: left; 
    padding-left:5px   
}

.boxBotoesRight{
    width: 160px;
    height: 100%; 
    float: left; 
    padding-left: 10px;
}

.boxBotoesLeft img{
    width: 120px;    
}

/* boxbotoesreduzido */


.boxBotoesReduzido{
    margin: 0 auto;
    width: 120px;
    height: 60px;
    background-image: linear-gradient(to right, blue, purple);
    text-align: left;
    margin: 10px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    float: left;  
    box-shadow: 0px 0px 5px black; 
    border-radius: 10px; 
    padding-left: 5px;
}

.boxBotoesReduzido:hover{
    background-image: linear-gradient(to right, purple, blue);
    box-shadow: 0px 0px 5px white; 
    cursor: pointer;
}

.boxBotoesReduzidoLeft{
    width: 30px; 
    line-height: 60px;
    height: 100%; 
    float: left;   
}

.boxBotoesReduzidoRight{
    width: 80px;
    height: 100%; 
    float: left; 
    font-size: 11px;
    padding-left: 1px;
    padding-top: 10px;
}

.boxBotoesReduzidoLeft img{
    width: 30px;    
}

.barralinks{
    width: 80%;
    height: 80px;
    margin: 0 auto;
}

@media (max-width: 1050px){
       
    .barralinks{
        height: 160px;
    }
}

@media (max-width: 525px){
       
   .btnCad img{
    height: 40px;
   }

   .barralinks{
        width: 100%;
   }

}

@media (max-width: 435px){
       
    .btnCad img{
     height: 30px;
    }
 
    .barralinks{
         width: 100%;
    }

    .boxBotoesReduzido{
        margin: 0 auto;
        width: 120px;
        height: 60px;
        background-image: linear-gradient(to right, blue, purple);
        text-align: left;
        margin: 5px;
        color: white;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-weight: bold;
        float: left;  
        box-shadow: 0px 0px 5px black; 
        border-radius: 10px; 
        padding-left: 5px;
    }
    
 
 }

 @media (max-width: 395px){
       
    .btnCad img{
     height: 30px;
    }
 
    .barralinks{
         width: 100%;
    }

    .boxBotoesReduzido{
        margin: 0 auto;
        width: 120px;
        height: 60px;
        background-image: linear-gradient(to right, blue, purple);
        text-align: left;
        margin: 1px;
        color: white;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-weight: bold;
        float: left;  
        box-shadow: 0px 0px 5px black; 
        border-radius: 10px; 
        padding-left: 5px;
    }
    
 
 }


 .boxAdmin{
    margin: 0 auto;
    width: 120px;
    height: 60px;
    padding-top: 10px;
    background-image: linear-gradient(to right, blue, purple);
    text-align: left;
    margin: 5px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    float: left;  
    box-shadow: 0px 0px 5px black; 
    border-radius: 10px; 
    padding-left: 5px;
    text-align: center;
}

.boxAdmin:hover{
    margin: 0 auto;
    width: 120px;
    height: 60px;
    padding-top: 10px;
    background-image: linear-gradient(to left, blue, purple);
    text-align: left;
    margin: 5px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    float: left;  
    box-shadow: 0px 0px 5px white; 
    border-radius: 10px; 
    padding-left: 5px;
    text-align: center;
}



.perfil{
    width: 320px;
    height: auto;
    background-image: linear-gradient(to bottom, blue, purple);
    text-align: left;
    margin: 10px;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 12px;
    float: left;  
    box-shadow: 0px 0px 5px white; 
    border-radius: 10px;  
    float: left;  
    text-align: center; 
}

.perfil hr{
    width: 95%;
    margin: 0 auto;
}

.perfillevel{
    text-align: center;
    padding-top: 5px;
}

.imgtag{
    height: 35px;
}

.perfilnome{
    text-align: center;
    font-size: 200%;
    padding-top: 5px;
}

.perfilexp{
    padding-left: 10px;
    padding-top: 10px;
}

.perfilconquistas{
    width: 300px;
    height: 30px;
    background-color: green;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    box-shadow: 0px 0px 10px black;
}

.perfilsociais{
   padding-left: 10px;  
}

.perfilsociais img{
    width: 40px;
}

.perfilsociaislinha{
    width: 95%;
    margin-bottom: 5px;
}

.perfilsociaislinha a{
    text-decoration: none;
    color:white;
}

.perfilseguindo{
    color: green;
}

.perfilnaoseguindo{
    color: red;
}

.copasuperconquistas{ 
    text-align: center;   
}

.copasuperconquistas img{
    width: 50px;
    margin-top: 10px;
}

.partidasfortnite{
    width: 300px;
    height: 30px;
    background-color: rgb(13, 170, 190);
    line-height: 30px;
    text-align: center;
    box-shadow: 0px 0px 10px black;
    margin: 0 auto;
}

/* barrarodadas */

.rodadas{
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: rgb(135, 17, 231);
    text-align: center;
    box-shadow: 0px 0px 3px white;
    color: white;
    font-weight: bold;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

a{
    text-decoration: none;
}

.rodadasContainer{
   
    background-color: white;
    width: 500px;
}

.linhaCopa{
    text-align: center;
}

.oitavas{
    width: 300px;
    height: 120px;
    background-image: linear-gradient(to bottom, rgb(168, 168, 219), rgb(175, 141, 219));
    box-shadow: 0px 0px 10px black;   
    text-align: center;
    border-radius: 5px;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}


.oitavastop, .oitavasmiddle, .oitavasbottom{
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.oitavastopleft, .oitavasbottomleft{
    width: 40px;
    float: left;
    text-align: center;
}

.oitavastopright, .oitavasbottomright{
    width: 160px;
    margin: 0 auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: bolder;
    
}


/* MostrarCopa.php */

.tabelaOitavas{
    background-color: lightgray;
}

.tbDir img{
    width: 25px;
}

.tbDir{
    font-size: 20px;
}

.tbCentro img{
    width: 25px;
}

.tbEsq img{
    width: 25px;
}

.tbCentro{
    width: 10px;
}

.tbEsq{
    font-size: 20px;
}

.tbEsq{
    text-align: right;
}


/* mostrarTop.php */

.tabelaTop{
    width: 200px;
    float: left;
    margin-right: 5px;
    font-size: 12px;
}

.rolagem{
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 28px;
}

.texto-button{
    margin-left: 50px;
    padding: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #575757;
}

.glow-on-hover {
    width: 220px;
    height: 25px;
    border: none;
    outline: none;
    color: #fff;
    background: #424242;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.verificado{url(https://papaidiogogaming.com.br/)http://localhost/pdg/
    background-color: green;
    width: 50px;
    height: auto;
    border-radius: 25px;
}


/* HORA CORRIDAS */

.horacorridas{
    background-color: white;
    width: 300px;
    height: auto;
}


/* chaveamento */

.chaveamento{
    width: 1270px;
    height: 1080px;
    margin: 0;
    float: left;
}

.coluna {
    width: 16%;
    height: 100%;
    float: left;
    
}


.jogador{
    background-color: #5e01f5;
    color: white;
    width: 182px;
    height: 50px;
    margin-top: 5px;
    margin-left: 8px;
    box-shadow: white 0px 0px 5px;
}

.jogador2{
    background-color: #5e01f5;
    width: 170px;
    height: 50px;
    margin-top: 5px;
    box-shadow: white 0px 0px 5px;
    margin-left: 5px;    
    text-align: center;
}

.jogador3{
    background-color: #5e01f5;
    width: 170px;
    height: 50px;
    margin-top: 5px;
    box-shadow: white 0px 0px 5px;
    margin-left: -10px;    
    text-align: center;
}

.jnome{
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    width: 142px;
    float: left;
    text-overflow:ellipsis;    
    overflow: hidden;
    white-space: nowrap;
}

.jnome2{
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}

.jnumber{
    width: 40px;
    height: 50px;
    text-align: center;
    background-color: #4d06be;
    float: left;
    line-height: 50px;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.j16x17{
    margin-top: 10px;
}

.j5x28{
    margin-top: 14px;
}

.j12x21{
    margin-top: 14px;
}

.j2x31{
    margin-top: 14px;
}

.j15x18{
    margin-top: 10px;
}

.j5x27{
    margin-top: 10px;
}

.j3x30{
    margin-top: -10px;
}

.j14{
    margin-top: -26px;
}

.j7{
    margin-top: -18px;
}

.j10{
    margin-top: -24px;
}
.j19{
    margin-top: -20px;
}

.j3x302{
    margin-top: -18px;
}

.j23{
    margin-top: -18px;
}

.j13{
    margin-top: -20px;
}

.j11x22{
    margin-top: 15px;
}

.vencedoroitavas1{
    margin-top: 20px;
}

.vencedorquartas1{
   margin-top: 20px;
   margin-left: 30px;
}

.vencedoroitavas5{
    margin-top: 10px;
}

.vencedoroitavas2{
    margin-top: 25px;
}

.vencedorquartas2{
   margin-top: 20px;
   margin-left: 30px;
}

.vencedoroitavas6{
    margin-top: 10px;
}

.vencedoroitavas3{
    margin-top: 20px;
    margin-left: 90px;
}

.vencedorquartas3{
    margin-left: 40px;
    margin-top: 14px;
}

.vencedoroitavas7{
    margin-left: 90px;
    margin-top: 15px ;
}

.vencedoroitavas4{
    margin-top: 28px;
    margin-left: 90px;
}

.vencedorquartas4{
    margin-left: 40px;
    margin-top: 14px;
}

.vencedoroitavas8{
    margin-left: 90px;
    margin-top: 15px ;
}

.c4{
    margin-left: 70px;
    float: left;
}

.c6{
    width: 50px;
    margin-left: -20px;
}

.linhacampeao{
    width: 100%;
    height: 50px;
}

.linhaterceiro{
    margin-top: 20px;
    width: 100%;
    height: 50px;
}

.linhaCampeoes{
    margin-top: 40px;
    width: 100%;
    height: 70px;
}

.tabelaFinais{
    background-color: #5e01f5;
    width: 250px;
    height: 50px;
    margin-top: 5px;
    box-shadow: white 0px 0px 5px;  
    text-align: center;
    float: left;
}

.ouro{
    background-color: #5e01f5;
    width: 50px;
    height: 50px;
    margin-top: 5px;
    box-shadow: white 0px 0px 5px;  
    text-align: center;
    float: left;
}

.lugar{
    background-color: #5e01f5;
    width: 70px;
    height: 70px;
    margin-top: 5px;
    box-shadow: white 0px 0px 5px;  
    text-align: center;
    float: left;
}

.tabelaTitulo{
    background-color: #5e01f5;
    width: 480px;
    height: 70px;
    margin-top: 5px;
    box-shadow: white 0px 0px 5px;  
    text-align: center;
    float: left;
}

.linhaCampeoes2{
    margin-top: 10px;
    width: 100%;
    height: 70px;
}

.tTitulo{
    font-size: 40px;
    line-height: 70px;
}


/* quadroStats */

.stats{
    width: 1920px;
    height: 1080px;
    background-color: #48ff00;
    overflow: hidden;
}
.quadroStats{
    margin-top: 10px;
    margin-left: 10px;
    width: 400px;
    height: 500px;
    background-color: rgb(76, 3, 170);
    border-radius: 5px;
}

.tituloStats{
    color: white;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}