/* line 1, app/assets/stylesheets/account.scss */
.account-auth-form {
  max-width: 22rem;
}

/* line 5, app/assets/stylesheets/account.scss */
.account-device-session .device-session-complete-icon {
  align-items: center;
  background: #a91717;
  border-radius: 9999px;
  display: inline-flex;
  height: 5.5rem;
  justify-content: center;
  width: 5.5rem;
}

/* line 15, app/assets/stylesheets/account.scss */
.account-device-session .device-session-complete-icon span {
  border-bottom: 0.5rem solid #fff;
  border-right: 0.5rem solid #fff;
  display: block;
  height: 2.75rem;
  margin-top: -0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 1.5rem;
}

/* line 25, app/assets/stylesheets/account.scss */
.account-login .rj-submit-button:disabled,
.account-signup .rj-submit-button:disabled {
  -webkit-text-fill-color: #fff;
  background-color: #a91717;
  color: #fff;
  cursor: default;
  opacity: 0.7;
}

/* line 34, app/assets/stylesheets/account.scss */
.account-signup .signup-back-row {
  min-height: 1.5rem;
}

/* line 38, app/assets/stylesheets/account.scss */
.account-signup .signup-birthday-grid {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.8fr) minmax(0, 1fr);
}

/* line 44, app/assets/stylesheets/account.scss */
.account-signup .signup-birthday-grid .rj-select {
  min-width: 0;
}

/* line 48, app/assets/stylesheets/account.scss */
.account-signup .signup-gender-option {
  align-items: center;
  background: #171719;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 0.95rem;
  font-weight: 600;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  transition: background 150ms ease, border-color 150ms ease;
}

/* line 63, app/assets/stylesheets/account.scss */
.account-signup .signup-gender-option:hover {
  border-color: rgba(255, 255, 255, 0.34);
}

/* line 67, app/assets/stylesheets/account.scss */
.account-signup .signup-gender-option.is-selected {
  background: rgba(169, 23, 23, 0.18);
  border-color: #a91717;
}

/* line 72, app/assets/stylesheets/account.scss */
.account-signup .signup-gender-radio {
  opacity: 0;
  position: absolute;
}

/* line 77, app/assets/stylesheets/account.scss */
.account-signup .signup-gender-check {
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 9999px;
  flex-shrink: 0;
  height: 1.125rem;
  position: relative;
  width: 1.125rem;
}

/* line 86, app/assets/stylesheets/account.scss */
.account-signup .signup-gender-option.is-selected .signup-gender-check {
  background: #a91717;
  border-color: #a91717;
}

/* line 91, app/assets/stylesheets/account.scss */
.account-signup .signup-gender-option.is-selected .signup-gender-check:after {
  background: #fff;
  border-radius: 9999px;
  content: "";
  height: 0.375rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.375rem;
}

/* line 103, app/assets/stylesheets/account.scss */
.account-signup .signup-gender-radio:focus-visible + span + .signup-gender-check {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
