.tma-am-designer-exit {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #d43f5f;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

.tma-am-designer-exit:hover,
.tma-am-designer-exit:focus {
	color: #fff;
	background: #b83252;
	text-decoration: none;
}

body.nbd-modern-rtl .tma-am-designer-exit {
	right: 10px;
	left: auto;
}
