/*
	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%;
  }
}

p.mensagem-jogo-indisponivel{
  text-align: center;
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
}



.apoio-action-loteria{

}

.apoio-action-loteria a,
.apoio-action-loteria a:hover{
    background: #1bbc81;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: auto;
    text-decoration: none;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: .95rem;
    font-weight: 700;
    border-radius: 5px;
    padding: 15px 0;
    box-shadow: inset 0 -4px 0 rgb(0 0 0 / 10%);
    cursor: pointer;
    border: none;
    margin-top: 25px;
    margin-bottom: 0px;
}



/* RESULTADOS LOTERIA API */
.caixa-resultado-loteria {
  position: relative;
  display: block;
  border-radius: 16px;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,.14);
  box-shadow: 0 0 40px rgba(0,0,0,.14);
  margin-top: 24px;
  margin-bottom: 24px;
}


.caixa-resultado-loteria .header-resultado {
  background: #2742a2;
    color: #fff;
    font-size: 14px;
    padding: 12px;
    padding-top: 16px;
    padding-bottom: 14px;
    font-weight: bold;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
}
.caixa-resultado-loteria .body-resultado {
  position: relative;
    display: block;
    padding: 25px;
    padding-top: 5px;
    padding-bottom: 24px;
}
.caixa-resultado-loteria .body-resultado .resultado {
    position: relative;
    display: inline;
    display: inline-block;
    width: auto;
    padding-left: 3px;
    padding-right: 3px;
    height: auto;
}
.caixa-resultado-loteria .body-resultado .resultado h3 {
  color: #2742a2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
} 
.caixa-resultado-loteria .body-resultado .resultado h3 span {
  color: #fff;
    background: #2742a2;
    position: relative;
    display: block;
    border-radius: 100%;
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 12px;
    margin-top: 7px;
    width: 50px;
    height: 50px;
}

#feedbackRetornoSorteiosAnteriores{
  text-align: center;
}


#feedbackRetornoSorteiosAnteriores .caixa-resultado-loteria {
    position: relative;
    display: inline-block;
    border-radius: 19px;
    width: 46%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,.14);
    box-shadow: 0 0 40px rgba(0,0,0,.14);
    margin-top: 25px;
    margin-bottom: 5px;
}

@media(max-width:540px){
  #feedbackRetornoSorteiosAnteriores .caixa-resultado-loteria {
    width: 96%;
  }
}

#feedbackRetornoSorteiosAnteriores .caixa-resultado-loteria .header-resultado {
  background: none;
    color: #2742a2;
    font-size: 14px;
    padding: 12px;
    padding-top: 16px;
    font-weight: bold;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
}
#feedbackRetornoSorteiosAnteriores .caixa-resultado-loteria .body-resultado {
    position: relative;
    display: block;
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 14px;
}
#feedbackRetornoSorteiosAnteriores .caixa-resultado-loteria .body-resultado .resultado {
    position: relative;
    display: inline;
    display: inline-block;
    width: auto;
    height: auto;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 6px;
}
#feedbackRetornoSorteiosAnteriores .caixa-resultado-loteria .body-resultado .resultado h3 {
    color: #2742a2;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
} 
#feedbackRetornoSorteiosAnteriores .caixa-resultado-loteria .body-resultado .resultado h3 span {
    color: #fff;
    background: #2742a2;
    position: relative;
    display: block;
    border-radius: 100%;
    font-size: 13px;
    padding-bottom: 5px;
    padding-top: 12px;
    margin-top: 7px;
    
}


p.actions-resultados-loterias{
  text-align: center;
}


.btn-sorteios-anteriores,
.btn-sorteios-anteriores:hover,
.btn-sorteios-anteriores:active,
.btn-sorteios-anteriores:focus,
.btn-sorteios-anteriores:visited{
    background: #000;
    color: #fff;
    text-decoration: none !important;
    font-weight: bold;
    padding: 7px;
    padding-bottom: 9px;
    font-size: 13px;
    border-radius: 7px;
    padding-left: 18px;
    padding-right: 18px;
    border:none !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-sorteios-anteriores.disabled{
    opacity: 0.75;
    background: #ccc;
}


.caixa-resultado-loteria.lotofacil .header-resultado,
.caixa-resultado-loteria.lotofacil .body-resultado .resultado h3 span,
#feedbackRetornoSorteiosAnteriores .caixa-resultado-loteria.lotofacil .body-resultado .resultado h3 span{
  background: #c34dea;
}




.caixa-resultado-loteria.mega-sena .header-resultado,
.caixa-resultado-loteria.mega-sena .body-resultado .resultado h3 span,
#feedbackRetornoSorteiosAnteriores .caixa-resultado-loteria.mega-sena .body-resultado .resultado h3 span{
  background: #4fd787;
}


