.trans25 {
  opacity: 0.25;
}

.trans50 {
  opacity: 0.5;
}

#signed-in {
  display: flex;
}

#google-signin-button.loading {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#google-signin-button.loading > *:not(.dnbr-loader) {
  filter: blur(3px) grayscale(1);
  opacity: 0.6;
  pointer-events: none;
}
#google-signin-button.loading > .dnbr-loader {
  position: absolute;
}
#google-signin-button.loading::after {
  position: absolute;
}

.user-card {
  border-radius: 0.5rem;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  border: 1px solid #f0f0f0;
  padding: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 300px;
  min-width: 200px;
  position: relative;
}
@media (max-width: 900px) {
  .user-card {
    margin: auto;
    margin-top: 2rem;
  }
}

#signed-in-name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  margin-top: 2rem;
}

#signed-in-email {
  opacity: 0.5;
  margin-bottom: 2rem;
}

.dnbr-tier-chip {
  border-radius: 6px;
  border: 1px solid #f0f0f0;
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
.dnbr-tier-chip[data-tier=free] {
  background-color: #7CE4BB;
}
.dnbr-tier-chip[data-tier=pro] {
  background-color: #3CB9FF;
}

#signed-in-tier {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
}

button.btn.google-styled {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 350;
  font-size: 18px;
  line-height: 1.33em;
  font-variation-settings: "wdth" 88, "opsz" 14, "slnt" 0, "GRAD" 0, "XTRA" 480, "XOPQ" 102, "YOPQ" 88, "YTLC" 485, "YTUC" 680, "YTAS" 720, "YTDE" -235, "YTFI" 680;
  background-color: #4285F4;
  cursor: pointer;
  color: white;
  font-size: 14px;
  letter-spacing: 0.015em;
  width: 140px;
  padding-left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 2px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  text-transform: none;
  font-weight: 400;
  position: relative;
}
button.btn.google-styled:hover {
  background-color: #357ae8;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
button.btn.google-styled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38.5px;
  left: 1px;
  top: 1px;
  border-radius: 1px;
  background-image: url("/static/img/google.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-color: white;
  background-position: center;
}

/*# sourceMappingURL=signin.css.map */
