#div_reidascartelas{
	padding: 1px 6px 1px 6px;
	font-size: 68px;
	font-family: Times New Roman;
	color: #00f;
}
#div_config_inicio{
	display: none;
	padding: 5px 10px 5px 10px;
	border-style: solid;
	border-radius: 10px;
	border-color: #666;
	border-width: 1px;
	padding: 10px 10px 10px 10px;
	margin: 10px;
	font-size: 28px;
	font-family: Times New Roman;
	width: 550px;
	text-align: center;

}
#div_pagina{
	display: none;
	position: relative;
	border-style: none;
	border-width: 1px;
	border-color: #666;
	border-radius: 10px;
}
#div_tabuleiro_sorteio{
	display: inline-block;
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-style: solid;
	border-radius: 10px;
	border-width: 2px;
	border-color: #999;
	text-align: left;
	min-height: 470px;
}
#div_central{
	float: left;
}
#div_comandos_tabuleiro{
	display: inline-block;
	//float: left;
	margin-left: 3px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	width: 150px;
	border-style: solid;
	border-radius: 10px;
	border-color: #999;
	border-width: 2px;
	min-height: 470px;
	border-style: solid;
	border-radius: 10px;
	border-color: #999;
	border-width: 2px;
}
#div_direita{
	float: left;
	width: 140px;
}
#div_historico{
	display: inline-block;
	//float: left;
	margin-left: 3px;
	padding: 1px;
	text-align: center;
	//width: 130px;
	border-style: solid;
	border-radius: 10px;
	border-color: #999;
	border-width: 2px;
}
#div_salvar_sorteio{
	display: inline-block;
	//float: left;
	margin-left: 3px;
	margin-top: 5px;
	padding: 5px 0px;
	text-align: center;
	width: 130px;
	border-style: solid;
	border-radius: 10px;
	border-color: #999;
	border-width: 2px;
}
#div_sorteio_automatico{
	display: inline-block;
	//float: left;
	//margin-left: 3px;
	//margin-top: 5px;
	//padding: 1px;
	text-align: center;
	width: 130px;
	//border-style: solid;
	//border-radius: 10px;
	//border-color: #999;
	//border-width: 2px;
}
#nm_tempo_sorteio{
	font-size: 15px;
	font-family: DejaVu Sans;
	width: 55px;
	text-align: center;
	border-style: solid;
	border-color: #666;
	border-radius: 5px;
	padding: 2px 5px;
}
#nm_repetir_audio{
	font-size: 15px;
	font-family: DejaVu Sans;
	width: 70px;
	text-align: center;
	border-style: solid;
	border-color: #666;
	border-radius: 5px;
	padding: 2px 5px;
}
#div_hist_num_sort{
	height: auto;
	border-style: none;
	font-family: Times New Roman;
	font-size: 16px;
	padding: 1px 3px;
}
#div_salvar_sorteio{
	text-align: center;
	margin-top: 5px;
}
#div_desempate{
	display: inline-block;
	//float: left;
	margin-left: 3px;
	padding: 1px;
	text-align: center;
	width: 220px;
	border-style: solid;
	border-radius: 10px;
	border-color: #999;
	border-width: 2px;
}
.bt_number{
	width: 25px;
	height: 25px;
	border-radius: 20%;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	//margin: 4px;
	font-size: 16px;
	color: #000;
	background-color: #ddd;
	//background-color: #0cc;
	padding: 0px;
	font-family: Times New Roman;
	transition-duration: 0.3s;
}
.bt_number:hover{
	transform: scale(2);
	transition-duration: 0.3s;
}
.bt_number_100{
	font-size: 13px;
}
.bt_bingo{	
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 2px;
	margin-right: 2px;
	//margin: 4px;
	font-size: 16px;
	color: #000;
	background-color: #fe1;
	//background-color: #0cc;
	padding: 0px;
	font-family: Times New Roman;
	//transition-duration: 0.3s;
}


#bt_st_desempate{
	padding: 3px 5px;
	border-radius: 10px;
	font-size: 16px;
	color: #000;
}

#bt_apagar_desempate{
	padding: 3px 5px;
	border-radius: 10px;
	font-size: 16px;
	color: #000;
	display: none;
}

@keyframes entrada_1{
	0%  {transform: rotatey(360deg) scale(5);}
	100% {transform: rotatey(0deg) scale(1);}
}
.numero_sorteado{	
	//animation-delay: 0.5s;
	animation-name: entrada_1;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
	background-color: #0a0;
	border-radius: 50%;
}

.numero_retirado{
	color:#ccc;
	background-color: #fff;
	border-color: #eee;
}

