.bluenote,
.callout-note {
	background: #dce6ff;
}

.greentip,
.callout-tip {
	background: #d9fff1;
}

.redwarning,
.callout-important {
	background: #fff1e8;
}

.criticalwarning,
.callout-warning {

	/*background: #FFE1E1;*/
	background: #ffe1e1;
}

.callout-best-practice {
	background: #dcd7ff;
}

.protip {
	background: #dcd7ff;
}

.singleaction {
	background: transparent;
	border: 0.06rem solid #b5b5b5;
}

.contactsupport {
	background: transparent;
	border: 0.06rem solid #b5b5b5;
}

.generalnote,
.callout-default {
	background: #fff6e6;
}

.hbutton a {
	display: flex;
	margin-top: 1.25rem;
	color: #05047e;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
}

.bicon {
	margin-left: 0.5rem;
}

.hbox {
	padding: 1.88rem;
	border-radius: 0.5rem;
	display: flex;
	font-family: "DM Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #212121;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.hicon {
	margin-right: 1.25rem;
}

.material-symbols-outlined {
	font-variation-settings:
		"FILL" 0,
		"wght" 400,
		"GRAD" 0,
		"opsz" 20;
}
