/* Login Thera Files. Não altera o tema do Web Client. */
html.thera-login-client #sign_in_form .fv-row,
html.thera-login-client #sign_in_submit {
  display: none !important;
}

html.thera-login-admin #sign_in_form .fv-row,
html.thera-login-admin #sign_in_submit {
  visibility: hidden;
}

html.thera-login-admin.thera-login-ready #sign_in_form .fv-row,
html.thera-login-admin.thera-login-ready #sign_in_submit {
  visibility: visible;
}

.thera-local-login {
  margin-top: 1.25rem;
  text-align: left;
}

.thera-local-login > summary {
  cursor: pointer;
  color: var(--thera-text-muted, #667085);
  font-size: 0.9rem;
  list-style: none;
  text-align: center;
}

.thera-local-login > summary::-webkit-details-marker {
  display: none;
}

.thera-local-login > summary::before {
  content: "▸ ";
}

.thera-local-login[open] > summary::before {
  content: "▾ ";
}

.thera-local-login[open] {
  margin-top: 1.5rem;
}

.thera-local-login .fv-row,
.thera-local-login #sign_in_submit {
  margin-top: 0.75rem;
}
