/*
	DIOGENES JUNIOR
	CONTATO@DIOGENESJUNIOR.COM.BR
	
*/

/*---------------------------------
	GERAIS
-----------------------------------*/
section.diogenes-loterias{
  position: relative;
  display: block;
  font-family: Arial;
}




/*---------------------------------
	TABELA DE RESLTADOS
-----------------------------------*/
table.tabela-de-resultados{
   
}

table.tabela-de-resultados tr{

}

table.tabela-de-resultados tr td{

}


table.tabela-de-resultados tr td.sorteio{
  text-align: center;
}

table.tabela-de-resultados tr td.sorteio a,
table.tabela-de-resultados tr td.sorteio a:hover{
  color: #000;
  text-decoration: none;
  font-size: 11px;
}

table.tabela-de-resultados tr td.sorteio a span{
  display: block;
    font-size: 13px;
}

table.tabela-de-resultados tr td.numero{
  font-size: 13px;
}

table.tabela-de-resultados tr td.data{
  font-size: 13px;
}

table.tabela-de-resultados tr td.numeros{
  
}

table.tabela-de-resultados tr td.numeros span{
    position: relative;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 32px;
    height: 32px;
    background: #ccc;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 32px;
    float: left;
}

table.tabela-de-resultados tr td.numeros .extra-info{
    display: block;
    margin-left: 12px;
    float: left;
    padding-top: 6px;
    font-size: 13px;
    opacity: 0.7;
}


table.tabela-de-resultados tr td.jogar{
    display: block;
    font-size: 12px;
    position: relative;
    width: 100px;
    height: auto;
    color: #000;
    text-decoration: none;
    border: 0px solid #ccc;
    text-align: center;
    font-size: 11px;
    padding: 6px;
    border-radius: 4px;
}

table.tabela-de-resultados tr td.jogar a,
table.tabela-de-resultados tr td.jogar a:hover{
    position: relative;
    display: block;
    font-size: 12px;
    position: relative;
    width: 100px;
    height: auto;
    color: #000;
    text-decoration: none;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 11px;
    padding: 6px;
    border-radius: 4px;
}



/*---------------------------------
	TELA DO JOGO
-----------------------------------*/
.jogo{
  position: relative;
  padding: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  background: #fefefe;
}

.jogo .colunas-jogo{



}

@media(max-width:540px){
  .grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

.jogo .colunas-jogo.coluna-um{
  padding-right: 20px;
}

.jogo .colunas-jogo.coluna-dois{

}

@media(max-width:540px){
  .jogo .colunas-jogo.coluna-dois {
    padding-top: 30px;
  }
}

.jogo .colunas-jogo h2{
  font-size: 14px;
  margin-bottom: 16px;
}

.jogo .colunas-jogo h2 span{
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #CCC;
  border-radius: 100%;
  margin-right: 6px;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
}


.jogo .caixa-dos-numeros{
  margin-top: 10px;
  margin-bottom: 10px;
}

.jogo .caixa-dos-numeros span{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 28px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 7px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 15px;
    line-height: 27px;
    cursor: pointer;
}

.jogo .caixa-dos-numeros span:hover{
  border:1px solid #229551;
}

.jogo .caixa-dos-numeros span.numero-ativo{
  background: #ccc;
  color: #fff;
}


.jogo .status-escolhas-numeros{
  text-align: center;
  cursor: pointer;
}


.jogo .status-escolhas-numeros .tipo-numero.tipo-numero-pares{
  display: inline-block;
  font-size: 13px;
}

.jogo .status-escolhas-numeros .tipo-numero.tipo-numero-impares{
  display: inline-block;
  font-size: 13px;
}


.jogo .status-escolhas-numeros .tipo-numero.tipo-numero-pares span,
.jogo .status-escolhas-numeros .tipo-numero.tipo-numero-impares span{
  color: #229551;
}


.jogo .status-escolhas-numeros .tipo-numero.tipo-numero-limpar{
  display: inline-block;
  font-size: 13px;
    margin-left: 12px;
    border-left: 1px solid #ccc;
    padding-left: 14px;
  
}


.jogo .coluna-dois .caixa-dos-numeros{
  margin-top: 12px;
}


.jogo .coluna-dois .caixa-dos-numeros span{

}

#teimosinha{
  margin-bottom: 31px;
}


.jogo .botao-finalizar-compra{
  margin-bottom: 34px;
}


