.report-container{
  background-color: white;
  height: 550px;
}

#titulo-cuenta{
    font-size: 22px;
    text-align: center;
    padding-top: 30px;
}

.cuenta {
    border: 1px solid black;
    border-radius: 5px; 
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    height: 70px;
    font-size: 0.9rem;
    padding-top: 18px;
    margin-left: 5%;
}

.imagenes-cuenta{
    margin-left: 30px;
    margin-right: 20px;
}

#user{
  margin-left: 10px;
  margin-right: 30px;
}

#password{
    margin-left: 10px;
    margin-right: 30px;
}

.logout-link {
  color: black;  /* Color del texto */
}

#cuenta-cerrar-sesion {
  cursor: pointer;
  /* Otros estilos para el contenedor "cuenta" */
}

#cambiar-contraseña{
  background-color: white;
  border: none;
  padding: 4px;
  font-size: 0.8rem;
  color:#8000FF;
  cursor: pointer;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

  #dialog {
    background: #fff;
    padding: 30px;
    padding-top: 50px;
    padding-bottom: 40px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    text-align: center;
    width: 480px;
    height: 300px;
  }

  #close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 28px;
  }

#titulo-cambio-contraseña{
    padding: 100px;
}

  #previo-enviar-correo{
    padding-bottom: 0px;
  }

  #enviar-correo {
    padding: 8px 18px;
    background: #8000FF;
    border: 2px solid #8000FF;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 15px;
    text-decoration: none;
  }

  #enviar-correo:hover {
    background-color: white;
    border: 2px solid #8000FF;
    color: #8000FF;
  }

  #correo-enviado-text {
    margin-top: 40px;
    display: none;
    color: #8000FF;
    font-size: 18px;
  }

  #empresa {
    width: 40px;
    padding: 20px;
    padding-left: 30px;
    align-items: center;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 20px;
    flex: 2;
    border-right: 5px solid black;
}

  #datos {
    width: 450px;
    padding: 20px;
    padding-left: 30px;
    align-items: center;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 1rem;
    margin-bottom: 20px;
    flex: 5;
}

#tercer-div {
    flex: 2; /* Ocupa el 25% del ancho */
}

.cuenta-container {
    display: flex;
}