#nome_rodada{
	width: 200px;
	padding: 3px;
	font-family: Times New Roman;
	font-size: 16px;
	color: #000;
	border-style: double;
	border-width: 5px;
	border-radius: 5px;
	border-color: #666;
	background-color: #eee;
}

#bt_coluna{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	font-size: 70px;
	font-family: Times New Roman;
	border-style: outset;
	border-width: 3px;
	border-top-color: #f00;
	border-right-color: #00f;
	border-bottom-color: #0f0;
	border-left-color: #ff0;
	margin-bottom: 5px;
}

#bt_numero_base{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	font-size: 80px;
	font-family: Times New Roman;
	border-style: outset;
	border-width: 3px;
	border-top-color: #f00;
	border-right-color: #00f;
	border-bottom-color: #0f0;
	border-left-color: #ff0;
}

#bt_sortear_numero{
	font-size: 16px;
	padding: 5px 5px 5px 5px;
	border-radius: 10px;
	border-width: 3px;
}
#bt_sortear_numero:hover{
	border-top-color: #f00;
	border-right-color: #00f;
	border-bottom-color: #0f0;
	border-left-color: #ff0;
}

#bt_sorteio_automatico{
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	border-radius: 10px;
	//width: 120px;	
}
#bt_sorteio_automatico:hover{
	border-top-color: #f00;
	border-right-color: #00f;
	border-bottom-color: #0f0;
	border-left-color: #ff0;
}

#bt_reiniciar{
	font-size: 18px;
	padding: 2px 5px 2px 5px;
	border-radius: 10px;
}

#bt_configurar{
	font-size: 20px;
	padding: 2px 10px 2px 10px;
	border-radius: 10px;
	border-color: #33cc33;
	border-width: 6px;
}

#bt_salvar_imprimir_sorteio{
	font-size: 14px;
	padding: 2px 5px 2px 5px;
	border-radius: 10px;
}

#div_nome_rodada{
	font-family: Times New Roman;
	font-size: 40px;
	color: #00aa00;
	padding: 5px 0px 5px 10px;
}

#div_topo{
	font-family: Times New Roman;
	font-size: 16px;
	padding: 3px 0px 3px 10px;
}

#zoom_conf{
	width: 80px;
	text-align: center;
	padding: 3px 5px;
	font-size: 16px;
	background-color: #eee;
	border-style: solid;
	border-radius: 5px;
}

#rg_audio_volume{
	width: 200px;
}
#rg_audio_speed{
	width: 200px;
}

#bt_copy_chave_pix{
	background-color: #0f0;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bolder;
	transition-duration: 0.2s;
}
#bt_copy_chave_pix:hover{
	transform: scale(1.2);
}

#tx_chave_pix{
	width: 270px;
	text-align: center;
	border-style: none;
	font-size: 16px;
	font-weight: bolder;
	color: #3a3;
}

#ck_habilitar_marcacao_manual_das_pedras{
	transform: scale(1.4);
}
#ck_audio{
	transform: scale(1.4);
}
#ck_mostrar_tela_com_numero_sorteado{
	transform: scale(1.4);
}
#ck_globo_eletronico_com_patrocinio{
	transform: scale(1.4);
}

