#ct-dashboard .ct-demo-notification {
	position: relative;
	padding: 15px 20px 15px 55px;
	margin-bottom: 40px;
	color: rgba(0, 114, 170, 1);
	// font-weight: 400;
	line-height: 1.5;
	border: 2px solid rgba(0, 114, 170, 0.3);
	background: rgba(0, 114, 170, 0.1);
	border-radius: 5px;

	&:before {
		font-family: dashicons;
		content: "\f534";
		font-size: 20px;
		position: absolute;
		top: 13px;
		left: 20px;
		color: rgba(0, 114, 170, 0.8);
	}

	b {
		font-weight: 700;
	}
}