/* 1. CONFIGURAÇÕES GENÉRICAS DO SISTEMA */
*{
    margin: 0px;
    padding: 0px;
}



/* 1.2 - INSERINDO FONTES */
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto.ttf)
}
@font-face {
  font-family: Roboto-Italico;
  src: url(../fonts/Roboto-Italic.ttf)
}

@font-face {
  font-family: Roboto-Light;
  src: url(../fonts/Roboto-Light.ttf)
}

/* 1.3 - CONFIGURAÇÕES DE FORMULÁRIOS GERAIS */

h1 {
    font-family: 'Roboto';
}



h2{
    font-family: 'Roboto-Light';
}

h3{
    font-family: 'Roboto-Light';
}

h4{
    font-family: 'Roboto-Light';
}

.texto-resposta {
    font-family: 'Roboto';
    font-size: 12pt;
}

a{
    color: white;
    text-decoration: none;
    cursor: pointer;
}

a:visited{
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.desc-font-pequena{
    font-family: Roboto;
    font-size: 12pt;
}
.elementos-form-em-bloco{
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
    display: block;
}

.elementos-form-em-linha{
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
    display: inline-block;
}

.input-login{
    height: 35pt;
    padding: 2px;
    border: 0.5px solid black;
    border-radius: 5px;
    background-color: transparent;
    font-family: Roboto;
    font-size: 16pt;
}

input[type="password"]{
    height: 35pt;
    border: 0.5px solid black;
    border-radius: 5px;
    background-color: transparent;
    font-family: Roboto;
    font-size: 16pt;
}



.cp-min{
    width: 133px;
    height: 30pt;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
    border-radius: 5px;
    text-align: center;
}

.cp-max-login{
    width: 400px;
}

.cp-max{
    width: 400px;
    height: 30pt;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
    border-radius: 5px;
}

.checkbox-estilo{
    border-radius: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}



.btn-submit-form {
    height: 35pt;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(15, 196, 15);
    cursor: pointer;
}

.btn-submit-form:hover {
    height: 35pt;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(99, 252, 99);
    cursor: pointer;
}

.margin-top-avanco-min{
    margin-top: 3%;
}

.fieldset-centralizado-min {
    width: 80%;
    height:150px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

.fieldset-centralizado-min-med {
    position: relative;
    width: 80%;
    height:180px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

.fieldset-centralizado-min-med-auto-alt {
    position: relative;
    width: 80%;
    height:auto;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

.fieldset-centralizado-med {
    width: 80%;
    height:300px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

.fieldset-centralizado-max {
    width: 80%;
    height:500px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

.fieldset-centralizado-max-lotofacil {
    width: 80%;
    height:380px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

#resultado{
    width: 80%;
    height:20px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
    color: black;
}

.legend-form-font {
    font-family: Roboto;
    font-size: 16pt;
    font-weight: bold;
    margin-left: 2%;
}

.label-form-horizontal{
    display: inline-block;
    margin-left: 2%;
    margin-top: 2%;
    font-family: Roboto;
    font-size: 12pt;
    font-weight: bold;
}

.msg-erro{
    font-family: Roboto;
    font-weight: bold;
    font-size: 10pt;
    color: red;
}

.msg-erro-asterisco{
    font-family: Roboto;
    font-weight: bold;
    font-size: 12pt;
    color: red;
}

.btn-submit-form-cad{
    width: 30%;
    margin-left: 10%;
    height: 25pt;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(15, 196, 15);
    cursor: pointer;
}

.btn-submit-search-cad{
    width: 50%;
    height: 25pt;
    margin-left: 2%;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(15, 196, 15);
    cursor: pointer;
}

.btn-submit-form-cad:hover {
    width: 30%;
    margin-left: 10%;
    height: 25pt;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(99, 252, 99);
    cursor: pointer;
}

.btn-submit-search-cad:hover {
    width: 50%;
    margin-left: 2%;
    height: 25pt;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(99, 252, 99);
    cursor: pointer;
}

.btn-submit-form-cad-min{
    width: 133px;
    height: 30pt;
    margin-left: 3%;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(15, 196, 15);
    cursor: pointer;
}

.btn-submit-form-cad-min:hover {
    width: 133px;
    height: 30pt;
    margin-left: 3%;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(99, 252, 99);
    cursor: pointer;
}

.btn-submit-form-cad-min-search{
    position: relative;
    width: 50px;
    height: 30pt;
    margin-left: 3%;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(23,162,184);
    cursor: pointer;
}

.btn-submit-form-cad-min-search:hover {
    position: relative;
    width: 50px;
    height: 30pt;
    margin-left: 3%;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(21,145,165);
    cursor: pointer;
}

.font-numeros-jogos{
    position: relative;
    font-family: Roboto;
    font-size: 30pt;
    color: white;
    text-align: center;
    margin-left: 50%;
    margin-top: 50%;
    transform: translate(-50%, -50%);
}

.margin-left-generico {
    margin-left: 12%;
}

.font-links-generico {
    font-family: Roboto;
    font-size: 16pt;
    font-weight: bold;
}

.btn-expandir-fs{
    cursor: pointer;
}

#btn-esconder-busca{
    display: none;
}

.tabela-compacta {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 0.875rem; /* Equivalente ao tamanho pequeno (table-sm) */
}

/* Espaçamento interno menor (padding) */
.tabela-compacta th,
.tabela-compacta td {
  padding: 0.3rem 0.5rem; 
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.tabela-compacta thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  text-align: left;
}

/* Linhas zebradas (table-striped) */
.tabela-compacta tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); /* Fundo cinza claro */
}

.tabela-compacta tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}


.elementos-para-tras{
    z-index: 0;
}

/* CONFIGURAÇÕES DASHBOARD SAGOB */

.donutchart-tamanho {
    width: 45%; 
    height: 395.5;
}

.texto-formatacao-cards{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-size: 25pt;
}

.estilizar-img-perfil-usuario{
    justify-content: center; 
    align-items: center;
}

.estilizar-img-perfil-usuario:hover{
    justify-content: center; 
    align-items: center;
    opacity: 0.5;
}

.centralizar-itens{

    position: absolute; 
    margin-left: 50%; 
    transform: translate(-50%);
}

.formatacao-texto-modal-centralizado{

    font-family: 'Roboto';
    display: flex; 
    justify-content: center; 
    align-items: center;

}


#barra-superior {
    position: fixed;
    background-color: rgb(74,74,74);
    width: 100%;
    height:10%;
    z-index: 1;
    box-shadow: 0 4px 6px -1px rgb(2, 2, 2);
}

#titulo-pagina{
    position: absolute;
    margin-top: 100px;
    width: 80%;
    margin-left: 17.5%;
    height: 70px;
    
    
}

#main-dash{
    position: absolute;
    margin-top: 180px;
    display: flex;
    width: 80%;
    height: 100%;
    margin-left: 17.5%;
    
    border:2px solid black;
}

#filtros-dash{
    position: absolute;
    margin-top: 160px;
    margin-left: 17.5%; 
    width: 82%; 
    height: auto;
   
}

#filtro-dash-mes-ano{
    position: absolute;
    display: none;
    width: 30%;
    height: auto;
   
}

#filtro-dash-entre-datas{
    position: absolute;
    display: none;
    width: 20%;
    height: auto;
   
}

#btn-search-dashboard{
    position: relative;
    display: none;
    margin-left: 30%;

}


#resposta-dashboard{
    position: absolute;
    margin-top: 238px;
    margin-left: 17.5%; 
    width: 82%; 
    height: auto;  
    
}

#card-cards-dashboard{
    position: relative;
    display: flex;
    width: 80%;
    height: auto;
   
}

#card-grafico-barra{
    position: relative;
    margin-top: 28px;
    display: flex;
    width:1040px;
    height:395.5px;
    background-color: white;
    
   
    
}

#card-dash-lateral-direita{
    position: absolute;
    top: 0;   
    display: flex;
    width: 480px;
    height: 627px;
    margin-left: 68.5%;
    background-color: white;
    overflow: hidden;

}

#card-dash-ultimos-lancamentos{
    position: relative;
    margin-top: 30px;
    display: flex;
    width:99.7%;
    height: 300px;
    background-color: white;
    overflow: auto;

}

.primeiro-card{
    position: relative;
    width: 250px;
    height: 200px;
    background-color: rgb(23, 162, 184);
    overflow: hidden;
    cursor: pointer;
}

.primeiro-card:hover{
    position: relative;
    width: 250px;
    height: 200px;
    background-color: rgb(23, 162, 184);
    overflow: hidden;
    cursor: pointer;
    opacity: 0.8;
}

.segundo-card{
    position: relative;
    width: 250px;
    height: 200px;
    margin-left: 15px;
    background-color: rgb(40, 167, 69);
    cursor: pointer;
}

.segundo-card:hover{
    position: relative;
    width: 250px;
    height: 200px;
    margin-left: 15px;
    background-color: rgb(40, 167, 69);
    cursor: pointer;
    opacity: 0.8;
}

.terceiro-card{
    position: relative;
    width: 250px;
    height: 200px;
    margin-left: 15px;
    background-color: rgb(255,193,7);
    cursor: pointer;
}
.terceiro-card:hover{
    position: relative;
    width: 250px;
    height: 200px;
    margin-left: 15px;
    background-color: rgb(255,193,7);
    cursor: pointer;
    opacity: 0.8;
}

.quarto-card{
    position: relative;
    width: 250px;
    height: 200px;
    margin-left: 15px;
    background-color: rgb(220,53,69);
    cursor: pointer;
}

.quarto-card:hover{
    position: relative;
    width: 250px;
    height: 200px;
    margin-left: 15px;
    background-color: rgb(220,53,69);
    cursor: pointer;
    opacity: 0.8;
}

.mais-inf-card-1{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background-color: rgb(21,145,165);
}

.mais-inf-card-2{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background-color: rgb(36,150,62);
}

.mais-inf-card-3{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background-color: rgb(229,173,6);
}

.mais-inf-card-4{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background-color: rgb(198,48,62);
}

.mais-informacoes-card{
    position: absolute;
    margin-left: 50%;
    transform: translate(-50%);
    margin-top: 8px;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 8pt;
    color: white;
}

.img-card-dash{
    position: absolute;
    width: 100px;
    height: 100px;
    margin-top: 40px;
    right: 0;
    overflow: hidden;
}

.img-card-dash img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
}

.estilo-titulo-pagina{
    font-family: 'Roboto';
    margin-top: 15px;
}

.posicionamente-img-logo{
    margin-left: 0px;
}

.titulo-card{
    position: absolute;
    width: 100%;
    height: 35px;
    display: flex;
    border: none;
    background-color: rgb(74,74,74);
}

.titulo-card p{
    position: absolute;
    font-family: 'Roboto-Light';
    font-size: 12pt;
    margin-left: 50%;
    transform: translate(-50%);
    margin-top: 6px;
    color: white;
}

#logo-sistema{
    position:absolute;
    display: inline-block;
    width: 250px;
    height: 90px;
    margin-left: 15%;
    margin-top: 5px;
}

#section-notificacion{
    
    position:relative;
    width: 400px;
    height: 90px;
    margin-left: 80%;
    margin-top: 5px;
    overflow: hidden;

}

#section-notificacion img{
    
    position:fixed;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-top: 22.5px;
    z-index: 0;

}

#circulo-contador-notificacao{
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    margin-top: 18px;
    z-index: 1;
    margin-left: 15px;
}

#circulo-contador-notificacao p{
    position: relative;
    text-align: center;
    font-family: 'Roboto-Light';
    font-size: 12pt;
    font-weight: bold;
    color: white;
}

.btn_quebra_linha{
    display: none;
}

/* CONFIGURAÇÕES PÁGINA REGISTRAR PRESTADORES DE SERVIÇOS */

/* UPLOAD DE ARQUIVOS */
.input-oculto {
  display: none;
}

.btn-arquivo {
  background-color: #007bff;
  color: #fff;
  padding: 8px ;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  transition: background 0.3s;
}

