/* Live chat */
/* Hiding the live chat on game page */
.mobile #root[data-url*="/real"] ~ iframe[data-product="web_widget"] ~ div[style="visibility: visible;"] iframe {
	display: none;	
}
/* Hiding the live chat on the protection page */
.comingSoon,
.protection-page,
.comingSoon__form,
.comingSoon__form .modal-paper,
.protection__button {
  z-index: 1000000;
}

/* Icons */
.banner-step__icon {
	background: #fff;
	border-radius: 5px;
	padding: 5px;
}