<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rootHeaderNotification{
	background: #343434;
	color: #fff;
}
.rootHeaderNotification:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(img/pattern.svg) 0 0 repeat;
	opacity: .07;
	pointer-events: none;
}
.rootHeaderNotification &gt; .container{
	position: relative;
}
.bNotification_st2 .bNotification__grid {
	height: 50px;
}
.bNotification_st2 .bNotification__img{
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-height: 30px;
	max-width: 30px;
}
.bNotification_st2 .bNotification__title {
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	margin: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bNotification_st2 .bNotification__btn {
	font-size: 12px;
	padding: 8px 14px;
}
.bNotification_st2 .bNotification__close{
	width: 50px;
	height: 50px;
	color: #fff;
	justify-content: flex-end;
}
.bNotification_st2 .bNotification__close .icon {
	font-size: 12px;
}
@media only screen and (max-width: 1460px) {
	.bNotification_st2 .bNotification__title {
		font-size: 13px;
	}
}</pre></body></html>