.nome-arquivo {
  margin-left: 10px;
  font-family: sans-serif;
  color: #555;
}
/**/

.card-form-generico{
    position: absolute;
    margin-top: 180px;
    display: flex;
    width: 80%;
    height: auto;
    padding: 10px;
    margin-left: 17.5%;
    background-color: white;
    opacity: 0.8;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
    
}

label {
	
	position: relative;
	display: inline-block;
	font-family: 'Roboto';
	font-size: 12pt;
	font-weight: bold;
	padding: 10px;
}

.label-titulo-fieldset-form{
	font-family: 'Roboto';
	font-size: 12pt;
	font-weight: bold;
	color: white;
}

.input-estilo{
	width: 400px;
	height: 35px;
	border-radius: 5px 5px 5px 5px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 12pt;
    

}

.input-estilo-cep{
	width: 90px;
	height: 35px;
	border-radius: 5px 5px 5px 5px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 12pt;
    

}

.input-estilo-data{
	width: 120px;
	height: 35px;
	border-radius: 5px 5px 5px 5px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 12pt;
    

}

.input-estilo-telefone{
	width: 186px;
	height: 35px;
	border-radius: 5px 5px 5px 5px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 12pt;
    

}

.input-estilo-maior{
	width: 822px;
	height: 35px;
	border-radius: 5px 5px 5px 5px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 12pt;
    
}

.input-estilo-maior-endereco{
	width: 711px;
	height: 35px;
	border-radius: 5px 5px 5px 5px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 12pt;
   

}

.input-estilo-uf{
	width: 50px;
	height: 35px;
	border-radius: 5px 5px 5px 5px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 12pt;
    

}

input[type="radio"]{
    cursor: pointer;

}

textarea {
	
	width: 98%;
	height: 150px;
	margin-left: 10px;
	border-radius: 10px 10px 10px 10px solid black;
	font-family: 'Roboto';
	font-size: 12pt;
	font-weight: bold;
	resize: none;
    
}

.textarea-sem-margem {
	
	width: 98%;
	height: 150px;
	border-radius: 10px 10px 10px 10px solid black;
	font-family: 'Roboto';
	font-size: 12pt;
	font-weight: bold;
	resize: none;
    
}

#card-form{
	position: relative;
	width: 100%;
	overflow: hidden;
 
	/*transform: translate(-60%);*/

}

fieldset {
	position: relative;
	display: block;
	width: 99.8%;
	height: auto;
	border-radius: 8px;
	z-index: 1;
	overflow: hidden;
	
}

legend {
	font-family: 'Roboto';
	font-size: 12pt;
	font-weight: bold;
	margin-left: 10px;
}

.superior-card-form{
	position: relative;
	top: 0px;
	width: 100%;
	height: 30px;
	background-color: rgb(74,74,74);
	z-index: 0;
	

}

.btn-submit-form{
	position: absolute;
	margin-left: 10px;
}

/* MODAIS DE CONFIRMAÇÃO */
/* Fundo do Modal */
.modal {
    display: none; /* Escondido por padrão */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fundo escuro transparente */
    /*align-items: center;
    justify-content: center;*/
}

/* Caixa do Modal */
.modal-conteudo {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    max-width: 400px;
    height: 150px;
    margin-left: 50%;
    transform: translate(-50%);
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Botão de Fechar (X) */
.fechar {
    color: #aaa;
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}
.fechar:hover { color: #000; }

/* Botões do Modal */
.modal-botoes {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}
.btn-primario { background-color: #28a745; color: white; padding: 10px 20px; border: none; border-radius: 4px; cursor: pointer; }
.btn-secundario { background-color: #dc3545; color: white; padding: 10px 20px; border: none; border-radius: 4px; cursor: pointer; }
.btn-primario:hover { background-color: #218838; }
.btn-secundario:hover { background-color: #c82333; }

/* CONFIGURAÇÕES ANTIGA - NA PARTE SUPERIOR - AVALIAR PARA POSSIVEL EXCLUSÃO FUTURA */
/*#card-exibe-perfil{
    position: absolute;
    margin-top: 8px;
    right: 0;
    width: 450px;
    height: 90px;
    z-index: 3;
   
}*/

#card-exibe-perfil{
    position: absolute;
    display: flex;
    margin-top: 182px;
    width: 100%;
    height: 90px;
    z-index: 3;
   
}

#perfil-usuario-logado-nome{
    margin-left: 180px; 
    width: 100%; 
    margin-top: 100px;
}

.nome-perfil-usuario{
    font-family: 'Roboto';
    font-size: 12pt;
    font-weight: bold;
    color: white;
    margin-left: 30px;
}

#img-perfil-usuario-logado{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid white;
    overflow: hidden;
}

#img-perfil-usuario-logado img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

#logo-cliente{
    position:absolute;
    width: 300px;
    height: 170px;
    background-color: transparent;
    /*overflow: auto;*/
    display: flex;
    justify-content: center;
    align-items: center;
    
}

#logo-cliente img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    
}

.img-logo-cliente {
    position: absolute;
    width: 99%;
    height: 99%;
    object-fit: cover;
    
}

/*
MENU COR ANTIGA - QUALQUER COISA SÓ VOLTAR PARA ESTA PROPRIEDADE
#menu {
    position: fixed;
    width: 16%;
    height: 100%;
   
    background-color: rgb(35,55,58);
    box-shadow: 4px 0 15px rgb(2, 2, 2);
    z-index: 2;
    overflow: hidden;
}*/
#menu {
    position: fixed;
    width: 16%;
    height: 100%;
    /*background-color: #2563EB;*/
    /*background-color: rgb(63,162,178);*/
    background-color: rgb(200, 201, 205);
    box-shadow: 4px 0 15px rgb(2, 2, 2);
    z-index: 2;
    overflow: hidden;
}

#menu-dropdown{
  position: relative;
  font-weight: bold;
  margin-top: 350px;
  width: 80%;
  height:100%;
  margin-left: auto;
  
}

#menu-dropdown ul {
  width: 100%;
  color: rgb(74, 74, 74); 
  margin-left: 0px;  
  font-family: 'Roboto';
  font-size: 14pt;
}

/* 1. Estilo padrão de TODOS os itens (Menu principal e Submenu) */
#menu-dropdown ul li,
#menu-dropdown ul ul li {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 3px;
    font-size: 12pt;
    list-style: none;
    color: white; /* Cor padrão do texto */
    cursor: pointer;
    border-left: 1px solid transparent; 
    transition: all 0.2s ease; 
    
}

/* 2. O Hover unificado (Apenas o que muda) */
#menu-dropdown ul li:hover 
 {    
    opacity: 0.8;
}

#menu-dropdown ul li:hover a
 {
    color: rgb(250,200,51) !important; 
    border-left: 1px solid rgb(229, 173, 6) !important;
    opacity: 0.5;
}

/* 3. Ajuste estrutural do Submenu (Sem repetir estilos de texto desnecessários) */
#menu-dropdown ul ul {
  width: 100%;
  margin-left: 0px;  
}

/* 2. CONFIGURAÇÕES - PÁGINA: INDEX.PHP */

#main-pag-login{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    
}

#card-logo-sistema-login{
    position: absolute;
    display: flex;
    width: 55%;
    height: 100%;
    background-image: url(../img/wallpapers/background_construct_civil.jpg);
    overflow: hidden;
    background-size: cover;
    justify-content: center;
    align-items: center;
    z-index: 1;
    
}

#card-logo-sistema-login img{
        background-size: cover;
}

#resposta-ajax{
    width: 100%;
    height: 5%;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 12pt;
    color: white;
    font-weight: bold;
    background-color: rgb(209, 61, 61);
}

#texto-resposta-ajax{
    position: absolute;
    margin-left: 50%;
    margin-top: 0.7%;
    transform: translate(-50%);
}

#card-login{
    position: absolute;
    margin-left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    background-color: rgb(243, 245, 247);
    z-index: 0;
    
}

#login {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 500px;
    margin-left: 10%;
    /*border: 1px solid white;*/
    
}

#img-login{
    position: absolute;
    display: none;
    margin-top: 2%;
    margin-left: 50%;
    transform: translate(-50%)
}

#campos-form_login{
    position: absolute;
    
}

.div-estilizada{
    width: 90%;
    height:auto;
    margin-left: 2%;
    border-radius: 5px;
    padding: 10px;
}

/* 3. CONFIGURAÇÕES - PÁGINA: DASHBOARDS/001-042602/INDEX.PHP */

/**/

/*.modal {
    display: none; 
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.5); 
}


.modal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
    border-radius: 5px;
    height: auto;
    overflow-y: auto;
    position: relative;
}


.close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: black;
}    */
/**/

#fundo-dash-001-042602{
    
    width: 99.9%;
    height: 100%;
    background-color: rgb(194, 191, 191);
    z-index: 2;
}
#topo{
    position: fixed;
    width: 99.9%;
    height: 150px;
    background-color: white;
    
    
}

#logo-topo{
    position: absolute;
    margin-top: 0.5%;
    margin-left: 50%;
    transform: translate(-50%);
    z-index: 1;
}

#menu-horizontal{
    position: fixed;
    display: inline-block;
    margin-top:151px;
    width: 99.9%;
    height: 70px;
    background-color: rgb(72,177,168);
}

#session-user{
    position: relative;
    width: 500px;
    top: 20%;
    float: right;
    font-family: Roboto;
    font-size: 14pt;
    font-weight: bold;
}

#logo-user{
    display: inline-block;
    
}
#nome-user{
    display: inline-block;
}

#logo-calendario{
    display: inline-block;
}

#desc-data-dia{
    display: inline-block;
}

#logout{
    position: absolute;
    margin-top: 2%;
}

#area-update-jogos-informativo{
    width: 80%;
    
}

nav {
    position: absolute;
    display: inline-block;
    margin-left: 50%;
    margin-top: 1.2%;
    transform: translate(-50%);
    width: 800px;
    height: 50px;
    

}

nav ul {
    position: absolute;
    display: inline-block;
    margin-left: 80px;
   
}
nav ul li{
    position: relative;
    display: inline-block;
    /*margin-left: 40px;*/
    font-family: Roboto;
    font-size: 14pt;
    /*margin-left: 40px;*/
    font-weight: bold;
    color: white;
    cursor: pointer;
    list-style: none;
}

#dropdown-cad {
    position: absolute;
    width: 150px;
    top: 47px;
    margin-left: 100px;
    /*padding: 5px;*/
    list-style: none;
    display: block;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(72,177,168);
    z-index: 0;
                    
}

#dropdown-cad a {
    color: white;
    cursor: pointer;
}


#menu-horizontal-options ul:hover {
    display: inline-block;
    font-family: Roboto;
    font-size: 14pt;
    font-weight: bold;
    color: rgb(219, 217, 217);
    cursor: pointer;
    
}

#menu-horizontal-options ul li{
    
    border: 1px solid black;
    width: 300px;
    height: 600px;
    font-family: Roboto;
    font-size: 12pt;
    font-weight: bold;
    color: black;
    list-style: none;
    
}


#main-dash-001-042602{
    position: absolute;
    margin-top: 224.5px;
    width: 99.9%;
    z-index: -2;
  
}

#area-lateral-esquerda{
    position: absolute;
    width: 20%;
    height: auto;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
    z-index: -1;
}

#area-lateral-esquerda-baixo{
    position: absolute;
    width: 20%;
    margin-top: 480px;
    height: auto;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
    z-index: -1;
}

#area-meio{
    position: absolute;
    margin-left: 20.5%;
    width: 59.1%;
    padding: 2px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
    z-index: -1;
}

#area-lateral-direita{
    float: right;
    width: 19.7%;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
}

#retangulo-num-jogos{
    position: absolute;
    width: 80%;
    height: auto;
    margin-left: 2%;
    padding: 10px;
    
}

.circulos-jogo-mega{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgb(32, 152, 105);
}

