.alert-DgrFrc {
  border: 1px solid var(--ac-border);
  border-radius: var(--ac-radius-lg);
  font-size: var(--ac-text-sm);
  padding: var(--ac-space-4);
  width: 100%;
  position: relative;

  & svg {
    color: var(--ac-foreground);
    height: 1rem;
    left: var(--ac-space-4);
    top: var(--ac-space-4);
    width: 1rem;
    position: absolute;
  }

  &:has(svg) {
    padding-left: calc(var(--ac-space-4) + 1rem + var(--ac-space-3));
  }
}

.default-CmG8G5 {
  background-color: var(--ac-background);
  color: var(--ac-foreground);

  & .description-TazenT {
    color: var(--ac-muted-foreground);
  }
}

.destructive-MREskk {
  border-color: color-mix(in oklch,var(--ac-destructive),transparent 50%);
  color: var(--ac-destructive);

  & svg {
    color: var(--ac-destructive);
  }

  & .description-TazenT {
    color: color-mix(in oklch,var(--ac-destructive),transparent 20%);
  }
}

.title-dbqf11 {
  letter-spacing: -.01em;
  margin-bottom: var(--ac-space-1);
  font-weight: 500;
  line-height: 1.2;
}

.description-TazenT {
  color: var(--ac-muted-foreground);
  font-size: var(--ac-text-sm);
  line-height: 1.5;
}


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