body {

    background-color: #F1F4F9;

    font-family: "Inter", sans-serif;

    color: #2c2c2c;

    margin: 0;

    padding: 0;

}

*{
    font-family: "Inter", sans-serif;
}

/* Remove bordas, sombras e fundos padrão */
textarea, select, input {
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    margin: 0;
    resize: none; /* Desativa o redimensionamento do textarea */
    font-family: inherit; /* Herda a fonte do elemento pai */
}

/* Remove o estilo de seta do select */
select {
    appearance: none; /* Remove estilo padrão em navegadores modernos */
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari e Chrome */
}

/* Estilo para select - adiciona uma seta personalizada */
select::after {
    content: "▼"; /* Seta para indicar menu dropdown */
    position: absolute;
    right: 8px;
    pointer-events: none; /* Permite que o clique passe para o select */
}

input {
    font-size: 17px;
}

button {
    cursor: pointer;
}

button:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.line-container-produtos {

    display: flex;

    align-items: center;

    text-align: center;

    margin: 0px 0px 10px 0px;

    font-size: 14px;

}



.line-container-produtos::before,

.line-container-produtos::after {

    content: '';

    flex: 1;

    border-bottom: 1px solid #2c2c2cad;

    margin: 0 10px;

}



input {

    outline: none;

}



a {

    color: #2c2c2c;

    margin-bottom: 30px;



}



h1 {

    font-size: 22px;

    font-weight: 600;

}



#conteudo h1 {

    margin-top: -30px;

}



p {

    font-size: 14px;

    font-weight: 400;

}







#conteudo {

    width: 100%;

    text-align: center;

    margin: auto;

    margin-top: -100px;

}



#logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 400px;
    min-width: 350px;
    width: 100%;
    width: 100%;
    margin-bottom: -80px;
}

#form {
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 900px;
    margin: auto;

}


#form input {

    width: 100%;

    box-sizing: border-box;

    position: relative;

    background-color: #FFFFFF;

    border: 1px solid #2c2c2c81;

    padding: 12px 16px 12px 16px;

    border-radius: 8px;

}

.password-container input {
    position: relative;
}







#form button {

    font-size: 16px;

    color: #ededed;

    font-weight: 500;

    border: none;

    background-image: linear-gradient(to bottom, #2c2c2c, #555555);

    padding: 12px 16px 12px 16px;

    border-radius: 8px;
    
    width: 90%;

}

#enviar_btn{
    margin-top: 1rem;
}

#form select {

    width: 90%;

    background-color: #FFFFFF;

    border: 1px solid #2c2c2c81;

    padding: 12px 16px 12px 16px;

    border-radius: 8px;

    margin-bottom: 20px;

}



#opcoes {
    text-align: start;
    margin: auto;
    width: 100%;
    display: flex;
    gap: 1rem;
}





#opcoes button {

    flex: 1;

    background-color: #2c2c2c;

    color: #ededed;

    margin-left: 0px;

}



button#escolhido {
    background-image: linear-gradient(to bottom, #2c2c2c, #555555);
    color: #ededed;
}



.campos {
    margin-bottom: 0.5rem;
    width: 90%;
    margin: auto;
    margin-top: 1.5rem;
}



.campos p{

    text-align: start;

    margin: auto;

    width: 100%;

    margin-bottom: 0.4rem;

}



p.aviso {

    color: #2c2c2ce0;

    font-size: 12px;
    margin: 0;

    font-weight: 400;

} 



p#baixo {

    color: #DADADA;

    margin-bottom: 30px;

}
button#adicionar_produto {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 10%;
    top: 70px;
    background-color: #cbe600;
    color: #000000b3;
    font-size: 16px;
    font-weight: 700;
    border-radius: 18px;
    padding: 15px 10px;
    border: 2px solid #fff;
}

@media(max-width: 550px) {
    button#adicionar_produto {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        right: 40px;
        top: auto;
        bottom: 80px;
        background-color: #cbe600;
        color: #000000b3;
        font-size: 16px;
        font-weight: 700;
        border-radius: 18px;
        padding: 15px 10px;
        border: 2px solid #fff;
    }
}

button#adicionar_produto img {
    margin-left: 10px;
}

button#adicionar_produto:hover {
    color: #00000077;
    background-color: #cbe600bd;
    transition: 0.4s;
}

img#voltar {

    cursor: pointer;

    position: absolute;

    left: 25px;

    top: 85px;

    width: 25px;

}



.line-container {

    display: flex;

    align-items: center;

    text-align: center;

    margin: 10px 0px 10px 0px;

    font-size: 14px;

}



.line-container::before,

.line-container::after {

    content: '';

    flex: 1;

    border-bottom: 1px solid #e5e1e67e;

    margin: 0 10px;

}





button.button_baixo {

    margin-top: 0px;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #dadada;

    margin: auto;

    background-color: #2c2c2c;

    margin-bottom: 0.5rem;

}



#form_baixo {

    margin-top: 60px;

    display: flex;

    flex-direction: column;

}



textarea {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #2c2c2c81;
    padding: 12px 16px 12px 16px;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
}

.desativado{
    opacity: 0.5;
}





.menu-hidde {

    top: 0px;

}

