.system-notification-container {
	position: fixed;
	top: 0;
	left: 72px;
	right: 0;
}

.system-notification {
	position: relative;
	background-color: #fdf7e6;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	text-align: center;
	padding: 4px 16px;
	border-bottom: 1px solid #dddee5;
}

.system-notification__close {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0px;
	padding: 0px 12px 4px;
	font-size: 24px;
}
