
* {
	box-sizing: border-box;
	font-smooth: never;
	-webkit-font-smoothing: none;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.topmenu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 56px;
	background: #ffffff;
	border-bottom: 1px solid #e5e7eb;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	padding: 0 10px;
	gap: 10px;
}

.menu-left,
.menu-right {
	display: flex;
	align-items: center;
	height: 100%;
	gap: 0;
	min-width: 0;
}

.menu-left {
	justify-content: flex-start;
	flex: 1 1 auto;
}

.menu-right {
	justify-content: flex-end;
	flex: 0 0 auto;
}

.menugameitem {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	min-width: 42px;
	padding: 0 10px;
	position: relative;
	flex: 0 0 auto;
}

.menugameitem img {
	display: inline-block;
	cursor: pointer;
	transition: transform 0.15s ease, opacity 0.15s ease;
}

.menugameitem img:hover {
	transform: scale(1.06);
	opacity: 0.9;
}

.separatorgradient {
	width: 1px;
	height: 28px;
	background: #e5e7eb;
}

.menugameitem.separator-item {
	padding: 0 4px;
	min-width: 9px;
}

.menuicon {
	animation: shake 5s infinite ease-in-out;
}

.menu-close-button {
	width: 16px;
	height: 16px;
	cursor: pointer;
	opacity: 0.45;
	transition: opacity 0.15s ease, transform 0.15s ease;
}

.menu-close-button:hover {
	opacity: 0.85;
	transform: scale(1.08);
}

.menutopbubble {
	width: 180px;
	display: block;
	position: absolute;
	left: 10px;
	top: 70px;
	border-radius: 12px;
	padding-bottom: 0;
	background-color: #ffffff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
	overflow: hidden;
	z-index: 50;
}

.menumessagebubble {
	width: 240px;
	max-width: 240px;
	display: none;
	position: fixed;
	left: 10px;
	top: 70px;
	border-radius: 12px;
	padding-bottom: 0;
	background-color: #ffffff;
	border: 1px solid #e5e7eb;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
	height: auto;
	z-index: 9999;
	overflow: hidden;
	pointer-events: none;
}

.menumessagebubble:hover {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	transition-delay: 0s;
}

.menutopbubblefooter {
	width: 100%;
	height: 30px;
	background-color: #ffffff;
}

.menububbleheader {
	height: 52px;
	width: 100%;
	background-color: #4f46e5;
	font-family: "SourceSansPro", serif;
	color: white;
	padding-top: 6px;
}

.menububbleheader span {
	width: 100%;
	font-size: 8.5pt;
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
	margin-top: -4px;
	opacity: 0.95;
}

.menububbleheader h1 {
	font-size: 18pt;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: 700;
}

.menububblemessageheader {
	min-height: 30px;
	width: 100%;
	background-color: #4f46e5;
	font-family: "SourceSansPro", serif;
	color: white;
	padding: 7px 10px 6px 10px;
}

.menububblemessageheader span {
	width: 100%;
	font-size: 8.5pt;
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
	margin-top: -5px;
}

.menububblemessageheader h1 {
	font-size: 13pt;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.2;
	font-weight: 700;
}

.messagecontainer {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	padding: 10px 12px;
	font-size: 10pt;
	line-height: 1.45;
	color: #111827;
	background: #ffffff;
}

.menububblerow {
	width: 100%;
	height: 30px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: start;
	border-top: 1px solid #f3f4f6;
}

.menububbletext {
	max-width: 75%;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	line-height: 25px;
	font-size: 10pt;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	margin-left: 7px;
	text-transform: capitalize;
	color: #111827;
}

.odd {
	background-color: #f9fafb;
}

.topavatar {
	width: 20px;
	height: 20px;
	margin-left: 6px;
	border-radius: 50%;
}

.emoji {
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.menu-grow {
	flex: 1 1 auto;
}

@keyframes shake {
	3.2%,
	16% {
		transform: translate3d(-0.2px, 0, 0);
	}
	4%,
	16% {
		transform: translate3d(0.4px, 0, 0);
	}
	6%,
	10%,
	14% {
		transform: translate3d(-0.8px, 0, 0);
	}
	8%,
	12% {
		transform: translate3d(0.8px, 0, 0);
	}
}

@font-face {
	font-family: SourceSansPro;
	src: url("https://cdnjs.cloudflare.com/ajax/libs/topcoat/0.8.0/font/SourceSansPro-Black.otf") format("opentype");
}