@keyframes bt_base_1{
	0%  {transform: rotatey(360deg)}
	100% {transform: rotatey(0deg)}
}
@keyframes bt_base_2{
	0%  {transform: rotatey(360deg)}
	45% {transform: rotatey(270deg);}
	55% {transform: rotatey(270deg)}
	100%  {transform: rotatey(360deg)}
}
@keyframes bt_base_3{
	0%  {transform: rotatex(360deg)}
	100% {transform: rotatex(0deg)}
}
@keyframes bt_base_4{
	0%  {transform: rotatex(360deg)}
	45% {transform: rotatex(270deg);}
	55% {transform: rotatex(270deg)}
	100%  {transform: rotatex(360deg)}
}
@keyframes bt_base_5{
	0%  {transform: scale(1)}
	50% {transform: scale(0);}
	100%  {transform: scale(1)}
}
@keyframes bt_base_6{
	0%  {transform: rotatez(360deg)}
	100% {transform: rotatez(0deg)}
}
@keyframes bt_base_7{
	0%  {transform: rotatez(0deg)}
	100%  {transform: rotatez(360deg)}
}
@keyframes bt_base_8{
	0%  {transform: rotatez(720deg)}
	100%  {transform: rotatez(0deg)}
}
@keyframes bt_base_9{
	0%  {transform: rotatez(0deg)}
	100%  {transform: rotatez(720deg)}
}
@keyframes bt_base_10{
	0%  {transform: rotatez(1080deg)}
	100%  {transform: rotatez(0deg)}
}
@keyframes bt_base_11{
	0%  {transform: rotatez(0deg)}
	100%  {transform: rotatez(1080deg)}
}
@keyframes bt_base_12{
	0% {transform: scale(1)}
	49% {transform: scale(0);}
	50% {transform: scale(3)}
	100% {transform: scale(1)}
}
@keyframes bt_base_13{
	0% {transform: rotatez(0deg)}
	25% {transform: rotatez(-45deg)}
	26% {transform: rotatez(-45deg)}
	100% {transform: rotatez(720deg)}
}
@keyframes bt_base_14{
	0% {transform: rotatez(0deg)}
	25% {transform: rotatez(45deg)}
	26% {transform: rotatez(45deg)}
	100% {transform: rotatez(-720deg)}
}
@keyframes bt_base_15{
	0% {transform: rotatez(0deg)}
	25% {transform: rotatez(-180deg)}
	26% {transform: rotatez(-180deg)}
	100% {transform: rotatez(0deg)}
}
@keyframes bt_base_16{
	0% {transform: rotatez(0deg)}
	25% {transform: rotatez(180deg)}
	26% {transform: rotatez(180deg)}
	100% {transform: rotatez(0deg)}
}
@keyframes bt_base_17{
	0% {border-radius: 50%}
	50% {border-radius: 10%}
	100% {border-radius: 50%}
}
@keyframes bt_base_18{
	0% {border-top-width: 3px; border-bottom-width:  3px}
	50% {border-top-width: 40px; border-bottom-width:  40px}
	100% {border-top-width: 3px; border-bottom-width:  3px}
}
@keyframes bt_base_19{
	0% {border-left-width: 3px; border-right-width:  3px}
	50% {border-left-width: 40px; border-right-width:  40px}
	100% {border-left-width: 3px; border-right-width:  3px}
}
@keyframes bt_base_20{
	0% {border-width: 3px;}
	50% {border-width: 40px;}
	100% {border-width: 3px;}
}
.efeito_1{
	//animation-delay: 0.5s;
	animation-name: bt_base_1;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}
.efeito_2{
	//animation-delay: 0.5s;
	animation-name: bt_base_2;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}
.efeito_3{
	//animation-delay: 0.5s;
	animation-name: bt_base_3;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}
.efeito_4{
	//animation-delay: 0.5s;
	animation-name: bt_base_4;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}
.efeito_5{
	//animation-delay: 0.5s;
	animation-name: bt_base_5;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}
.efeito_6{
	//animation-delay: 0.5s;
	animation-name: bt_base_6;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}
.efeito_7{
	//animation-delay: 0.5s;
	animation-name: bt_base_7;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}
.efeito_8{
	//animation-delay: 0.5s;
	animation-name: bt_base_8;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}
.efeito_9{
	//animation-delay: 0.5s;
	animation-name: bt_base_9;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}
.efeito_10{
	//animation-delay: 0.5s;
	animation-name: bt_base_10;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}
.efeito_11{
	//animation-delay: 0.5s;
	animation-name: bt_base_11;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}
.efeito_12{
	//animation-delay: 0.5s;
	animation-name: bt_base_12;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}
.efeito_13{
	//animation-delay: 0.5s;
	animation-name: bt_base_13;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}
.efeito_14{
	//animation-delay: 0.5s;
	animation-name: bt_base_14;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}
.efeito_15{
	//animation-delay: 0.5s;
	animation-name: bt_base_15;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}
.efeito_16{
	//animation-delay: 0.5s;
	animation-name: bt_base_16;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}
.efeito_17{
	//animation-delay: 0.5s;
	animation-name: bt_base_17;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}
.efeito_18{
	//animation-delay: 0.5s;
	animation-name: bt_base_18;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}
.efeito_19{
	//animation-delay: 0.5s;
	animation-name: bt_base_19;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}
.efeito_20{
	//animation-delay: 0.5s;
	animation-name: bt_base_20;
	animation-duration: 0.8s;
	animation-iteration-count: 1;
}

.caixa_number{
	font-size: 22px;
	width: 80px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	border-radius: 10px;
	background-color: #0ff;
}

#bt_iniciar{
	font-size: 22px;
	padding: 5px 10px 5px 10px;
	border-style: solid;
	border-radius: 10px;
	border-width: 2px;
	border-color: #666;
}
#bt_iniciar:hover{
	background-color: #0ff;
}

