/*
 * Application-wide styles loaded after Tailwind/DaisyUI.
 * Prefer Tailwind utilities in templates; use this file for layout rules
 * that are awkward to express as utilities.
 */

.clipboard-fallback-textarea {
  position: fixed;
  left: -9999px;
  opacity: 0;
}

.auth-captcha {
  width: 100%;
  overflow: hidden;
  min-width: 0;
}

.auth-captcha .h-captcha {
  width: 100%;
  max-width: 100%;
}

.auth-form-card .fieldset {
  min-width: 0;
}

.auth-form-card .fieldset > * {
  min-width: 0;
}

.auth-form-card .fieldset div.label {
  display: block;
  white-space: normal;
}

.auth-form-card .input {
  max-width: 100%;
}

.period-stats .stat:not(:last-child) {
  border-inline-end: none;
}
