
.menu{
    width: 100%;
    height: 73px;
    background: #161824;
    top: 0;
    position: fixed;
    z-index: 10;
    animation: menu;
    animation-timeline: scroll();
}

@keyframes menu{
    0%{
      background-color: #161825;
    }100%{
      background-color: #090a0f;
    }
  }
  

.img-circle{
    width: 45px;
    height: 45px;
    border-radius: 26px;
    box-shadow: 0px 0px 5px #cccdd3;
    cursor: pointer;
  }
  .user-container {
    position: relative; 
}

.some{
    display: grid; /* Inicialmente invisível */
    visibility: hidden; /* Evita interação quando invisível */
    transition: opacity 0.5s ease, transform 0.3s ease; /* Animações suaves */
    transform: translateY(-10px);
    width: 116px;
    background: #161825;
    position: absolute;
    top: 71px;
    right: -49px;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    padding: 10px;
   
}

.user-container:hover  .some{
    opacity: 1; /* Torna visível */
    visibility: visible; /* Permite interação */
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.3s ease;
   
}
.some ul{
    color: white;
    display: grid !important;
}
.some ul li{
    color: white;
}

.some ul li a{
  text-decoration: none;
  color: white !important;
  font-family: Arial, Helvetica, sans-serif;
}

.some ul li{
    list-style: none;
    color: white;
}

.login{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    font-family: arial;
  
}

.mt-1{
    margin-top: 6% !important;
  }

.login-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 27px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 580px;
    padding-left: 80px;
    padding-right: 80px;
}

.p-logo{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-logo img{
    width: 220px;
    margin-top: 20px;
}



.login-container p{
    line-height: 1.5;
}
h2 {
   
    margin-bottom: 20px;
}
label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
input {
    width: 100%;
    height: 60px;
    padding: 10px;
    margin: 8px 0 20px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}
button {
    width: 100%;
    height: 60px;
    padding: 10px;
    background-color: #222535;
    color: white;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
}
button:hover {
    background-color: #58585a;
}
.message {
    text-align: center;
    font-size: 14px;
}


.g-posts{
    width: 100%;
    padding: 55px;
    padding-left: 200px;
    padding-right: 200px;
}

.g-posts form{
    background-color: #e0e7e5;
    padding: 44px;
    padding-left: 60px;
    padding-right: 60px;
    font-family: arial;
}

.g-posts h2{
    color: #e0e7e5;
    font-family: arial;
    text-align: center;
}
.circle{
    border-radius: 45px;
    border: 1px solid;
}
.avatar {
    width: 80px;
    height: 80px;
    border: 2px solid #ccc;
    border-radius: 50%; 
    display: block; 
    margin: 0 auto; 
    transition: transform 0.3s, border-color 0.3s;
    cursor: pointer;
}

.avatar:hover {
    border: 3px solid #9b9898;
    transform: scale(1.05);
}

.avatar.selected {
    border: 3px solid #4CAF50; /* Verde para indicar seleção */
    box-shadow: 0 0 10px rgba(76, 175, 80, 0.5);
    transform: scale(1.05);
    opacity: 1;
}
.barra-posts{
    width: 8%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: fixed;
      margin-top: 42%;
      margin-left: 92%;
      z-index: 99;
  }

  @media  (max-width: 912px){
    .barra-posts {
        margin-top: 140%;
        margin-left: 70%;
    }
  }
    
  
.button-2 {
    width: 70px;
    height: 70px;
    background-color: #20cf63a6;
    color: #ffffff;
    font-weight: 800;
    border: none;
    border-radius: 50px;
    font-size: 12px;
    line-height: 15px;
    cursor: pointer;
    padding: 6px;
}

.button-2:hover {
 
    background-color: #1a7a3fa6;
  
}

.button-3 {
    width: 70px;
    height: 70px;
    padding: 10px;
    background-color: #20cf63a6;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
}


.alerta {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f8d7da;
    color: #721c24;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10000; /* Prioridade alta */
    width: 90%; /* Ajuste para telas menores */
    max-width: 400px;
    text-align: center;
    display: block; /* Garante visibilidade */
}

.alerta-conteudo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#fechar-alerta {
    margin-top: 10px;
    background: #721c24;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
}

#fechar-alerta:hover {
    background: #9a2626;
}
.login .p-0{
    font-size: 11px;
}


.btn-retry{
   background-color: #ad8038;
}

@media (max-width: 510px){
    .login-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .login {
        padding: 5px;
      
    }
    .p-logo {
        width: 100%;
        padding: 15px;
    }
    .p-logo img{
        margin-top: 17px;
        width: 270px;
        
    }
    .container-1 h1 {
        font-size: 2em;
    }
    .container-1 p{
        font-size: 2em;
        width: 84%;
        text-align: center;
        padding: 0;
        margin-left: 7%;
    }
    .btn-retry {
        width: 50%;
        margin-left: 25%;
    }
}

.btz{
    display: none;
        position: absolute;
        height: 100px;
        margin-top: 40%;
        z-index: 99;
        align-items: center;
  }

  .bt-zoom{
    width: 200px;
    height: 79px;
    padding: 0px;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    align-items: center;
    background-color: #488304;
    margin-left: 11px;
    color: #ffeded;
    transition: 0.5s ease;
   
  }

  .bt-zoom:hover{
    background-color: #2b4d04;
    transition: 0.5s ease;
  }

  .bt-{
    width: 79px;
    height: 79px;
    padding: 0px;
    display: flex;
    justify-content: center;
    border-radius: 53px;
    align-items: center;
    background-color: #0000004d;
    margin-top: -50%;
    
  }


  .bt-:hover{
    background-color:  #0000004d;
  }
  


  @media (max-width: 543px){
    .btz{
        display: flex;
        width: 100%;
        gap: 50%;
      }
      #video-container{
        overflow: scroll;
      }
  }