.jogo .botao-finalizar-compra a,
.jogo .botao-finalizar-compra a:hover,
.jogo .botao-finalizar-compra button{
  background: #229551;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  cursor: pointer;
}

.jogo .status-finalizar-compra{
  font-size: 13px;
}

.jogo .status-finalizar-compra div{
  display: inline-block;
    margin-right: 13px;
}

.jogo .status-finalizar-compra span{
  color: #229551;
  font-size: 16px;
  font-weight: bold;
}


/*--------------------
Leaderboard
--------------------*/
.leaderboard {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: none;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(62, 9, 11, 0.2);
}
.leaderboard h1 {
  font-size: 18px;
  color: #e1e1e1;
  padding: 12px 13px 18px;
}
.leaderboard h1 svg {
  width: 25px;
  height: 26px;
  position: relative;
  top: 3px;
  margin-right: 6px;
  vertical-align: baseline;
}
.leaderboard ol {
  counter-reset: leaderboard;
  padding-left: 0;
    list-style: none;
}
.leaderboard ol li {
  position: relative;
  z-index: 1;
  font-size: 14px;
  counter-increment: leaderboard;
  padding: 18px 10px 18px 50px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
}

.leaderboard ol li::before {
  content: counter(leaderboard);
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background: #666;
  border-radius: 20px;
  text-align: center;
}

.leaderboard ol li mark {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 18px 10px 18px 50px;
  margin: 0;
  background: none;
  color: #747474;
}
/*
.leaderboard ol li mark::before, .leaderboard ol li mark::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -11px;
  left: -9px;
  border-top: 10px solid #c24448;
  border-left: 10px solid transparent;
  transition: all 0.1s ease-in-out;
  opacity: 0;
}
.leaderboard ol li mark::after {
  left: auto;
  right: -9px;
  border-left: none;
  border-right: 10px solid transparent;
}
*/
.leaderboard ol li small {
  position: relative;
  z-index: 2;
  display: block;
  text-align: right;
  color: #000;
}

/*
.leaderboard ol li::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fa6855;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
*/
/*
.leaderboard ol li:nth-child(1) {
  background: #fa6855;
}
.leaderboard ol li:nth-child(1)::after {
  background: #fa6855;
}
.leaderboard ol li:nth-child(2) {
  background: #e0574f;
}
.leaderboard ol li:nth-child(2)::after {
  background: #e0574f;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.08);
}
.leaderboard ol li:nth-child(2) mark::before, .leaderboard ol li:nth-child(2) mark::after {
  border-top: 6px solid #ba4741;
  bottom: -7px;
}
.leaderboard ol li:nth-child(3) {
  background: #d7514d;
}
.leaderboard ol li:nth-child(3)::after {
  background: #d7514d;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.11);
}
.leaderboard ol li:nth-child(3) mark::before, .leaderboard ol li:nth-child(3) mark::after {
  border-top: 2px solid #b0433f;
  bottom: -3px;
}
.leaderboard ol li:nth-child(4) {
  background: #cd4b4b;
}
.leaderboard ol li:nth-child(4)::after {
  background: #cd4b4b;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.leaderboard ol li:nth-child(4) mark::before, .leaderboard ol li:nth-child(4) mark::after {
  top: -7px;
  bottom: auto;
  border-top: none;
  border-bottom: 6px solid #a63d3d;
}
.leaderboard ol li:nth-child(5) {
  background: #c24448;
  border-radius: 0 0 10px 10px;
}
.leaderboard ol li:nth-child(5)::after {
  background: #c24448;
  box-shadow: 0 -2.5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0 0 10px 10px;
}
.leaderboard ol li:nth-child(5) mark::before, .leaderboard ol li:nth-child(5) mark::after {
  top: -9px;
  bottom: auto;
  border-top: none;
  border-bottom: 8px solid #993639;
}
*/
.leaderboard ol li:hover {
  z-index: 2;
  overflow: visible;
}
.leaderboard ol li:hover::after {
  opacity: 1;
  transform: scaleX(1.06) scaleY(1.03);
}
.leaderboard ol li:hover mark::before, .leaderboard ol li:hover mark::after {
  opacity: 1;
  transition: all 0.35s ease-in-out;
}

@media(max-width:540px){
  /*.leaderboard{
    width: 89%;
  }*/
  .leaderboard ol li mark {
    width: 44%;
  }
}

