.hidden {
  display: none;
}

#user-info {
  background: linear-gradient(to bottom, #3e3e3e, #171717);
  clear: both;
  margin: 0 auto 20px;
  width: fit-content;
  padding: 10px;
  text-align: left;
  border-radius: 20px;
  display: flex;
  justify-content: center;
}

#photo-container {
  float: left;
  height: 80px;
  margin-right: 10px;
  border-radius: 30%;
  width: 80px;
  background: #00000030;;
}

#photo {
  height: 80px;
  margin: 0;
  width: 80px;
  border-radius: 30%;
}
#signed-in-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

@media (max-width: 300px) {
  #photo-container,
  #photo {
    height: 40px;
    width: 40px;
  }
}

button {
    margin-top: 20px;
    max-width: 320px;
    display: flex;
    padding: 0.5rem 1.4rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    align-items: center;
    border-radius: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    gap: 0.75rem;
    color: rgb(65, 63, 63);
    background-color: #fff;
    cursor: pointer;
    transition: all .6s ease;
}
.firebaseui-idp-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mdl-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0 0 10px #ff808085 !important;
}

.button svg {
    height: 24px;
}
.privacy.authentication button {
  transition: all 0.3s ease;
}
.privacy.authentication button:hover {
    /* transform: scale(1.02); */
  border-radius: 10px;
}
.firebaseui-info-bar-message {
  color: #000 !important;
}

#user-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#user-details img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #ddd;
}
.user-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 10px;
}

#name {
  font-size: 18px;
}
