/* [project]/Desktop/Projects/processos/src/components/dashboard/EmptyState.module.css [app-client] (css) */
.EmptyState-module__37lFaq__container {
  padding: var(--space-4xl) var(--space-lg);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.EmptyState-module__37lFaq__icon {
  color: var(--color-doc-text-muted);
  margin-bottom: var(--space-md);
  opacity: .5;
}

.EmptyState-module__37lFaq__title {
  font-family: var(--font-body);
  font-size: var(--text-subsection);
  color: var(--color-doc-text);
  margin-bottom: var(--space-xs);
  font-weight: 600;
}

.EmptyState-module__37lFaq__description {
  font-family: var(--font-body);
  font-size: var(--text-body);
  color: var(--color-doc-text-muted);
  max-width: 360px;
  line-height: 1.6;
}

.EmptyState-module__37lFaq__action {
  margin-top: var(--space-md);
  padding: var(--space-xs) var(--space-sm);
  background-color: var(--color-brand-blue);
  color: #fff;
  font-family: var(--font-body);
  font-size: var(--text-body);
  cursor: pointer;
  border: none;
  border-radius: 6px;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .15s;
  display: inline-flex;
}

.EmptyState-module__37lFaq__action:hover {
  background-color: #1e40af;
}

.EmptyState-module__37lFaq__action:focus-visible {
  outline: 2px solid var(--color-brand-blue);
  outline-offset: 2px;
}

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