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

.plugin-loterias-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #c3c4c7;
  max-width: 96%;
  margin-top: 20px;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  padding: 10px;
  border-radius: 5px;
}

/*---------------------------------
	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 small {
  position: relative;
  z-index: 2;
  display: block;
  text-align: right;
  color: #000;
}

.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%;
  }
}

