*{
    padding: 0;
    border: 0;
    margin: 0;
}

p{
    margin: 0;
   
}







h2{
    font-size: 20px;
}

h1{
    font-size: 30px;
}

.popUp h1{
   font-size: 20px;
   text-align: center;
}


.navbar .navbar-toggler {
    width: 50px;                  
    height: 50px;                 
    padding: 0;                    
    border-radius: 8px;            
   background-color: rgba(63, 91, 156, 0.15);
    border: none;
   
   
    transition: background 0.3s ease, transform 0.2s ease;
    margin: 0;            
}

.navbar .navbar-toggler:hover {
    background-color: #7a9fe6;
    transform: scale(1.05);
}


.navbar-nav {
  gap: 4rem; 
}

  .navbar-nav .nav-item.dropdown {
    position: relative; 
  }

  .navbar-nav .nav-item.dropdown .dropdown-menu {
    left: 50%;          
    transform: translateX(-50%); 
    top: 100%;         
  }






.navbar {
    background-color: #3f5b9c;  
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
   height: 60px;
    padding: 10px;
}

.navbar .nav-link,
.navbar .navbar-brand {
    color: #fefefe;
    font-weight: 500;
    transition: color 0.3s ease, transform 0.2s ease;
}

.navbar .nav-link:hover,
.navbar .navbar-brand:hover {
    color: #d0e1ff;  
    transform: scale(1.05);
}

 
.btn-mudar,
.main-btn {
 
    padding: 5px;
    font-size: 0.85rem;
    border-radius: 25px;
    background-color: #fff;
    color: #000;
    border: none;
    white-space: nowrap;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  
   
}

