/* prettier-ignore */
/*# sourceMappingURL=user.css.map */
/*-----------------------------------------------
|   Theme Styles
	--phoenix-info:  #cff4fc;
-----------------------------------------------*/
:root, [data-bs-theme='light'] {
	.alert-info{
		--phoenix-alert-color:  #000;
		--phoenix-alert-bg: #cff4fc;
	}
	.btn-success{
		--phoenix-btn-bg:  #5cb85c;
	}
	.btn-danger{
		--phoenix-btn-bg:  #d9534f;
	}
}
[data-bs-theme='dark']{
	.btn-success{
		--phoenix-btn-bg:  #5cb85c;
	}
}
