:root {

  --azul: #1E325C;
  --branco: #FFFFFF;
  --roxo_escuro: #722E85;
  --roxo_claro:#7f3992;
  --roxo_maisclaro:#c79bd4;

}
body{
  min-width: 380px;
  font-family: futuraBold;
}
@font-face {
  font-family: futuraBold;
  src: url(../webfonts/futuraBold.otf);
}
.bloco{
  display: block;
  text-align: center;
  width: 100%;
}
.vermelho {
  background-color: red;
}
.verde {
  background-color: green;
}

.lista_num{
  width: 380px;
  margin: 10px auto;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.botoes_acao{
  margin-top: 10px;
/*  text-align: center;*/
}
.botoes_acao .btn{
  margin-bottom: 10px;
  min-width: 170px;
  font-size: 1.2rem;
}
.drop_menu::after{
  content: none;
}
.botao_num{
  background: #adc0c4;
  border-radius: 186px;
  color: #fff;
  cursor: pointer;
  font-family: futuraBold;
  font-size: 21px;
  line-height: 57px;
  padding: 0;
  text-align: center;
  width: 57px;
  height: 57px;
  margin: 5px;
}
.megasena > .botao_num.selecionado{
  background: #489869;

}
.botao_num_negado {
 background: rgba(255, 0, 0, 0.5);
 border-radius: 186px;
 color: #fff;
 cursor: not-allowed;
 font-family: futuraBold;
 font-size: 21px;
 line-height: 57px;
 padding: 0;
 text-align: center;
 width: 57px;
 height: 57px;
 margin: 5px;
}
.botoes_padrao{
  text-align: center;

}
.botoes_padrao button{
  font-size: 0.7rem;
}
.botao_num.selecionado{
  background-color: var(--roxo_claro);
}
.botao_num.selecionado.fixo{
  background-color: rgba(25, 135, 84, 0.5);
  color: var(--branco);
  cursor: not-allowed;
}
.lista_selecionados{
  border: 1px solid #45c0ae;
  font-size: 1.5rem;
  border-radius: 5px;
  padding: 3px 10px;
  min-height: 44px;
  margin-top: 15px;
  color: var(--roxo_escuro);
}
.numeros_analisados{
  font-size: 1.5rem;
  color: var(--roxo_escuro);
}
.numeros_gerados{
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 0px;
  transition: 0.3s;
}
.numeros_gerados p{
  font-size: 1rem;
  color: var(--roxo_escuro);
}
.botoes_acao_jogo{
  float: right;
  text-align: center;

}

/*.numeros_gerados:hover .botoes_acao_jogo{
  visibility: visible;
  display: block;
  opacity: 1;
}*/

.destaque_cr{
  border: 2px solid !important;
}
#retorno_analise{
  text-align: justify;
}

#botoes_acao_todos button, #botoes_acao_selecionados button{
  margin-top: -3px;
}
#botoes_acao_todos, #botoes_acao_selecionados{
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
#botoes_acao_todos.hide, #botoes_acao_selecionados.hide{
  visibility: hidden;
  opacity: 0;
  margin-top: -31px;
}
.numeros_no_jogo{
  justify-content: space-evenly;
  display: flex;
}
#sequencia td{
  padding: 2px 8px;
  border: 1px solid black;
}
#tab_estatistica .col-3, #tab_vitorias .col-4{
  padding: 2px 8px;
}
#tab_estatistica .row.dica:hover, #tab_vitorias .row.dica:hover{
  background-color: var(--roxo_maisclaro);
  cursor: pointer;
}
#tab_estatistica .row, #tab_vitorias .row{
  border-bottom: 1px solid var(--roxo_claro);
}
.titulos_estatistica{
  background-color: var(--roxo_escuro);
  color: white;
}
#resposta_analise h4{
  text-align: center;
}
#sequencia{
  margin: auto;
}

.dica {
  position: relative;
}

.dica .texto-dica, .dica .texto-dica-estatistica{
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 130%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s;
}
.dica .texto-dica-estatistica{
  left: 45%;
  width: 180px;
}
.dica .texto-dica::after, .dica .texto-dica-estatistica::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;

}
.dica:hover .texto-dica, .dica:hover .texto-dica-estatistica {
  visibility: visible;
  opacity: 1;
}
.resultado {
  margin-bottom: 10px;
}
/*PARA IMPRESSÃO*/

.lista_imp_num{
  width: 307px;
  margin: auto;
  display: block;
}

.imp_num{
  background: #fff;
  color: #fff;
  cursor: pointer;
  font-family: futuraBold;
  font-size: 8px;
  line-height: 57px;
  padding: 0;
  text-align: center;
  width: 20.6px;
  height: 15px;
  margin: 5px 18px;
}
.black{
  background: #000;
  color: #000;
}


label, select, input{
  font-family: var(--bs-font-monospace);
  font-size: 0.875rem;

}
.modal-title{
  text-transform: uppercase;
}
/*ESTILOS PARA O MENU*/
.container_menu{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
  transition: top 0.3s;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
}

#margem{
  margin-top: 100px;
}


.menu {
	background-color: var(--roxo_escuro);
	text-align: center;
  color: var(--branco);
  width: 100%;
  padding-top: 10px;
}
.menu a{
  text-decoration: none;
  color: var(--branco);
  font-family: futuraBold;
  font-size: 2rem;
}

.footer{
  background-color: var(--azul);
  color: var(--branco);
  text-align: center;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {

}
@media screen and (min-width: 992px) {

}
@media screen and (min-width: 1200px) {

}

@media print{
  .break_imp{
    page-break-after: always;
  }
}