.btn-mudar:hover {
    background-color: #122147;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.btn-mudar:hover,
.main-btn:hover {
    background-color: #7a9fe6;  
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

 
.btn-acao {
    background-color: #5a7fcf;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: background 0.3s ease, transform 0.2s ease;
}

.btn-acao:hover {
    background-color: #7a9fe6;
    transform: scale(1.1);
}
 
.navbar .dropdown-menu {
   background-color: rgb(63, 91, 156);
   
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: opacity 0.3s ease, transform 0.2s ease;
    
}




.navbar .dropdown-item {



     background-color: rgba(63, 91, 156, 0.15);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 6px 12px;
    transition: background 0.3s ease, transform 0.2s ease;


    margin-bottom: 4px; 
    
   
    box-shadow: 0 2px 6px rgba(0,0,0,0.25); 
   
    text-transform: uppercase;
}


.navbar .dropdown-item:hover {
    background-color: #e6f0ff;  
    color: #2e437a;
    transform: translateX(4px);
}

 
.navbar .dropdown-toggle::after {
    display: none;
}

 
.navbar .dropdown-toggle {
    background-color: rgba(63, 91, 156, 0.15);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 6px 12px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.navbar .dropdown-toggle:hover {
    background-color: rgba(122, 159, 230, 0.25);
    transform: translateY(-1px);
}

.navbar .dropdown-menu {
   background-color: rgb(63, 91, 156);
   
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: opacity 0.3s ease, transform 0.2s ease;
    
}

 
.navbar-text {
    color: #ffffff;
    font-weight: 500;
}

button{
    height: 30px;
    width: 130px;
    background-color: #05005b;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    padding: 6px;

    display: flex;
    justify-content: center;  
    align-items: center;     
    margin: 2px;
}

 
.container-btn {
  display: flex;
flex-wrap: no-wrap;
  align-items: stretch;    
  width: 100%;
  padding: 1rem;
  background-color: #3f5b9c6b;;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  box-sizing: border-box;   
  justify-content: space-around;
}


 
.container-btn .dropdown-item {
  width: 100%;
  text-align: left;
}
 
.container-btn .main-btn {
  background-color: #5a7fcf;
  color: #fff;
  font-weight: 500;
  border-radius: 12px;
  padding: 8px 18px;
  border: none;
  transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.container-btn .main-btn:hover {
  background-color: #7a9fe6;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

 
.container-btn .btn-mudar:not(.main-btn) {
  border-radius: 10px;
  padding: 6px 12px;
  border: none;
  font-size: 0.85rem;
  transition: background 0.3s ease, transform 0.2s ease;
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.container-btn .btn-mudar:not(.main-btn):hover {
  background-color: #7a9fe6;
  transform: translateY(-1px);
}

 
.container-btn .btn-acao {
  background-color: #5a7fcf;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, transform 0.2s ease;
}

.container-btn .btn-acao:hover {
  background-color: #7a9fe6;
  transform: scale(1.1);
}

 
.container-btn .dropdown-toggle {
  background-color: rgba(63, 91, 156, 0.15);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 6px 12px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.container-btn .dropdown-toggle:hover {
  background-color: rgba(122, 159, 230, 0.25);
  transform: translateY(-1px);
}

 
.container-btn .dropdown-menu {
 position: static !important;  
  border: none;
  border-radius: 10px;
  padding: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
 width: 90vw;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  position: relative;  
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

 
.container-btn .dropdown.show .dropdown-menu {
  max-height: 500px;  
  opacity: 1;
}

 
.container-btn .dropdown-item {
  color: #000;
  padding: 8px 12px;
  border-radius: 8px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.container-btn .dropdown-item:hover {
  background-color: #7a9fe6;
  transform: translateX(2px);
}







 
.popUp .fechar a {
   
    display: inline-block;
    float: right;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    background-color: #e0e0e0;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.2s;
}

.popUp .fechar a:hover {
    background-color: #d1d1d1;
}


#container-edicao{
    padding:  10px 20px;
}



.editar-area{
    background-color: rgb(223, 221, 245);
    border-radius: 10px;
    padding: 10px;
    border: 2px solid  #a4adc5b6;
    margin: 10px 30px;
}


#container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #a4adc5;
}



























/* Container do formulário */
#form-container {
    background-color: #1c3a8e7c;
    border-radius: 20px;
    padding: 40px 30px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    color: #fff;
}

/* Título do formulário */
.form-index h2 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
    color: #fff;
}

.form-index h2 span {
    display: block;
    font-weight: 400;
    font-size: 0.9rem;
    color: #cce0ff;
}

/* Container do input */
.containerInput {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.containerInput input {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border-radius: 12px;
    border: none;
    outline: none;
    font-size: 1rem;
    background-color: rgba(255,255,255,0.2);
    color: #fff;
    transition: all 0.3s ease;
}

.containerInput input:focus {
    background-color: rgba(255,255,255,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

#olho, #olho2, #olhoIndex {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.2rem;          /* um pouco maior */
    color: #1c3a8e;             /* azul escuro */
    background-color: rgba(255,255,255,0.3); /* fundo leve para destacar */
    padding: 5px 8px;
    border-radius: 50%;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover para efeito visual */
#olho:hover, #olho2:hover, #olhoIndex:hover {
    background-color: rgba(255,255,255,0.5);
    transform: translateY(-50%) scale(1.1);
}

/* Botão acessar */
.form-index button {
    width: 100%;
    padding: 12px;
    border-radius: 25px;
    border: none;
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    background-color: #05005b;
    transition: all 0.3s ease;
    cursor: pointer;
}

.form-index button:hover {
    background-color: #1c3a8e;
    transform: translateY(-2px);
}

/* Mensagens de erro */
.erro {
    background-color: rgba(255,0,0,0.2);
    color: #ffcccc;
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 0.9rem;
    margin-bottom: 15px;
    text-align: center;
}

/* Responsividade */
@media (max-width: 576px){
    #form-container {
        padding: 30px 20px;
    }

    .containerInput input {
        font-size: 0.95rem;
    }
}

















.btn{
   padding: 10px;
    background-color: #2c468d;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    margin: 7px;
    display: flex;
    align-items: center;
  
   

}

.btn-full, .btn-full a{
     box-sizing: border-box;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  
}
.erro{
    color: rgb(180, 26, 26);
    background-color: #a4adc5b6;
    border-radius: 4px;
    padding: 5px;
   
}
 
.menu-select1, .menu-select2 {
    background-color: rgb(93, 126, 197);
    height: 30px;
    width: 150px;
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
    text-transform: uppercase;
   
}

#container-ver{
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding: 0 40px ;
  
}

#container-ver h1{
    margin: 25px 0;
    text-align: left;
    width: 90vw;
}
.area{
    min-height: 110%;
    border: 1px solid #2c468d6e;
    padding: 20px;
    width: 90vw;
   
}
.pesquisa{
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 90vw;
    border: 1px solid #2c468d6e;
    padding: 10px;
    background-color: #c3c9dd54;
margin-top:10px ;
}
.pesquisa form{
    width: 90%;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
  

}

.pesquisa form input{

height: 35px;
background-color: white;

font-size: 0.9em;
}

.pesquisa form button, select{
    flex: 0 0 100%;  
    width: 100%;
}




.buscar{
width: 90px;
background-color: #1C3B8E;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
color: white;
text-transform: uppercase;
cursor: pointer;
}


.individual {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
    align-items: first baseline;
    width: 40vw;    
}


.table a{
    color: black;
    text-decoration: none;
}

.table a:hover{
    color: #cfa900;
   
}

.table tr th{
    text-align: left;
    padding: 2px;
    max-height: 20px;
    color: rgb(51, 51, 51);
    font-size: 0.8em;
    text-transform: uppercase;
 
}


tr:nth-child(odd) {
    background:rgb(230, 230, 230);
  }





    .table-editar a{
     margin:10px ;
     

    }
    
    .table-editar a:hover{
         background-color: #1c3a8e67;
    }



    #container-edicao table{
        overflow: hidden;
           table-layout: fixed;  
   width: 90%;
    border-collapse: collapse;
     margin-left: auto;   
    margin-right: auto;  
    }


    
    .novo{
        display: flex;
        align-items: center;
        justify-content: space-around;
        min-height: 40px;
        color: white;

       
    }

.link{
    color: #fff;
    text-decoration: none;
    background-color: #2c468d;
    padding: 7px;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;

}

.paginas-selecao{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 300px;

}

.mudar-paginas{
    display: flex;
    gap: 10px;
    
    overflow-x: hidden;
    margin-top: 20px;

}
/*
.btn-pgn{
    background-color: #1C3B8E;
    padding: 10px;
    color: white;
   
}

.pgClicada{
background-color: aqua;
}
*/

.paginacao {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    flex-wrap: wrap; 
    gap: 5px; 
    font-family: Arial, sans-serif;
    width: 100vw;
}

.paginacao .btn-pgn {
    display: inline-block;
    padding: 8px 12px;
    background-color: #05005b; 
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s, transform 0.2s;
    font-size: 14px;
}

.paginacao .btn-pgn:hover {
    background-color: #1c3a8e; /* azul mais escuro ao passar o mouse */
    transform: scale(1.05);
}

.paginacao .btn-pgn.ativo {
    background-color: #007bff; /* azul escuro para página ativa */
    font-weight: bold;
    pointer-events: none; /* desativa clique na página atual */
}

.sucesso{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    background-color: rgb(171, 240, 188);
    font-size: 2em;
    
}


#documentos{
    
    display: flex;
    flex-wrap: wrap;
}


  
  .conteudo {
    display: none;
}
.tabelaContainer{
    overflow-x: auto;
    max-width: 90vw; 
    height: 500px;
}



thead {
    position: sticky; 
    top: 0; 
    z-index: 1; 
}


.highlight {
    background-color: #ffeb3b; 
}

.tabelaContainer .table.ead th {
    white-space: nowrap; 
    padding: 10px; 
    min-width: 100%; 
    width: auto; 
    box-sizing: border-box; 
}


.containerSistemas{
    text-align: center;
 }



.uploadServico{
    background-color: #4e79b334;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    text-align: center;
}


.qrcodeContainer{
    background-color: #fff;
   padding: 30px;
   min-width: 400px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    gap: 10px;
 
}


#baixarQrCode {
  cursor: pointer;
 

}

.aluno-final {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.aluno-final input {
    flex: 1;
}

.aluno-final button {
    background: red;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
}


 
.coluna-pesquisa {
    width: 45%;
    border-right: 1px solid #ddd;
    padding-right: 20px;
}

 
#resultadosPesquisa a {
    display: block;
    padding: 6px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

#resultadosPesquisa a:hover {
    background: #f5f5f5;
}

 .resultados {
    height: 250px;
    overflow-y: auto;
    background-color: #e7e7e7;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #888;
    margin: 10px 0 10px 0;
}


.resultados a {
  display: block;  
  width: 100%;    
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 4px;
  text-decoration: none;
  cursor: pointer;
   margin: 0; 
}

.resultados a:hover {
    background-color: #888;
    border-radius: 3px;
}

 
#contadorSelecionados {
    font-weight: bold;
    color: #1c1c1c;
    margin-bottom: 5px;
}


 
.coluna-selecionados {
    width: 55%;
    padding-left: 20px;
}
.aluno-selecionado {
    position: relative;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px 35px 10px 10px;
    margin-bottom: 8px;
}

 
.aluno-selecionado strong {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #333;
}





 
.aluno-selecionado input {
    width: 100%;
    padding: 6px 8px;
    margin-bottom: 6px;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
 .aluno-selecionado input::placeholder {
    color: #aaa;
}

 
.aluno-selecionado button {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 22px;
    height: 22px;
    padding: 0;
    border-radius: 50%;
    border: none;
    background: #ff91916c;
    color: #666;
    font-size: 12px;
    cursor: pointer;
    line-height: 22px;
}

 
.aluno-selecionado button:hover {
    background: #e74c3c;
    color: #fff;
}

 
.aluno-selecionado input:last-child {
    margin-bottom: 0;
}
 
.coluna-selecionados > button {
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    background: #122c5c;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.coluna-selecionados > button:hover {
    background: #3d74bd;
}







.pesquisaEAD {
    background-color: #c3c9dd54;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
}


.form-pesquisa {
    display: grid;
    grid-template-columns: repeat(3, 1fr);  
    grid-gap: 5px;  
    width: 90VW;
}

.campo-pesquisa {
    display: flex;
    flex-direction: column;
}

.campo-pesquisa label {
   font-size: 9px;
}

.campo-pesquisa input {
   
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 11px;
 
}

.campo-pesquisa button {
    width: 90%; 
    padding: 10px;
}



.assDiv{
margin: 20px 0;

display: flex;
align-items: self-start;
flex-direction: column;

}

.assDiv input{
    width: 60px;
    height: 20px;
  
   
}


.confirmar-certificado{
    background-color: #47489156;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height:100%;
    text-transform: uppercase;
    border-radius: 10px;
    width: 100%;
}



.bloco-questao {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
    background: #f9f9f9;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    width: 70vw;
}

.titulo-questao {
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
}

.titulo-alternativas {
    margin-top: 15px;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.alternativa {
    margin-top: 8px;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
    border: 2px solid #ddd;
    background-color: #fff;
}

.alternativa.correta {
    border-color: #28a745;
    background-color: #e6f9ed;
}

.alternativa.errada {
    border-color: #dc3545;
    background-color: #fdeaea;
}

.radio-label {
    margin-left: 10px;
    cursor: pointer;
    font-weight: 500;
}

.icone-status {
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
}

.icone-status.correta {
    color: #28a745;
}

.icone-status.errada {
    color: #dc3545;
}


.form-container{
display:flex;
justify-content:center;
background:#fcfeff;
width: 100%;
}

.form-laudo{
width:100%;
padding:5% 13%;

}

.form-laudo h4{
text-align:center;
margin:25px 0 15px;
font-size:16px;
font-weight:600;
color:#2c3e50;
position:relative;
padding-bottom:6px;
}

 
.form-laudo h4::after{
content:"";
display:block;
width:60px;
height:3px;
background:#05005b;
margin:6px auto 0;
border-radius:2px;
}


.grupo-form{
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;

}

.grupo-form-substancia{
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
align-items: center;
justify-content: space-around;
text-align: left;
}



.grupo-form-substancia input[type="radio"]{
  width: 20px;      
  height: 10px;     

  display: inline-block;   
  vertical-align: middle;  
}


.acoes-form{
margin-top:10px;
display:flex;
gap:10px;
}



.tabela-vedacao {
  display: grid;
  grid-template-columns: 3fr 70px 70px;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  font-size: 14px;
  background: #fff;
}

 
.linha {
  display: contents;
}
 
.linha > div:first-child {
  grid-column: 1;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  line-height: 1.4;
}

 
.linha > .radios {
  display: contents;
}

 
.linha > .radios > div:nth-child(1) {
  grid-column: 2;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}

 
.linha > .radios > div:nth-child(2) {
  grid-column: 3;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}

 
input[type="radio"] {
  transform: scale(1.2);
  cursor: pointer;
}

 
.linha:last-child > div {
  border-bottom: none;
}


.cabecalho {
  display: contents;  
  font-weight: 600;
  background: #f4f6f8;
  text-align: center;
}

 
.cabecalho > div:first-child {
  grid-column: 1;  
  padding: 10px;
  border-bottom: 1px solid #e2e2e2;
}

.cabecalho > div:nth-child(2) {
  grid-column: 2;  
  padding: 10px;
  border-bottom: 1px solid #e2e2e2;
}

.cabecalho > div:nth-child(3) {
  grid-column: 3;  
  padding: 10px;
  border-bottom: 1px solid #e2e2e2;
}





.textLaudo{
width: 100%;
}

.inputForm{
width:100%;
padding:8px 10px;
border:1px solid #ccc;
border-radius:6px;
font-size:14px;
transition:all 0.2s ease;
box-sizing:border-box;
background:#fff;
}

 
.inputForm:focus{
border-color:#007bff;
outline:none;
box-shadow:0 0 0 2px rgba(0,123,255,0.15);
background:#fdfefe;
}

 
.inputForm:hover{
border-color:#888;
}


.acoes{
    width: 20px;
}

.acoes i {
    cursor: pointer;          
    font-size: 18px;          
   
    transition: color 0.2s, transform 0.2s;  
    margin-right: 10px;       
}

.acoes i:hover {
    color: #d35400;          
    transform: scale(1.2);    
}



 
.btn-mudar.main-btn {
    padding: 6px ;
    font-size: 0.9rem;
    border-radius: 30px;
    background: linear-gradient(135deg, #3054a1, #3054a1);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    transition: all 0.25s ease;
}

.btn-mudar.main-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, #122147, #3054a1);
}



 
.btn-acao {
    padding: 6px 10px;
    border-radius: 50%;
    font-size: 1rem;
    background-color: #3054a1;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: all 0.25s ease;
}

.btn-acao:hover {
    transform: scale(1.15);
    background-color: #122147;
}





































.certificado-conteiner{
    display: flex;
    flex-direction: column;
    align-items: center;
}


 

.editar-form{
width:100%;
max-width:1100px;
margin:auto;
box-sizing:border-box;
}

 

.separa{
display:flex;
gap:30px;
flex-wrap:wrap;
margin-bottom:20px;
text-align: center;
justify-content: center;
}

 

.basicos,
.endereco{
flex:1;
min-width:280px;
box-sizing:border-box;
}

 

.input,
.options,
textarea,
select,
input{
 width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  color: #000000;
  box-sizing: border-box;
  padding: 4px;  
  margin-bottom: 5px;
  font-size: 12px;
  border-radius: 10px;
  border: 2px solid #a4adc5b6;
 
}


form input:focus{
    outline: auto #474891;
}
 

textarea{
min-height:120px;
resize:vertical;
}

 

.sistemas{
display:flex;
gap:20px;
flex-wrap:wrap;
justify-content: center;
align-items: center;
gap: 10px;
}

.sistemas h2 {
  width: 100%;
  text-align: center;
}

 

.bloqueado{
background:#eee;
}

 



.checkbox-inline {
  display: flex;
  align-items: center;
  gap: 6px;
}

.checkbox-inline input[type="checkbox"] {
  width: auto;
  height: auto;
}

.table {
    width: 90vw;
    border-collapse: collapse;
    word-break: break-word;
      border: 1px solid #2c468d6e;

    table-layout: auto;
}




.tableCard {
  width: 100%;      
  border-collapse: collapse;
  border: 1px solid #2c468d6e;
  word-break: break-word;
  table-layout: auto; 
}

.tableCard a {
    color: #05005b;
    text-decoration: none;
}


.tableCard th, .table th{
color: #05005b;

white-space: pre-wrap; 
    text-align: center;       
    vertical-align: middle;   
    padding: 2px;             
    font-size: 15px;          
     width: auto;
}




.table td, .tableCard td  {
    padding: 4px ;
    font-size: 12px ;
    vertical-align: middle;
   width: 1%;  
}
.table td[data-date] {
    white-space: nowrap;
} 
.table td a.btn {
    width: 50%;
    padding: 5px ;
    font-size: 12px ;
    margin-top: 2px;
}




#tabelaCursos{
border-radius: 10px;
margin-top: 15px;

}


.table td a.btn:hover{
  background-color: #7a9fe6;
}

 
.table .table-editar,
.table td.text-center {
    text-align: center;
    white-space: nowrap;
}

 
.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

 
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

















.acessoEmpresa {
    margin-top: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px; 
    background-color: #7a75966b; 
    width: 80vw;
    border-radius: 20px;
    transition: background-color 0.3s ease; 
    margin: auto;
}

.acessoEmpresa.bloqueada {
    background-color: #f2b0b0; 
}


.uploadAss{
    margin: auto;
    width: 70vw;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}


.emailUsuario {
    display: flex;
    flex-direction: column;  
    gap: 10px;  
    margin-bottom: 15px;  
}

.emailInfo {
    background-color: #f9f9f9;  
    padding: 8px;
    border-radius: 4px;
}

.desbloquearContainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.permissoes {
    display: flex;
    flex-direction: column; 
    gap: 12px;
    width: 100%;
   margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    border-radius: 6px;
}

.permissoesContainer {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.radioGroup {
    display: flex;
    flex-direction: row; 
    gap: 15px;
    flex-wrap: wrap; 
}

.radioGroup label {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}


.parametros{
   
    width: 80vw;
}

.parametros label{
    width: 100%;
}




/* ========================= */
/* CONTAINER */
/* ========================= */

.calendar-container {
    width: 95%;
    margin: 20px auto;
}

/* ========================= */
/* TABELA */
/* ========================= */

.calendar-table {
    width: 100%;
    border-collapse: collapse;
}
.col-week{
    width: 100%;
    background-color: green;
}

/* CABEÇALHO */
.col-week th {
    background: #3d74bd;
    color: white;
    padding: 10px;
    font-size: 14px;
    background-color: red;
}

/* CÉLULAS */
.calendar-table td {
    border: 1px solid #3d74bd;
    height: 120px;
    vertical-align: top;
    padding: 5px;
}

/* FIM DE SEMANA */
.weekEnd {
    background-color: #f5f5f5;
}

/* NÚMERO DO DIA */
.day-number {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}

/* EVENTOS */
.evento {
    font-size: 12px;
    color: #0d6efd;
    margin-bottom: 3px;
}


.popUp {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    padding: 25px 30px;
    z-index: 1000;
    width: 90%;
    max-width: 950px;
    display: none; /* visibilidade controlada via JS */
    flex-direction: column;
    gap: 20px;
    max-height: 80vh;
     overflow-y: auto;
}

#resultadosPesquisa{
    max-height: 100%;
    overflow-y: auto;
}

/* Quando a pop-up estiver ativa */
.popUp.ativo {
    display: flex;
}

/* ===================== FECHAR POP-UP ===================== */
.popUp .fechar {
    display: flex;
    justify-content: flex-end;
}

.popUp .fechar a {
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    transition: color 0.2s;
}

.popUp .fechar a:hover {
    color: #e74c3c; /* vermelho suave ao passar mouse */
}

/* ===================== TÍTULOS E PARÁGRAFOS ===================== */
.popUp h3 {
    margin: 0;
    font-size: 22px;
    color: #333;
}

.popUp p {
    margin: 5px 0 15px 0;
    font-size: 16px;
    color: #555;
}

/* ===================== FORMULÁRIO ===================== */
.popUp form {
    display: flex;
    flex-direction: column;
    
}

/* ===================== TEXTAREA ===================== */
.inputProgramatico {
    width: 100%;
    min-height: 100px;
    padding: 12px 15px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    resize: vertical;
    box-sizing: border-box;
    background-color: #f9f9f9;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.inputProgramatico:focus {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 8px rgba(74,144,226,0.4);
}

/* ===================== CHECKBOX ===================== */
.popUp input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.1);
}