.caixa-resultado-loteria.quina .header-resultado,
.caixa-resultado-loteria.quina .body-resultado .resultado h3 span,
#feedbackRetornoSorteiosAnteriores .caixa-resultado-loteria.quina .body-resultado .resultado h3 span{
  background: #384eef;
}

.caixa-resultado-loteria.lotomania .header-resultado,
.caixa-resultado-loteria.lotomania .body-resultado .resultado h3 span,
#feedbackRetornoSorteiosAnteriores .caixa-resultado-loteria.lotomania .body-resultado .resultado h3 span{
  background: #ff9038;
}


.caixa-resultado-loteria.timemania .header-resultado,
.caixa-resultado-loteria.timemania .body-resultado .resultado h3 span,
#feedbackRetornoSorteiosAnteriores .caixa-resultado-loteria.timemania .body-resultado .resultado h3 span{
  background: #e5d652;
}


.caixa-resultado-loteria.dupla-sena .header-resultado,
.caixa-resultado-loteria.dupla-sena .body-resultado .resultado h3 span,
#feedbackRetornoSorteiosAnteriores .caixa-resultado-loteria.dupla-sena .body-resultado .resultado h3 span{
  background: #bf4949;
}



.caixa-resultado-loteria.super-sete .header-resultado,
.caixa-resultado-loteria.super-sete .body-resultado .resultado h3 span,
#feedbackRetornoSorteiosAnteriores .caixa-resultado-loteria.super-sete .body-resultado .resultado h3 span{
  background: #aadd56;
}


.shortcode-todos-jogos-api{

}


.shortcode-todos-jogos-api .gridd {
  list-style: none;
  margin-left: -40px;
}

.shortcode-todos-jogos-api .gc {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -0.25em;
  min-height: 1px;
  padding-left: 40px;
  vertical-align: top;
}

.shortcode-todos-jogos-api .gc--1-of-3 {
  width: 33.33333%;
}

.shortcode-todos-jogos-api .gc--2-of-3 {
  width: 66.66666%;
}

.shortcode-todos-jogos-api .naccs {
  position: relative;
  max-width: 100%;
  margin: auto;
}

.shortcode-todos-jogos-api .naccs .menu div {
  padding: 15px 20px 15px 40px;
    margin-bottom: 10px;
    color: #000;
    background: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    font-weight: 700;
    border-radius: 12px;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.shortcode-todos-jogos-api .naccs .menu div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.shortcode-todos-jogos-api .naccs .menu div span.light {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 24px;
  left: 15px;
  background-color: #aadd56;
  border-radius: 100%;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.shortcode-todos-jogos-api .naccs .menu div.active span.light {
  background-color: #aadd56;
    left: 0;
    height: 100%;
    width: 5px;
    top: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.shortcode-todos-jogos-api .naccs .menu div.active {
  color: #000;
  padding: 15px 20px 15px 20px;
}

.shortcode-todos-jogos-api ul.nacc {
  position: relative;
  height: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.shortcode-todos-jogos-api ul.nacc li {
  opacity: 0;
  transform: translateX(50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.shortcode-todos-jogos-api ul.nacc li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

.shortcode-todos-jogos-api ul.nacc li p {
  margin: 0;
}


.shortcode-todos-jogos-api ul.nacc li h2{
  font-weight: bold;
  margin-top: -8px;
  padding-top: 0px;
  margin-bottom: 22px;
}

.shortcode-todos-jogos-api ul.nacc li .caixa-resultado-loteria{
  margin-top: 0px !important;
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,.14);
  box-shadow: 0 0 20px rgba(0,0,0,.14);
}


@media(max-width:540px){
  .shortcode-todos-jogos-api .gc--1-of-3{
    width: 100%;
  }
  .shortcode-todos-jogos-api .gc--2-of-3{
    width: 100%;
    padding-top: 20px;
  }
  .shortcode-todos-jogos-api .naccs .menu div{
    display: inline-block;
  }
  .shortcode-todos-jogos-api{
    position: relative;
    display: block;
    min-height: 450px;
  }
  .shortcode-todos-jogos-api .naccs .menu div {
    padding: 10px !important;
    font-size: 14px;
  }
  .shortcode-todos-jogos-api .naccs .menu div span.light{
    display: none;
  }
  .shortcode-todos-jogos-api .naccs .menu div.active span.light{
    display: block;
  }
}

/*---------------------------------
	NOVO BOLÃO
-----------------------------------*/
.btn-action-compra-bolao,
.btn-action-compra-bolao:hover,
.btn-action-compra-bolao:active,
.btn-action-compra-bolao:focus,
.btn-action-compra-bolao:visited{
  background: #1bbc81;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: auto;
  text-decoration: none;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: .95rem;
  font-weight: 700;
  border-radius: 5px;
  padding: 15px 0;
  box-shadow: inset 0 -4px 0 rgb(0 0 0 / 10%);
  cursor: pointer;
  border: none;
}

.btn-action-compra-bolao svg{
  width: 18px !important;
}