.circulos-jogo-loto{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgb(130,2,115);
}

#fs-busca-jogos{
    display: none;
}



/* 4. CONFIGURAÇÕES - PÁGINA: PAGS/cad_jogos */

#area-meio-cad-jogos{
    position: absolute;
    padding: 20px;
    height: auto;
    margin-left: 10%;
    margin-top: 223px;
    width: 80%;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
}

/* 4. PÁGINA search-jogos.php */

#topo-tabela-search-jogo{
    width: 90%;
    height: 30px;
    border-radius: 5px;
    background-color: red;
    margin-left: 50%;
    transform: translate(-50%);
}

.texto-alinhado-ao-centro-branco{
    text-align: center;
    color: white;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
}

.texto-alinhado-ao-centro-preto{
    text-align: center;
    color: white;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
}

.search-num-final-a{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 40px;
    border:1px solid black;
    margin-right: 0px;
}

.search-num-final-b{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border:1px solid black;
    margin-right: 0px;
}

.search-num-final-c{
   position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border:1px solid black;
    margin-right: 0px;
}

.search-num-final-d{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border:1px solid black;
    margin-right: 0px;
}

.search-num-final-e{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border:1px solid black;
    margin-right: 0px;
}

#btn_add_telefone{
    width: 37px; 
    height: 37px;
    cursor: pointer;
}

#btn_add_telefone:hover{
    width: 37px; 
    height: 37px;
    cursor: pointer;
    opacity: 0.8;
}

#btn_add_despesa{
    width: 37px; 
    height: 37px;
    cursor: pointer;
}

#btn_add_despesa:hover{
    width: 37px; 
    height: 37px;
    cursor: pointer;
    opacity: 0.8;
}

.btn_link_pequeno {
    width: 37px; 
    height: 37px;
    cursor: pointer;
    overflow: hidden;
}

.btn_link_pequeno:hover {
    width: 37px; 
    height: 37px;
    cursor: pointer;
     overflow: hidden;
    opacity: 0.8;
}

.remover-btn{
    width: 37px; 
    height: 37px;
    cursor: pointer;
}
.remover-btn:hover{
    width: 37px; 
    height: 37px;
    cursor: pointer;
    opacity: 0.8;
}

/* BIBLIOTECA */
.div-biblioteca{
    position: relative;
    width: 99%;
    height: auto;
    border-radius: 10px;
}

/* TESTE */

@media screen and (max-width: 1366px) {

    /* 1. CONFIGURAÇÕES GENÉRICAS DO SISTEMA */
*{
    margin: 0px;
    padding: 0px;
}



/* 1.2 - INSERINDO FONTES */
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto.ttf)
}
@font-face {
  font-family: Roboto-Italico;
  src: url(../fonts/Roboto-Italic.ttf)
}

@font-face {
  font-family: Roboto-Light;
  src: url(../fonts/Roboto-Light.ttf)
}

/* 1.3 - CONFIGURAÇÕES DE FORMULÁRIOS GERAIS */

h1 {
    font-family: 'Roboto';
}



h2{
    font-family: 'Roboto-Light';
}

h3{
    font-family: 'Roboto-Light';
}

h4{
    font-family: 'Roboto-Light';
}

a{
    color: white;
    text-decoration: none;
    cursor: pointer;
}

a:visited{
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.desc-font-pequena{
    font-family: Roboto;
    font-size: 12pt;
}
.elementos-form-em-bloco{
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
    display: block;
}

.elementos-form-em-linha{
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
    display: inline-block;
}

.input-login{
    height: 35pt;
    padding: 2px;
    border: 0.5px solid black;
    border-radius: 5px;
    background-color: transparent;
    font-family: Roboto;
    font-size: 16pt;
}

input[type="password"]{
    height: 35pt;
    border: 0.5px solid black;
    border-radius: 5px;
    background-color: transparent;
    font-family: Roboto;
    font-size: 16pt;
}



.cp-min{
    width: 133px;
    height: 30pt;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
    border-radius: 5px;
    text-align: center;
}

.cp-max-login{
    width: 400px;
}

.cp-max{
    width: 400px;
    height: 30pt;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
    border-radius: 5px;
}

.checkbox-estilo{
    border-radius: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}



.btn-submit-form {
    height: 35pt;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(15, 196, 15);
    cursor: pointer;
}

.btn-submit-form:hover {
    height: 35pt;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(99, 252, 99);
    cursor: pointer;
}

.margin-top-avanco-min{
    margin-top: 3%;
}

.fieldset-centralizado-min {
    width: 80%;
    height:150px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

.fieldset-centralizado-min-med {
    position: relative;
    width: 80%;
    height:180px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

.fieldset-centralizado-min-med-auto-alt {
    position: relative;
    width: 80%;
    height:auto;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

.fieldset-centralizado-med {
    width: 80%;
    height:300px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

.fieldset-centralizado-max {
    width: 80%;
    height:500px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

.fieldset-centralizado-max-lotofacil {
    width: 80%;
    height:380px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

#resultado{
    width: 80%;
    height:20px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
    color: black;
}

.legend-form-font {
    font-family: Roboto;
    font-size: 16pt;
    font-weight: bold;
    margin-left: 2%;
}

.label-form-horizontal{
    display: inline-block;
    margin-left: 2%;
    margin-top: 2%;
    font-family: Roboto;
    font-size: 12pt;
    font-weight: bold;
}

.msg-erro{
    font-family: Roboto;
    font-weight: bold;
    font-size: 10pt;
    color: red;
}

.msg-erro-asterisco{
    font-family: Roboto;
    font-weight: bold;
    font-size: 12pt;
    color: red;
}

.btn-submit-form-cad{
    width: 30%;
    margin-left: 10%;
    height: 25pt;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(15, 196, 15);
    cursor: pointer;
}

.btn-submit-search-cad{
    width: 50%;
    height: 25pt;
    margin-left: 2%;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(15, 196, 15);
    cursor: pointer;
}

.btn-submit-form-cad:hover {
    width: 30%;
    margin-left: 10%;
    height: 25pt;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(99, 252, 99);
    cursor: pointer;
}

.btn-submit-search-cad:hover {
    width: 50%;
    margin-left: 2%;
    height: 25pt;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(99, 252, 99);
    cursor: pointer;
}

.btn-submit-form-cad-min{
    width: 133px;
    height: 30pt;
    margin-left: 3%;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(15, 196, 15);
    cursor: pointer;
}

.btn-submit-form-cad-min:hover {
    width: 133px;
    height: 30pt;
    margin-left: 3%;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(99, 252, 99);
    cursor: pointer;
}

.font-numeros-jogos{
    position: relative;
    font-family: Roboto;
    font-size: 30pt;
    color: white;
    text-align: center;
    margin-left: 50%;
    margin-top: 50%;
    transform: translate(-50%, -50%);
}

.margin-left-generico {
    margin-left: 12%;
}

.font-links-generico {
    font-family: Roboto;
    font-size: 16pt;
    font-weight: bold;
}

.btn-expandir-fs{
    cursor: pointer;
}

#btn-esconder-busca{
    display: none;
}

.tabela-compacta {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 6pt; /*Equivalente ao tamanho pequeno (table-sm) */
}

/* Espaçamento interno menor (padding) */
.tabela-compacta th,
.tabela-compacta td {
  padding: 0.1rem 0.3rem; 
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 8pt;
}

.tabela-compacta thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  text-align: left;
}

/* Linhas zebradas (table-striped) */
.tabela-compacta tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); /* Fundo cinza claro */
}

.tabela-compacta tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}


.elementos-para-tras{
    z-index: 0;
}

/* CONFIGURAÇÕES DASHBOARD SAGOB */

.donutchart-tamanho {
    position: relative;
    right: 20px;
    width: 180px; 
    height: 400px;
}

.texto-formatacao-cards{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-size: 16pt;
}

.estilizar-img-perfil-usuario{
    justify-content: center; 
    align-items: center;
}

.estilizar-img-perfil-usuario:hover{
    justify-content: center; 
    align-items: center;
    opacity: 0.5;
}

.centralizar-itens{

    position: absolute; 
    margin-left: 50%; 
    transform: translate(-50%);
}

.formatacao-texto-modal-centralizado{

    font-family: 'Roboto';
    display: flex; 
    justify-content: center; 
    align-items: center;

}


#barra-superior {
    position: fixed;
    background-color: rgb(74,74,74);
    width: 100%;
    height:10%;
    z-index: 1;
    box-shadow: 0 4px 6px -1px rgb(2, 2, 2);
}

#titulo-pagina{
    position: absolute;
    margin-top: 100px;
    width: 80%;
    margin-left: 17.5%;
    height: 70px;
    
    
}

#main-dash{
    position: absolute;
    margin-top: 180px;
    display: flex;
    width: 80%;
    height: 100%;
    margin-left: 17.5%;
    
    border:2px solid black;
}

#filtros-dash{
    position: absolute;
    margin-top: 160px;
    margin-left: 20%; 
    width: 82%; 
    height: auto;
   
}

#filtro-dash-mes-ano{
    position: absolute;
    display: none;
    width: 30%;
    height: auto;
   
}

#filtro-dash-entre-datas{
    position: absolute;
    display: none;
    width: 20%;
    height: auto;
   
}

#btn-search-dashboard{
    position: relative;
    display: none;
    margin-left: 30%;

}


#resposta-dashboard{
    position: absolute;
    margin-top: 238px;
    margin-left: 20%; 
    width: 82%; 
    height: auto;  
    
}


#card-cards-dashboard{
    position: relative;
    display: flex;
    width: 60%;
    height: auto;
    
 
}

#card-grafico-barra{
    position: relative;
    margin-top: 408px;
    display: flex;
    width: 781px !important;
    height: 395.5px;
    background-color: white;
    
}

#card-dash-lateral-direita{
    position: absolute;
    display: flex;
    top: 0px;
    width: 20px;
    height: 627px;
    left:2.5%;
    background-color: white;
    overflow: hidden;

}

#card-dash-ultimos-lancamentos{
    position: relative;
    margin-top: 28px;
    display: flex;
    width:99.9% !important;
    height: 80px;
    background-color: white;
    overflow: auto;

}

.primeiro-card{
    position: relative;
    width: 90px;
    height: 200px;
    background-color: rgb(23, 162, 184);
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0; /* IMPEDE o Flexbox de amassar o card */
    width: 90px;
}

.primeiro-card:hover{
    position: relative;
    width: 90px;
    height: 200px;
    background-color: rgb(23, 162, 184);
    overflow: hidden;
    cursor: pointer;
    opacity: 0.8;
    flex-shrink: 0; /* IMPEDE o Flexbox de amassar o card */
    width: 90px;
}

.segundo-card{
    position: relative;
    width: 90px;
    height: 200px;
    margin-left: 15px;
    background-color: rgb(40, 167, 69);
    cursor: pointer;
    flex-shrink: 0; /* IMPEDE o Flexbox de amassar o card */
    width: 90px;
}

.segundo-card:hover{
    position: relative;
    width: 90px;
    height: 200px;
    margin-left: 15px;
    background-color: rgb(40, 167, 69);
    cursor: pointer;
    opacity: 0.8;
    flex-shrink: 0; /* IMPEDE o Flexbox de amassar o card */
    width: 90px;
}

.terceiro-card{
    position: relative;
    width: 90px;
    height: 200px;
    margin-left: 15px;
    background-color: rgb(255,193,7);
    cursor: pointer;
    flex-shrink: 0; /* IMPEDE o Flexbox de amassar o card */
    width: 90px;
}
.terceiro-card:hover{
    position: relative;
    width: 90px;
    height: 200px;
    margin-left: 15px;
    background-color: rgb(255,193,7);
    cursor: pointer;
    opacity: 0.8;
    flex-shrink: 0; /* IMPEDE o Flexbox de amassar o card */
    width: 90px;
}