.popUp label[for^="confirmacao"] {
    font-size: 14px;
    color: #555;
}

/* ===================== ERRO ===================== */
#checkbox-error {
    font-size: 12px;
    color: #e74c3c;
    margin-top: 5px;
    display: none;
}

.upload{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
   
      width: 100%;
}
.upload form{
      width: 100%;
  
}

.popUp .formEad {
    display: flex;
  flex-direction: row;
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
    height: 400px;
}




@media (max-width: 1024px) {
    .inputProgramatico {
        width: 95%;
    }
}

@media (max-width: 600px) {
    .popUp {
        padding: 20px;
    }

    .inputProgramatico {
        width: 100%;
        font-size: 13px;
    }

    .popUp button {
        width: 100%;
        text-align: center;
    }
}

/* Container interno da pop-up */
.programatico {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}


/* Textarea de descrição */
.inputProgramatico {
    width: 900px;
    min-height: 100px;
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    resize: vertical;
    box-sizing: border-box;
    background-color: #f0f0f0;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.inputProgramatico:focus {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 5px rgba(74,144,226,0.5);
}

/* Checkbox e label */
.programatico input[type="checkbox"] {
    margin-right: 8px;
}

.programatico label[for="confirmacao"] {
    font-size: 13px;
    color: #555;
}