#bt_recuperar_sorteio{
	font-size: 18px;
	padding: 2px 5px 2px 5px;
	border-style: solid;
	border-radius: 10px;
	border-width: 2px;
	border-color: #666;
	font-family: Times New Roman;
}

#bt_formato_sorteio_automatico{
	font-size: 14px;
	padding: 1px 5px;
	border-style: solid;
	border-color: #666;
	border-width: 1px;
	border-radius: 10px;
}

#bt_formato_sorteio_manual{
	font-size: 14px;
	padding: 1px 5px;
	border-style: solid;
	border-color: #666;
	border-width: 1px;
	border-radius: 10px;
}

#bt_sorteio_automatico_iniciar{
	font-size: 16px;
	padding: 1px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	border-radius: 5px;
}
#bt_sorteio_automatico_parar{
	font-size: 16px;
	padding: 1px 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	border-radius: 5px;
}

.span_print{
	display: inline-block;
	margin-left: 10px;
	padding: 5px 10px;
	border-radius: 10px;
	font-size: 27px;
	font-family: Times New Roman;
	background-color: #0cc;
}

#sp_mostrar_tempo{
	display: inline-block;
	border-style: solid;
	border-color: #666;
	border-radius: 5px;
	padding: 1px 10px;
	width: 80px;
	font-size: 30px;
	font-family: DejaVu Sans;
	margin-bottom: 3px;
}

#div_configurar{
	display: none;
	overflow: scroll;
	width: 1000px;
	height: 550px;
	border-style: solid;
	border-width: 5px;
	border-radius: 20px;
	padding: 10px;
	background-color: #ffffff;
	position: fixed;
	top: 0px;
	left: 0px;
	margin-left: 10px;
	z-index: 999999;
	font-family: Dejavu Sans;
	font-size: 20px;
}

#bt_fechar_div_configurar{
	font-size: 20px;
	padding: 3px 10px;
	background-color: #00ff00;
	border-radius: 10px;
}
#bt_fechar_div_configurar:hover{
	transform: scale(1.1);
	background-color: #ffff00;
}


/* inicio da estrutura para lista de patrocinadores */
#bt_lista_de_patrocinadores{
	font-size: 20px;
	padding: 1px 5px;
	border-style: solid;
	border-color: #666;
	border-width: 1px;
	border-radius: 10px;
}
#div_lista_de_patrocinadores_interna {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 colunas de tamanhos iguais */
    grid-template-rows: repeat(15, auto); /* 15 linhas ajustadas ao conteúdo */
    gap: 5px; /* Espaçamento entre as células */
    width: 800px; /* Largura total fixa */
    max-width: 800px;
    position: relative;
}
.cell {
    position: relative; /* Permite posicionar o número sobre a imagem */
}
.cell img {
    width: 100%; /* Faz a imagem ocupar toda a largura disponível na célula */
    height: auto; /* Mantém a proporção correta */
    display: block;
}
.number-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: rgba(255, 63, 63, 1.0); /* Fundo */
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 5px;
    font-family: Arial;
}
#div_patrocinadores {
    position: fixed !important; /* Mantém fixo na tela */
    top: 5px;
    left: 5px;
    background-color: #ffffff;
    z-index: 9999999;
    width: 794px;
    height: 549px;
    display: flex; /* Centraliza corretamente */
    align-items: center;
    justify-content: center;
    border: 3px solid #666666;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
}
/* fim da estrutura para lista de patrocinadores */

#div_tela_gigante_num_sorteado{
	position: fixed !important; /* Mantém fixo na tela */
    top: 5px;
    left: 5px;
    background-color: #ffffff;
    z-index: 9999999;
    width: 774px;
    height: 529px;
    display: flex; /* Centraliza corretamente */
    align-items: center;
    justify-content: center;
    border: 10px solid #6666ff;
    border-radius: 50px;
    padding: 10px;
    text-align: center;
    font-family: Times New Roman;
    font-weight: bolder;
    font-size: 250px;
}

#nm_tempo_exibicao_tela_numero_sorteado{
	width: 80px;
	text-align: center;
	font-size: 20px;
}

#nm_tempo_patrocinio{
	width: 80px;
	text-align: center;
	font-size: 20px;
}

#bt_apresentar_patrocinadores{
	font-family: Dejavu Sans;
	font-size: 20px;
	background-color: #ffff66;
	border-radius: 10px;
	padding: 3px 10px;
}

#bt_fechar_div_patrocinadores{
	display: none;
	position: fixed;
	font-size: 18px;
	font-family: Dejavu Sans;
	top: 2px;
	left: 2px;
	z-index: 99999999;
}