.quarto-card{
    position: relative;
    width: 90px;
    height: 200px;
    margin-left: 15px;
    background-color: rgb(220,53,69);
    cursor: pointer;
    flex-shrink: 0; /* IMPEDE o Flexbox de amassar o card */
    width: 90px;
}

.quarto-card:hover{
    position: relative;
    width: 90px;
    height: 200px;
    margin-left: 15px;
    background-color: rgb(220,53,69);
    cursor: pointer;
    opacity: 0.8;
    flex-shrink: 0; /* IMPEDE o Flexbox de amassar o card */
    width: 90px;
}

.mais-inf-card-1{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background-color: rgb(21,145,165);
}

.mais-inf-card-2{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background-color: rgb(36,150,62);
}

.mais-inf-card-3{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background-color: rgb(229,173,6);
}

.mais-inf-card-4{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background-color: rgb(198,48,62);
}

.mais-informacoes-card{
    position: absolute;
    margin-left: 50%;
    transform: translate(-50%);
    margin-top: 8px;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 8pt;
    color: white;
}

.img-card-dash{
    position: absolute;
    width: 100px;
    height: 100px;
    margin-top: 40px;
    right: 0;
    overflow: hidden;
}

.img-card-dash img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
}

.estilo-titulo-pagina{
    font-family: 'Roboto';
    margin-top: 15px;
}

.posicionamente-img-logo{
    margin-left: 0px;
}

.titulo-card{
    position: relative;
    width: 100%;
    height: 35px;
    display: flex;
    border: none;
    background-color: rgb(74,74,74);
}

.titulo-card p{
    position: absolute;
    font-family: 'Roboto-Light';
    font-size: 9pt;
    margin-left: 50%;
    transform: translate(-50%);
    margin-top: 6px;
    color: white;
}

#logo-sistema{
    position:absolute;
    width: 220px;
    height: 80px;
    margin-left: 15%;
    margin-top: 5px;
}

#section-notificacion{
    
    position:relative;
    width: 400px;
    height: 90px;
    margin-left: 80%;
    margin-top: 5px;
    overflow: hidden;

}

#section-notificacion img{
    
    position:fixed;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-top: 22.5px;
    z-index: 0;

}

#circulo-contador-notificacao{
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    margin-top: 18px;
    z-index: 1;
    margin-left: 15px;
}

#circulo-contador-notificacao p{
    position: relative;
    text-align: center;
    font-family: 'Roboto-Light';
    font-size: 12pt;
    font-weight: bold;
    color: white;
}

.btn_quebra_linha{
    display: none;
}

/* CONFIGURAÇÕES PÁGINA REGISTRAR PRESTADORES DE SERVIÇOS */

/* UPLOAD DE ARQUIVOS */
.input-oculto {
  display: none;
}

.btn-arquivo {
  background-color: #007bff;
  color: #fff;
  padding: 8px ;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  transition: background 0.3s;
}

.btn-arquivo:hover {
  background-color: #0056b3;
}

.nome-arquivo {
  margin-left: 10px;
  font-family: sans-serif;
  color: #555;
}
/**/
.card-form-generico{
    position: absolute;
    margin-top: 180px;
    display: flex;
    width: 80%;
    height: auto;
    padding: 10px;
    margin-left: 17.5%;
    background-color: white;
    opacity: 0.8;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
    
}

label {
	
	position: relative;
	display: inline-block;
	font-family: 'Roboto';
	font-size: 12pt;
	font-weight: bold;
	padding: 10px;
}

.label-titulo-fieldset-form{
	font-family: 'Roboto';
	font-size: 12pt;
	font-weight: bold;
	color: white;
}

.input-estilo{
	width: 400px;
	height: 35px;
	border-radius: 5px 5px 5px 5px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 12pt;
    

}

.input-estilo-cep{
	width: 90px;
	height: 35px;
	border-radius: 5px 5px 5px 5px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 12pt;
    

}

.input-estilo-data{
	width: 120px;
	height: 35px;
	border-radius: 5px 5px 5px 5px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 12pt;
    

}

.input-estilo-telefone{
	width: 186px;
	height: 35px;
	border-radius: 5px 5px 5px 5px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 12pt;
    

}

.input-estilo-uf{
	width: 30px;
	height: 35px;
	border-radius: 5px 5px 5px 5px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 12pt;
    

}

.input-estilo-maior{
	width: 822px;
	height: 35px;
	border-radius: 5px 5px 5px 5px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 12pt;
    
}

.input-estilo-maior-endereco{
	width: 711px;
	height: 35px;
	border-radius: 5px 5px 5px 5px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 12pt;
   

}

input[type="radio"]{
    cursor: pointer;

}

textarea {
	
	width: 98%;
	height: 150px;
	margin-left: 10px;
	border-radius: 10px 10px 10px 10px solid black;
	font-family: 'Roboto';
	font-size: 12pt;
	font-weight: bold;
	resize: none;
    
}

#card-form{
	position: relative;
	width: 100%;
	overflow: hidden;
 
	/*transform: translate(-60%);*/

}

fieldset {
	position: relative;
	display: block;
	width: 99.8%;
	height: auto;
	border-radius: 8px;
	z-index: 1;
	overflow: hidden;
	
}

legend {
	font-family: 'Roboto';
	font-size: 12pt;
	font-weight: bold;
	margin-left: 10px;
}

.superior-card-form{
	position: relative;
	top: 0px;
	width: 100%;
	height: 30px;
	background-color: rgb(74,74,74);
	z-index: 0;
	

}

.btn-submit-form{
	position: absolute;
	margin-left: 10px;
}

/* CONFIGURAÇÕES ANTIGA - NA PARTE SUPERIOR - AVALIAR PARA POSSIVEL EXCLUSÃO FUTURA */
/*#card-exibe-perfil{
    position: absolute;
    margin-top: 8px;
    right: 0;
    width: 450px;
    height: 90px;
    z-index: 3;
   
}*/

#card-exibe-perfil{
    position: absolute;
    display: flex;
    margin-top: 182px;
    width: 100%;
    height: 90px;
    z-index: 3;
   
}

#perfil-usuario-logado-nome{
    margin-left: 127px; 
    width: 100%; 
    margin-top: 100px;
}

.nome-perfil-usuario{
    font-family: 'Roboto';
    font-size: 10pt;
    font-weight: bold;
    color: white;
    margin-left: 0px;
}

#img-perfil-usuario-logado{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid white;
    overflow: hidden;
}

#img-perfil-usuario-logado img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

#logo-cliente{
    position:absolute;
    width: 99%;
    height: 180px;
    background-color: transparent;
    
}

.img-logo-cliente{
    position: absolute;
    width: 99%;
    height: 99%;
    object-fit: cover;
    
}

#menu {
    position: fixed;
    width: 15%;
    height: 100%;
    /*background-color: #2563EB;*/
    background-color: rgb(200, 201, 205);
    box-shadow: 4px 0 15px rgb(2, 2, 2);
    z-index: 2;
    overflow: hidden;
}

#menu-dropdown{
  position: absolute;
  font-weight: bold;
  margin-top: 350px;
  width: 80%;
  height: 50%;
  margin-left: auto;
  
}

#menu-dropdown ul {
  color: white;  
  margin-left: 0px;  
  font-family: 'Roboto';
  font-size: 12pt;
  width: 100%;
  height: 30px;
      
}

#menu-dropdown ul li {
    display: flex;
    margin-top: 10px;
    /*margin-left: 5px;*/
    padding: 3px;
    font-size: 10pt;
    height: 30px;   
    list-style: none;
    color: white;
    /*border-bottom: 0.3px solid gray;*/
    /*justify-content: center;*/
    align-items: center;
    cursor: pointer;
}

#menu-dropdown ul li:hover {
    display: flex;
    margin-top: 10px;
    /*margin-left: 5px;*/
    padding: 3px;
    font-size: 10pt;
    height: 30px;   
    list-style: none;
    color: rgb(229,173,6);
    /*border-bottom: 0.3 solid gray;*/
    /*justify-content: center;*/
    align-items: center;
    cursor: pointer;
    border-left: 1px solid rgb(229,173,6);
    /*background-color: rgb(229,173,6);*/
   
    
}
/* 2. CONFIGURAÇÕES - PÁGINA: INDEX.PHP */

#main-pag-login{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    
}

#card-logo-sistema-login{
    position: absolute;
    display: flex;
    width: 55%;
    height: 100%;
    background-image: url(../img/wallpapers/background_construct_civil.jpg);
    background-size: cover;
    justify-content: center;
    align-items: center;
    z-index: 1;
    
}

#resposta-ajax{
    width: 100%;
    height: 5%;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 12pt;
    color: white;
    font-weight: bold;
    background-color: rgb(209, 61, 61);
}

#texto-resposta-ajax{
    position: absolute;
    margin-left: 50%;
    margin-top: 0.7%;
    transform: translate(-50%);
}

#card-login{
    position: absolute;
    margin-left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    background-color: rgb(243, 245, 247);
    z-index: 0;
    
}

#login {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 500px;
    margin-left: 10%;
    /*border: 1px solid white;*/
    
}

#img-login{
    position: absolute;
    display: none;
    margin-top: 2%;
    margin-left: 50%;
    transform: translate(-50%)
}

#campos-form_login{
    position: absolute;
    
}

.div-estilizada{
    width: 90%;
    height:auto;
    margin-left: 2%;
    border-radius: 5px;
    padding: 10px;
}

/* 3. CONFIGURAÇÕES - PÁGINA: DASHBOARDS/001-042602/INDEX.PHP */

/**/

.modal {
    display: none; /* Escondido */
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.5); /* Fundo preto com transparência */
}

/* Conteúdo do Modal */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% do topo e centrado */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Largura */
    border-radius: 5px;
    height: auto;
    overflow-y: auto;
    position: relative;
}

/* Botão Fechar (x) */
.close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: black;
}    
/**/

#fundo-dash-001-042602{
    
    width: 99.9%;
    height: 100%;
    background-color: rgb(194, 191, 191);
    z-index: 2;
}
#topo{
    position: fixed;
    width: 99.9%;
    height: 150px;
    background-color: white;
    
    
}

#logo-topo{
    position: absolute;
    margin-top: 0.5%;
    margin-left: 50%;
    transform: translate(-50%);
    z-index: 1;
}

#menu-horizontal{
    position: fixed;
    display: inline-block;
    margin-top:151px;
    width: 99.9%;
    height: 70px;
    background-color: rgb(72,177,168);
}

#session-user{
    position: relative;
    width: 500px;
    top: 20%;
    float: right;
    font-family: Roboto;
    font-size: 14pt;
    font-weight: bold;
}

#logo-user{
    display: inline-block;
    
}
#nome-user{
    display: inline-block;
}

#logo-calendario{
    display: inline-block;
}

#desc-data-dia{
    display: inline-block;
}

#logout{
    position: absolute;
    margin-top: 2%;
}

#area-update-jogos-informativo{
    width: 80%;
    
}

nav {
    position: absolute;
    display: inline-block;
    margin-left: 50%;
    margin-top: 1.2%;
    transform: translate(-50%);
    width: 800px;
    height: 50px;
    

}

nav ul {
    position: absolute;
    display: inline-block;
    margin-left: 80px;
   
}
nav ul li{
    position: relative;
    display: inline-block;
    /*margin-left: 40px;*/
    font-family: Roboto;
    font-size: 14pt;
    /*margin-left: 40px;*/
    font-weight: bold;
    color: white;
    cursor: pointer;
    list-style: none;
}

#dropdown-cad {
    position: absolute;
    width: 150px;
    top: 47px;
    margin-left: 100px;
    /*padding: 5px;*/
    list-style: none;
    display: block;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(72,177,168);
    z-index: 0;
                    
}

#dropdown-cad a {
    color: white;
    cursor: pointer;
}


#menu-horizontal-options ul:hover {
    display: inline-block;
    font-family: Roboto;
    font-size: 14pt;
    font-weight: bold;
    color: rgb(219, 217, 217);
    cursor: pointer;
    
}