#checkbox-error {
    font-size: 12px;
    margin-top: 5px;
}

#editarMassa.popUp {
    max-height: 85vh;
    overflow-y: auto;
}


#editarMassa > div {
    width: 100%;
}
#editarMassa .campo {
    margin-bottom: 15px;
}

#editarMassa .campo .topo {
    display: flex;
    align-items: center;
    justify-content: flex-start !important; 
    gap: 8px;
  
}

#editarMassa label {
    width: auto !important;
    text-align: left !important;
 
}
#editarMassa .item-checkbox {
width: 10px;

}
#editarMassa .input {
    width: 100%;
}

.switch-container {
    display: flex;
    justify-content: center; /* centraliza horizontalmente */
    align-items: center;     /* centraliza verticalmente */
    height: 100%;            /* ocupa toda a altura da célula */
}

.switch {
    width: 50px;
    height: 25px;
    border-radius: 15px;
    background-color: #dc3545;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.switch[data-visivel="1"] {
    background-color: #28a745;
}

.switch-circle {
    width: 21px;
    height: 21px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 0.3s ease;
}

.switch[data-visivel="1"] .switch-circle {
    left: 27px;
}

.certificadoEAD{
    width: 80vw;
}



.qr-container {
  display: flex;
  gap: 20px;
width: 80vw;
}



