/* painel-admin/concilio/css/concilio-utils.css */

.is-hidden {
  display: none !important;
}

.is-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.surface-muted {
  background: rgba(31, 111, 120, 0.05);
  border: 1px solid rgba(31, 111, 120, 0.10);
}

.panel-stack-sm > * + * {
  margin-top: .75rem;
}

.text-wrap-balance {
  text-wrap: balance;
}

.action-group-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