#menu-horizontal-options ul li{
    
    border: 1px solid black;
    width: 300px;
    height: 600px;
    font-family: Roboto;
    font-size: 12pt;
    font-weight: bold;
    color: black;
    list-style: none;
    
}


#main-dash-001-042602{
    position: absolute;
    margin-top: 224.5px;
    width: 99.9%;
    z-index: -2;
  
}

#area-lateral-esquerda{
    position: absolute;
    width: 20%;
    height: auto;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
    z-index: -1;
}

#area-lateral-esquerda-baixo{
    position: absolute;
    width: 20%;
    margin-top: 480px;
    height: auto;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
    z-index: -1;
}

#area-meio{
    position: absolute;
    margin-left: 20.5%;
    width: 59.1%;
    padding: 2px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
    z-index: -1;
}

#area-lateral-direita{
    float: right;
    width: 19.7%;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
}

#retangulo-num-jogos{
    position: absolute;
    width: 80%;
    height: auto;
    margin-left: 2%;
    padding: 10px;
    
}

.circulos-jogo-mega{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgb(32, 152, 105);
}

.circulos-jogo-loto{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgb(130,2,115);
}

#fs-busca-jogos{
    display: none;
}



/* 4. CONFIGURAÇÕES - PÁGINA: PAGS/cad_jogos */

#area-meio-cad-jogos{
    position: absolute;
    padding: 20px;
    height: auto;
    margin-left: 10%;
    margin-top: 223px;
    width: 80%;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
}

/* 4. PÁGINA search-jogos.php */

#topo-tabela-search-jogo{
    width: 90%;
    height: 30px;
    border-radius: 5px;
    background-color: red;
    margin-left: 50%;
    transform: translate(-50%);
}

.texto-alinhado-ao-centro-branco{
    text-align: center;
    color: white;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
}

.texto-alinhado-ao-centro-preto{
    text-align: center;
    color: white;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
}

.search-num-final-a{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 40px;
    border:1px solid black;
    margin-right: 0px;
}

.search-num-final-b{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border:1px solid black;
    margin-right: 0px;
}

.search-num-final-c{
   position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border:1px solid black;
    margin-right: 0px;
}

.search-num-final-d{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border:1px solid black;
    margin-right: 0px;
}

.search-num-final-e{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border:1px solid black;
    margin-right: 0px;
}
  
}

#btn_add_telefone{
    width: 37px; 
    height: 37px;
    cursor: pointer;
}

#btn_add_telefone:hover{
    width: 37px; 
    height: 37px;
    cursor: pointer;
    opacity: 0.8;
}

#btn_add_despesa{
    width: 37px; 
    height: 37px;
    cursor: pointer;
}

#btn_add_despesa:hover{
    width: 37px; 
    height: 37px;
    cursor: pointer;
    opacity: 0.8;
}
.btn_link_pequeno {
    width: 37px; 
    height: 37px;
    cursor: pointer;
    overflow: hidden;
}

.btn_link_pequeno:hover {
    width: 37px; 
    height: 37px;
    cursor: pointer;
     overflow: hidden;
    opacity: 0.8;
}

.remover-btn{
    width: 37px; 
    height: 37px;
    cursor: pointer;
}
.remover-btn:hover{
    width: 37px; 
    height: 37px;
    cursor: pointer;
    opacity: 0.8;
}

/* FIM DO TESTE */

/* TESTE - 1440 */

@media screen and (max-width: 1440px) {

    /* 1. CONFIGURAÇÕES GENÉRICAS DO SISTEMA */
*{
    margin: 0px;
    padding: 0px;
}



/* 1.2 - INSERINDO FONTES */
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto.ttf)
}
@font-face {
  font-family: Roboto-Italico;
  src: url(../fonts/Roboto-Italic.ttf)
}

@font-face {
  font-family: Roboto-Light;
  src: url(../fonts/Roboto-Light.ttf)
}

/* 1.3 - CONFIGURAÇÕES DE FORMULÁRIOS GERAIS */

h1 {
    font-family: 'Roboto';
}



h2{
    font-family: 'Roboto-Light';
}

h3{
    font-family: 'Roboto-Light';
}

h4{
    font-family: 'Roboto-Light';
}

a{
    color: white;
    text-decoration: none;
    cursor: pointer;
}

a:visited{
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.desc-font-pequena{
    font-family: Roboto;
    font-size: 12pt;
}
.elementos-form-em-bloco{
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
    display: block;
}

.elementos-form-em-linha{
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
    display: inline-block;
}

.input-login{
    height: 35pt;
    padding: 2px;
    border: 0.5px solid black;
    border-radius: 5px;
    background-color: transparent;
    font-family: Roboto;
    font-size: 16pt;
}

input[type="password"]{
    height: 35pt;
    border: 0.5px solid black;
    border-radius: 5px;
    background-color: transparent;
    font-family: Roboto;
    font-size: 16pt;
}



.cp-min{
    width: 133px;
    height: 30pt;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
    border-radius: 5px;
    text-align: center;
}

.cp-max-login{
    width: 400px;
}

.cp-max{
    width: 400px;
    height: 30pt;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
    border-radius: 5px;
}

.checkbox-estilo{
    border-radius: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}



.btn-submit-form {
    height: 35pt;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(15, 196, 15);
    cursor: pointer;
}

.btn-submit-form:hover {
    height: 35pt;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(99, 252, 99);
    cursor: pointer;
}

.margin-top-avanco-min{
    margin-top: 3%;
}

.fieldset-centralizado-min {
    width: 80%;
    height:150px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

.fieldset-centralizado-min-med {
    position: relative;
    width: 80%;
    height:180px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

.fieldset-centralizado-min-med-auto-alt {
    position: relative;
    width: 80%;
    height:auto;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

.fieldset-centralizado-med {
    width: 80%;
    height:300px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

.fieldset-centralizado-max {
    width: 80%;
    height:500px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

.fieldset-centralizado-max-lotofacil {
    width: 80%;
    height:380px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

#resultado{
    width: 80%;
    height:20px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
    color: black;
}

.legend-form-font {
    font-family: Roboto;
    font-size: 16pt;
    font-weight: bold;
    margin-left: 2%;
}

.label-form-horizontal{
    display: inline-block;
    margin-left: 2%;
    margin-top: 2%;
    font-family: Roboto;
    font-size: 12pt;
    font-weight: bold;
}

.msg-erro{
    font-family: Roboto;
    font-weight: bold;
    font-size: 10pt;
    color: red;
}

.msg-erro-asterisco{
    font-family: Roboto;
    font-weight: bold;
    font-size: 12pt;
    color: red;
}

.btn-submit-form-cad{
    width: 30%;
    margin-left: 10%;
    height: 25pt;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(15, 196, 15);
    cursor: pointer;
}

.btn-submit-search-cad{
    width: 50%;
    height: 25pt;
    margin-left: 2%;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(15, 196, 15);
    cursor: pointer;
}

.btn-submit-form-cad:hover {
    width: 30%;
    margin-left: 10%;
    height: 25pt;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(99, 252, 99);
    cursor: pointer;
}

.btn-submit-search-cad:hover {
    width: 50%;
    margin-left: 2%;
    height: 25pt;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(99, 252, 99);
    cursor: pointer;
}

.btn-submit-form-cad-min{
    width: 133px;
    height: 30pt;
    margin-left: 3%;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(15, 196, 15);
    cursor: pointer;
}

.btn-submit-form-cad-min:hover {
    width: 133px;
    height: 30pt;
    margin-left: 3%;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(99, 252, 99);
    cursor: pointer;
}

.font-numeros-jogos{
    position: relative;
    font-family: Roboto;
    font-size: 30pt;
    color: white;
    text-align: center;
    margin-left: 50%;
    margin-top: 50%;
    transform: translate(-50%, -50%);
}

.margin-left-generico {
    margin-left: 12%;
}

.font-links-generico {
    font-family: Roboto;
    font-size: 16pt;
    font-weight: bold;
}

.btn-expandir-fs{
    cursor: pointer;
}

#btn-esconder-busca{
    display: none;
}

.tabela-compacta {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 0.875rem; /* Equivalente ao tamanho pequeno (table-sm) */
}

/* Espaçamento interno menor (padding) */
.tabela-compacta th,
.tabela-compacta td {
  padding: 0.1rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 10pt;
}

.tabela-compacta thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  text-align: left;
}

/* Linhas zebradas (table-striped) */
.tabela-compacta tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); /* Fundo cinza claro */
}

.tabela-compacta tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}


.elementos-para-tras{
    z-index: 0;
}

/* CONFIGURAÇÕES DASHBOARD SAGOB */

.donutchart-tamanho {
    position: absolute;
    right: 2px;
    width: 300px; 
    height: 400px;
}

.texto-formatacao-cards{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-size: 16pt;
}

.estilizar-img-perfil-usuario{
    justify-content: center; 
    align-items: center;
}

.estilizar-img-perfil-usuario:hover{
    justify-content: center; 
    align-items: center;
    opacity: 0.5;
}

.centralizar-itens{

    position: absolute; 
    margin-left: 50%; 
    transform: translate(-50%);
}

.formatacao-texto-modal-centralizado{

    font-family: 'Roboto';
    display: flex; 
    justify-content: center; 
    align-items: center;

}


#barra-superior {
    position: fixed;
    background-color: rgb(74,74,74);
    width: 100%;
    height:10%;
    z-index: 1;
    box-shadow: 0 4px 6px -1px rgb(2, 2, 2);
}

#titulo-pagina{
    position: absolute;
    margin-top: 100px;
    width: 80%;
    margin-left: 17.5%;
    height: 70px;
    
    
}

#main-dash{
    position: absolute;
    margin-top: 180px;
    display: flex;
    width: 80%;
    height: 100%;
    margin-left: 17.5%;
    
    border:2px solid black;
}

#filtros-dash{
    position: absolute;
    margin-top: 160px;
    margin-left: 17.5%; 
    width: 82%; 
    height: auto;
   
}

#filtro-dash-mes-ano{
    position: absolute;
    display: none;
    width: 30%;
    height: auto;
   
}

#filtro-dash-entre-datas{
    position: absolute;
    display: none;
    width: 30%;
    height: auto;
   
}

#btn-search-dashboard{
    position: relative;
    display: none;
    margin-left: 30%;

}


#resposta-dashboard{
    position: absolute;
    margin-top: 238px;
    margin-left: 17.5%; 
    width: 82%; 
    height: auto;  
    
}

#card-cards-dashboard{
    position: relative;    
    display: flex;
    width: 80%;
    height: auto;    
    height: 70px;
 
}

#card-grafico-barra{
    position: relative;
    margin-top: 155px;
    display: flex;
    width: 66.7%;
    height: 395.5px;
    background-color: white;
    
}

#card-dash-lateral-direita{
    position: absolute;
    top: 0;
    display: flex;
    width: 360px;
    height: 627px;
    margin-left: 68.7%;
    background-color: white;
    overflow: hidden;

}

#card-dash-ultimos-lancamentos{
    position: relative;
    margin-top:100 px;
    display: flex;
    width: 99%;
    height: 300px;
    background-color: white;
    overflow: auto;

}

.primeiro-card{
    position: relative;
    width: 185.5px;
    height: 200px;
    background-color: rgb(23, 162, 184);
    overflow: hidden;
    cursor: pointer;
}

.primeiro-card:hover{
    position: relative;
    width: 185.5px;
    height: 200px;
    background-color: rgb(23, 162, 184);
    overflow: hidden;
    cursor: pointer;
    opacity: 0.8;
}

.segundo-card{
    position: relative;
    width: 185.5px;
    height: 200px;
    margin-left: 15px;
    background-color: rgb(40, 167, 69);
    cursor: pointer;
}

.segundo-card:hover{
    position: relative;
    width: 185.5px;
    height: 200px;
    margin-left: 15px;
    background-color: rgb(40, 167, 69);
    cursor: pointer;
    opacity: 0.8;
}