.qr-list {
width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  border-right: 1px solid #ddd;
  padding-right: 10px;
}

.qr-list {
  scrollbar-width: thin;
}

.qr-list::-webkit-scrollbar {
  width: 6px;
}

.qr-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.qr-item {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 6px;
  background: #fff;
}

.qr-item:hover {
  background: #f5f5f5;
}

.qr-item.highlight {
  border-left: 4px solid green;
  background: #eaffea;
}

.qr-title {
  font-weight: bold;
}

.qr-info {
  font-size: 12px;
  color: #666;
}
#assList:empty {
  display: none;
}

.ass-list {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
}





.ass-item{
    height: 100px;
}

.ass-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-bottom: 1px solid #eee;
  background-color: white;
}

.ass-item img {
  width: 120px;
  height: 80px;
  border: 1px solid #ddd;
  border-radius: 4px;
  object-fit: contain;
}

.ass-text {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: #333;
}



#assBlock {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

#assBlock.open {
  max-height: 1000px; /* valor alto suficiente */
  opacity: 1;
}

#assBlock.closed {
  max-height: 0;
  opacity: 0;
}

.assQr {
    position: relative;
    width: 300px; /* ajuste conforme necessário */
    margin: 20px auto;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.assQr:hover {
    transform: translateY(-5px); /* efeito sutil ao passar o mouse */
}

.assQr img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.assQr img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.assQr button {
    margin-top: 15px;
    padding: 10px 20px;
    background: #007BFF;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s ease, transform 0.2s ease;
}

.assQr button:hover {
    background: #0056b3;
    transform: scale(1.05);
}













.filtroColaboradores{
    background-color: #fff;
padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80vw;
    margin: auto;
    border-radius: 10px;
}


.segmented{
  position:relative;
  display:inline-block;
}

.segmented input{
  display:none;
}

.track{
  display:flex;
  position:relative;
  background:#f2f2f2;
  border-radius:25px;
  overflow:hidden;
}

.track label{
 padding: 5px;
  cursor:pointer;
  font-size:13px;
  z-index:2;
  user-select:none;
  width: 100px;
  text-align: center;
}

.indicator{
  position:absolute;
  height:100%;
  width:25%;
  background:#05005b;
  border-radius:25px;
  transition:0.4s ease;
  left:0;
  z-index:1;
}

/* movimento */
#s2:checked ~ .track .indicator{ left:25%; }
#s3:checked ~ .track .indicator{ left:50%; }
#s4:checked ~ .track .indicator{ left:75%; }

/* texto ativo */
#s1:checked ~ .track label:nth-child(1),
#s2:checked ~ .track label:nth-child(2),
#s3:checked ~ .track label:nth-child(3),
#s4:checked ~ .track label:nth-child(4){
  color:#fff;
}













        









