.alert{display:flex;justify-content:center;align-items:center;flex-grow:1;border-radius:4px;min-height:48px;padding:4px}.alert[data-alert-type=warning]{background-color:hsl(var(--alert-warning-light))}.alert[data-alert-type=error]{background-color:hsl(var(--alert-error-light))}.alert[data-alert-type=info]{background-color:hsl(var(--alert-info-light))}.alert[data-alert-type=success]{background-color:hsl(var(--alert-success-light))}[data-theme=dark] .alert[data-alert-type=warning]{background-color:hsl(var(--alert-warning-dark))}[data-theme=dark] .alert[data-alert-type=error]{background-color:hsl(var(--alert-error-dark))}[data-theme=dark] .alert[data-alert-type=info]{background-color:hsl(var(--alert-info-dark))}[data-theme=dark] .alert[data-alert-type=success]{background-color:hsl(var(--alert-success-dark))}.alert-icon-wrapper{border-radius:16px;display:flex;justify-content:center;align-items:center;margin-left:12px;margin-right:12px;height:18px;width:18px;user-select:none;cursor:pointer}.alert-icon[data-alert-icon-type=warning]{color:#e69819}.alert-icon[data-alert-icon-type=error]{color:#d80d0d}.alert-icon[data-alert-icon-type=info]{color:#507aff}.alert-icon[data-alert-icon-type=success]{color:#0bc10b}.inline-content{flex-grow:1}