.terceiro-card{
    position: relative;
    width: 185.5px;
    height: 200px;
    margin-left: 15px;
    background-color: rgb(255,193,7);
    cursor: pointer;
}
.terceiro-card:hover{
    position: relative;
    width: 185.5px;
    height: 200px;
    margin-left: 15px;
    background-color: rgb(255,193,7);
    cursor: pointer;
    opacity: 0.8;
}

.quarto-card{
    position: relative;
    width: 185.5px;
    height: 200px;
    margin-left: 15px;
    background-color: rgb(220,53,69);
    cursor: pointer;
}

.quarto-card:hover{
    position: relative;
    width: 185.5px;
    height: 200px;
    margin-left: 15px;
    background-color: rgb(220,53,69);
    cursor: pointer;
    opacity: 0.8;
}

.mais-inf-card-1{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background-color: rgb(21,145,165);
}

.mais-inf-card-2{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background-color: rgb(36,150,62);
}

.mais-inf-card-3{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background-color: rgb(229,173,6);
}

.mais-inf-card-4{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background-color: rgb(198,48,62);
}

.mais-informacoes-card{
    position: absolute;
    margin-left: 50%;
    transform: translate(-50%);
    margin-top: 8px;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 8pt;
    color: white;
}

.img-card-dash{
    position: absolute;
    width: 100px;
    height: 100px;
    margin-top: 40px;
    right: 0;
    overflow: hidden;
}

.img-card-dash img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
}

.estilo-titulo-pagina{
    font-family: 'Roboto';
    margin-top: 15px;
}

.posicionamente-img-logo{
    margin-left: 0px;
}

.titulo-card{
    position: absolute;
    width: 100%;
    height: 35px;
    display: flex;
    border: none;
    background-color: rgb(74,74,74);
}

.titulo-card p{
    position: absolute;
    font-family: 'Roboto-Light';
    font-size: 9pt;
    margin-left: 50%;
    transform: translate(-50%);
    margin-top: 6px;
    color: white;
}

#logo-sistema{
    position:absolute;
    width: 220px;
    height: 80px;
    margin-left: 15%;
    margin-top: 5px;
}

#section-notificacion{
    
    position:relative;
    width: 400px;
    height: 90px;
    margin-left: 80%;
    margin-top: 5px;
    overflow: hidden;

}

#section-notificacion img{
    
    position:fixed;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-top: 22.5px;
    z-index: 0;

}

#circulo-contador-notificacao{
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    margin-top: 18px;
    z-index: 1;
    margin-left: 15px;
}

#circulo-contador-notificacao p{
    position: relative;
    text-align: center;
    font-family: 'Roboto-Light';
    font-size: 12pt;
    font-weight: bold;
    color: white;
}

.btn_quebra_linha{
    display: none;
}

/* CONFIGURAÇÕES PÁGINA REGISTRAR PRESTADORES DE SERVIÇOS */
/* UPLOAD DE ARQUIVOS */
.input-oculto {
  display: none;
}

.btn-arquivo {
  background-color: #007bff;
  color: #fff;
  padding: 8px ;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-family: sans-serif;
  transition: background 0.3s;
}

.nome-arquivo {
  margin-left: 10px;
  font-family: sans-serif;
  color: #555;
}

/**/


.card-form-generico{
    position: absolute;
    margin-top: 180px;
    display: flex;
    width: 80%;
    height: auto;
    padding: 10px;
    margin-left: 17.5%;
    background-color: white;
    opacity: 0.8;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
    
}

label {
	
	position: relative;
	display: inline-block;
	font-family: 'Roboto';
	font-size: 12pt;
	font-weight: bold;
	padding: 10px;
}

.label-titulo-fieldset-form{
	font-family: 'Roboto';
	font-size: 12pt;
	font-weight: bold;
	color: white;
}

.input-estilo{
	width: 320px;
	height: 30px;
	border-radius: 5px 5px 5px 5px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 10pt;
    

}

.input-estilo-cep{
	width: 90px;
	height: 35px;
	border-radius: 5px 5px 5px 5px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 10pt;
    

}

.input-estilo-data{
	width: 100px;
	height: 30px;
	border-radius: 5px 5px 5px 5px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 10pt;
    

}

.input-estilo-telefone{
	width: 120px;
	height: 30px;
	border-radius: 5px 5px 5px 5px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 10pt;
    

}

.input-estilo-maior{
	width: 822px;
	height: 35px;
	border-radius: 5px 5px 5px 5px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 12pt;
    
}

.input-estilo-uf{
	width: 30px;
	height: 35px;
	border-radius: 5px 5px 5px 5px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 12pt;
    

}

.input-estilo-maior-endereco{
	width: 711px;
	height: 35px;
	border-radius: 5px 5px 5px 5px solid black;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 12pt;
   

}

input[type="radio"]{
    cursor: pointer;

}

textarea {
	
	width: 98%;
	height: 150px;
	margin-left: 10px;
	border-radius: 10px 10px 10px 10px solid black;
	font-family: 'Roboto';
	font-size: 12pt;
	font-weight: bold;
	resize: none;
    
}

#card-form{
	position: relative;
	width: 100%;
	overflow: hidden;
 
	/*transform: translate(-60%);*/

}

fieldset {
	position: relative;
	display: block;
	width: 99.8%;
	height: auto;
	border-radius: 8px;
	z-index: 1;
	overflow: hidden;
	
}

legend {
	font-family: 'Roboto';
	font-size: 12pt;
	font-weight: bold;
	margin-left: 10px;
}

.superior-card-form{
	position: relative;
	top: 0px;
	width: 100%;
	height: 30px;
	background-color: rgb(74,74,74);
	z-index: 0;
	

}

.btn-submit-form{
	position: absolute;
	margin-left: 10px;
}

/* CONFIGURAÇÕES ANTIGA - NA PARTE SUPERIOR - AVALIAR PARA POSSIVEL EXCLUSÃO FUTURA */
/*#card-exibe-perfil{
    position: absolute;
    margin-top: 8px;
    right: 0;
    width: 450px;
    height: 90px;
    z-index: 3;
   
}*/

#card-exibe-perfil{
    position: absolute;
    display: flex;
    margin-top: 182px;
    width: 100%;
    height: 90px;
    z-index: 3;
   
}

#perfil-usuario-logado-nome{
    margin-left: 152px; 
    width: 100%; 
    margin-top: 100px;
}

.nome-perfil-usuario{
    font-family: 'Roboto';
    font-size: 10pt;
    font-weight: bold;
    color: white;
    margin-left: 0px;
}

#img-perfil-usuario-logado{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid white;
    overflow: hidden;
}

#img-perfil-usuario-logado img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

#logo-cliente{
    position:absolute;
    width: 99%;
    height: 180px;
    background-color: transparent;
    
}

.img-logo-cliente{
    position: absolute;
    width: 99%;
    height: 99%;
    object-fit: cover;
    
}

#menu {
    position: fixed;
    width: 16%;
    height: 100%;
    /*background-color: #2563EB;*/
    background-color: rgb(200, 201, 205);
    box-shadow: 4px 0 15px rgb(2, 2, 2);
    z-index: 2;
    overflow: hidden;
}

#menu-dropdown{
  position: absolute;
  font-weight: bold;
  margin-top: 350px;
  width: 80%;
  height: 50%;
  margin-left: auto;
  
}

#menu-dropdown ul {
  color: white;  
  margin-left: 0px;  
  font-family: 'Roboto';
  font-size: 12pt;
  width: 100%;
  height: 30px;
      
}

#menu-dropdown ul li {
    display: flex;
    margin-top: 10px;
    /*margin-left: 5px;*/
    padding: 3px;
    font-size: 10pt;
    height: 30px;   
    list-style: none;
    color: white;
    /*border-bottom: 0.3px solid gray;*/
    /*justify-content: center;*/
    align-items: center;
    cursor: pointer;
}

#menu-dropdown ul li:hover {
    display: flex;
    margin-top: 10px;
    /*margin-left: 5px;*/
    padding: 3px;
    font-size: 10pt;
    height: 30px;   
    list-style: none;
    color: rgb(229,173,6);
    /*border-bottom: 0.3 solid gray;*/
    /*justify-content: center;*/
    align-items: center;
    cursor: pointer;
    border-left: 1px solid rgb(229,173,6);
    /*background-color: rgb(229,173,6);*/
   
    
}
/* 2. CONFIGURAÇÕES - PÁGINA: INDEX.PHP */

#main-pag-login{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    
}

#card-logo-sistema-login{
    position: absolute;
    display: flex;
    width: 55%;
    height: 100%;
    background-image: url(../img/wallpapers/background_construct_civil.jpg);
    background-size: cover;
    justify-content: center;
    align-items: center;
    z-index: 1;
    
}

#resposta-ajax{
    width: 100%;
    height: 5%;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 12pt;
    color: white;
    font-weight: bold;
    background-color: rgb(209, 61, 61);
}

#texto-resposta-ajax{
    position: absolute;
    margin-left: 50%;
    margin-top: 0.7%;
    transform: translate(-50%);
}

#card-login{
    position: absolute;
    margin-left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    background-color: rgb(243, 245, 247);
    z-index: 0;
    
}

#login {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 500px;
    margin-left: 10%;
    /*border: 1px solid white;*/
    
}

#img-login{
    position: absolute;
    display: none;
    margin-top: 2%;
    margin-left: 50%;
    transform: translate(-50%)
}

#campos-form_login{
    position: absolute;
    
}

.div-estilizada{
    width: 90%;
    height:auto;
    margin-left: 2%;
    border-radius: 5px;
    padding: 10px;
}

/* 3. CONFIGURAÇÕES - PÁGINA: DASHBOARDS/001-042602/INDEX.PHP */

/**/

.modal {
    display: none; /* Escondido */
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.5); /* Fundo preto com transparência */
}

/* Conteúdo do Modal */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% do topo e centrado */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Largura */
    border-radius: 5px;
    height: auto;
    overflow-y: auto;
    position: relative;
}

/* Botão Fechar (x) */
.close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: black;
}    
/**/

#fundo-dash-001-042602{
    
    width: 99.9%;
    height: 100%;
    background-color: rgb(194, 191, 191);
    z-index: 2;
}
#topo{
    position: fixed;
    width: 99.9%;
    height: 150px;
    background-color: white;
    
    
}

#logo-topo{
    position: absolute;
    margin-top: 0.5%;
    margin-left: 50%;
    transform: translate(-50%);
    z-index: 1;
}

#menu-horizontal{
    position: fixed;
    display: inline-block;
    margin-top:151px;
    width: 99.9%;
    height: 70px;
    background-color: rgb(72,177,168);
}

#session-user{
    position: relative;
    width: 500px;
    top: 20%;
    float: right;
    font-family: Roboto;
    font-size: 14pt;
    font-weight: bold;
}

#logo-user{
    display: inline-block;
    
}
#nome-user{
    display: inline-block;
}

#logo-calendario{
    display: inline-block;
}

#desc-data-dia{
    display: inline-block;
}

#logout{
    position: absolute;
    margin-top: 2%;
}

#area-update-jogos-informativo{
    width: 80%;
    
}

nav {
    position: absolute;
    display: inline-block;
    margin-left: 50%;
    margin-top: 1.2%;
    transform: translate(-50%);
    width: 800px;
    height: 50px;
    

}

nav ul {
    position: absolute;
    display: inline-block;
    margin-left: 80px;
   
}
nav ul li{
    position: relative;
    display: inline-block;
    /*margin-left: 40px;*/
    font-family: Roboto;
    font-size: 14pt;
    /*margin-left: 40px;*/
    font-weight: bold;
    color: white;
    cursor: pointer;
    list-style: none;
}

#dropdown-cad {
    position: absolute;
    width: 150px;
    top: 47px;
    margin-left: 100px;
    /*padding: 5px;*/
    list-style: none;
    display: block;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(72,177,168);
    z-index: 0;
                    
}

#dropdown-cad a {
    color: white;
    cursor: pointer;
}