@media (max-width:1000px){

     .paginacao {
        gap: 3px;
        margin: 15px 0;
    }

    .paginacao .btn-pgn {
        padding: 6px 10px;
        font-size: 12px;
    }

#form-container {
padding: 10px;
width: 90vw;
height: 80vh;
}

    .form-index{
padding: 10px;
width: 100%;
height: 100%;
    }

 .navbar-nav {
    gap: initial; /* remove gap extra */
  }

  .navbar-nav .nav-item.dropdown .dropdown-menu {
    left: auto;
    transform: none;
    top: auto;
  }


      .pesquisaEAD {
        width: 100%;
    }

    .form-pesquisa {
        flex-direction: column;
        width: 100%;
    }

    .campo-pesquisa {
        width: 100%;
        margin-bottom: 10px;
    }

    .campo-pesquisa input,
    .campo-pesquisa select {
        width: 100%;
    }

    .buscar {
        width: 100%;
    }

    .form-pesquisa {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 80vw;
}

      .tabelaContainer thead th {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 2;
    }

   
    .tabelaContainer thead th:nth-child(1),
    .tabelaContainer thead th:nth-child(2) {
        position: sticky;
        top: 0;
        z-index: 3;
        background: #fff;
    }
.tabelaContainer tbody td:nth-child(1),
.tabelaContainer tbody td:nth-child(2) {
  
    left: 0;
    background: #fff;
    z-index: 1;
}


  .tabelaContainer table {
        display: table !important;
        width: max-content !important;
        min-width: 1400px;
        table-layout: auto !important;
        border-collapse: collapse;
    }

    .tabelaContainer thead {
        display: table-header-group !important;
    }

    .tabelaContainer tbody {
        display: table-row-group !important;
    }

    .tabelaContainer tr {
        display: table-row !important;
    }

    .tabelaContainer th,
    .tabelaContainer td {
        display: table-cell !important;
        white-space: nowrap;
        vertical-align: middle;
    }

    .tabelaContainer {
        overflow-x: auto;
    }




