.groups {display:none}

.w3-theme-l5 {color:#000 !important; background-color:#fff5f2 !important}
.w3-theme-l4 {color:#000 !important; background-color:#ffddd3 !important}
.w3-theme-l3 {color:#000 !important; background-color:#ffbca7 !important}
.w3-theme-l2 {color:#000 !important; background-color:#ff9a7b !important}
.w3-theme-l1 {color:#fff !important; background-color:#ff7850 !important}
.w3-theme-d1 {color:#fff !important; background-color:#ff4107 !important}
.w3-theme-d2 {color:#fff !important; background-color:#e93600 !important}
.w3-theme-d3 {color:#fff !important; background-color:#cb2f00 !important}
.w3-theme-d4 {color:#fff !important; background-color:#ae2900 !important}
.w3-theme-d5 {color:#fff !important; background-color:#912200 !important}
.w3-theme-light {color:#000 !important; background-color:#fff5f2 !important}
.w3-theme-dark {color:#fff !important; background-color:#912200 !important}
.w3-theme-action {color:#fff !important; background-color:#912200 !important}
.w3-theme {color:#fff !important; background-color:#ff5722 !important}
.w3-text-theme {color:#ff5722 !important}
.w3-border-theme {border-color:#ff5722 !important}
.w3-hover-theme:hover {color:#fff !important; background-color:#ff5722 !important}
.w3-hover-text-theme:hover {color:#ff5722 !important}
.w3-hover-border-theme:hover {border-color:#ff5722 !important}

div.scrollmenu {
	overflow: auto;
	white-space: nowrap;
	// margin: 0 7px 0 7px;
	padding: 0px 0 0px 0;
	scrollbar-color: #333 #333;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

div.scrollmenu::-webkit-scrollbar {
	display: none;
}

div.scrollmenu a {
	display: inline-block;
	// color: white;
	text-align: left;
	text-decoration: none;
}

div.scrollmenu a:hover {
	background-color: #777;
}

.own-blue {
	background-color: #ffe680;
}

.own-blue-1 {
	background-color: #efefef;
}

.ownCenter {
	width: 50vm;
	min-width: 300px;
	max-width: 700px;
	margin: auto;
}

.fa-chevron-right {
	transition: transform 0.2s ease-in-out;
}
.rotate-90 {
	transform: rotate(90deg);
}

.openGameBox {
	cursor: pointer;
	user-select: none; /* prevents text selection */
	-webkit-user-select: none;  /* Safari */
	-moz-user-select: none;     /* Firefox */
	-ms-user-select: none;      /* Internet Explorer/Edge */
}