#menu-horizontal-options ul:hover {
    display: inline-block;
    font-family: Roboto;
    font-size: 14pt;
    font-weight: bold;
    color: rgb(219, 217, 217);
    cursor: pointer;
    
}

#menu-horizontal-options ul li{
    
    border: 1px solid black;
    width: 300px;
    height: 600px;
    font-family: Roboto;
    font-size: 12pt;
    font-weight: bold;
    color: black;
    list-style: none;
    
}


#main-dash-001-042602{
    position: absolute;
    margin-top: 224.5px;
    width: 99.9%;
    z-index: -2;
  
}

#area-lateral-esquerda{
    position: absolute;
    width: 20%;
    height: auto;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
    z-index: -1;
}

#area-lateral-esquerda-baixo{
    position: absolute;
    width: 20%;
    margin-top: 480px;
    height: auto;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
    z-index: -1;
}

#area-meio{
    position: absolute;
    margin-left: 20.5%;
    width: 59.1%;
    padding: 2px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
    z-index: -1;
}

#area-lateral-direita{
    float: right;
    width: 19.7%;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
}

#retangulo-num-jogos{
    position: absolute;
    width: 80%;
    height: auto;
    margin-left: 2%;
    padding: 10px;
    
}

.circulos-jogo-mega{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgb(32, 152, 105);
}

.circulos-jogo-loto{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgb(130,2,115);
}

#fs-busca-jogos{
    display: none;
}



/* 4. CONFIGURAÇÕES - PÁGINA: PAGS/cad_jogos */

#area-meio-cad-jogos{
    position: absolute;
    padding: 20px;
    height: auto;
    margin-left: 10%;
    margin-top: 223px;
    width: 80%;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
}

/* 4. PÁGINA search-jogos.php */

#topo-tabela-search-jogo{
    width: 90%;
    height: 30px;
    border-radius: 5px;
    background-color: red;
    margin-left: 50%;
    transform: translate(-50%);
}

.texto-alinhado-ao-centro-branco{
    text-align: center;
    color: white;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
}

.texto-alinhado-ao-centro-preto{
    text-align: center;
    color: white;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
}

.search-num-final-a{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 40px;
    border:1px solid black;
    margin-right: 0px;
}

.search-num-final-b{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border:1px solid black;
    margin-right: 0px;
}

.search-num-final-c{
   position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border:1px solid black;
    margin-right: 0px;
}

.search-num-final-d{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border:1px solid black;
    margin-right: 0px;
}

.search-num-final-e{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border:1px solid black;
    margin-right: 0px;
}
  
}

#btn_add_telefone{
    width: 37px; 
    height: 37px;
    cursor: pointer;
}

#btn_add_telefone:hover{
    width: 37px; 
    height: 37px;
    cursor: pointer;
    opacity: 0.8;
}

#btn_add_despesa{
    width: 37px; 
    height: 37px;
    cursor: pointer;
}

#btn_add_despesa:hover{
    width: 37px; 
    height: 37px;
    cursor: pointer;
    opacity: 0.8;
}
.btn_link_pequeno {
    width: 37px; 
    height: 37px;
    cursor: pointer;
    overflow: hidden;
}

.btn_link_pequeno:hover {
    width: 37px; 
    height: 37px;
    cursor: pointer;
     overflow: hidden;
    opacity: 0.8;
}

.remover-btn{
    width: 37px; 
    height: 37px;
    cursor: pointer;
}
.remover-btn:hover{
    width: 37px; 
    height: 37px;
    cursor: pointer;
    opacity: 0.8;
}

/* FIM DO TESTE */

/* TELA DE SMARTPHONE */


@media screen and (min-width: 320px) and (max-width: 780px) {

    /* 1. CONFIGURAÇÕES GENÉRICAS DO SISTEMA */
body {
    margin: 0;
    padding: 0;
}

/* 1.2 - INSERINDO FONTES */
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto.ttf)
}
@font-face {
  font-family: Roboto-Italico;
  src: url(../fonts/Roboto-Italic.ttf)
}

/* 1.3 - CONFIGURAÇÕES DE FORMULÁRIOS GERAIS */

h1 {
    font-family: Roboto;
}

.desc-font-pequena{
    font-family: Roboto;
    font-size: 12pt;
}
.elementos-form-em-bloco{
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
    display: block;
}

.elementos-form-em-linha{
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
    display: inline-block;
}

.input-login{
    height: 35pt;
    padding: 2px;
    border: 0.5px solid black;
    border-radius: 5px;
    background-color: transparent;
    font-family: Roboto;
    font-size: 16pt;
}

input[type="password"]{
    height: 35pt;
    border: 0.5px solid black;
    border-radius: 5px;
    background-color: transparent;
    font-family: Roboto;
    font-size: 16pt;
}

.input-num-jogos {
    width: 100px;
    height: 150px;
    border: 2px solid black;
    border-radius: 5px;
    font-family: Roboto;
    font-weight: bold;
    font-size: 50pt;
    text-align: center;
}

.input-num-jogos-min {
    width: 50px;
    height: 70px;
    border: 2px solid black;
    border-radius: 5px;
    font-family: Roboto;
    font-weight: bold;
    font-size: 25pt;
    text-align: center;
}

.cp-min{
    width: 133px;
    height: 30pt;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
    border-radius: 5px;
    text-align: center;
}

.cp-max-login{
    width: 400px;
}

.cp-max{
    width: 400px;
    height: 30pt;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
    border-radius: 5px;
}

.btn-submit-form {
    height: 35pt;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(15, 196, 15);
    cursor: pointer;
}

.btn-submit-form:hover {
    height: 35pt;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(99, 252, 99);
    cursor: pointer;
}

.margin-top-avanco-min{
    margin-top: 3%;
}

.fieldset-centralizado-min {
    width: 80%;
    height:150px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

.fieldset-centralizado-min-med {
    position: relative;
    width: 80%;
    height:180px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

.fieldset-centralizado-min-med-auto-alt {
    position: relative;
    width: 80%;
    height:auto;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

.fieldset-centralizado-med {
    width: 80%;
    height:300px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

.fieldset-centralizado-max {
    width: 80%;
    height:500px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

.fieldset-centralizado-max-lotofacil {
    width: 80%;
    height:380px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
}

#resultado{
    width: 80%;
    height:20px;
    margin-left: 50%;
    transform: translate(-50%);
    border-radius: 10px;
    color: black;
}

.legend-form-font {
    font-family: Roboto;
    font-size: 16pt;
    font-weight: bold;
    margin-left: 2%;
}

.label-form-horizontal{
    display: inline-block;
    margin-left: 2%;
    margin-top: 2%;
    font-family: Roboto;
    font-size: 12pt;
    font-weight: bold;
}

.msg-erro{
    font-family: Roboto;
    font-weight: bold;
    font-size: 10pt;
    color: red;
}

.btn-submit-form-cad{
    width: 30%;
    margin-left: 10%;
    height: 25pt;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(15, 196, 15);
    cursor: pointer;
}

.btn-submit-search-cad{
    width: 50%;
    height: 25pt;
    margin-left: 2%;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(15, 196, 15);
    cursor: pointer;
}

.btn-submit-form-cad:hover {
    width: 30%;
    margin-left: 10%;
    height: 25pt;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(99, 252, 99);
    cursor: pointer;
}

.btn-submit-search-cad:hover {
    width: 50%;
    margin-left: 2%;
    height: 25pt;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(99, 252, 99);
    cursor: pointer;
}

.btn-submit-form-cad-min{
    width: 133px;
    height: 30pt;
    margin-left: 3%;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(15, 196, 15);
    cursor: pointer;
}

.btn-submit-form-cad-min:hover {
    width: 133px;
    height: 30pt;
    margin-left: 3%;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(99, 252, 99);
    cursor: pointer;
}

.font-numeros-jogos{
    position: relative;
    font-family: Roboto;
    font-size: 30pt;
    color: white;
    text-align: center;
    margin-left: 50%;
    margin-top: 50%;
    transform: translate(-50%, -50%);
}

.margin-left-generico {
    margin-left: 12%;
}

.font-links-generico {
    font-family: Roboto;
    font-size: 16pt;
    font-weight: bold;
}

.btn-expandir-fs{
    cursor: pointer;
}

#btn-esconder-busca{
    display: none;
}

.tabela-compacta {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 0.875rem; /* Equivalente ao tamanho pequeno (table-sm) */
}

/* Espaçamento interno menor (padding) */
.tabela-compacta th,
.tabela-compacta td {
  padding: 0.1rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 10pt;
}

.tabela-compacta thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  text-align: left;
}

/* Linhas zebradas (table-striped) */
.tabela-compacta tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); /* Fundo cinza claro */
}

.tabela-compacta tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}


.elementos-para-tras{
    z-index: 0;
}

/* CONFIGURAÇÕES DASHBOARD SAGOB */

.donutchart-tamanho {
    position: absolute;
    right: 2px;
    width: 180px; 
    height: 400px;
}

.texto-formatacao-cards{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    font-size: 16pt;
}

.estilizar-img-perfil-usuario{
    justify-content: center; 
    align-items: center;
}

.estilizar-img-perfil-usuario:hover{
    justify-content: center; 
    align-items: center;
    opacity: 0.5;
}

.centralizar-itens{

    position: absolute; 
    margin-left: 50%; 
    transform: translate(-50%);
}

.formatacao-texto-modal-centralizado{

    font-family: 'Roboto';
    display: flex; 
    justify-content: center; 
    align-items: center;

}


#barra-superior {
    position: fixed;
    background-color: rgb(74,74,74);
    width: 100%;
    height:10%;
    z-index: 1;
    box-shadow: 0 4px 6px -1px rgb(2, 2, 2);
}

#titulo-pagina{
    position: absolute;
    margin-top: 100px;
    width: 80%;
    height: 70px;
    margin-left: 10px;
    
}

#main-dash{
    position: absolute;
    margin-top: 180px;
    display: flex;
    width: 80%;
    height: 100%;
    border:2px solid black;
    margin-left: 10px;
}

#filtros-dash{
    position: absolute;
    margin-top: 160px;
    margin-left: 10px;
    width: 60%; 
    height: auto;
   
}

#filtro-dash-mes-ano{
    position: absolute;
    display: none;
    width: 30%;
    height: auto;
   
}

#filtro-dash-entre-datas{
    position: absolute;
    display: none;
    width: 30%;
    height: auto;
   
}

#btn-search-dashboard{
    position: relative;
    display: none;
    margin-left: 30%;

}


#resposta-dashboard{
    position: absolute;
    margin-top: 238px;
    width: 82%; 
    height: auto;  
    margin-left: 10px;
}

#card-cards-dashboard{
    position: relative;
    width: 350px;
    height: 400px;
    
}

#card-grafico-barra{
    position: relative;
    margin-top: 10px;
    display: flex;
    width:600px;
    height:395.5px;
    background-color: white;
    
   
    
}

#card-dash-lateral-direita{
    position: relative;
    margin-top: 30px; 
    display: flex;
    width:99.7%;
    height: 300px;
    margin-left: 0px;
    background-color: white;
    overflow: hidden;

}

#card-dash-ultimos-lancamentos{
    position: relative;
    margin-top: 30px;
    display: flex;
    width:99.7%;
    height: 300px;
    background-color: white;
    overflow: auto;

}

.primeiro-card{
    position: relative;
    width: 140px;
    height: 180px;
    background-color: rgb(23, 162, 184);
    overflow: hidden;
    cursor: pointer;
}

.primeiro-card:hover{
    position: relative;
    width: 140px;
    height: 180px;
    background-color: rgb(23, 162, 184);
    overflow: hidden;
    cursor: pointer;
    opacity: 0.8;
}

.segundo-card{
    position: absolute;
    width: 140px;
    height: 180px;
    margin-top: 200px;
    margin-left: 0px;
    background-color: rgb(40, 167, 69);
    cursor: pointer;
}