.mudar-paginas{
    width: 90vw;
    
}

.pesquisa{
height: auto;

}

.pesquisa form{
    display: flex;
    flex-wrap: wrap;  
    align-items: center;
    justify-content: center;
    width: 85vw;
    gap: 8px; 
}

.pesquisa form select
{
    width: auto; 
}

.pesquisa form input{
width: 100%;
}


.pesquisa form button, select{
    flex: 0 0 100%; 
    width: 100%;
}

.btn{
    margin: 0;
}

 .table-editar a{
     margin:3px ;
     

    }

.individual {
   box-sizing: border-box;
    width:100%;  
    padding: 10px;  
}


.table td, .tableCard td  {
   
   width: auto;
}


















.editar-area{
    background-color: rgb(223, 221, 245);
    border-radius: 10px;
    padding: 10px;
    border: 2px solid  #a4adc5b6;
    margin: 10px;
    min-height: 70vh;
}


h2{
    font-size: 20px;
     text-transform: lowercase;
}


h2::first-letter {
    font-size: 20px;
    text-transform: uppercase; 
}
    .navbar{
        height: 100%;
    }

    textarea{
        margin: 0;
    }


.input,
.options,
textarea,
select,
input{
 width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  color: #000000;
  box-sizing: border-box;
  padding: 4px; 
  margin-bottom: 5px;
  font-size: 12px;
  border-radius: 10px;
  border: 2px solid #a4adc5b6;
  
}

   label{
        display:block;
       margin: 0px;
       border: 0px;
    }

 .container-btn {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;

  }
  

.top-btns-mobile {
  display: flex;
  justify-content: space-around; 
  align-items: center;
  width: 100%;
  margin-bottom: 8px; 
}


#mobileMenu {
  width: 100%;
}

#mobileMenu .d-flex.flex-column {
  width: 100%;
}

#mobileMenu button.btn-mudar,
#mobileMenu form {
  width: 100%;
  display: block;
  margin: 0;
}

#mobileMenu button.btn-mudar,
#mobileMenu form {
  margin: 0;
  padding: 0;
}

 input[type="checkbox"]{
        display:inline-block;
        max-width:20px;
        margin-right:6px;
    }

    input[type="checkbox"] + label{
        display:inline-block;
        width:auto;
    }



.acoes i {
  
    font-size: 10px;          
    color: #05005b;
    margin-right: 10px;       
   
}


i{
    font-size: 5px;
}










.table {
    table-layout: fixed;
    width: 100%;
}
.btn-full{
   
    width: 90%;
}


.table td,
.table th {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.table td a.btn{
width:50%;
margin-top:5px;
}





   .table th,
    .table td {
        padding: 6px 8px;
        font-size: 13px;
    }

    
    .table td a.btn {
        width: 50%;
        padding: 4px 6px;
        font-size: 12px;
        margin-top: 3px;
    }

    .d-none.d-md-table-cell {
        display: none !important;
    }


    .table-responsive {
          overflow-x: hidden; 
    }


.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

 .form-container {
    justify-content: flex-start; 
    padding: 0 5%;              
  }






  #tabela {
    width: 100%;
    overflow-x: auto;
  }


  table {
    width: 100%;
    font-size: 14px;
  }


.table tr th{
    padding: 10px 8px;
    vertical-align: middle;
     text-align: center;
     text-align: center;
  }


  .table-editar {
    white-space: nowrap;
  }


  .table-editar i {
    font-size: 20px;
    margin-right: 10px;
  }

  .btn {
    width: 100%;
    margin-bottom: 10px;

  }


  td:nth-child(3),
  th:nth-child(3) {
    text-align: center;
  }



















.separa{
flex-direction:column;
gap:0px;
}

.basicos,
.endereco{
width:100%;
min-width:100%;
}

.sistemas{
flex-direction:column;
gap:10px;
}

button{
width:100%;
}

.resultados {
    height: 200px;
}

