body {
    overflow-x: hidden; /* Adiciona esta linha */
           
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.container {
    width: 100%; /* Evita a largura fixa */
}
.pub{
    background-color:rgb(4, 112, 4);
}
.zx{
    background-color: rgb(4, 112, 4);
}
.ma{
    padding: 5%; 
}
.z{
    background-color: white;
    
}
/* ADM */
.modal {
    display: none; /* Escondido por padrão */
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,0.5); /* Fundo semi-transparente */
}

/* Estilo do conteúdo do modal */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px; /* Largura fixa */
    text-align: center;
    border-radius: 10px;
}

/* Estilo dos botões dentro do modal */
.modal-content button {
    margin: 5px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.modal-content button:hover {
    background-color: #ddd;
}
.adm main{
    background-color: white;
    min-height: 100%;
}
.opcoes{
    border: 1px inset transparent;
}
.opcoes:hover{
    border: 1px inset #979797;
    border-radius: 5px;
}
.opcoes a{
    color: black;
    font-size: 20px; 
}
.opcoes a:hover{
    color: #979797;
}
.volta{
    padding-left: 2%;
    margin-left: 3%;
    
    
}
.itensCadastrados{
    border: 2px solid lightgray;
    border-radius: 10px;
    padding: 15px;
}

/*cadastro de pessoa*/
.carr{
    border: 2px inset transparent;
}
.xxx{
    margin: 5%;
    
}
.xxx2{
    margin: 5%;
    border: inset transparent;
}
.inputbow{
    border: 1px solid black;
    border-radius: 5px;
    font-size: 14px;
    background-color: rgb(255, 255, 255)  ; 
    color: rgb(0, 0, 0);
}
.bow{
    background-color: rgb(0, 0, 0);
    color: white;
    font-size: 17px;
} 
.cxz{
    margin: 2%;
}
#qqq{
    color: rgba(0, 0, 0, 0.664);
}

/*produtos*/
.produtosD .card:hover{
    color: #ccc;
}
/*rodape*/ 
.redesocial{
    text-decoration: none;
}
.redesocial a:hover{
    color: aquamarine;
}
.fale a:hover{
    color: gray;
}



/*home*/
.homel{
    color: white;
    width: 80%;
    margin: 0 auto;
    font-size: 10px;
    font-weight: 500;
}

/*login */

/* From Uiverse.io by Yaya12085 */ 
.form-container {
    width: 100%;
    border-radius: 0.75rem;
    background-color: rgb(9, 13, 20);
    padding: 2rem;
    color: rgba(243, 244, 246, 1);
  }
  
  .title {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
  }
  
  .form {
    margin-top: 1.5rem;
  }
  
  .input-group {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  
  .input-group label {
    display: block;
    color: rgba(156, 163, 175, 1);
    margin-bottom: 4px;
  }
  
  .input-group input {
    width: 100%;
    border-radius: 0.375rem;
    border: 1px solid rgba(55, 65, 81, 1);
    outline: 0;
    background-color: rgba(17, 24, 39, 1);
    padding: 0.75rem 1rem;
    color: rgba(243, 244, 246, 1);
  }
  
  .input-group input:focus {
    border-color: rgba(167, 139, 250);
  }
  
  .forgot {
    display: flex;
    justify-content: flex-end;
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgba(156, 163, 175,1);
    margin: 8px 0 14px 0;
  }
  
  .forgot a,.signup a {
    color: rgba(243, 244, 246, 1);
    text-decoration: none;
    font-size: 14px;
  }
  
  .forgot a:hover, .signup a:hover {
    text-decoration: underline rgba(167, 139, 250, 1);
  }
  
  .sign {
    display: block;
    width: 100%;
    background-color: white;
    padding: 0.75rem;
    text-align: center;
    color: rgba(17, 24, 39, 1);
    border: none;
    border-radius: 0.375rem;
    font-weight: 600;
  }
  
  /* Estiliza a parte inteira da barra de rolagem */
::-webkit-scrollbar {
    width: 10px; /* Largura da barra de rolagem */
    height: 10px; /* Altura da barra de rolagem horizontal */
}

/* Estiliza o trilho da barra de rolagem (o fundo) */
::-webkit-scrollbar-track {
    background: #000000; /* Cor de fundo do trilho */
    border-radius: 10px; /* Borda arredondada */
}

/* Estiliza o polegar da barra de rolagem (a parte que se move) */
::-webkit-scrollbar-thumb {
    background: #888; /* Cor do polegar */
    border-radius: 10px; /* Borda arredondada do polegar */
}

/* Estiliza o polegar ao passar o mouse sobre ele */
::-webkit-scrollbar-thumb:hover {
    background: #555; /* Cor do polegar ao ser "hovered" */
}

/* Estiliza a barra de rolagem no estado ativo (ao clicar) */
::-webkit-scrollbar-thumb:active {
    background: #333; /* Cor do polegar ao estar ativo */
}
/* From Uiverse.io by Yaya12085 */ 
.task {
    position: relative;
    color: #2e2e2f;
    cursor: move;
    background-color: #fff;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
    margin-bottom: 1rem;
    border: 3px dashed transparent;
    max-width: 100%;
  }
  
  .task:hover {
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
    border-color: rgba(162, 179, 207, 0.2) !important;
  }
  
  .task p {
    font-size: 15px;
    margin: 1.2rem 0;
  }
  
  .tag {
    border-radius: 100px;
    padding: 4px 13px;
    font-size: 12px;
    color: #ffffff;
    background-color: #000000;
  }
  
  .tags {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .options {
    background: transparent;
    border: 0;
    color: #c4cad3;
    font-size: 17px;
  }
  
  .options svg {
    fill: #9fa4aa;
    width: 20px;
  }
  
  .stats {
    position: relative;
    width: 100%;
    color: #9fa4aa;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .stats div {
    margin-right: 1rem;
    height: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  
  .stats svg {
    margin-right: 5px;
    height: 100%;
    stroke: #9fa4aa;
  }
  
  .viewer span {
    height: 30px;
    width: 30px;
    background-color: rgb(0, 0, 0);
    margin-right: -10px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: grid;
    align-items: center;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 2px;
  }
  
  .viewer span svg {
    stroke: #fff;
  }
  .hide{
    display: none;
  }