.segundo-card:hover{
    position: absolute;
    width: 140px;
    height: 180px;
    margin-top: 200px;
    margin-left: 0px;
    background-color: rgb(40, 167, 69);
    cursor: pointer;
    opacity: 0.8;
}

.terceiro-card{
    position: relative;
    width: 135px;
    height: 180px;
    margin-left: 15px;
    background-color: rgb(255,193,7);
    cursor: pointer;
}
.terceiro-card:hover{
    position: relative;
    width: 135px;
    height: 180px;
    margin-left: 15px;
    background-color: rgb(255,193,7);
    cursor: pointer;
    opacity: 0.8;
}

.quarto-card{
    position: absolute;
    width: 135px;
    height: 180px;
    margin-top: 200px;
    left: 142px;
    background-color: rgb(220,53,69);
    cursor: pointer;
}

.quarto-card:hover{
    position: absolute;
    width: 135px;
    height: 180px;
    margin-top: 200px;
    margin-left: 142px;
    background-color: rgb(220,53,69);
    cursor: pointer;
    opacity: 0.8;
}

.mais-inf-card-1{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background-color: rgb(21,145,165);
}

.mais-inf-card-2{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background-color: rgb(36,150,62);
}

.mais-inf-card-3{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background-color: rgb(229,173,6);
}

.mais-inf-card-4{
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0;
    background-color: rgb(198,48,62);
}

.mais-informacoes-card{
    position: absolute;
    margin-left: 50%;
    transform: translate(-50%);
    margin-top: 8px;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 6pt;
    color: white;
}

.img-card-dash{
    position: absolute;
    width: 100px;
    height: 100px;
    margin-top: 40px;
    right: 0;
    overflow: hidden;
}

.img-card-dash img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
}

.estilo-titulo-pagina{
    font-family: 'Roboto';
    margin-top: 15px;
}

.posicionamente-img-logo{
    margin-left: 0px;
}

.titulo-card{
    position: absolute;
    width: 100%;
    height: 35px;
    display: flex;
    border: none;
    background-color: rgb(74,74,74);
}

.titulo-card p{
    position: absolute;
    font-family: 'Roboto-Light';
    font-size: 12pt;
    margin-left: 50%;
    transform: translate(-50%);
    margin-top: 6px;
    color: white;
}

#logo-sistema{
    position:absolute;
    display: inline-block;
    width: 220px;
    height: 80px;
    margin-left: 20%;
    margin-top: 5px;
}
#section-notificacion{
   position:relative;
   display: none;
    width: 150px;
    height: 40px;
    margin-left: 280px;
    margin-top: 5px;
    overflow: hidden;
}

.botao-com-imagem {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px; 
  padding: 10px 16px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

/* Controla o tamanho da imagem dentro do botão */
.botao-com-imagem img {
  width: 24px;
  height: 24px;
}

.botao-com-imagem:hover {
  background-color: #0056b3;
}


.font-links-generico {
    font-family: Roboto;
    font-size: 16pt;
    font-weight: bold;
}

.btn-expandir-fs{
    cursor: pointer;
}

#btn-esconder-busca{
    display: none;
}

table, td {
    border: none;
    border-collapse: collapse; /* Remove o espaçamento duplo entre bordas */
}

table tr {
    height: 20px;
    font-family: Roboto;
    font-size: 14pt;
    font-weight: bold;
    
}

#card-exibe-perfil{
    position: absolute;
    display: flex;
    margin-top: 182px;
    width: 100%;
    height: 90px;
    z-index: 3;
   
}

#perfil-usuario-logado-nome{
    margin-left: 152px; 
    width: 100%; 
    margin-top: 100px;
}

.nome-perfil-usuario{
    font-family: 'Roboto';
    font-size: 10pt;
    font-weight: bold;
    color: white;
    margin-left: 0px;
}

#img-perfil-usuario-logado{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid white;
    overflow: hidden;
}

#img-perfil-usuario-logado img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

#logo-cliente{
    position:absolute;
    display: inline-block;
    width: 99%;
    height: 180px;
    background-color: transparent;
    
}

.img-logo-cliente{
    position: absolute;
    width: 99%;
    height: 99%;
    object-fit: cover;
    
}

#div-btn-expande-menu{
   position: relative; 
   display: inline-block;
   
}

#menu {
        display: none; /* Começa escondido no mobile */
        position: fixed;
        left: 0;
        top: 0;
        width: 200px; /* 16% em mobile fica invisível de tão pequeno! Use 80% ou 100% */
        height: 100%;
        background-color: rgb(200, 201, 205);
        box-shadow: 4px 0 15px rgb(2, 2, 2);
        z-index: 999; /* Z-index alto para ficar acima de tudo no mobile */
        overflow: hidden;
    }

#menu-dropdown{
  position: absolute;
  font-weight: bold;
  margin-top: 350px;
  width: 80%;
  height: 50%;
  margin-left: auto;
  
}

#menu-dropdown ul {
  color: white;  
  margin-left: 0px;  
  font-family: 'Roboto';
  font-size: 12pt;
  width: 100%;
  height: 30px;
      
}

#menu-dropdown ul li {
    display: flex;
    margin-top: 10px;
    /*margin-left: 5px;*/
    padding: 3px;
    font-size: 10pt;
    height: 30px;   
    list-style: none;
    color: white;
    /*border-bottom: 0.3px solid gray;*/
    /*justify-content: center;*/
    align-items: center;
    cursor: pointer;
}

#menu-dropdown ul li:hover {
    display: flex;
    margin-top: 10px;
    /*margin-left: 5px;*/
    padding: 3px;
    font-size: 10pt;
    height: 30px;   
    list-style: none;
    color: rgb(229,173,6);
    /*border-bottom: 0.3 solid gray;*/
    /*justify-content: center;*/
    align-items: center;
    cursor: pointer;
    border-left: 1px solid rgb(229,173,6);
    /*background-color: rgb(229,173,6);*/
   
    
}

/* 2. CONFIGURAÇÕES - PÁGINA: INDEX.PHP */

#main-pag-login{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    
}

#card-logo-sistema-login{
    position: absolute;
    display: none;
    background-size: cover;
    justify-content: center;
    align-items: center;
    z-index: 2;
    
}

#img-login{
    position: absolute;
    margin-top: 2%;
    margin-left: 50%;
    transform: translate(-50%);
    z-index: 2;
}

#resposta-ajax{
    width: 100%;
    height: 5%;
    border: none;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 12pt;
    color: white;
    font-weight: bold;
    background-color: rgb(209, 61, 61);
}

#texto-resposta-ajax{
    position: absolute;
    margin-left: 50%;
    margin-top: 0.7%;
    transform: translate(-50%);
}

#card-login{
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    background-color: rgb(243, 245, 247);
    z-index: 1;
   
    
}

#login {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    
    /*border: 1px solid white;*/
    
}



#campos-form_login{
    position: relative;
    
}

.div-estilizada{
    width: 90%;
    height:auto;
    margin-left: 2%;
    border-radius: 5px;
    padding: 10px;
}

/* 3. CONFIGURAÇÕES - PÁGINA: DASHBOARDS/001-042602/INDEX.PHP */

/**/

.modal {
    display: none; /* Escondido */
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.5); /* Fundo preto com transparência */
}

/* Conteúdo do Modal */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% do topo e centrado */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Largura */
    border-radius: 5px;
    height: auto;
    overflow-y: auto;
    position: relative;
}

/* Botão Fechar (x) */
.close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: black;
}    
/**/

#fundo-dash-001-042602{
    
    width: 99.9%;
    height: 100%;
    background-color: rgb(194, 191, 191);
    z-index: 2;
}
#topo{
    position: fixed;
    width: 99.9%;
    height: 150px;
    background-color: white;
    
    
}

#logo-topo{
    position: absolute;
    margin-top: 0.5%;
    margin-left: 50%;
    transform: translate(-50%);
    z-index: 1;
}

#menu-horizontal{
    position: fixed;
    display: none;
    margin-top:151px;
    width: 99.9%;
    height: 70px;
    background-color: rgb(72,177,168);
}

#session-user{
    position: relative;
    width: 500px;
    top: 20%;
    float: right;
    font-family: Roboto;
    font-size: 14pt;
    font-weight: bold;
}

#logo-user{
    display: inline-block;
    
}
#nome-user{
    display: inline-block;
}

#logo-calendario{
    display: inline-block;
}

#desc-data-dia{
    display: inline-block;
}

#logout{
    position: absolute;
    margin-top: 2%;
}

#area-update-jogos-informativo{
    width: 80%;
    
}

nav {
    position: absolute;
    display: inline-block;
    margin-left: 50%;
    margin-top: 1.2%;
    transform: translate(-50%);
    width: 800px;
    height: 50px;
    

}

nav ul {
    position: absolute;
    display: inline-block;
    margin-left: 80px;
   
}
nav ul li{
    position: relative;
    display: inline-block;
    /*margin-left: 40px;*/
    font-family: Roboto;
    font-size: 14pt;
    /*margin-left: 40px;*/
    font-weight: bold;
    color: white;
    cursor: pointer;
    list-style: none;
}

#dropdown-cad {
    position: absolute;
    width: 150px;
    top: 47px;
    margin-left: 100px;
    /*padding: 5px;*/
    list-style: none;
    display: block;
    font-family: Roboto;
    font-size: 14pt;
    color: white;
    background-color: rgb(72,177,168);
    z-index: 0;
                    
}

#dropdown-cad a {
    color: white;
    cursor: pointer;
}


#menu-horizontal-options ul:hover {
    display: inline-block;
    font-family: Roboto;
    font-size: 14pt;
    font-weight: bold;
    color: rgb(219, 217, 217);
    cursor: pointer;
    
}

#menu-horizontal-options ul li{
    
    border: 1px solid black;
    width: 300px;
    height: 600px;
    font-family: Roboto;
    font-size: 12pt;
    font-weight: bold;
    color: black;
    list-style: none;
    
}


#main-dash-001-042602{
    position: absolute;
    margin-top: 224.5px;
    width: 99.9%;
    z-index: -2;
  
}

#area-lateral-esquerda{
    position: absolute;
    width: 20%;
    height: auto;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
    z-index: -1;
}

#area-lateral-esquerda-baixo{
    position: absolute;
    width: 20%;
    margin-top: 480px;
    height: auto;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
    z-index: -1;
}

#area-meio{
    position: absolute;
    margin-left: 20.5%;
    width: 59.1%;
    padding: 2px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
    z-index: -1;
}

#area-lateral-direita{
    float: right;
    width: 19.7%;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
}

#retangulo-num-jogos{
    position: absolute;
    width: 80%;
    height: auto;
    margin-left: 2%;
    padding: 10px;
    
}

.circulos-jogo-mega{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgb(32, 152, 105);
}

.circulos-jogo-loto{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgb(130,2,115);
}

#fs-busca-jogos{
    display: none;
}



/* 4. CONFIGURAÇÕES - PÁGINA: PAGS/cad_jogos */

#area-meio-cad-jogos{
    position: absolute;
    padding: 20px;
    height: auto;
    margin-left: 10%;
    margin-top: 223px;
    width: 80%;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
}

/* 4. PÁGINA search-jogos.php */

#topo-tabela-search-jogo{
    width: 90%;
    height: 30px;
    border-radius: 5px;
    background-color: red;
    margin-left: 50%;
    transform: translate(-50%);
}

.texto-alinhado-ao-centro-branco{
    text-align: center;
    color: white;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
}

.texto-alinhado-ao-centro-preto{
    text-align: center;
    color: white;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14pt;
}

.search-num-final-a{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 40px;
    border:1px solid black;
    margin-right: 0px;
}

.search-num-final-b{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border:1px solid black;
    margin-right: 0px;
}

.search-num-final-c{
   position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border:1px solid black;
    margin-right: 0px;
}

.search-num-final-d{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border:1px solid black;
    margin-right: 0px;
}

.search-num-final-e{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border:1px solid black;
    margin-right: 0px;
}

}    