.resultados a {
    padding:4px;
      display: inline-block;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
   
}




  
 













    .tableCard table,
    .tableCard thead,
    .tableCard tbody,
    .tableCard th,
    .tableCard td,
    .tableCard tr {
        display: block;
    }


    .tableCard thead {
        display: none;
    }


    .tableCard tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 12px;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }


    .tableCard td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 5px;
        border: none;
        border-bottom: 1px solid #eee;
        text-align: right;
    }

    .tableCard td:last-child {
        border-bottom: none;
    }

    .tableCard td::before {
        content: attr(data-label);
        font-weight: bold;
        text-align: left;
        margin-right: 10px;
        color: #333;
        width: 35%;
    }

 
    .tableCard td form {
        width: 100%;
    }

    .tableCard td input {
        width: 100%;
    }
 .tableCard .table {
        width: 100% !important;
        display: block !important;
    }



    .tableCard tr {
        display: flex;        
        flex-direction: column; 
    }

    .tableCard tr td {
        order: 1;
    }

   .tableCard tr td:has(.btn-send) {
    order: 99;
    display: flex;
    justify-content: center;  
    align-items: center;    
    text-align: center;
    margin-top: 10px;
    text-align: center;
   
}


    .tableCard tr td:has(.btn-send)::before {
        content: '';
    }

    .tableCard tr td:has(.btn-send) button {
        width: 100%;
    }

    .tableCard a {
    color: #05005b;
    text-decoration: none;
    }


.qrcodeContainer{

min-width: 70vw;

}

.linha-editor table,
.linha-editor thead,
.linha-editor tbody,
.linha-editor tr,
.linha-editor td,
.linha-editor th {
    display: revert;
}









#laudo input[type="file"]{
width:100%;
}

#laudo button{
width:100%;
}



  .form-laudo {
    width: 90%;      
    padding: 5% 5%;  
 text-align: center;
  }




  .linha-editor td {
    padding: 5px;
   
  }


  .linha-editor .form-container {
    flex-direction: column;
    padding: 0 5%;
  }


  .linha-editor .form-laudo {
    width: 100%;
    padding: 5%;
   
  }

 
  .linha-editor .inputForm,
  .linha-editor .options,
  .linha-editor textarea {
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    font-size: 12px;
    padding: 5px;
    margin: 0;
  }

  
  .linha-editor{
    display: flex;
    flex-direction: column;  
    gap: 10px;  
  }

 
  .linha-editor h3, 
  .linha-editor h4, 
  .linha-editor label {
    font-size: 14px;
  }

 
  .linha-editor .acoes-form button {
    width: 100%;
    margin-bottom: 8px;
  }
 
  .linha-editor  
  .linha-editor   {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .linha-editor ,
  .linha-editor  {
    width: 100%;
    margin-bottom: 4px;
  }
 
  .linha-editor  {
    width: 100%;
  }

 
  .linha-editor {
    display: none;
  }

 
  .linha-editor {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }




    /* remove aparência de tabela */
    .calendar-table thead {
        display: none;
    }

    .calendar-table,
    .calendar-table tbody,
    .calendar-table tr {
        display: block;
        width: 100%;
    }

    .calendar-table td {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        padding: 10px;
    }

    /* mostra "Dia X" automaticamente */
    .calendar-table td::before {
        content: "Dia " attr(data-day);
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        color: #333;
    }

    /* número maior no mobile */
    .day-number {
        font-size: 18px;
    }

    .evento {
        font-size: 14px;
    }







}






















































@media (max-width: 650px) {



  .tabela-vedacao .cabecalho > div:first-child {
      display: none !important;
  }
.cabecalho {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
}


.form-laudo .tabela-vedacao {
    display: flex;
    flex-direction: column;
    width: 100%;           
    box-sizing: border-box; 
    padding: 10px;         
}

 
.tabela-vedacao .linha {
    display: flex !important;
    flex-direction: column;
     width: 100% !important;
     text-align: center;
     justify-content: center;
      align-items: center !important; 
}

.linha > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
      width: 100%;
      text-align: center;   
      font-weight: bold;
      margin-bottom: 8px;   
    
  }

 
.linha > .radios {
    display: flex !important;
    gap: 10px;
    justify-content: space-around;
    width: 100%; 
}
 
.linha > .radios > div {
    display: flex;
    align-items: center;
}

 
  .linha input[type="radio"] {
    transform: scale(1.4);
    cursor: pointer;
  }


 .grupo-form {
    grid-template-columns: 1fr;  
    gap: 5px;  
  }
  
  .grupo-form label {
    display: block;  
  }
 .grupo-form-substancia label {
    display: flex;
    align-items: center;
    gap: 8px;      
    width: 100%;
    margin-bottom: 8px;
    cursor: pointer;
    flex-wrap: nowrap;  
  }

  .grupo-form-substancia label span  {
width: 70%;
  }

 
  .grupo-form-substancia label input[type="radio"] {
    order: 2;         
    transform: scale(1.5);
  }

 
  .grupo-form-substancia label input.inputForm {
    display: block;
    width: 100%;
    margin: 4px 0 0 0;   
    flex: none;          
    font-size: 12px;
  }

}

