html, body {
    background:linear-gradient(to top, #ffffff,#cfa900, #d45206);
    height: 100%;
    cursor: url('corvo.png') 16 16, auto;
}


#nav{
    display: flex;
    align-items: center;
    height: 80px;
    background-color:#696969a1;
    border-radius: 10px;
}

#logo{
    display: flex;
    scale: 100%;
    max-width: 90px;
    margin-left: 25px;
}

#pesquisa{
    display: block;
    margin-left: 400px;
    width: 160px;
    height: 33px;
    border-radius: 40px;
    border: 2px solid black;
    background-color:transparent;
}

#input1{
    width: 134px;
    height: 31px;
    margin-top: 1px;
    margin-left: 26px;
    border-radius: 40px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 110%;
    border:none;
    outline: none;
    background-color:transparent;
}

.lupa{
    transform: scaleX(-1);
    position: absolute;
    margin-left: 5px;
    margin-top: 3px;
    scale: 1.5;
}

#bot{
    justify-content: center;
    align-content: center;
    width: 45%;
    height: 70%;
    margin-left: 2%;
}

.bot_nav {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: transparent;
    margin-left: 11%;
    cursor: pointer;
}


.bot_nav:hover{
    background:linear-gradient(to right, #8c8c8c,#d3d3d3);
}

.bot_nav img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*Divs que estão a baixo da nav -->*/

#container{
    display:flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

#menuEsq {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; /* alinha conteúdo no topo, não no centro */
    background-color: #696969a1;
    width: 20%;
    height: 87%;
    border-radius: 10px;
    padding-top: 20px; /* espaço no topo para respirar */
    box-sizing: border-box;
}

#menuDir{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #69696986;
    width: 20%;
    height: 87%;
    border-radius: 10px;
}

#central{
    display: block;
    align-items: center;
    justify-content: center;
    background-color:#696969a1;
    width: 40%;
    height: 87%;
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 10px;
}

#public{
    justify-items: center;
    background-color: #696969;
    width: 100%;
    height: 30%;
    border-radius: 10px;
    padding-top: 3%;
}

#reel{
    background-color: #69696981;
    width: 100%;
    height: 50%;
    border-radius: 10px;
    margin-top: 10%;
}

/* tudo que é interno na divs de baixo da nav */
/* tudo do menu da esquerda */
#ftperf {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.imgperf {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid black;
    background-color: #696969;
    cursor: pointer;
    margin-bottom: 15px; 
}

.imgperf img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#pessoal {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 17px;
    color: rgb(0, 0, 0);
    text-align: center;
    line-height: 2.4;
}

.premium-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50%;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0 0 2px rgba(255,255,255,0.6);
    width: 50%;
    box-sizing: border-box;
}


.premium-badge:hover {
    transform: scale(1.05);
    background: linear-gradient(to right, rgb(255, 167, 0), rgb(255, 196, 0), rgb(255, 237, 176));
    color: black;
}

/* tudo do menu da direita */

#button{
    background: linear-gradient(to right, #d3d3d381,#8c8c8c81,#d3d3d381);
    width: 100%;
    height: 10%;
    margin-top: 4%;
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    border-radius: 10px;
}

#button:hover{
    background:linear-gradient(to right, #8c8c8c,#d3d3d3,#8c8c8c); ;
}

/* tudo do centro da pagina */

#textpubl{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 50%;
    background-color: none;
}

#textpubl input {
    background: #b4b4b4;
    width: 80%;  
    height: 30%;  
    font-size: 16px; 
    border-radius: 8px; 
    border: 1px solid #ccc; 
    padding: 8px; 
}

#filtros{
    display: flex;
    flex-direction:inherit;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    background-color:none;
}

#filtros button{
    width: 20%;
    height: 55%;
    margin: 2%;
    background-color: #696969;
    border: none;
    cursor: pointer;
}

#filtros button :hover{
    border: 3px solid #a3a3a3;;
}