/*TOP LEVEL CONTAINERS*/

@font-face {
	font-family: codeRegular;
	src: url(./fonts/Coda-Regular.ttf);
}
@font-face {
	font-family: codaBold;
	src: url(./fonts/Coda-ExtraBold.ttf);
}

#gameContainer {
	position: absolute;
	background-image: url(../img/backgrounds/normal/bg-x1.jpg);
	background-image: -webkit-image-set(
		url(../img/backgrounds/normal/bg-x1.jpg) 1x,
		url(../img/backgrounds/normal/bg-x2.jpg) 2x
	);
	background-position: top center;
	background-size: cover;
	height: 100%;
	width: 100%;
}

@media screen and (min-width: 1921px) {
	#gameContainer {
		background-image: url(../img/backgrounds/blur/bg-x2.jpg);
	}
}

#measureBox {
	position: fixed;
	z-index: -9000;
}

#mainContainer {
	position: absolute;
	min-width: 1000px;
	min-height: 635px;
	width: 100%;
	top: 0px;
	bottom: 0px;
	overflow: hidden;
}

.disableAll * {
	pointer-events: none !important;
}

#startPage {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../img/backgrounds/normal/bg-x1.jpg);
	background-image: -webkit-image-set(
		url(../img/backgrounds/normal/bg-x1.jpg) 1x,
		url(../img/backgrounds/normal/bg-x2.jpg) 2x
	);
	background-size: cover;
	background-position: top center;
}

@media screen and (min-width: 1921px) {
	#startPage {
		background-image: url(../img/backgrounds/blur/bg-x2.jpg);
	}
}

#adminPage {
	color: black;
}

#guestAccountNoticeContainer {
	position: absolute;
	left: 5px;
	bottom: 40px;
	text-align: center;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	z-index: 199;
}

/*ELEMENT CSS*/
a {
	text-decoration: none !important;
	color: #4497ea;
}

a:visited {
	color: #4497ea;
}

a:hover {
	color: #006ab7;
}

h5 {
	font-size: 16px;
}

.clickAble {
	cursor: pointer;
	user-select: none;
}

body {
	color: #d9d9d9;
}

.disabled,
.slider-disabled {
	pointer-events: none;
	opacity: 0.4;
}

.disabled label {
	opacity: 1;
}

img.emoji {
	height: 1em;
	width: 1em;
	margin: 0 0.05em 0 0.1em;
	vertical-align: -0.1em;
}

.awesomplete mark {
	color: #4497ea;
	background-color: transparent;
	padding: 0;
}

.awesomplete li:hover mark {
	background: transparent;
}

/*REVAMPED CSS*/

.flexLineBreak {
	width: 100%;
}

.leftRightButtonTop {
	-webkit-box-shadow: 1px -3px 10px rgba(0, 0, 0, 0.89);
	box-shadow: 1px -3px 10px rgba(0, 0, 0, 0.89);
	transform: skewX(-35.5deg);
}

.leftRightButtonTop > * {
	transform: skewX(35.5deg);
}

.leftRightButtonBottom {
	-webkit-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.89);
	box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.89);
	transform: skewX(-35.5deg);
}

.leftRightButtonBottom > * {
	transform: skewX(35.5deg);
}

.rightRightButtonBottom {
	-webkit-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.89);
	box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.89);
	transform: skewX(35.5deg);
}

.rightRightButtonBottom > * {
	transform: skewX(-35.5deg);
}

.rightLeftButtonBottom {
	-webkit-box-shadow: -1px 3px 10px rgba(0, 0, 0, 0.89);
	box-shadow: -1px 3px 10px rgba(0, 0, 0, 0.89);
	transform: skewX(35.5deg);
}

.rightLeftButtonBottom > *,
.rightLeftTopBottom > * {
	transform: skewX(-35.5deg);
}

.rightLeftTopBottom {
	-webkit-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.89);
	box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.89);
	transform: skewX(35.5deg);
}

.leftTiltButton::before {
	content: "";
	position: absolute;
	right: -9px;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #1b1b1b;
	transform: skewX(35.5deg);
	box-shadow: 0 0 10px 0px rgb(0, 0, 0);
}

.leftTiltButton:hover::before {
	background-color: #6d6d6d;
}

.leftTiltButton.noClick:hover::before {
	background-color: #1b1b1b;
}

.leftTiltButton > * {
	position: relative;
}

.rightTiltButton::before {
	content: "";
	position: absolute;
	left: -9px;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #1b1b1b;
	transform: skewX(-35.5deg);
	box-shadow: 0 0 10px 0px rgb(0, 0, 0);
}

.rightTiltButton:hover::before {
	background-color: #6d6d6d;
}

.rightTiltButton.noClick:hover::before {
	background-color: #1b1b1b;
}

.rightTiltButton > * {
	position: relative;
}

.topTiltLayout > * {
	position: relative;
	pointer-events: initial;
}

.topTiltLayoutLeft {
	position: absolute;
	width: 100%;
	left: -50%;
	top: 0;
	height: 200%;
	overflow: hidden;
	pointer-events: none;
}

.topTiltLayoutLeft::before {
	content: "";
	position: absolute;
	width: calc(50% + 10px);
	height: 50%;
	background-color: #1b1b1b;
	transform: skewX(35.5deg);
	top: 0;
	right: -10px;
	box-shadow: 0 0 10px 0px rgb(0, 0, 0);
}

.topTiltLayoutRight {
	position: absolute;
	width: 100%;
	right: -50%;
	top: 0;
	height: 200%;
	overflow: hidden;
	pointer-events: none;
}

.topTiltLayoutRight::before {
	content: "";
	position: absolute;
	width: calc(50% + 10px);
	height: 50%;
	background-color: #1b1b1b;
	transform: skewX(-35.5deg);
	top: 0;
	left: -10px;
	box-shadow: 0 0 10px 0px rgb(0, 0, 0);
}

.rightShadowBorder {
	-webkit-box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.89);
	box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.89);
}

.leftShadowBorder {
	-webkit-box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.89);
	box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.89);
}

.bottomBorder {
	border-bottom: 2px solid #1b1b1b;
}

li.shadowBottomBorder {
	-webkit-box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.89);
	box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.89);
	border-top: solid 1px #1b1b1b;
}

li.shadowBottomBorder:last-child {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: solid 1px #1b1b1b;
}

.bottomScrollFill9 {
	height: 75px;
}

.ps > .ps__scrollbar-y-rail,
.ps > .ps__scrollbar-x-rail {
	background-color: initial !important;
	opacity: 0.8 !important;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y,
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
	background-color: black;
	opacity: 0.8;
}

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
	background-color: black;
	opacity: 0.8;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y:active {
	opacity: 0.8;
}

.ps:hover > .ps__scrollbar-y-rail,
.ps:hover > .ps__scrollbar-x-rail {
	background-color: initial !important;
	opacity: 0.8 !important;
}

.ps__always_visible > .ps__scrollbar-y-rail {
	opacity: 0.8;
}

.swal2-popup {
	font-size: 1.6rem !important;
}

.context-menu-list.context-menu-root {
	background-color: #1b1b1b;
	border: none;
	padding: 0;
}

.context-menu-list.context-menu-root.nexusMode {
	background-color: rgba(44, 126, 208, 0.9);
}

.context-menu-item {
	color: #d9d9d9;
	background-color: #1b1b1b;
}

.context-menu-list.context-menu-root.nexusMode .context-menu-item {
	background-color: transparent;
}

.context-menu-item.context-menu-disabled {
	color: #d9d9d97a;
	background-color: #1b1b1b;
}

.context-menu-list.context-menu-root.nexusMode .context-menu-item.context-menu-disabled {
	background-color: transparent;
}

.slider.slider-disabled .slider-handle {
	background-image: -webkit-linear-gradient(to bottom, #4497ea 0, #006ab7 100%);
	background-image: -o-linear-gradient(to bottom, #4497ea 0, #006ab7 100%);
	background-image: linear-gradient(to bottom, #4497ea 0, #006ab7 100%);
}

.centerAbsoluteHeader {
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.tooltip-inner {
	opacity: 0.7;
}

.textAreaContainer {
	border: solid 1px #6d6d6d;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.textAreaContainer:focus-within {
	-webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(34, 141, 255, 0.6);
	box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(34, 141, 255, 0.6);
	border: solid 1px #228dff;
}

textarea {
	background-color: #1b1b1b;
	width: 100%;
	min-height: 100%;
	line-height: 1.42857143;
	resize: none;
	margin: 0;
	box-sizing: border-box;
	margin-bottom: -5px;
	border: none;
}

.floatingContainer {
	background-color: #424242;
	-webkit-box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
}

.inlargeText {
	font-size: 15px;
}

.topRightBackButton {
	left: -12px;
	top: 0;
	height: 35px;
	width: 105px;
	background-color: #1b1b1b;
	position: absolute;
	z-index: 3;
}

.topRightBackButton > p {
	font-size: 25px;
	width: 100%;
	text-align: center;
	margin: 0;
}

.topMenuBar {
	height: 35px;
	background-color: #1b1b1b;
}

.topMenuBar > .topMenuBack {
	margin-left: -12px;
	float: left;
	height: 100%;
	width: 105px;
	background-color: #1b1b1b;
}

.topMenuBar > .topMenuBack > div {
	font-size: 25px;
}

.gamePage {
	height: calc(100vh - 45px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.topMenuButton {
	position: absolute;
	background-color: #1b1b1b;
	-webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.89);
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.89);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.topMenuBigButton {
	width: 200px;
	height: 50px;
}

.topMenuMediumButton {
	width: 200px;
	height: 40px;
}

.topMenuBigButton h1 {
	margin-top: 5px;
}

.topMenuMediumButton h3 {
	margin-top: 5px;
}

.topMenuTextContainer > h6 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.topMenuTextContainer > h5 {
	margin-top: 3px;
}

.button:hover {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 106, 183, 0.65);
	box-shadow: 0px 0px 10px 2px rgba(0, 106, 183, 0.65);
}

.button {
	text-align: center;
	cursor: pointer;
}

.amqEmoji {
	max-height: 28px;
	max-width: 28px;
}

.context-menu-item.emoteSelectorItem {
	padding: 0.2em 0.5em;
}

.context-menu-item.emoteSelectorItem > .amqEmoji {
	margin-right: 5px;
}

.animationContainer {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	pointer-events: none;
	transition: opacity 0.3s ease-out;
}

.centerHoriRelative {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.clickBlocker {
	position: absolute;
	width: 100%;
	height: 100%;
}

.textCarousel {
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
}

.textCarouselText {
	pointer-events: none;
	position: relative;
	min-width: 100%;
	width: max-content;
	height: 100%;
	flex-shrink: 0;
}

.textCarousel.animate .textCarouselText {
	animation: textCarouselTextAnimation 5s linear infinite;
	padding-right: 12px;
}

@keyframes textCarouselTextAnimation {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

/*===FORMS===*/
.well {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.checkboxContainer > div {
	display: inline-block;
	width: 80px;
	vertical-align: top;
}

.checkboxContainer.slim > div {
	width: 50px;
}

.checkboxContainer > div:last-child {
	margin-right: 0px;
}

.checkboxContainer.fit > div {
	width: fit-content;
	margin-left: 15px;
}

.checkboxContainer.triple > div {
	width: 31.9%;
}

.checkboxContainer.quad > div {
	width: 22%;
}

.checkboxContainer > .largeCheckbox {
	min-width: 80px;
	max-width: 100px;
	width: unset;
}

.customCheckbox > input[type="checkbox"] {
	position: absolute;
	visibility: hidden;
}

.customCheckbox {
	position: relative;
	cursor: pointer;
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.customCheckbox label {
	position: absolute;
	left: 0;
	top: -57%;
	color: #006ab7;
	font-size: 28px !important;
	margin: 0;
	opacity: 0;
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

.customCheckbox .fa-check {
	transform: rotate(-10deg);
	font-weight: lighter;
}

.customCheckbox > input[type="checkbox"]:checked + label {
	opacity: 100;
}

.slider-selection {
	background-image: -webkit-linear-gradient(to bottom, #4497ea 0, #3f8ad6 100%);
	background-image: -o-linear-gradient(to bottom, #4497ea 0, #3f8ad6 100%);
	background-image: linear-gradient(to bottom, #4497ea 0, #3f8ad6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4497EA',endColorstr='#3f8ad6',GradientType=0);
}

.bubbleTextSpawner {
	position: absolute;
	width: 100%;
	top: 30%;
}

.bubbleText {
	position: absolute;
	top: 0;
	font-size: 24px;
	left: 30%;
	transform: translateY(-100%);
	transition: transform 2.5s linear, opacity 2s ease-out;
	opacity: 1;
}

/*
.slider-selection {
	background-color: rgb(32, 128, 207);
	background-image: none;
	opacity: 0.9;
}*/

.slider-handle {
	background-color: #2e88d9;
	background-image: -webkit-linear-gradient(to bottom, #4497ea 0, #006ab7 100%);
	background-image: -o-linear-gradient(to bottom, #4497ea 0, #006ab7 100%);
	background-image: linear-gradient(to bottom, #4497ea 0, #006ab7 100%);
}

.slider-tick.in-selection {
	background-image: -webkit-linear-gradient(to bottom, #80c7ff, #4497ea 100%);
	background-image: -o-linear-gradient(to bottom, #80c7ff, #4497ea 100%);
	background-image: linear-gradient(to bottom, #80c7ff, #4497ea 100%);
}

.slider-tick.in-selection.off {
	background-image: -webkit-linear-gradient(to bottom, #d74742, #ac2925 100%);
	background-image: -o-linear-gradient(to bottom, #d74742, #ac2925 100%);
	background-image: linear-gradient(to bottom, #d74742, #ac2925 100%);
}

.slider-selection.off {
	background-image: -webkit-linear-gradient(top, #d74742 0, #db5b57 100%);
	background-image: -o-linear-gradient(top, #d74742 0, #db5b57 100%);
	background-image: linear-gradient(to bottom, #d74742 0, #db5b57 100%);
}

.modal-content {
	background-color: #424242;
	border: 1px solid rgba(27, 27, 27, 0.2);
}

.modal-title {
	text-align: center;
}

.modal-header .close {
	opacity: 0.4;
}

.modal-header .close.disabled {
	opacity: 0.2;
}

.modal-header {
	border-bottom: 1px solid #6d6d6d;
}

.modal-footer {
	border-top: 1px solid #6d6d6d;
}

.popover {
	background-color: rgba(0, 0, 0, 0.9);
	text-align: center;
	word-wrap: break-word;
}

.popover.top > .arrow:after {
	border-top-color: #000;
}

.popover.right > .arrow:after {
	border-right-color: #000;
}

.popover.left > .arrow:after {
	border-left-color: #000;
}

.popover.bottom > .arrow:after {
	border-bottom-color: #000;
}

.popover > .arrow:after {
	opacity: 0.9;
}

.popover-title {
	background-color: transparent;
	border-bottom: 1px solid #000000;
	text-align: center;
}

.badgePopoverTitle {
	padding: 4px 4px 0;
	font-weight: bold;
	background-color: transparent;
	border-bottom: 1px solid #000000;
	text-align: center;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	margin: 0;
}

.badgePopoverImage {
	width: 50px;
	height: 50px;
}

.btn-primary {
	background-color: #4497ea;
	border-color: #006ab7;
}

.btn-primary:hover {
	-webkit-box-shadow: inset 0 0 20px 9px #4497ea;
	box-shadow: inset 0 0 20px 9px #4497ea;
	background-color: rgb(128, 199, 255);
}

.btn-primary:focus {
	background-color: #4497ea;
	border-color: #006ab7;
}

.tooltip {
	display: none;
}

.relayouting .tooltip {
	display: initial;
}

.tooltip.in {
	display: initial;
}

.progress-bar {
	background-color: #4497ea;
}

.progress {
	position: relative;
}

.progress-text-container {
	margin: 0;
	position: absolute;
	width: 100%;
	color: black;
}

.awesomplete > ul {
	background: #424242;
	border: none;
	-webkit-box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
}

.awesomplete > ul::before {
	background: #424242;
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-right: 0;
	border-bottom: 0;
	left: calc(50% - 6px);
}

.awesomplete > ul.ps {
	z-index: 300;
	max-height: 190px;
	overflow: hidden;
}

.awesomplete > ul > .ps__scrollbar-y-rail {
	opacity: 1;
	z-index: 5;
}

.vjs-tech {
	max-width: 100%;
	max-height: 100%;
}

.switchContainer {
	height: 10px;
	width: 25px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.switchContainer.active {
	background-image: -webkit-linear-gradient(to bottom, #4497ea 0, #3f8ad6 100%);
	background-image: -o-linear-gradient(to bottom, #4497ea 0, #3f8ad6 100%);
	background-image: linear-gradient(to bottom, #4497ea 0, #3f8ad6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4497EA',endColorstr='#3f8ad6',GradientType=0);
}

.switchContainer > .slider-tick-container {
	margin-top: -5px;
}

.switchContainer > .slider-tick-container > .slider-tick {
	background-image: none;
	opacity: 1;
}

.switchContainer > .slider-tick-container > .switchOff,
.switchContainer > .slider-tick-container > .switchLeft {
	left: -10px;
	background-color: #6d6d6d;
}

.switchContainer.active > .slider-tick-container > .switchOff,
.switchContainer.active > .slider-tick-container > .switchLeft {
	display: none;
}

.switchContainer > .slider-tick-container > .switchRight {
	display: none;
	right: -10px;
	background-color: #6d6d6d;
}

.switchContainer > .slider-tick-container > .switchOn {
	display: none;
	right: -10px;
	background-color: #2e88d9;
	background-image: -webkit-linear-gradient(to bottom, #4497ea 0, #006ab7 100%);
	background-image: -o-linear-gradient(to bottom, #4497ea 0, #006ab7 100%);
	background-image: linear-gradient(to bottom, #4497ea 0, #006ab7 100%);
}

.switchContainer.active > .slider-tick-container > .switchOn,
.switchContainer.active > .slider-tick-container > .switchRight {
	display: initial;
}

.toggleSlider {
	margin-bottom: 24px;
}

.toggleSlider > .slider-track {
	cursor: default;
}

.toggleTickLabel {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -24px;
}

.toggleTrack {
	position: relative;
	float: left;
}

.flatTextInput {
	background-color: #1b1b1b;
	width: 100%;
	min-height: 100%;
	line-height: 1.42857143;
	resize: none;
	margin: 0;
	box-sizing: border-box;
	border: none;
	padding: 6px 12px;
	border-radius: 4px;
	text-align: center;
}

.table > tbody > tr {
	background-color: #424242;
}

.table > tbody > tr:first-child {
	background-color: #1b1b1b;
}

.table > tbody > tr > td {
	border-top: 1px solid #6d6d6d;
}

.table > tbody > tr:first-child > td {
	border-top: none;
}

.cycleEntry {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	margin: 7.5px 10px;
	opacity: 0.9;
}

.cycleEntry.active {
	background-color: #4497ea;
	box-shadow: 0 0 10px 2px #80c7ff;
}

/*===NAME EFFECTS===*/

.nameColorChallenger {
	color: #0cd5f7;
}

.nameGlowChallenger {
	text-shadow: 0 0 0.33em #0cd5f7;
}

.nameColorPatreon {
	color: #f96854;
}

.nameGlowPatreon {
	text-shadow: 0 0 0.33em #f96854;
}

.nameColorPatreonOne {
	color: #4dff61;
}

.nameGlowPatreonOne {
	text-shadow: 0 0 0.33em #4dff61;
}

.nameColorPatreonTwo {
	color: #f826ff;
}

.nameGlowPatreonTwo {
	text-shadow: 0 0 0.33em #f826ff;
}

.nameColorPatreonThree {
	color: #f00;
}

.nameGlowPatreonThree {
	text-shadow: 0 0 0.33em #f00;
}

.nameColorPatreonFour {
	color: #00ffc3;
}

.nameGlowPatreonFour {
	text-shadow: 0 0 0.33em #00ffc3;
}

.nameColorPatreonFive {
	color: #1100ff;
}

.nameGlowPatreonFive {
	text-shadow: 0 0 0.33em #1100ff;
}

.nameColorPatreonSix {
	color: #ffcc00;
}

.nameGlowPatreonSix {
	text-shadow: 0 0 0.33em #ffcc00;
}

.nameColorPatreonSeven {
	color: #ff1493;
}

.nameGlowPatreonSeven {
	text-shadow: 0 0 0.33em #ff1493;
}

.nameColorPatreonEight {
	color: #909;
}

.nameGlowPatreonEight {
	text-shadow: 0 0 0.33em #909;
}

.nameColorPatreonNine {
	color: #fff;
}

.nameGlowPatreonNine {
	text-shadow: 0 0 0.33em #fff;
}

.nameColorPatreonTen {
	color: #9264f9;
}

.nameGlowPatreonTen {
	text-shadow: 0 0 0.33em #9264f9;
}

.nameColorPatreonEleven {
	color: #f9f;
}

.nameGlowPatreonEleven {
	text-shadow: 0 0 0.33em #f9f;
}

.nameColorPatreonTwelve {
	color: #99f5ff;
}

.nameGlowPatreonTwelve {
	text-shadow: 0 0 0.33em #99f5ff;
}

.nameColorPatreonThirteen {
	color: #abff15;
}

.nameGlowPatreonThirteen {
	text-shadow: 0 0 0.33em #abff15;
}

.nameColorPatreonFourteen {
	color: #ffb6c1;
}

.nameGlowPatreonFourteen {
	text-shadow: 0 0 0.33em #ffb6c1;
}

.nameColorPatreonFifteen {
	color: #20b2aa;
}

.nameGlowPatreonFifteen {
	text-shadow: 0 0 0.33em #20b2aa;
}

.nameColorPatreonSixteen {
	color: #ff8c00;
}

.nameGlowPatreonSixteen {
	text-shadow: 0 0 0.33em #ff8c00;
}

.nameColorPatreonSeventeen {
	background: linear-gradient(90deg, #00e1ff 30%, #ff9cf0 50%, #ff00d4 70%);
	/* background-clip: border-box; */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.nameGlowPatreonSeventeen {
	text-shadow: 0 0 0.33em #a020f0;
}

/*===MINOR MODALS===*/
#rankedDescriptionModal > .modal-dialog {
	width: 800px;
}

/*===FILTER LIST===*/

.filterContainer {
	background-color: #1b1b1b;
	border-radius: 5px;
	margin-top: -7px;
}

.filterInput {
	padding: 0 2px;
	position: relative;
}

.filterInput > .mhRangeSliderTextBox {
	background-color: #6d6d6d;
	border: none;
}

.filterInput > .slider {
	width: 158px;
	margin-top: -1px;
}

.filterInput > .slider > .slider-track {
	height: 7px;
	margin-top: -3.5px;
	background-color: #6d6d6d;
	background-image: none;
}

.filterContainer .ps__scrollbar-y-rail {
	margin-right: 0 !important;
}

.filterContent {
	position: relative;
	border-top: 3px solid #424242;
	height: 150px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.filterEntry {
	height: 24px;
	width: 100%;
	margin: 0;
	padding: 0 9px;
}

.filterEmptyText {
	color: rgb(56, 56, 56);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
	font-size: 25px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

.filterEntryValueContainer {
	width: calc(100% - 25px);
}

.filterEntryClose {
	float: right;
	font-size: 24px;
	margin-top: -6px;
	margin-right: 2px;
	height: 20px;
}

.filterContent > .ps__scrollbar-y-rail {
	opacity: 0.8;
}

.filterContent > .ps__scrollbar-y-rail > .ps__scrollbar-y {
	width: 7px;
	opacity: 0.7;
}

.filterContent:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
	width: 7px;
	opacity: 0.7;
}

.textFilterEntry > .filterEntryValueContainer {
	text-align: left;
	line-height: 18px;
}

.filterEntryAdditionContainer {
	float: left;
	width: 15px;
	height: 15px;
	margin-top: 2.5px;
	font-size: 21px;
	line-height: 15px;
	border-radius: 3px;
	text-align: center;
	margin-right: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.filterEntryAdditionContainer.include {
	background-color: #5cb85c;
}

.filterEntryAdditionContainer.exclude {
	background-color: #ac2925;
	line-height: 10px;
}

.filterEntryAdditionContainer.optional {
	background-color: #80c7ff;
	line-height: 16px;
}

.filterInput > .awesomplete {
	width: 100%;
}

/*===ANIMATIONS===*/

@keyframes pulse {
	from {
		opacity: 0.3;
	}
	to {
		opacity: 0.8;
	}
}

/*====GAME PARTICLES===*/
#particleContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

.particleEmiter {
	-webkit-box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #b6ff00, 0 0 70px #b6ff00, 0 0 80px #b6ff00,
		0 0 100px #b6ff00, 0 0 150px #b6ff00;
	box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #b6ff00, 0 0 70px #b6ff00, 0 0 80px #b6ff00,
		0 0 100px #b6ff00, 0 0 150px #b6ff00;
	-webkit-text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #b6ff00, 0 0 70px #b6ff00, 0 0 80px #b6ff00,
		0 0 100px #b6ff00, 0 0 150px #b6ff00;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #b6ff00, 0 0 70px #b6ff00, 0 0 80px #b6ff00,
		0 0 100px #b6ff00, 0 0 150px #b6ff00;
}

.runAnimation > .particleEmiter {
	-webkit-animation: particleSpawn 1.7s alternate;
	-moz-animation: particleSpawn 1.7s alternate;
	animation: particleSpawn 1.7s alternate;
}

.particle {
	background-color: #b6ff00;
	position: absolute;
	-webkit-box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
	box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
}

.particleShadow {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-animation: pulse 400ms infinite alternate;
	-moz-animation: pulse 400ms infinite alternate;
	animation: pulse 400ms infinite alternate;
	-webkit-box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #b6ff00, 0 0 70px #b6ff00, 0 0 80px #b6ff00,
		0 0 100px #b6ff00, 0 0 150px #b6ff00;
	box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #b6ff00, 0 0 70px #b6ff00, 0 0 80px #b6ff00,
		0 0 100px #b6ff00, 0 0 150px #b6ff00;
}

@keyframes particleSpawn {
	0% {
		opacity: 0.3;
	}

	40% {
		opacity: 0.9;
	}

	100% {
		opacity: 0;
	}
}

/*===IMAGE PRELOADER===*/
.imagePreLoad {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.imagePreloadLoadingTextContainer {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	color: #4497ea;
}

.imagePreloadLoadingTextContainer > h1 {
	font-size: 50;
}

.imagePreLoadText {
	margin: 0;
}

/*===AVATAR DISPLAY===*/

.avatarDisplay {
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: relative;
	pointer-events: none;
}

.avatarImage {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.sizeMod20 .avatarImage {
	width: 120%;
	left: -10%;
}

.sizeMod51 .avatarImage {
	width: 151%;
	left: -25.5%;
}

.sizeMod80 .avatarImage {
	width: 180%;
	left: -40%;
}

.avatarSpineContainer {
	width: 350%;
	aspect-ratio: 1/0.628;
	position: absolute;
	transform: translateY(10%);
	left: -125%;
	bottom: 0;
	opacity: 1;
	transition: opacity 0.4s ease-out;
}

.avatarDisplay.headDisplay .avatarSpineContainer {
	width: 100%;
	aspect-ratio: 1/1;
	transform: unset;
	left: 0;
}

.avatarSpineContainer.fadeOut {
	opacity: 0;
	transition: opacity 0.4s ease-in;
}

.avatarSpine {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
}


.avatarDecoration {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

.avatarDecorationFront {
	z-index: 5;
}

/*===FLOATING WINDOW===*/
.floatingWindow {
	background-color: #424242;
	box-shadow: 0 0px 15px rgb(0, 0, 0);
	position: absolute;
	border-radius: 5px;
	overflow: hidden;
	resize: both;
	min-width: min-content;
	min-height: 250px;
	z-index: 500;
}

.floatingWindowHeader {
	background-color: #1b1b1b;
	padding: 5px 20px;
	position: relative;
	z-index: 1;
	cursor: move;
}

.floatingWindowTitle {
	margin: 0;
	font-size: 20px;
	text-align: center;
}

.floatingWindowHeader .close {
	position: absolute;
	top: 0px;
	right: 5px;
}

.floatingWindowInner {
	position: relative;
	min-height: 100%;
	height: 250px;
	width: 100%;
}

.tabContainer {
	height: 28px;
	border-bottom: 1px solid #6d6d6d;
	min-width: max-content;
}

.tabContainer > .tab {
	float: left;
	width: 115px;
	font-size: 16px;
	text-align: center;
	height: 100%;
	padding-top: 2px;
	position: relative;
}

.tabContainer > .tab:first-child {
	margin-left: -10px;
	width: 135px;
	padding-left: 10px;
}

.tabContainer .tab::before {
	content: "";
	background-color: #1b1b1b;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 1px -3px 10px rgba(0, 0, 0, 0.89);
	transform: skewX(-35.5deg);
}

.tabContainer .tab.selected::before {
	background-color: #424242;
}

.tabContainer .tab > * {
	position: relative;
}

#shSearchTab {
	width: 40px;
	margin-left: 10px;
	float: right;
	margin-right: -10px;
	padding-left: 8px;
	transition: width 0.3s ease-in-out;
}

#shSearchTab.open {
	width: 175px;
}

#shSearchTab.open i {
	color: #4497ea;
}

#shSearchTabInner {
	width: max-content;
	height: 100%;
	float: left;
}

#shSearchTabInner > * {
	float: left;
}

.shSearchInputContainer {
	width: 130px;
	position: relative;
	margin-left: 10px;
	height: 100%;
	border-left: 1px solid #6d6d6d3d;
}

#shSearchInput {
	width: 100%;
	height: 100%;
	background-color: #1b1b1b;
	border: none;
	outline: none;
	padding-left: 5px;
}

.floatingWindowContent {
	padding-bottom: 15px;
	position: relative;
	width: 100%;
	height: calc(100% - 60px);
}

.shSongTable {
	min-width: 100%;
	text-align: center;
}

#shSongTableContainer,
#shOptionContainer {
	overflow: auto;
	padding-bottom: 12px;
	max-height: 100%;
	min-width: 100%;
	width: 100px;
}

.shSongTable tr {
	border-bottom: 1px solid #6d6d6d8f;
}

.shSongTable tr:hover {
	background-color: #6d6d6d;
}

.shSongTable tr:first-child:hover {
	background-color: #1b1b1b;
}

.shSongTable tr:first-child {
	font-size: 16px;
	background: #1b1b1b;
	border-bottom: none;
	position: sticky;
	top: 0;
}

.shSongTable tr.correctGuess {
	background-color: #5cb85c77;
}

.shSongTable tr.shRow.correctGuess:hover {
	background-color: #5cb85cce;
}

.shSongTable tr.wrongGuess {
	background-color: #ac292577;
}

.shSongTable tr.shRow.wrongGuess:hover {
	background-color: #ac2925cc;
}

.shSongTable tr:last-child {
	border-bottom: none;
}

.shSongTable th {
	text-align: center;
	min-width: fit-content;
	padding: 0 10px;
	white-space: nowrap;
}

.shSongTable th:last-child,
.shSongTable td:last-child {
	padding-right: 15px;
}

.shSongTable a {
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.48);
}

.shRow {
	cursor: pointer;
}

.shRow > td {
	padding: 2px 0px;
}

.shRow div {
	width: fit-content;
	padding: 0 10px;
	text-align: center;
	min-width: 100%;
	height: fit-content;
}

.shRowAnime,
.shRowAnswer {
	min-width: 150px;
}

.shRowName,
.shRowArtist {
	min-width: 100px;
}

#shNoSongs {
	width: 100%;
	height: 100%;
	position: relative;
}

.shNoSongsText {
	width: 100%;
	font-size: 34px;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.shOptionName {
	text-align: center;
	font-size: 24px;
	margin-bottom: 5px;
}

.shOptionToggleGroups {
	position: relative;
	text-align: center;
	padding: 0 10px;
}

.shOptionToggle {
	position: relative;
	width: 100px;
	display: inline-flex;
	margin-bottom: 5px;
}

.shOptionToggle > .customCheckbox {
	margin-right: 5px;
}

.shOptionBar {
	position: relative;
	display: inline-block;
	width: 300px;
}

.shOptionBar {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 70px;
	margin-bottom: 10px;
}

.shOptionBar > label {
	width: 100%;
}

#songHistoryInfoWindow {
	width: 500px;
}

#songHistoryInfoWindow .floatingWindowContent {
	height: calc(100% - 37px);
	overflow-y: scroll;
}

.shiEntryContainer {
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

.shiEntry {
	display: inline-block;
	position: relative;
	padding: 0 10px 10px;
	margin: 0 10px;
	vertical-align: top;
}

.shiEntryValue.playerHighlight {
	color: #80c7ff;
	text-shadow: 0 0 10px #228dff;
}

.shiEntryTitle {
	font-size: 18px;
	font-weight: bold;
}

.shiEntryListEntry {
	margin: 0 5px;
}

.shiEntryStatLine {
	font-size: 18px;
}

.shGameContainerOuter {
	position: relative;
	min-width: fit-content;
}

.shGameContainer {
	text-align: center;
	margin-top: 5px;
}

.shGameTitle {
	font-size: 20px;
	text-align: center;
	margin-bottom: 3px;
	min-height: 29px;
	width: 100%;
	position: relative;
}

.shGameTitleInner {
	position: absolute;
	left: 0;
	right: 0;
	width: fit-content;
	margin: auto;
	padding: 0 4px;
	background-color: #424242;
}

.shGameDownloadIcon {
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.shGameTitleLine {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #6d6d6d;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.shGameLoadButton {
	display: inline-block;
	background-color: #1b1b1b;
	font-size: 18px;
	width: 110px;
	padding: 5px 0;
	cursor: pointer;
	box-shadow: 0 0 5px 0px rgb(0, 0, 0);
	height: 36px;
}

.shGameLoadButton:hover {
	box-shadow: 0px 0px 5px 0px rgba(0, 106, 183, 0.65);
}

.shGameLoadLoadingIcon > i {
	font-size: 28px;
}

.shGameSongContainer {
	border-top: 1px solid #6d6d6d8f;
}

/*===TAB-MODAL===*/
.tab-modal .modal-header {
	padding: 3px 5px 0;
	background-color: #1b1b1b;
	border-bottom: none;
}

.tab-modal .tabContainer {
	background-color: #1b1b1b;
	height: 27.6px;
	overflow: hidden;
}

.tab-modal .tabContainer > .right {
	float: right;
	margin-right: -7px;
}

.tab-modal .modal-body {
	padding-top: 3px;
	padding-bottom: 0px;
	border-top: 1px solid #6d6d6d;
}

.tab-modal .tab {
	float: left;
	width: 100px;
	padding-top: unset;
	position: relative;
}

.tab-modal .tab:first-child {
	margin-left: -15px;
}

.tab-modal .tab > h5 {
	text-align: center;
	margin: 5px 0;
}

/**===LEADERBOARD-MODAL===*/
#leaderboardModal .modal-body {
	height: 370px;
}

.lbmBoardContainer {
	width: 50%;
	padding: 5px;
	float: left;
	position: relative;
}

.lbmBoard {
	height: 267.117px;
}

.lbmBoardTitle {
	margin-top: 0px;
}

#lbmRankedAllList,
#lbmRankedFriendsList,
#lbmRankedChampsList {
	height: 100%;
	position: relative;
}

.board {
	border-radius: 3px;
	position: relative;
	margin-top: 25px;
}

.boardTabsShadowHider {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	top: -30px;
}

.boardTabContainer {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
}

.boardTabContainerInner {
	width: calc(100% + 6px);
}

.boardTab {
	float: left;
	width: 33%;
}

.boardTab.selected {
	background-color: #6d6d6d;
}

.boardTab:first-child {
	margin-left: -7px;
	width: calc(33% + 6px);
}

.boardTab:last-child {
	width: calc(33% + 3px);
}

.boardTab > h4 {
	margin: 0;
}

#lbmFriendsList {
	position: relative;
	height: 100%;
}

.lbmBoardEntry {
	overflow: hidden;
}

.lbmBoardEntry.self > .lbmStandingNumber {
	background-color: #4497ea;
}

.lbmBoardEntry:nth-child(2n) {
	background-color: #1b1b1b;
}

.lbmStandingNumber {
	padding: 0 9px;
	margin-left: -8px;
	height: 24.2833px;
	float: left;
}

.lbmStandingNumber > h5 {
	margin: 0;
	margin-top: 3px;
}

.lmbEntryText {
	float: left;
	margin: 0;
	margin-left: 10px;
	font-size: 17px;
}

#lbmRankedRegionContainer {
	position: absolute;
	top: 8px;
	right: 5px;
}

#lbmRankedRegionContainer .radio-inline {
	margin-left: 0;
	padding-left: 15px;
}

#lbmRankedRegionContainer input[type="radio"] {
	margin-left: -14px;
}

#lbmRankedRegionSwitch {
	display: inline-block;
	position: relative;
	margin-left: 7px;
	margin-right: 7px;
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
}

/*===LEVEL-BAR===*/
.lbEntry {
	text-align: right;
	padding-right: 20px;
	position: relative;
	width: 100%;
	height: 43px;
}

.lbEntry ul {
	margin: 0;
	opacity: 0.5;
	width: 100%;
	position: absolute;
	text-align: left;
	left: 80px;
	bottom: 0;
}

.lbEntry.active ul {
	opacity: 1;
}

.lbEntry label {
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0px;
}

.lbEntry.active label {
	text-shadow: 0px 0px 5px #4497ea;
}

.lbBar {
	position: absolute;
	height: 100%;
	width: 8px;
	top: -2px;
	left: 60px;
	background-color: #6d6d6d;
	-webkit-box-shadow: 0 0 5px rgb(0, 0, 0);
	box-shadow: 0 0 5px rgb(0, 0, 0);
}

.lbEntry.active > .lbBar {
	background-color: #4497ea;
	-webkit-box-shadow: 0 0 5px #006ab7;
	box-shadow: 0 0 5px #006ab7;
}

.lbEntry:first-of-type > .lbBar {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	top: 0;
	height: calc(100% - 2px);
}

.lbEntry:last-of-type > .lbBar {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lbPoint {
	width: 16px;
	height: 16px;
	position: absolute;
	border-radius: 50%;
	background-color: #6d6d6d;
	left: -4px;
	bottom: 0;
	-webkit-box-shadow: 0 0 5px rgb(0, 0, 0);
	box-shadow: 0 0 5px rgb(0, 0, 0);
	z-index: 1;
}

.lbEntry.active .lbPoint {
	background-color: #4497ea;
	-webkit-box-shadow: 0 0 5px #006ab7;
	box-shadow: 0 0 5px #006ab7;
}

.lbPoint::before {
	content: "";
	position: absolute;
	background-color: #6d6d6d;
	height: 5px;
	width: 8px;
	left: 0;
	right: 0;
	margin: auto;
	top: -4px;
}

.lbEntry.active .lbPoint::before {
	background-color: #4497ea;
}

.lbPoint::after {
	content: "";
	position: absolute;
	background-color: #6d6d6d;
	height: 5px;
	width: 8px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -4px;
	z-index: 1;
}

.lbEntry.active .lbPoint::after {
	display: none;
}

.lbEntry:last-of-type .lbPoint::after {
	display: none;
}

.lbRewardContainer {
	height: calc(100% - 20px);
	position: relative;
}

/*===OVERLAY LAYER===*/
#overlayLayer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 1060;
}

#overlayLayer > * {
	pointer-events: initial;
}

/*===PLAYER PROFILE===*/
#playerProfileLayer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 2000;
}

#playerProfileLayer > * {
	pointer-events: initial;
}

.playerProfileContainer {
	position: absolute;
	z-index: 500;
	background-color: #424242;
	width: 300px;
}

.playerProfileContainer > #context-menu-layer {
	pointer-events: none;
}

.playerProfileContainer .popover-title {
	padding: 4px 4px 0;
	font-weight: bold;
}

.playerProfileContainer .popover-content {
	padding: 5px;
}

.ppHeader {
	width: 100%;
	height: 100px;
}

.ppImageContainer {
	float: left;
	background-color: #1b1b1b;
	width: 100px;
	position: relative;
}

.ppHeaderText {
	float: left;
	width: calc(100% - 100px);
	height: 48px;
	z-index: 1;
	position: relative;
	pointer-events: none;
}

.ppHeaderText > * {
	pointer-events: initial;
}

.ppHeaderText > .close {
	margin-top: -4px;
	margin-right: 2px;
	z-index: 5;
	position: relative;
}

.ppPlayerName, .ppPlayerOriginalName {
	margin: 0;
	position: absolute;
	width: fit-content;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	word-break: break-all;
	left: 50%;
}

.ppPlayerOriginalName {
	display: none;
	opacity: 0.55;
}

.ppPlayerNameContainer {
	margin-top: 3px;
	z-index: 1;
	position: relative;
	width: 100%;
	height: 26.4px;
}

.ppPlayerNameContainer:hover .ppPlayerName {
	display: none;
}

.ppPlayerNameContainer:hover .ppPlayerOriginalName {
	display: initial;
}

.ppEditNameButton {
	position: absolute;
	right: 2px;
	bottom: -9px;
	display: none;
}

.playerProfileContainer.edit .ppEditNameButton {
	display: initial;
}

.ppPlayerLevelContainer {
	position: relative;
	height: 19px;
	pointer-events: none;
}

.ppPlayerLevelContainer > * {
	pointer-events: initial;
}

.ppPlayerLevelLine {
	width: 100%;
	height: 2px;
	background-color: #1b1b1b;
	position: absolute;
	top: 53%;
	transform: translateY(-50%);
}

.ppPlayerLevelContainerInnser {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #424242;
	border-bottom: solid 2px #1b1b1b;
	height: 21px;
}

.ppPlayerLevelLowerBoarder {
	position: absolute;
	width: 12px;
	height: 12px;
	pointer-events: none;
	box-shadow: 0 1px 10px 2px rgb(0, 0, 0);
}

.ppPlayerLevelLowerBoarder.right {
	transform: skewX(-35.5deg);
	border-right: 2px solid #1b1b1b;
	right: -5px;
	bottom: -2px;
}

.ppPlayerLevelLowerBoarder.left {
	transform: skewX(35.5deg);
	border-left: 2px solid #1b1b1b;
	left: -5px;
	bottom: -2px;
}

.ppPlayerLevelLowerBoarder > .ppPlayerLevelBoarderLineHider {
	width: calc(100% + 10px);
	height: 10px;
	background-color: #424242;
	position: absolute;
	top: 0;
}

.ppPlayerLevelLowerBoarder.left > .ppPlayerLevelBoarderLineHider {
	left: 0;
}

.ppPlayerLevelLowerBoarder.right > .ppPlayerLevelBoarderLineHider {
	right: 0;
}

.ppPlayerLevelLowerBoarder > .ppPlayerLevelBoarderTopShadowHider {
	position: absolute;
	top: -10px;
	width: calc(100% + 20px);
	height: 10px;
	background-color: #424242;
}

.ppPlayerLevelLowerBoarder.left > .ppPlayerLevelBoarderTopShadowHider {
	left: -10px;
}

.ppPlayerLevelLowerBoarder.right > .ppPlayerLevelBoarderTopShadowHider {
	right: -10px;
}

.ppPlayerLevel {
	margin: 0;
	min-width: 20px;
	position: relative;
}

.ppBadgeContainer {
	float: left;
	background-color: #1b1b1b;
	width: calc(100% - 100px);
	height: calc(100% - 40px);
	margin-top: -8px;
	box-shadow: inset 0 0 10px 2px rgb(0, 0, 0);
	position: relative;
}

.ppBadgeMinorContainer {
	width: calc(50% - 25px);
	height: 100%;
	position: absolute;
}

.ppBadgeMajorContainer {
	position: absolute;
	left: 0;
	right: 0;
	width: 50px;
	margin: auto;
	top: calc(50% + 4px);
	transform: translateY(-50%);
}

.ppBadgeRow {
	height: 50%;
}

.ppBadgeMinorContainer.left {
	left: 0;
}

.ppBadgeMinorContainer.right {
	right: 0;
}

.ppBadgeImageContainer.small {
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 5px;
	position: relative;
}

.ppBadgeImageContainer.big {
	width: 50px;
	height: 50px;
	position: relative;
}

.playerProfileContainer.edit .ppBadgeContainerInner .ppBadgeImageContainer {
	border: #4497ea 2px dashed;
	cursor: pointer;
	border-radius: 4px;
}

.playerProfileContainer.edit.chatEdit .ppBadgeContainerInner .ppBadgeImageContainer {
	border: initial;
	cursor: initial;
	border-radius: initial;
}

.playerProfileContainer.edit .ppBadgeContainerInner .ppBadgeImageContainer.selected {
	border-style: solid;
	cursor: pointer;
	border-radius: 4px;
	cursor: initial;
}

.ppBadgeClear {
	position: absolute;
	left: 0px;
	top: -2px;
	font-size: 15px;
	opacity: 0.8;
}

.ppBadgeClear:hover {
	opacity: 1;
}

.ppBadgeImage {
	width: 100%;
}

.ppBadgeContainerInner,
.ppBadgeNoBadge {
	height: 100%;
	width: 100%;
}

.ppBadgeNoBadgeText {
	margin: 0;
	position: absolute;
	width: 100%;
	top: 16px;
	color: rgb(66, 66, 66);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
}

.ppStatsContainerInner {
	width: 50%;
}

.ppStatsRow {
	width: 100%;
	height: 21px;
	overflow: hidden;
}

.ppStatsNameContainer {
	background-color: #1b1b1b;
	margin-left: -7px;
	width: 204px;
	float: left;
	border-bottom: #4242425c 1px solid;
}

.ppStatsValueContainer {
	width: calc(100% - 197px);
	float: left;
	padding-left: 15px;
	text-align: left;
	border-top: #1b1b1b5c 1px solid;
	position: relative;
}

.ppFooterContainer {
	overflow: hidden;
	height: 26.4px;
}

.ppFooterText {
	background-color: #1b1b1b;
	width: 150px;
	margin-left: -9px;
	float: left;
}

.ppFooterText > h3 {
	margin: 0;
}

.ppFooterOptions {
	width: calc(100% - 141px);
	height: 100%;
	float: left;
}

.ppFooterOptionIcon {
	position: relative;
	height: 26px;
	width: 26px;
	margin-top: 1px;
	background-color: rgb(25, 25, 25);
	border-radius: 100%;
	opacity: 0.85;
	overflow: hidden;
	margin-top: -0.5px;
	display: inline-block;
}

.ppFooterOptionIcon:hover {
	opacity: 1;
}

.ppFooterOptionIcon.disabled {
	opacity: 0.4;
}

.ppFooterOptionIcon > i {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-48%, -50%);
}

.ppStatsToggle {
	position: absolute;
	top: 0;
	right: 8px;
	opacity: 0.7;
	display: none;
}

.ppListToggle {
	right: 28px;
}

.playerProfileContainer.edit .ppStatsToggle {
	display: initial;
}

.ppStatsToggle:hover {
	opacity: 0.9;
}

.ppStatsHider {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 10px;
	background-color: #1b1b1b;
	transform: translateX(100%) skewX(-35.5deg);
	transition: transform 1s ease-in-out;
}

.ppStatsHider.active {
	transform: translateX(0%) skewX(-35.5deg);
}

.ppStatsHider.adminDisplay {
	transform: translateX(80%) skewX(-35.5deg);
}

.ppStatsHider > div {
	margin-left: 28px;
}

.ppBadgeOptions {
	position: absolute;
	right: -200px;
	top: 0;
	width: 200px;
	background-color: #1b1b1b;
	display: none;
	height: 130px;
}

.ppBadgeOptions.left {
	right: unset;
	left: -301px;
}

.ppBadgeOptions > .ps__scrollbar-y-rail {
	opacity: 0.8;
}

.ppBadgeOptions > .ps__scrollbar-y-rail > .ps__scrollbar-y {
	opacity: 0.8 !important;
}

.playerProfileContainer.edit .ppBadgeOptions {
	display: initial;
}

.ppBadgeOptionHeaderOuter {
	overflow: hidden;
}

.ppBadgeOptionsHeader {
	width: 104%;
	overflow: hidden;
}

.ppBadgeOptionToggle {
	float: left;
}

.ppBadgeOptionToggle:first-child {
	margin-left: -7px;
	width: calc(50% + 7px);
}

.ppBadgeOptionToggle:last-child {
	width: 50%;
}

.ppBadgeOptionToggle.selected {
	background-color: #6d6d6d;
}

.ppBadgeOptionProfileBody {
	margin-left: 4px;
	position: relative;
	height: 110px;
}

.ppBadgeOptionBody .ppBadgeImageContainer {
	width: 32px;
	padding: 3px;
	margin: 0;
	opacity: 0.85;
	cursor: pointer;
}

.ppBadgeOptionBody .ppBadgeImageContainer:hover {
	opacity: 1;
}

.ppBadgeOptionBody .ppBadgeImageContainer.locked {
	opacity: 0.3;
	cursor: initial;
}

.ppBadgeOptionBody .ppBadgeImageContainer.locked:hover {
	filter: none;
}

.ppBadgeOptionBody .ppBadgeImageContainer.selected {
	border: #4497ea 2px dashed;
	border-radius: 5px;
	padding: 1px;
	opacity: 1;
}

.ppBadgeOptionBody .ppBadgeImageContainer.active {
	opacity: 1;
	cursor: initial;
}

.ppBadgeOptionBody .ppBadgeImageContainer.active.optionChatBadge {
	opacity: 1;
	cursor: initial;
}

.ppBadgeOptionChatName {
	margin: 0;
	height: 20px;
}

.ppBadgeOptionChatBodyContent {
	height: 90px;
	position: relative;
}

.ppBadgeOptionChatBadgeGroup {
	clear: both;
}

.ppBadgeOptionChatBadgeGroupHeader {
	opacity: 0.8;
}

.ppBadgeOptionNameBadges > .ppBadgeImageContainer {
	width: 20px;
	height: 20px;
	padding: 1px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.ppImageSelector {
	position: absolute;
	top: 0;
	transform: translateY(-100%);
	width: 100%;
	background-color: #1b1b1b;
	overflow: hidden;
	height: 200px;
	z-index: 5;
	display: none;
}

.playerProfileContainer.edit .ppImageSelector {
	display: initial;
}

.ppImageSelectorHeader {
	font-size: 18px;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	height: 26px;
	overflow: hidden;
}

.ppImageSelectorHeaderText {
	width: 219px;
}

.ppImageSelectorAvatar {
	position: absolute;
	width: 100px;
	right: -9px;
	top: 0;
}

.ppImageSelectorAvatar.selected {
	background-color: #6d6d6d;
	pointer-events: none;
}

.ppImageSelectorEmoteContainer {
	position: relative;
	width: 100%;
	height: calc(100% - 26px);
	padding: 5px;
}

.ppImageSelectorEmote {
	width: 62px;
	margin-right: 10px;
	margin-bottom: 7px;
}

.ppImageSelectorEmote.selected {
	background-color: #6d6d6d;
	pointer-events: none;
}

.ppImageSelectorEmote.locked {
	opacity: 0.5;
	pointer-events: none;
}

.ppImageSelectorEmote:nth-of-type(4n) {
	margin-right: 0px;
}

.ppNameOptions {
	position: absolute;
	right: 0;
	top: -120px;
	transform: translateX(100%);
	width: 200px;
	height: 150px;
	z-index: 5;
}

.ppNameOptionsHeader {
	width: 100%;
	height: 24px;
	background: #1b1b1b;
	font-size: 18px;
	text-align: center;
	padding-top: 1px;
	line-height: 20px;
}

.ppNameOptionsMainContainer {
	width: 100%;
	height: calc(100% - 24px);
	position: relative;
	display: flex;
}

.ppNameOptionsCategoryContainer {
	width: 50%;
	height: 100%;
	position: relative;
}

.ppNameOptionsCategoryHeader {
	text-align: center;
	font-weight: bold;
}

.ppNameOptionsCategoryList {
	position: relative;
	width: 100%;
	height: calc(100% - 20px);
	text-align: center;
}

.ppNameOptionsCategoryList .ps__scrollbar-y {
	width: 3px !important;
}

.ppNameOptionsCategoryList .ps__scrollbar-y-rail:hover .ps__scrollbar-y {
	width: 5px !important;
}

.ppNameOptionsCategoryItem {
	position: relative;
	width: 100%;
	cursor: pointer;
	height: 20px;
}

.ppNameOptionsCategoryItem::before {
	content: "";
	position: absolute;
	width: 95%;
	height: 2px;
	background-color: #80c7ff;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	right: 0;
	margin: auto;
}

.ppNameOptionsCategoryItem:hover::before {
	opacity: 0.7;
}

.ppNameOptionsCategoryItem.selected::before {
	opacity: 0.9;
}

.ppNameOptionsCategoryItem.selected:hover::before {
	opacity: 1;
}

.ppNameOptionCategoryItemLock {
	position: absolute;
	left: 5px;
	opacity: 0;
	top: 1px;
}

.ppNameOptionsCategoryItem.locked .ppNameOptionCategoryItemLock {
	opacity: 0.7;
}

.ppNameOptionsCategoryItemInner {
	width: fit-content;
	height: 100%;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 3px;
	z-index: 0;
}

.ppNameOptionsCategoryItemInnerText {
	position: relative;
}

.ppNameOptionsCategoryItemInnerBackground {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #424242;
	z-index: -1;
}

.ppNameOptionsCategoryItemInner::before,
.ppNameOptionsCategoryItemInner::after {
	content: "";
	position: absolute;
	height: 13px;
	width: 2px;
	background-color: #80c7ff;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
}

.ppNameOptionsCategoryItem:hover .ppNameOptionsCategoryItemInner::before,
.ppNameOptionsCategoryItem:hover .ppNameOptionsCategoryItemInner::after {
	opacity: 0.7;
}

.ppNameOptionsCategoryItem.selected .ppNameOptionsCategoryItemInner::before,
.ppNameOptionsCategoryItem.selected .ppNameOptionsCategoryItemInner::after {
	opacity: 0.9;
}

.ppNameOptionsCategoryItem.selected:hover .ppNameOptionsCategoryItemInner::before,
.ppNameOptionsCategoryItem.selected:hover .ppNameOptionsCategoryItemInner::after {
	opacity: 1;
}

.ppNameOptionsCategoryItemInner::before {
	left: -2px;
}

.ppNameOptionsCategoryItemInner::after {
	right: -2px;
}

/*===SETTING MODAL===*/
#settingsServerStatusTable > tbody > tr.online > .settingServerStatus {
	color: #b6ff00;
	text-shadow: 0 0 15px #b6ff00;
}

#settingsServerStatusTable > tbody > tr.offline > .settingServerStatus {
	color: #ac2925;
	text-shadow: 0 0 15px #ac2925;
}

.settingsHostPrioEntry {
	position: relative;
	height: 32.4px;
	border-bottom: 1px solid #6d6d6d;
}

.settingsHostPrioEntry:last-child {
	border-bottom: initial;
}

.settingHostPrioEntryName {
	position: absolute;
	margin: 3px;
	left: 65px;
}

.settingsHostPrioArrowContainer {
	position: absolute;
	left: 5px;
	height: 100%;
}

.settingsHostPrioArrowContainer > .fa {
	font-size: 22px;
	margin-top: 3px;
}

.settingsHostPrioArrowContainer > .fa-chevron-down {
	margin-left: -6px;
}

#smHostPrioSliderName {
	margin-top: 20px;
	margin-bottom: 5px;
}

#smSoundEqualizingSwitchContainer {
	height: 15px;
}

#settingsAudioContainer label {
	margin-bottom: 0;
	margin-top: 3px;
}

/*====NAME CHANGE MODAL===*/

#ncNewNickname {
	width: 210px;
	margin-left: 50%;
	transform: translatex(-50%);
}

.ncInputActionButton {
	margin-top: 5px;
	margin-left: 50%;
	transform: translateX(-50%);
}

/*====MENU BAR====*/

.menuBar {
	background-color: #1b1b1b;
}

.menuBar .popOut {
	background-color: #424242;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	transform: translateY(105%);
	transition: transform 0.6s ease-in-out;
	overflow: hidden;
	z-index: -1;
}

.menuBar .popOut.open {
	transform: translateY(0%);
}

.menuBarMainButton {
	width: 120px;
	background: #4497ea;
}

.menuBarMainButton,
#rightMenuBarPartContainer {
	position: absolute;
	bottom: 0px;
	height: 120px;
	z-index: 5;
}

.menuBarMainButton:hover {
	-webkit-box-shadow: inset 0 0 20px 9px #4497ea;
	box-shadow: inset 0 0 20px 9px #4497ea;
	background-color: rgb(128, 199, 255);
}

#footerMenuBar {
	position: absolute;
	bottom: 0px;
	height: 45px;
	width: 100%;
	z-index: 200;
}

#footerMenuBar > .popover {
	pointer-events: none;
}

#footerMenuBarBackground {
	position: absolute;
	width: 100%;
	height: 100%;
}

#rightMenuBarPartContainer {
	right: 0px;
}

#rightMenuBarPartContainer::before {
	content: "";
	position: absolute;
	background-color: #1b1b1b;
	width: 105px;
	height: 45px;
	left: -215px;
	bottom: 0;
}

#avatarUserImgContainer {
	right: 0px;
	-webkit-clip-path: circle(120px at 100% 100%);
	clip-path: circle(120px at 100% 100%);
	border-top: solid #006ab7;
	border-left: solid #006ab7;
	border-top-left-radius: 100%;
	overflow: hidden;
}

#avatarUserImgContainerInner {
	width: 130px;
	margin-top: 11px;
}

#menuBarOptionContainer {
	position: absolute;
	bottom: 0px;
	right: 90px;
	font-size: 40px;
	height: 45px;
	width: 112px;
}

#optionGlyphIcon {
	margin-left: 25px;
}

#optionsContainer {
	position: absolute;
	width: 108px;
	bottom: 45px;
	right: 110px;
	font-size: 18px;
	transition: transform 0.5s ease-out;
}

#optionsContainer li {
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: #4242425c 1px solid;
	background-color: #1b1b1b;
}

#optionsContainer li:hover {
	background-color: #424242;
}

#optionsContainer li:last-child {
	padding-bottom: none;
}

#optionsContainer ul {
	margin-bottom: 0px;
}

#xpOuterContainer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 240px;
	height: 100%;
	z-index: 205;
	margin: auto;
	pointer-events: none;
}

#xpBarOuter {
	width: 240px;
	height: 100%;
	background-color: #424242;
	pointer-events: initial;
}

#xpBarInnerOverflow,
#xpBarAnimationContainer {
	transform: unset;
	width: 100%;
	height: 100%;
}

#xpBarInnerOverflow {
	overflow: hidden;
}

#xpBarAnimationContainer {
	opacity: 0;
	position: absolute;
	transition: opacity ease-in-out 1s;
	box-shadow: 0 0 10px #ffffff9e, 0 0 20px #ffffff9e, 0 0 40px #4497ea, 0 0 70px #4497ea, 0 0 80px #4497ea;
}

#xpBarAnimationContainer.smallGlow {
	opacity: 0.8;
}

#xpBarAnimationContainer.bigGlow {
	opacity: 1;
}

#xpBarInner {
	height: 100%;
	transform: translateX(-100%);
	background-color: #4497ea;
	width: 100%;
	transition: transform 1s;
	box-shadow: 1px 0px 15px 1px rgb(66, 146, 226);
}

#xpLevelContainer {
	position: absolute;
	bottom: 0px;
	width: 85%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
}

#currencyContainer {
	position: absolute;
	left: 240px;
	bottom: 0px;
	height: 45px;
}

#currencyText,
#currencyTicketText {
	padding-right: 40px;
	margin-left: 10px;
	font-size: 30px;
	line-height: 100%;
	margin-top: 8px;
}

.currencyIcon {
	width: 30px;
	position: absolute;
	top: 7px;
	right: 10px;
}

#currencyIconGlow {
	opacity: 0;
	transition: opacity 1 ease-out;
}

#currencyIconGlow.runGlow {
	opacity: 1;
}

#currencyTicketContainer {
	transform: translateX(100%);
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding-left: 5px;
}

.levelText {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 32px;
	margin-bottom: 0px;
}

.levelUpHighLightText {
	opacity: 0;
}

#mainMenuSocailButton {
	height: 100%;
	width: 236px;
	position: absolute;
	left: -16px;
	bottom: 0px;
	z-index: 10;
	background-color: #1b1b1b;
}

#mainMenuSocailButton:hover {
	box-shadow: 0px 6px 10px 2px rgba(0, 106, 183, 0.65);
}

#mainMenuSocailButton > i {
	font-size: 33px;
	position: absolute;
	left: 26px;
	top: 50%;
	opacity: 0.8;
	transform: translateY(-50%) skewX(35.5deg);
}

#mainMenuSocailButton:hover > * {
	opacity: 1;
}

#mmSocialButtonOnlineContainer {
	height: 100%;
	width: 64%;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.9;
}

#mmSocialButtonOnlineContainer > h5 {
	margin: 0;
}

.mmSocialButtonOnlineCountContainer {
	width: 50%;
	margin-top: -5px;
	float: left;
}

.mmSocialButtonOnlineCountContainer > h4 {
	margin: 0;
}

.mmSocialButtonOnlineCountContainer > h5 {
	margin: 0;
	margin-top: -3px;
	font-size: 14px;
}

#socialTab {
	width: 236px;
	position: absolute;
	bottom: 45px;
	height: 350px;
}

#allUserList > ul {
	margin: 0;
}

#socialTabContainer {
	position: absolute;
	height: calc(100% - 29px);
	width: 100%;
}

#socialTabContainer > .ps__scrollbar-y-rail {
	left: 0px !important;
}

#socialTabContainer > .ps__scrollbar-y-rail > .ps__scrollbar-y {
	left: 2px;
	right: unset;
	opacity: 0.8;
	width: 8px;
}

#socailTabFooter {
	position: absolute;
	bottom: 0;
	width: calc(100% + 26px);
	height: 29px;
	overflow: hidden;
}

#socailTabFooter > .selected {
	background-color: #6d6d6d;
}

#socailTabFriends {
	z-index: 10;
	margin-left: -26px;
	width: calc(44%);
}

#socialTabAll {
	z-index: 5;
	width: calc(34%);
}

#socialTabProfile {
	width: calc(28%);
}

#socialTabStatusOuterCircle {
	position: absolute;
	top: 0;
	border-radius: 50%;
	background-color: inherit;
	width: 24px;
	height: 24px;
	margin-left: 34px;
	margin-top: 2px;
}

#socialTabStatusInnerCircle {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	transform: skewX(0deg);
	background-color: green;
	margin-left: 2px;
	margin-top: 2px;
}

.socialTabPlayerSocialStatusOuterCircle {
	position: absolute;
	z-index: 1;
	top: 31px;
	left: 65px;
	border-radius: 50%;
	background-color: inherit;
	width: 18px;
	height: 18px;
	transition: transform 0.4s ease-in-out;
}

.socialTabPlayerSocialStatusInnerCircle {
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background-color: gray;
	width: 14px;
	height: 14px;
}

.socialTabPlayerSocialStatusInnerCircleColorOnline {
	background-color: #008000;
}
.socialTabPlayerSocialStatusInnerCircleColorDoNotDisturb {
	background-color: #c80e0e;
}
.socialTabPlayerSocialStatusInnerCircleColorAway {
	background-color: #ecec0b;
}
.socialTabPlayerSocialStatusInnerCircleColorOffline {
	background-color: grey;
}

.socialFooterTab {
	height: 100%;
	float: left;
	position: relative;
	background-color: #1b1b1b;
}

.socialFooterTab > * {
	transform: skewX(35.5deg);
}

#socialTabAllText,
#socialTabFriendsText {
	transform: skewX(35.5deg);
	font-size: 24px;
	margin-top: -3px;
}

#socialTabAllText {
	text-align: center;
	margin-left: -5px;
}

#socialTabFriendsText {
	text-align: left;
	margin-left: 29px;
}

#socialTabAllLoading {
	position: absolute;
	right: 1px;
	top: 4px;
	font-size: 13px;
}

#socialTabProfileText > i {
	font-size: 25px;
	margin-top: 2px;
	margin-left: -24px;
}

.context-menu-icon.context-menu-icon--fa.cmSocialOnline::before {
	color: #008000;
}

.context-menu-icon.context-menu-icon--fa.cmSocialDoNotDisturb::before {
	color: #c80e0e;
}

.context-menu-icon.context-menu-icon--fa.cmSocialAway::before {
	color: #ecec0b;
}

.context-menu-icon.context-menu-icon--fa.cmSocialInvisible::before {
	color: #808080;
}

.friendList {
	margin: 0;
}

.socialTabPlayerEntry {
	height: 32px;
	position: relative;
	overflow: hidden;
	color: white;
	width: 122%;
	transition: transform 0.4s ease-in-out;
}

.socialTabFriendPlayerEntry {
	height: 50px;
	width: 130%;
	margin-left: -10px;
}

.socialTabPlayerEntry.profileOpen {
	background-color: #6d6d6d;
}

#friendOfflineList .stPlayerNameContainer,
#friendOfflineList .stPlayerName > h3 {
	opacity: 0.6;
}

.socialTabPlayerEntry:hover,
.socialTabPlayerEntry.profileOpen {
	transform: translateX(-45px);
}

.stPlayerName {
	height: 100%;
	width: 90%;
	margin-left: -11px;
	background-color: #1b1b1b;
	position: relative;
	padding-top: 2px;
	float: left;
	border-bottom: #4242425c 1px solid;
	overflow: hidden;
}

.stPlayerName > h4 {
	margin: 0;
	text-align: left;
	margin-left: 23px;
	margin-top: 3px;
	font-size: 20px;
	transition: transform 0.4s ease-in-out;
	transform: skewX(35.5deg);
}

.stPlayerName > h3 {
	margin: 0;
	text-align: left;
	margin-left: 23px;
	margin-top: 3px;
	font-size: 20px;
	transition: transform 0.4s ease-in-out;
	transform: skewX(35.5deg);
}

.stPlayerNameContainer {
	position: absolute;
	top: 5px;
	left: 68px;
	transition: transform 0.4s ease-in-out;
	transform: skewX(35.5deg);
	height: 26.5px;
	width: 170px;
}

.stPlayerNameContainer > h4 {
	font-size: 24px;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.socialTabFriendPlayerEntry > .stPlayerName > h3 {
	position: absolute;
	font-size: 15px;
	transition: transform 0.4s ease-in-out;
	transform: skewX(35.5deg);
	top: 29px;
	left: 62px;
}

.socialTabFriendPlayerEntryPicture {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 5px;
	left: 25px;
	background-color: inherit;
	transition: transform 0.4s ease-in-out;
	transform: skewX(35.5deg);
}

.socialTabPlayerEntry:hover > .stPlayerName > h4,
.socialTabPlayerEntry.profileOpen > .stPlayerName > h4,
.socialTabPlayerEntry:hover .stPlayerNameContainer,
.socialTabPlayerEntry.profileOpen .stPlayerNameContainer,
.socialTabPlayerEntry:hover > .stPlayerName > h3,
.socialTabPlayerEntry.profileOpen > .stPlayerName > h3,
.socialTabPlayerEntry:hover > .stPlayerName > .socialTabFriendPlayerEntryPicture,
.socialTabPlayerEntry.profileOpen > .stPlayerName > .socialTabFriendPlayerEntryPicture,
.socialTabPlayerEntry:hover > .stPlayerName > .socialTabPlayerSocialStatusOuterCircle,
.socialTabPlayerEntry.profileOpen > .stPlayerName > .socialTabPlayerSocialStatusOuterCircle {
	transform: skewX(35.5deg) translateX(45px);
}

.stPlayerProfileButton {
	font-size: 20px;
	padding-left: 6px;
	float: left;
	width: 9%;
	margin-top: 4px;
}

.socialTabFriendPlayerEntry > .stPlayerProfileButton {
	margin-top: 25px;
	margin-left: -5px;
}

#chatContainer {
	height: 300px;
	position: absolute;
	bottom: 0px;
	left: 111px;
	width: calc(50% - 275px);
	pointer-events: none;
	overflow: hidden;
	z-index: 1;
}

#activeChatContainer {
	width: calc(100%);
	height: 100%;
	position: absolute;
	float: left;
	bottom: 0;
	margin: 0;
	pointer-events: initial;
	padding-right: 10px;
	pointer-events: none;
	z-index: 0;
}

#activeChatContainer > * {
	z-index: 201;
	pointer-events: initial;
}

#activeChatContainer:active {
	pointer-events: none;
}

#activeChatContainer > .ps__scrollbar-x-rail {
	margin-left: 103px;
	width: calc(100% - 144px) !important;
}

#activeChatScrollContainer {
	margin-top: 255px;
	height: 45px;
	padding-left: 124px;
	position: relative;
	pointer-events: initial;
	min-width: 100%;
}

#chatIndicatorContainer {
	width: 100%;
	height: 45px;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 201;
	pointer-events: none;
	padding-right: 10px;
}

.chatIndicator {
	position: absolute;
	height: 100%;
	width: 1px;
	bottom: 0;
}

.chatIndicator > .animationContainer {
	-webkit-box-shadow: 0 0 5px 5px #fff, 0 0 10px 5px #fff, 0 0 15px 5px #fff, 0 0 20px 5px #228dff, 0 0 35px 5px #228dff,
		0 0 40px 10px #228dff, 0 0 50px 15px #228dff, 0 0 150px 5px #228dff;
	box-shadow: 0 0 5px 5px #fff, 0 0 10px 5px #fff, 0 0 15px 5px #fff, 0 0 20px 5px #228dff, 0 0 35px 5px #228dff,
		0 0 40px 10px #228dff, 0 0 50px 15px #228dff, 0 0 150px 5px #228dff;
}

.chatIndicator.runAnimation > .animationContainer {
	-webkit-animation: pulse 1.5s ease-in-out infinite alternate;
	-moz-animation: pulse 1.5s ease-in-out infinite alternate;
	animation: pulse 1.5s ease-in-out infinite alternate;
}

#chatLeftIndicator {
	left: 105px;
}

#chatRightIndicator {
	right: 22px;
	border-top-left-radius: 100%;
}

.chatBoxContainer {
	position: absolute;
	width: 101%;
	bottom: 45px;
	right: -16px;
	border-right: solid 2px #1b1b1b;
	border-left: solid 2px #1b1b1b;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	transform: translateY(105%);
	transition: transform 0.6s ease-in-out;
	z-index: -1;
	background-color: #424242;
	overflow: hidden;
	height: 200px;
}

.chatBoxContainer.open {
	transform: translateY(0%);
}

.chatBox {
	position: relative;
	float: right;
	width: 155px;
	height: 100%;
	margin-right: 25px;
	margin-left: -15px;
}

.chatBox:first-child {
	margin-right: 15px;
}

.chatBox::before {
	/*Hide chatBoxContainer transition*/
	content: "";
	position: absolute;
	background-color: #1b1b1b;
	width: 100%;
	height: 100%;
	left: -25px;
}

.chatInput {
	font-size: 12px;
	margin: 2px;
	position: absolute;
	bottom: 0px;
	height: 45px;
	width: calc(100% - 4px);
}

.chatTopBar {
	background-color: #1b1b1b;
	font-size: 12px;
	height: 16px;
}

.chatTopBar p {
	height: 100%;
	margin: 0;
	float: left;
	width: 76px;
	overflow: hidden;
}

.chatTopBar p:after {
	content: "";
	pointer-events: none;
	position: absolute;
	width: 50px;
	height: 16px;
	top: 0;
	right: 72px;

	background-image: -webkit-linear-gradient(to left, rgb(27, 27, 27), rgba(27, 27, 27, 0));
	background-image: -moz-linear-gradient(to left, rgb(27, 27, 27), rgba(27, 27, 27, 0));
	background-image: -ms-linear-gradient(to left, rgb(27, 27, 27), rgba(27, 27, 27, 0));
	background-image: -o-linear-gradient(to left, rgb(27, 27, 27), rgba(27, 27, 27, 0));
	background-image: linear-gradient(to left, rgb(27, 27, 27), rgba(27, 27, 27, 0));
}

.chatTopBar .glyphicon {
	float: right;
	margin-left: 6px;
}

.chatTopBar .glyphicon > i {
	font-size: 14px;
}

.disableChatLayer {
	color: white;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #424242;
	opacity: 0.7;
	z-index: 1;
}

.disableChatLayer p {
	width: 100%;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	font-size: 16px;
}

.chatContent {
	font-size: 12px;
	height: 132px;
	margin: 0px;
	position: relative;
	word-wrap: break-word;
}

.chatContent > .ps__scrollbar-y-rail {
	opacity: 0.6;
}

.chatBoxContainer .header {
	-webkit-box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.89);
	box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.89);
	border-bottom: solid 1px #1b1b1b;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	overflow: hidden;
}

.chatBoxContainer .header.closed {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.chatBoxContainer .headerText .row {
	height: 18px;
	margin-top: 2px;
}

.chatBoxContainer .header .row {
	width: 100%;
	margin: 5px 0 0 0px;
}

.chatBoxContainer .header .col-xs-6 {
	padding: 0px;
}

.chatBoxContainer .header .btn {
	padding: 0px;
}

.chatBoxFooter {
	width: 100%;
	height: 100%;
	float: left;
	background-color: #1b1b1b;
}

.chatBoxFooter > h4 {
	width: calc(100% - 25px);
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 19px;
}

.chatBoxTextGlow {
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228dff, 0 0 70px #228dff, 0 0 80px #228dff,
		0 0 100px #228dff, 0 0 150px #228dff;
	opacity: 0;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.chatBoxTextGlow.chatHighlight {
	-webkit-animation: chatHighlight 1s ease-in-out infinite alternate;
	-moz-animation: chatHighlight 1s ease-in-out infinite alternate;
	animation: chatHighlight 1s ease-in-out infinite alternate;
}

.levelUpHighLightText.textGlowGreen {
	text-shadow: 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #b6ff00, 0 0 90px #b6ff00, 0 0 100px #b6ff00,
		0 0 110px #b6ff00, 0 0 160px #b6ff00;
	-webkit-animation: textGlowGreen 1.5s ease-in-out infinite alternate;
	-moz-animation: textGlowGreen 1.5s ease-in-out infinite alternate;
	animation: textGlowGreen 1.5s ease-in-out infinite alternate;
}

@keyframes chatHighlight {
	from {
		opacity: 0.9;
	}
	to {
		opacity: 0.4;
	}
}

@keyframes textGlowGreen {
	from {
		opacity: 1;
	}
	to {
		opacity: 0.75;
	}
}

.chatBoxFooterModIcon {
	position: absolute;
	left: 0;
	right: 22px;
	margin: auto;
	top: 50%;
	transform: translateY(-50%) skewX(35.5deg);
	opacity: 0.7;
}

#loadBalanceStatusContainer {
	position: absolute;
	height: 100%;
	width: 70px;
	left: calc(50% - 190px);
	z-index: 2;
	box-shadow: 1px -3px 10px rgba(0, 0, 0, 0.89);
	transform: skewX(-35.5deg);
	background-color: #1b1b1b;
}

#loadBalanceStatusContainer > * {
	transform: skewX(35.5deg);
}

#loadBalanceStatusIconContainer {
	position: relative;
	height: 100%;
	width: 100%;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.8;
}

#loadBalanceStatusIconText {
	position: absolute;
	font-size: 15px;
}

#loadBalanceStatusMainContainer {
	position: absolute;
	top: 0;
	transform: translateY(-100%) skewX(35.5deg);
	background-color: #1b1b1bd9;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.83);
	width: 129px;
	height: 150px;
	left: -127%;
	padding: 3px;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	pointer-events: none;
}

#loadBalanceStatusContainer:hover #loadBalanceStatusMainContainer {
	opacity: 1;
	pointer-events: initial;
}

#loadBalanceStatusMainText {
	text-align: center;
	font-size: 16px;
	line-height: 18px;
}

.loadBalanceStatusHostRow {
	display: flex;
	align-content: center;
	cursor: pointer;
}

.loadBalanceStatusHostIconContainer {
	font-size: 25px;
}

.loadBalanceStatusSpinner.Good {
	color: #3de000;
}

.loadBalanceStatusSpinner.Okay {
	color: #b5ff00;
}

.loadBalanceStatusSpinner.Poor {
	color: #ff9d00;
}

.loadBalanceStatusSpinner.Bad {
	color: #ff0000;
}

.loadBalanceStatusHostTextContainer {
	font-size: 15px;
	line-height: 15px;
	margin-left: 5px;
	justify-content: center;
	display: flex;
	flex-direction: column;
	text-shadow: 0 0 5px black, 0 0 5px black;
}

/*===MAIN PAGE===*/
#mainMenu {
	width: 100%;
	margin-top: 30vh;
	max-width: 800px;
	left: 0;
	right: 0;
	margin: 30vh auto 0;
}

#mainMenu > .button {
	margin-bottom: 5vh;
	font-size: 32px;
	min-width: 235px;
	max-width: 400px;
	width: 80%;
	display: inline-block;
	position: relative;
}

#mainMenu > .button > h1 {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.mpMainContentContainer {
	position: absolute;
	margin-top: 15vh;
	text-align: center;
}

#mpPlayButton {
	overflow: hidden;
	height: 110px;
}

/* Temp for AMQ Awards promo */
#mpPlayButton {
	height: 70px;
}

#mpPlayButton h1 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%) skewX(35.5deg);
}

.mainMenuButton {
	height: 65px;
}

#mpPlayButton > h1 {
	font-size: 65px;
}

#mpRankedButton {
	overflow: hidden;
}

#mpRankedButton.off {
	-webkit-box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	cursor: initial;
}

#mainMenu > #mpRankedButton > h1 {
	top: 35%;
}

#mpRankedButton > h3 {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 78%;
	transform: translateY(-50%);
	opacity: 0.5;
}

#mpRankedDescriptionButton {
	height: 100%;
	position: absolute;
	width: 60px;
	left: -22px;
	background-color: #1b1b1b;
}

#mpRankedDescriptionButton > h1 {
	margin-left: 7px;
	margin-top: 27px;
	color: rgba(83, 82, 82, 0.65);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
	font-size: 31px;
}

#mpRankedTimer {
	position: absolute;
	height: 100%;
	right: -22px;
	width: 60px;
	background-color: #1b1b1b;
}

#mpRankedTimer > h3 {
	margin: 0;
	margin-top: 18px;
	margin-left: -18px;
	color: rgba(83, 82, 82, 0.65);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
}

#mpRankedTimer > h4 {
	margin: 0;
	margin-top: 2px;
}

#mpNewsContainer {
	width: 95%;
	max-width: 500px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	height: 394px;
}

#mpNewsTitleShadowHider {
	width: 160px;
}

.mpMainTitleShadowHider {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	top: -43px;
	padding: 10px 10px 0 10px;
	overflow: hidden;
}

.mpMainTitleShadowHider > div > h2,
.mpMainTitleShadowHider > div > h3 {
	margin: 0;
}

#mpPromoOuterContainer {
	position: absolute;
	top: calc(414px + 15vh);
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	left: 0;
	right: 0;
	height: 100px;
}

#mpPromoInnerContainer {
	width: 100%;
	height: calc(100% - 25px);
	position: relative;
}

#mpSocialRewardContainer {
	height: 100%;
}

#mpPatreonContainer {
	height: 100%;
	width: 100%;
	background-color: #1b1b1b;
}

#mpPatreonContainerInner,
#mpSocialRewardContainerText {
	width: 374px;
	margin: auto;
	height: 45px;
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	transform: translateY(-50%);
	z-index: 1;
}

#mpPatreonContainerInner > img {
	height: 45px;
	float: left;
	margin: 4px 15px;
}

#mpPatreonContainerInner > h3,
#mpSocialRewardContainerText > h3 {
	margin: 0;
	float: left;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

#mpPatreonContainerInner > h3:last-of-type {
	margin-left: 30px;
}

#mpSocialRewardContainerText > h3:last-of-type {
	margin-left: 45px;
}

.mpSocialRewardTicketImage {
	position: absolute;
	height: 100%;
	left: 0;
}

.mpSocialRewardTicketImage:nth-child(0) {
	left: 60px;
}

.mpSocialRewardTicketImage:nth-child(1) {
	left: 40px;
}

.mpSocialRewardTicketImage:nth-child(2) {
	left: 20px;
}

#mpSocialRewardContainerImageDiscord {
	height: 36px;
	position: absolute;
	right: 42px;
	top: 7px;
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}

.mpSocialRewardContainerImagePatreon {
	height: 30px;
	position: absolute;
	right: 9px;
	bottom: 7px;
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}

#mpTicketSaleBanner {
	height: 100%;
	width: 100%;
}

.mpBannerContainerCenter {
	text-align: center;
	top: 50%;
	position: absolute;
	width: 100%;
	transform: translateY(-50%);
}

.mpBannerContainerCenter > h3 {
	margin: 0;
	margin-bottom: 5px;
	text-shadow: 0px 0px 5px rgb(131, 161, 230), 0px 0px 20px rgb(172, 209, 254);
}

.mpBannerContainerCenter > h3:last-child {
	margin-bottom: 0;
}

#mpTicketSaleImagesLeft {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 115px;
}

#mpTicketSaleImagesRight {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 115px;
}

#mpSpringSkinPromo,
#mpHalloweenSkinPromo,
#mpExtraSkinPromo {
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.mpSpringPromoContainer {
	height: 100%;
	width: calc(50% + 27px);
	background-color: #1b1b1b;
	transform: skewX(-35.5deg);
	overflow: hidden;
}

.mpExtraPromoContainer {
	height: 100%;
	width: calc(50% + 27px);
	background-color: #1b1b1b;
	transform: skewX(-35.5deg);
	overflow: hidden;
}

.mpSpringPromoContainer:hover {
	background-color: #424242;
}

.mpExtraPromoContainer:hover {
	background-color: #424242;
}

.mpSpringPromoContainer:first-of-type {
	float: left;
	margin-left: -27px;
	border-right: 1px solid #424242;
}

.mpSpringPromoContainer:nth-of-type(2) {
	float: right;
	margin-right: -27px;
}

.mpExtraPromoContainer:first-of-type {
	float: left;
	margin-left: -27px;
	border-right: 1px solid #424242;
}

.mpExtraPromoContainer:nth-of-type(2) {
	float: right;
	margin-right: -27px;
}

.mpSpringPromoInner {
	width: 100%;
	height: 100%;
	transform: skewX(35.5deg);
	position: relative;
}

.mpExtraPromoInner {
	width: 100%;
	height: 100%;
	transform: skewX(35.5deg);
	position: relative;
}

.mpSpringPromoInner::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: center;
	background-size: 35%;
	background-repeat: no-repeat;
}

.mpExtraPromoInner::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: center;
	background-size: 35%;
	background-repeat: no-repeat;
}

#mpSpringSkinPromo .mpSpringPromoContainer:first-of-type > .mpSpringPromoInner::before {
	background-position-x: 0;
	background-size: 100%;
	background-position-y: center;
	background-image: url("https://cdn.animemusicquiz.com/v1/backgrounds/250px/komugi_summer_red_hori.webp");
	right: -22px;
}

#mpExtraSkinPromo .mpExtraPromoContainer:first-of-type > .mpExtraPromoInner::before {
	background-image: url("https://cdn.animemusicquiz.com/v1/backgrounds/250px/miyu_summer-games_amq_hori.webp");
	left: 26px;
	background-position-x: 0px;
	background-size: 100%;
	background-repeat: no-repeat;
	transform: scaleX(-1);
}

#mpSpringSkinPromo.mpExtraPromo .mpSpringPromoContainer:first-of-type > .mpSpringPromoInner::before {
	background-image: url("https://cdn.animemusicquiz.com/v1/backgrounds/250px/Kuriko_Standard_Santa-Night_vert.webp");
	background-position-x: -10px;
	background-size: 100%;
	background-position-y: -93px;
	transform: unset;
	left: 29px;
}

#mpSpringSkinPromo .mpSpringPromoContainer:nth-of-type(2) > .mpSpringPromoInner::before {
	background-image: url("https://cdn.animemusicquiz.com/v1/backgrounds/250px/mizuki_summer_teal_hori.webp");
	left: -15px;
	background-size: 100%;
	background-position-y: center;
}

#mpExtraSkinPromo .mpExtraPromoContainer:nth-of-type(2) > .mpExtraPromoInner::before {
	background-image: url("https://cdn.animemusicquiz.com/v1/backgrounds/250px/ritsu_summer-games_amq_hori.webp");
	left: -17px;
	background-size: 100%;
}

#mpSpringSkinPromo.mpExtraPromo .mpSpringPromoContainer:nth-of-type(2) > .mpSpringPromoInner::before {
	background-image: url("https://cdn.animemusicquiz.com/v1/backgrounds/250px/yumemi_standard_reindeer_hori.webp");
	right: unset;
	background-position-x: 7px;
	background-position-y: -22px;
	background-size: 100%;
	left: -25px;
}

#mpHalloweenSkinPromo .mpSpringPromoContainer:first-of-type > .mpSpringPromoInner::before {
	background-image: url("https://cdn.animemusicquiz.com/v1/backgrounds/250px/yin-yan_summer_red_hori.webp");
	background-size: 100%;
	background-position-x: 0;
	background-position-y: center;
	background-repeat: repeat;
	left: 29px;
	transform: scale(-1);
}

#mpHalloweenSkinPromo .mpSpringPromoContainer:nth-of-type(2) > .mpSpringPromoInner::before {
	background-image: url("https://cdn.animemusicquiz.com/v1/backgrounds/250px/ignis_summer_red_hori.webp");
	right: 25px;
	background-size: 100%;
}

.mpSpringPromoInner > img {
	position: absolute;
	transform: translateY(-40%);
	width: 175px;
}

.mpSpringPromoContainer:first-of-type > .mpSpringPromoInner > img {
	right: 0px;
	transform: translateY(-30%);
	width: 150px;
	top: -7px;
}

.mpSpringPromoContainer:nth-of-type(2) > .mpSpringPromoInner > img {
	left: 11px;
	transform: translateY(-27%);
	width: 185px;
	top: -15px;
}

.mpExtraPromoContainer:first-of-type > .mpExtraPromoInner > img {
	right: 13px;
	transform: translateY(-33%);
	width: 180px;
	top: 44px;
	margin-left: 45px;
	margin-top: -6px;
}

.mpExtraPromoContainer:nth-of-type(2) > .mpExtraPromoInner > img {
	left: 57px;
	transform: translateY(-31%);
	width: 150px;
	top: 10px;
	margin-left: 71px;
	margin-top: 6px;
}

#mpHalloweenSkinPromo .mpSpringPromoContainer:first-of-type > .mpSpringPromoInner > img {
	right: 2px;
	width: 150px;
	top: 0px;
}

#mpHalloweenSkinPromo .mpSpringPromoContainer:nth-of-type(2) > .mpSpringPromoInner > img {
	left: 11px;
	width: 186px;
	top: -22px;
}

.mpSpringPromoInner > h3,
.mpExtraPromoInner > h3 {
	position: absolute;
	bottom: 1px;
	margin: 0;
	color: white;
	text-shadow: 0px 0px 3px rgb(119, 74, 99), 0px 0px 3px rgb(0, 0, 0);
}

.mpSpringPromoContainer:first-of-type > .mpSpringPromoInner > h3,
.mpExtraPromoContainer:first-of-type .mpExtraPromoInner > h3 {
	left: 30px;
}

.mpSpringPromoContainer:nth-of-type(2) > .mpSpringPromoInner > h3,
.mpExtraPromoContainer:nth-of-type(2) .mpExtraPromoInner > h3 {
	right: 30px;
}

#mpSpringPromoCenterText {
	text-align: center;
	position: absolute;
	top: 0;
	margin: auto;
	left: 0;
	right: 0;
	color: white;
	text-shadow: 0px 0px 3px rgb(119, 74, 99), 0px 0px 3px rgb(119, 74, 99), 0px 0px 3px rgb(119, 74, 99);
	pointer-events: none;
}

#mpSpringPromoCenterText > h3,
#mpSpringPromoCenterText > h4 {
	margin: 0;
}

#mpKomugiPromo {
	height: 100%;
	width: 100%;
	background-color: #1b1b1b;
	overflow: hidden;
	/* background-image: url("https://cdn.animemusicquiz.com/v1/backgrounds/400px/spring_vert.webp"); */
	background-position: center center;
	background-repeat: no-repeat;
}

#mpKomugiPromo > img {
	width: 100%;
	margin-top: -31px;
}

#mpKomugiPromo #mpSpringPromoCenterText {
	text-shadow: 0px 0px 6px rgb(0, 0, 0);
}

#mpPromoCyacleContainer {
	height: 25px;
	width: 100%;
	text-align: center;
}

#mpAvatarDriveContainer {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 90%;
}

#mpAvatarDriveHeaderShadowHider {
	width: 205px;
}

#mpAvatarDriveContainer {
	height: 510px;
}

#mpDriveStatsContainer {
	position: relative;
	width: 100%;
	height: calc(100% - 65px);
}

#mpDriveStatsContainer > .col-xs-6 {
	height: calc(100% - 60px);
	margin-top: 30px;
}

#mpDriveInfo {
	font-size: 25px;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 3px;
}

.mpHalfStatContainer {
	height: calc(50% - 17.5px);
	position: relative;
}

.mpHalfStatContainer:last-child {
	margin-top: 35px;
}

.mpHalfStatContainer > .mpMainTitleShadowHider {
	top: -36px;
}

#mpDriveStatsContainer .floatingContainer {
	border-radius: 3px;
}

#mpDriveStatsContainer .mpMainTitleShadowHider > .floatingContainer {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	overflow: hidden;
}

#mpDriveStatusBarContainer {
	margin-top: 5px;
	width: 70%;
	display: inline-block;
}

#mpDriveStatusBarContainer > .progress {
	margin-bottom: 0;
}

.mpDriveEntry {
	font-size: 20px;
	height: 20%;
	padding: 0 5px;
	position: relative;
}

.mpDriveEntry:nth-child(2n) {
	background-color: #1b1b1b;
}

.mpDriveEntryCenter {
	position: absolute;
	width: calc(100% - 10px);
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
}

.mpDriveEntryNumber {
	float: left;
	font-weight: bold;
	margin-right: 15px;
}

.mpDriveEntryName {
	float: left;
	width: calc(100% - 77px);
	text-align: left;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}
.mpDriveEntryName::after {
	content: "";
	pointer-events: none;
	position: absolute;
	width: 50px;
	height: 100%;
	top: 0;
	right: 0;
	background-image: -webkit-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: -moz-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: -ms-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: -o-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
}

.mpDriveEntry:nth-child(2n) .mpDriveEntryName::after {
	background-image: -webkit-linear-gradient(to left, rgb(27, 27, 27), rgba(27, 27, 27, 0));
	background-image: -moz-linear-gradient(to left, rgb(27, 27, 27), rgba(27, 27, 27, 0));
	background-image: -ms-linear-gradient(to left, rgb(27, 27, 27), rgba(27, 27, 27, 0));
	background-image: -o-linear-gradient(to left, rgb(27, 27, 27), rgba(27, 27, 27, 0));
	background-image: linear-gradient(to left, rgb(27, 27, 27), rgba(27, 27, 27, 0));
}

.mpDriveEntryValue {
	float: right;
}

.mpDriveList {
	height: 100%;
	margin-bottom: 0;
}

#mpDriveTopHeaderShadowHider {
	top: -26px;
}

#mpDriveTopTabContainer {
	width: calc(100% + 6px);
}

#mpDriveWeeklyTab,
#mpDriveWeeklyTabSmall {
	margin-left: -7px;
	width: calc(33% + 6px);
}

#mpDriveMonthlyTab,
#mpDriveMonthlyTabSmall {
	width: 33%;
}

#mpDriveAllTimeTab,
#mpDriveAllTimeTabSmall {
	width: calc(33% + 2px);
}

#mpDriveTopTabContainer > .leftRightButtonTop > h4 {
	margin: 0;
	font-size: 15px;
}

#mpDriveTopTabContainer .leftRightButtonTop {
	float: left;
}

#mpDriveTopTabContainer .leftRightButtonTop.selected {
	background-color: #6d6d6d;
}

#mpDriveTopContainer .mpDriveEntryName {
	width: calc(100% - 90px);
}

#mpDriveRecentContainer {
	height: 100%;
	position: relative;
}

#mpDriveRecentHeaderShadowHider {
	top: -36px;
}

#mpDriveRecentContainer .mpDriveEntry {
	height: 12.5%;
	line-height: 1;
}

.mpDrivenEntryTarget {
	font-weight: bold;
}

.mpDrivenRecentEntryTop {
	float: left;
	width: 100%;
}

#mpDriveDonationContainer {
	margin-top: 10px;
}

#mpDriveDonationContainer > .button {
	width: 120px;
	padding: 2px;
	display: inline-block;
	position: relative;
}

#mpDriveDonationContainer > .button:first-child {
	margin-right: 7px;
}

#mpDriveDonationContainer > .button > h2 {
	margin: 0;
}

#mpDriveFreeDonationHightlight {
	width: 10px;
	height: 10px;
	background-color: #4497ea;
	border-radius: 50%;
	position: absolute;
	top: -2px;
	right: -2px;
	-webkit-box-shadow: 0px 0px 15px 4px rgb(68, 151, 234);
	box-shadow: 0px 0px 15px 4px rgb(68, 151, 234);
}

#mpDriveWeeklyTabSmall,
#mpDriveMonthlyTabSmall,
#mpDriveAllTimeTabSmall {
	display: none;
}

@media screen and (max-width: 1600px) {
	#mpDriveStatsContainer > .col-xs-6 {
		height: calc(100% - 70px);
		margin-top: 25px;
	}

	#mpDriveStatsContainer .mpMainTitleShadowHider > .floatingContainer > h3 {
		font-size: 20px;
	}

	#mpDriveStandingHeaderShadowHider,
	#mpDriveRecentHeaderShadowHider {
		top: -32px;
	}

	.mpDriveEntry {
		font-size: 14px;
		padding: 0 2px;
	}

	.mpDriveEntryCenter {
		left: 3px;
		width: calc(100% - 6px);
	}

	.mpDriveEntryNumber {
		margin-right: 6px;
	}

	.mpDriveEntryName {
		width: calc(100% - 49px);
	}

	#mpDriveWeeklyTabSmall,
	#mpDriveMonthlyTabSmall,
	#mpDriveAllTimeTabSmall {
		display: initial;
	}

	#mpDriveWeeklyTab,
	#mpDriveMonthlyTab,
	#mpDriveAllTimeTab {
		display: none;
	}

	#mpDriveAllTimeTabSmall > h4 {
		margin-left: -3px !important;
	}

	#mpDriveStatsContainer {
		height: calc(100% - 50px);
	}

	#mpDriveTopContainer .mpDriveEntryName {
		width: calc(100% - 57px);
	}

	.mpDriveEntryName {
		width: calc(100% - 50px);
	}

	#mpDriveDonationContainer {
		margin-top: 0px;
	}

	#mpRankedButton > h3 {
		font-size: 22px;
	}
}

@media screen and (max-height: 749px) {
	.mpMainContentContainer {
		margin-top: 7vh;
	}

	#mpAvatarDriveContainer {
		height: 460px;
	}

	#mpPromoOuterContainer {
		top: calc(414px + 7vh);
	}

	#mainMenu > .button {
		margin-bottom: 2vh;
	}

	#mainMenu {
		margin-top: 156px;
	}
}

@media screen and (max-width: 1300px) {
	#mpPatreonContainerInner {
		width: 303px;
	}

	#mpPatreonContainerInner > h3 {
		font-size: 21px;
		margin-top: 1px;
	}

	#mpPatreonContainerInner > h3:last-of-type {
		margin-left: -8px;
	}

	#mpRankedButton > h3 {
		font-size: 15px;
	}
}

#avatarDriveModal > .modal-dialog {
	width: 900px;
	height: calc(100% - 60px);
}

#avatarDriveModal .modal-content {
	height: 100%;
}

#avatarDriveModal .modal-body {
	padding: 0;
	overflow: hidden;
	height: calc(100% - 72px);
}

#admStandingContainer {
	padding: 10px 0 0 0;
	height: 100%;
}

#admStandingContainer > h2 {
	margin: 0;
	text-align: center;
}

#admStandingList {
	margin: 0;
}

#admStandingList > .mpDriveEntry {
	height: 40px;
	font-size: 20px;
}

#admStandingList .mpDriveEntryName {
	width: calc(100% - 85px);
}

#admStandingList .mpDriveEntryNumber {
	width: 40px;
	margin-right: 0;
}

#admFAQContainer {
	text-align: center;
	height: 100%;
}

#admDonationButton {
	margin-top: 10px;
	width: 150px;
	display: inline-block;
	padding: 10px;
}

#admDonationButton > h1 {
	margin: 0;
}

#admDonationTypeContainer,
#admAvatarDescriptionContainer {
	margin-bottom: 5px;
}

#admDonationDescription {
	width: 64%;
	height: 60px;
	margin: 0px 18%;
}

.admDonationAvatarSelector {
	width: 165px !important;
	margin-right: 16px;
}

#admAvatarChoiceText {
	font-weight: bold;
}

#admDonationInputContainer {
	width: 50%;
	margin: 10px 25%;
	margin-bottom: 3px;
}

#admDonationDollarApproximate {
	font-size: 16px;
	margin-bottom: 3px;
}

#admCheckoutButton {
	width: 160px;
	background-color: #4497ea;
	font-size: 23px;
	position: absolute;
	opacity: 0.9;
	text-align: center;
	left: 50%;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	color: white;
	transform: translateX(-50%);
}

#admCheckoutButton:hover {
	opacity: 1;
}

.admFAQEntry > p {
	text-align: left;
}

#admDonationAmountContainer {
	position: relative;
	height: 97px;
}

#admFreeDonationToggle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#admFreeAmountContainer > .button {
	height: 35px;
	width: 130px;
	margin: auto;
	padding-top: 3px;
}

#admFreeAmountContainer > .button > h3 {
	margin: 0;
}

#mpNewsBody {
	text-align: left;
	padding: 8px;
	height: calc(100% - 88px);
	position: relative;
}

.mpNewsHeader {
	margin-bottom: 7px;
}

.mpNewsTitle {
	margin: 0;
}

.mpNewsSubtitle {
	margin: 0;
	font-weight: bold;
	font-size: 14px;
}

.mpNewsImage {
	max-width: 40%;
	max-height: 235px;
	float: right;
}

.mpNewsText {
	float: left;
	width: 100%;
}
#mpNewsBody > .ps__scrollbar-y-rail {
	opacity: 0.8;
}

.mpNewsBottomTab {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 44px;
	border-bottom: solid 3px #1b1b1b;
	border-top: solid 3px #1b1b1b;
}

.mpNewsBottomTab > .leftRightButtonTop {
	width: 236px;
	position: relative;
	float: left;
	height: 44px;
	margin-left: -16px;
	background-color: #1b1b1b;
}

.mpNewsBottomTab h3 {
	margin: 5px;
}

.mpNewsBottomTab > .mpNewsBottomContainer {
	float: right;
	margin-top: 2px;
	width: calc(100% - 227px);
	text-align: center;
}

#mpNewSocailTab > .mpNewsBottomContainer > div {
	width: 114px;
	display: inline-block;
}

#mpNewSocailTab .startPageSocailIcon {
	width: 33px;
	height: 33px;
	margin-right: 5px;
}

#mpNewSocailTab .startPageSocailIcon > i {
	font-size: 27px;
	margin-top: 3px;
}

#mpNewSocailTab .startPageSocailIcon > img {
	margin-top: 6px;
}

#mpNewsMerchTab {
	border-top: none;
}

#mpAnimatedPromo {
	width: 165px;
	height: 248px;
	margin-top: -50px;
	margin-right: 21px;
}

#startPageMerchContainer h3 {
	margin-top: 4px;
	width: 45%;
	float: left;
}

@media screen and (max-width: 1250px) {
	#mpNewSocailTab > .leftRightButtonTop {
		width: 200px;
	}

	#mpNewSocailTab h2 {
		margin: 6px;
		font-size: 22px;
	}

	#mpNewSocailTab > #startPageSocailContainer {
		width: calc(100% - 234px);
	}
}

#rankedModeSelector .modal-dialog {
	width: 400px;
}

#rankedModeSelector .modal-header {
	background-color: #1b1b1b;
	border-bottom: none;
}

#rankedModeSelector .modal-body {
	padding: 0;
	height: 200px;
}

.rmsModeContainer {
	width: 50%;
	float: left;
	height: 200px;
	position: relative;
	border-right: 1px solid #1b1b1b;
}

.rmsModeContainer.closed {
	pointer-events: none;
}

.rmsModeContainer:last-child {
	border-right: none;
}

.rmsModeContainer:hover {
	background-color: #6d6d6d;
}

.rmsModeDescription {
	position: absolute;
	top: 50%;
	padding: 60px 10px 10px;
	font-size: 16px;
	text-align: center;
	text-shadow: 0px 0px 4px rgb(0, 0, 0);
	transform: translateY(-50%);
}

.rmsModeName {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 40px;
	top: 5px;
	color: white;
	text-shadow: 0px 0px 6px rgb(0, 0, 0), 0px 0px 4px rgb(0, 0, 0);
}

.rmsModeClosed {
	position: absolute;
	left: 50%;
	top: 35%;
	transform: translate(-50%, -50%);
	font-size: 36px;
	color: white;
	background-color: #1b1b1bbf;
	text-align: center;
	padding: 5px 10px;
	border-radius: 1px;
	box-shadow: 0 0 7px 1px rgb(0, 0, 0);
	display: none;
}

.rmsModeContainer.closed .rmsModeClosed {
	display: block;
}

/*===QUIZ OF THE DAY MODAL===*/

#quizOfTheDayModal {
	color: white;
}

#quizOfTheDayModal > .modal-dialog {
	width: 1200px;
}

.quizOfTheDayScheduleHeader {
	font-size: 24px;
	text-align: center;
	line-height: 24px;
}

#quizOfTheDayScheduleWeeklyHeader {
	margin-bottom: 10px;
}

#quizOfTheDayScheduleTargetWeek {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: center;
	width: 200px;
	margin-left: 50%;
	transform: translateX(-50%);
	position: relative;
}

.quizOfTheDayScheduleTargetDayButton {
	position: absolute;
	top: -10px;
	font-size: 40px;
	cursor: pointer;
}

#quizOfTheDayScheduleTargetDayLeftButton {
	left: 0;
}

#quizOfTheDayScheduleTargetDayRightButton {
	right: 0;
}

#quizOfTheDayScheduleContainer {
	width: calc(100% + 30px);
	margin-left: -15px;
	display: flex;
	flex-direction: row;
	border-top: 1px solid #1b1b1b;
	border-bottom: 1px solid #1b1b1b;
	margin-bottom: 10px;
}

.quizOfTheDayScheduleDay {
	display: flex;
	flex-direction: column;
	position: relative;
	text-shadow: 0px 0px 5px black, 0px 0px 5px black;
	height: 250px;
	padding: 0 5px;
	border-right: 1px solid #1b1b1b;
	flex: 1 1 0px;
}

.quizOfTheDayScheduleDay.played {
	opacity: 0.55;
}

.quizOfTheDayScheduleDay:first-child {
	padding: 0;
	padding-right: 5px;
}

.quizOfTheDayScheduleDay:last-child {
	padding: 0;
	padding-left: 5px;
	border-right: none;
}

.quizOfTheDayScheduleDay::before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0px;
	height: 100%;
	background: linear-gradient(
		180deg,
		rgba(27, 27, 27, 0.15308130087972693) 0%,
		rgba(27, 27, 27, 0.43879558659401263) 75%,
		rgba(27, 27, 27, 1) 100%
	);
}

.quizOfTheDayScheduleDay.active::before {
	background: linear-gradient(
		180deg,
		rgba(0, 106, 183, 0.15308130087972693) 0%,
		rgba(0, 106, 183, 0.43879558659401263) 75%,
		rgba(0, 106, 183, 1) 100%
	);
}

.quizOfTheDayScheduleDayTitle {
	font-size: 24px;
	text-align: center;
	position: relative;
}

.quizOfTheDayScheduleDayDate {
	position: relative;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	opacity: 0.7;
}

.quizOfTheDayScheduleDayType {
	font-size: 18px;
	text-align: center;
	position: relative;
}

.quizOfTheDayScheduleDayDescription {
	padding: 5px 5px;
	flex-grow: 1;
	overflow: auto;
	position: relative;
}

.quizOfTheDayScheduleDayIconImage {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5%;
	width: 80%;
	opacity: 0.6;
}

.quizOfTheDayScheduleDescription {
	margin-top: 8px;
	font-size: 16px;
	padding: 0px 310px;
}

#quizOfTheDayScheduleRankedInfo {
	font-size: 30px;
	text-align: center;
	margin-top: 10px;
}

/*===POPOUT MESSAGES===*/
.popoutMessage {
	position: absolute;
	left: 0;
	width: 320px;
	transform: translateX(-120%);
	transition: transform 1s ease-in-out;
	overflow: hidden;
	z-index: 500;
}

.popoutMessage.open {
	transform: translateX(0%);
}

.popoutMessage > .close {
	position: absolute;
	right: 3px;
}

.popoutContent > p {
	padding: 0 5px;
	width: 320px;
}

.popoutContent > h4 {
	width: 320px;
}

#restartMessageContainer {
	top: 10%;
}

#popoutMessageContainer {
	top: 30%;
}

.rankedPopoutTitle {
	margin-bottom: 2px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.rankedPopoutPositionText {
	margin: 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.rankedResultPopoutContent > h4 {
	margin-bottom: 5px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.rankedResultPopoutContent > h3 {
	margin-top: 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.rankedResultPopoutContent > .rankedPoputRankGlow {
	margin-top: -36px;
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #4497ea, 0 0 35px #4497ea, 0 0 40px #4497ea,
		0 0 50px #4497ea, 0 0 75px #4497ea;
	opacity: 0;
	transition: opacity ease-in-out 1s;
}

.rankedResultPopoutBadge {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100px;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
	z-index: -1;
}

/*===SOCIAL REWARD MODAL===*/
.srmRewardIcon {
	height: 40px;
	font-size: 40px;
	vertical-align: bottom;
	margin-top: -4px;
	margin-right: 7px;
}

.srmRewardIconPatreon {
	height: 35px;
}

/*===PATREON MODAL===*/
#patreonModal .modal-body {
	min-height: 325px;
}

#pmRewardContainer {
	text-align: center;
}

#pmRewardContainer > .row {
	font-weight: bold;
}

#pmPatroenLink {
	width: 120px;
	float: right;
	-webkit-box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	margin-left: 5px;
}

#pmPatroenLink:hover {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 106, 183, 0.65);
	box-shadow: 0px 0px 10px 2px rgba(0, 106, 183, 0.65);
}

#pmPatroenLink > .patreonIcon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #1b1b1b;
	margin: auto;
}

#pmPatroenLink > .patreonIcon > .pat {
	width: 70%;
	margin-left: 19%;
	margin-top: 16%;
}

#pmPatroenLink > h3 {
	text-align: center;
	margin: 0;
}

#pmLinkAccountButton {
	width: 306px;
	padding: 10px;
	margin: 10px auto 0px;
	-webkit-box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
}

#pmLinkAccountButton:hover {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 106, 183, 0.65);
	box-shadow: 0px 0px 10px 2px rgba(0, 106, 183, 0.65);
}

#pmBackerButtonContainer > h3 {
	margin-bottom: 0;
}

#pmLinkAccountButton > h2 {
	margin: 0;
}

#pmInfoContainer {
	position: relative;
	width: calc(100% - 176px);
	height: 298px;
	float: left;
}

#pmInfoContainer > h1 {
	margin-top: 0;
	margin-bottom: 20px;
}

#pmInfoContainer #pmPatroenLink {
	position: absolute;
	right: 55px;
	bottom: 29px;
	width: 85px;
}

#pmInfoContainer #pmPatroenLink > .patreonIcon {
	width: 60px;
	height: 60px;
}

#pmBadgeLevelContainer {
	position: relative;
}

#pmInfoContainer .backerBadge {
	position: absolute;
	top: 0px;
}

.backerBadge {
	height: 30px;
}

#pmCurrentBadge {
	left: 65px;
}

#pmNextBadge {
	right: 65px;
}

#pmButtonContainer {
	position: absolute;
	left: 3px;
	bottom: -7px;
	top: 140px;
}

.pmButton {
	text-align: center;
	-webkit-box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	width: 191px;
	height: 40px;
	margin: 0 auto 15px;
}

.pmButton:hover {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 106, 183, 0.65);
	box-shadow: 0px 0px 10px 2px rgba(0, 106, 183, 0.65);
}

.pmButton > h3 {
	margin: 0;
	padding-top: 6px;
}

.delinked .pmUpdateInfoButton {
	background-color: #4497ea;
}

.pmUpdateInfoButtonRelinkText {
	display: none;
}

.delinked .pmUpdateInfoButtonRelinkText {
	display: block;
}

.delinked .pmUpdateInfoButtonUpdateText {
	display: none;
}

#pmLevelContainer {
	float: right;
	margin-top: 12px;
}

#pmLevelContainer > h2 {
	margin: 0;
}

#pmLinkedAccountContainer {
	margin-bottom: 5px;
}

#pmEmojiContainerOuter {
	padding: 0;
	z-index: 1;
}

#pmEmojiContainerOuter > label {
	margin: 0;
}

#pmEmojiContainerInner {
	background-color: #1b1b1b;
	-webkit-box-shadow: 0 0 10px 1px rgb(0, 0, 0);
	box-shadow: 0 0 10px 1px rgb(0, 0, 0);
	position: relative;
}

#pmEmojiPreview {
	position: absolute;
	width: 100%;
	height: 28px;
	overflow: hidden;
	background-color: #1b1b1b;
	top: 0;
}

#pmEmojiContainerInner.open #pmEmojiPreview {
	pointer-events: none;
	background-color: transparent;
}

#pmEmojiManageButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	margin-right: -10px;
	height: 100%;
	transform: translateX(0) skewX(35.5deg);
	transition: transform 0.7s ease-in;
	background-color: #1b1b1b;
}

#pmEmojiContainerInner.open #pmEmojiManageButton {
	transform: translateX(80px);
}

#pmEmojiManageButton > p {
	margin: 0;
	padding-right: 5px;
	margin-top: 3px;
}

#pmEmojiPreviewList {
	width: calc(100% - 80px);
	opacity: 1;
	transition: opacity 0.7s ease-out;
	position: absolute;
	width: 140px;
	height: 100%;
}

#pmEmojiPreviewList > .amqEmoji {
	margin-left: -10px;
	top: initial;
	transform: initial;
}

#pmEmojiContainerInner.open #pmEmojiPreviewList {
	opacity: 0;
}

#pmEmojiListContainer {
	max-height: 28px;
	overflow: hidden;
	transition: max-height 0.7s ease-in-out;
	position: relative;
	background-color: #1b1b1b;
}

#pmEmojiContainerInner.open #pmEmojiListContainer {
	max-height: 165px;
}

#pmEmojiList > ul {
	margin-bottom: 0;
}

.pmEmojiEmpty {
	opacity: 0.5;
	font-size: 18px;
}

.pmEmojiPreviewEntry {
	height: 30px;
	overflow: hidden;
}

.pmEmojiPreviewEntry > .amqEmoji {
	float: left;
}

.pmEmojiPreviewEntry > p {
	float: left;
	margin: 0;
	margin-left: 0px;
	margin-left: 5px;
	font-size: 17px;
	opacity: 0.7;
}

.pmEmojiPreviewName {
	width: 100px;
	overflow: hidden;
	text-align: left;
}

.pmEmojiPreviewName::after {
	content: "";
	pointer-events: none;
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0;
	right: 0;
	background-image: -webkit-linear-gradient(to left, rgb(27, 27, 27), rgba(27, 27, 27, 0));
	background-image: -moz-linear-gradient(to left, rgb(27, 27, 27), rgba(27, 27, 27, 0));
	background-image: -ms-linear-gradient(to left, rgb(27, 27, 27), rgba(27, 27, 27, 0));
	background-image: -o-linear-gradient(to left, rgb(27, 27, 27), rgba(27, 27, 27, 0));
	background-image: linear-gradient(to left, rgb(27, 27, 27), rgba(27, 27, 27, 0));
}

.pmEmojiState {
	width: 17px;
	text-align: center;
}

.pmEmojiDelete {
	font-size: 27px;
	float: right;
	margin-right: 15px;
	opacity: 0.7;
}

.pmEmojiDelete:hover {
	opacity: 0.9;
}

.pmEmojiNoIcon {
	float: left;
	margin: 1px;
	font-size: 28px;
	margin-right: 7px;
	opacity: 0.9;
}

.pmEmojiNoIcon.fa-spin {
	font-size: 22px;
	margin-top: 4px;
}

.pmEmojiPopupButton {
	position: absolute;
	width: 58px;
	background-color: #1b1b1b;
	top: -20px;
	transition: transform 0.7s ease-in;
}

.pmEmojiPopupButton > p {
	margin: 0;
}

#pmEmojiAddButton {
	left: 7px;
	transform: translateY(25px) skewX(-35.5deg);
}

#pmEmojiContainerInner.open #pmEmojiAddButton {
	transform: translateY(0) skewX(-35.5deg);
}

#pmEmojiCloseButton {
	right: 7px;
	transform: translateY(25px) skewX(35.5deg);
}

#pmEmojiContainerInner.open #pmEmojiCloseButton {
	transform: translateY(0) skewX(35.5deg);
}

/*===INTRODUCTION LAYER===*/
#tutorialBlocker {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.2);
}

#tutorialContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1100;
	pointer-events: none;
}

#tutorialContainer > * {
	pointer-events: initial;
}

#tcMessageContainer {
	width: 600px;
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	margin: auto;
	height: 170px;
	overflow: hidden;
}

#tcMessageTopBar {
	font-size: 25px;
	height: 35.7167px;
	overflow: hidden;
	background-color: #1b1b1b;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	position: relative;
	z-index: 5;
}

#tcMessageExitButton {
	position: absolute;
	left: -11px;
	top: 0;
	width: 85px;
	padding-left: 20px;
}

#tcTopBarText {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

#tcMessageNextButton {
	position: absolute;
	top: 0;
	right: -11px;
	width: 130px;
	padding-right: 20px;
	text-align: right;
}

.tcTopBarButton:hover {
	background-color: #6d6d6d;
}

#tcNextMessage {
	text-shadow: 0 0 5px rgb(0, 106, 183), 0 0 10px rgb(0, 106, 183), 0 0 15px rgb(0, 106, 183);
}

.tcTopBarButton.disabled > #tcNextMessage {
	text-shadow: none;
}

#tcMessage {
	width: calc(100% - 134.283px);
	font-size: 18px;
	padding: 5px;
}

#tcMessageImageContainer {
	background-color: #1b1b1b;
	position: absolute;
	top: 35.7167px;
	right: 0;
	height: 134.283px;
	width: 134.283px;
}

#tcMessageImage {
	width: 100%;
}

#tcTextInputContainer {
	position: absolute;
	width: 600px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 275px;
	text-align: center;
	display: flex;
	justify-content: center;
}

#tcTextInput {
	width: 180px;
	font-size: 22px;
	height: 35px;
	position: relative;
	display: inline-block;
	margin-right: 15px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 2px rgb(0, 106, 183), 0px 0px 30px 10px rgb(0, 0, 0);
	border: none;
	border-radius: 10px;
	color: black;
	padding: 0 8px;
}

#tcTextInput:focus {
	outline: #1b1b1bab solid;
}

#tcOptionContainer {
	position: absolute;
	width: 600px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 275px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.tcOption {
	width: 180px;
	font-size: 26px;
	text-align: center;
	height: 50px;
	position: relative;
	display: flex;
	justify-content: center;
	margin-right: 15px;
	background-color: #1b1b1b;
	box-shadow: 0px 0px 10px 2px rgba(0, 106, 183);
}

.tcOption:hover {
	background-color: #6d6d6d;
}

.tcOption:last-child {
	margin-right: 0;
}

.tcOptionText {
	position: absolute;
	top: 50%;
	width: fit-content;
	transform: translateY(-50%);
	padding: 4px;
}

.tcPopoutElement {
	z-index: 1030 !important;
}

#footerMenuBar.tcPopoutElement {
	z-index: 1031 !important;
}

.tcPopoutElement > * {
	pointer-events: none !important;
}

.tcPopoutElement .swTopBarAvatarContainer {
	pointer-events: none !important;
}

.tcHighlightElement {
	box-shadow: 0px 0px 10px 2px rgba(0, 106, 183) !important;
	text-shadow: 0 0 5px rgb(0, 106, 183), 0 0 10px rgb(0, 106, 183), 0 0 15px rgb(0, 106, 183);
}

.tcHighlightElement > * > * {
	text-shadow: initial;
}

#socialTabProfile.tcHighlightElement > * > * {
	text-shadow: 0 0 5px rgb(0, 106, 183), 0 0 10px rgb(0, 106, 183), 0 0 15px rgb(0, 106, 183);
}

.tcDisableElementSolo {
	pointer-events: none !important;
}

.tcEnableElementSolo > * {
	pointer-events: none !important;
}

.tcEnableElementSolo > .ps__scrollbar-x-rail,
.tcEnableElementSolo > .ps__scrollbar-y-rail {
	pointer-events: initial !important;
}

.tcEnableElement {
	pointer-events: initial !important;
}

.tcEnableElementSolo {
	pointer-events: initial !important;
}

.tcDisableElement {
	pointer-events: none !important;
}

#tutorialTileContainer {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 30%;
	transform: translateY(-50%);
}

.tmContainer {
	width: 400px;
	margin-left: 50%;
	transform: translateX(-50%);
	margin-top: 10px;
	margin-bottom: 20px;
}

.tmRow {
	position: relative;
	font-size: 20px;
	overflow: hidden;
	width: 100%;
	height: 28.5667px;
}

.tmRowButtonContainer {
	position: absolute;
	left: 0px;
	top: -2px;
}

.tmRowButtonContainer > .btn {
	padding: 3px 27px;
}

.tmRowName {
	background-color: #1b1b1b;
	width: 50%;
	position: absolute;
	left: 0px;
	right: 50px;
	margin: auto;
	text-align: center;
	z-index: 1;
}

.tmRowStatus {
	position: absolute;
	top: 0;
	right: 0;
	width: 135px;
	text-align: center;
	padding-left: 15px;
}

.tmRowStatus.completed {
	background-color: #5cb85c;
}

/*===EXPAND LIBRARY PAGE===*/

.elMainContainer {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 640px;
	width: calc(100% - 280px);
	height: 100%;
	display: flex;
	flex-direction: column;
}

#elExpandButtonContainer {
	height: 200px;
	width: 300px;
	position: absolute;
	right: 0;
	transform: translateX(100%);
	overflow: hidden;
	padding-left: 10px;
}

#elExpandButton {
	padding-left: 20px;
	width: 115px;
}

#elExpandButton:hover {
	background-color: #6d6d6d;
}

#elExpandButton > p {
	text-align: left;
}

#elExpandUploadCount {
	position: absolute;
	top: 54px;
	padding-left: 20px;
	background-color: #1b1b1b;
	font-size: 25px;
	text-align: left;
	width: fit-content;
	padding-right: 17px;
	left: -12px;
}

#elExpandUploadCount > p {
	margin: 0;
}

#elExpandFaqButton {
	left: -12px;
	width: 90px;
	top: 112px;
	padding-left: 20px;
	text-align: left;
}

#elExpandFaqButton > p {
	text-align: left;
}

.elFilterContainer {
	width: 100%;
	background-color: #1b1b1bd6;
	color: white;
	position: relative;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
}

.elFilterViewContainer {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 36px;
}

.elFilterViewOption {
	position: relative;
	width: fit-content;
	font-size: 18px;
	padding-left: 6px;
	padding-right: 18px;
	float: left;
}

.elFilterViewOption.selected::before {
	background-color: #6d6d6d;
}

.elFilterHeader {
	text-align: center;
	margin: 0;
	font-size: 34px;
	margin-bottom: 10px;
}

.elFlexContainer {
	position: relative;
	display: flex;
	width: 100%;
	margin-bottom: 25px;
}

.elFlexColumn {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: start;
}

.elFlexRow {
	width: 100%;
	justify-content: space-evenly;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 7px;
}

.elFlexRow:last-child {
	margin-bottom: 0;
}

.elFlexRow.elFlexRowNoMargin {
	margin-bottom: 0;
}

.elFilterOptionButton {
	padding: 3px 10px;
	background-color: #1b1b1b;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.75);
	font-size: 16px;
	cursor: pointer;
	border-radius: 10px;
}

.elFilterOptionButton.selected {
	background-color: #6d6d6d;
}

.elFilterOptionButton:hover {
	background-color: #424242;
}

.elFilterMainContainer {
	flex-direction: column;
}

.elFilterOptionExpandContainer {
	padding-bottom: 30px;
	max-height: 0;
	height: fit-content;
	transition: max-height 0.7s ease-out;
	margin-bottom: 10px;
}

.elFilterOptionExpandContainer.open {
	max-height: 190px;
	padding-bottom: 15px;
}

.elFilterOptionExpandContainer .elFlexColumn {
	overflow: hidden;
}

.elExpandLine {
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 20px;
	opacity: 0.5;
}

.elExpandLine::before {
	color: #006ab7;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	top: -18px;
}

.elFilterOptionExpandLine::before {
	content: "More Filters";
	color: #28a4ff;
	font-weight: bold;
}

.elAnimeEntryExpandLine::before {
	content: "More Info";
}

.elFlexContainer.open .elExpandLine::before {
	display: none;
}

.elExpandLine:hover {
	opacity: 1;
	cursor: pointer;
}

.elFlexContainer.open .elExpandLine {
	bottom: 0px;
}

.elExpandButtonHidder {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.elExpandButton {
	position: absolute;
	height: 150%;
	aspect-ratio: 1/1;
	rotate: 45deg;
	left: 0;
	right: 0;
	margin: auto;
	top: -80%;
	border: 3px solid #006ab7;
}

.elFlexContainer.open .elExpandButton {
	bottom: -80%;
	top: unset;
}

.elExpandInnerLine {
	position: absolute;
	width: calc(50% - 17px);
	height: 3px;
	background-color: #006ab7;
	top: 1px;
	transform: translateY(-50%);
}

.elFlexContainer.open .elExpandInnerLine {
	top: unset;
	bottom: -1px;
}

.elExpandInnerLineLeft {
	left: 0;
}

.elExpandInnerLineRight {
	right: 0;
}

.elFromSeasonSelectors {
	float: left;
	margin-left: 3px;
}

.elToSeasonSelectors {
	float: right;
	margin-right: 3px;
}

.elFilterVintageContainer .mhRangeSliderTextBox {
	background-color: #1b1b1b;
	color: white;
	padding: 1px 3px;
	width: 40px;
}

.elFilterVintageContainer .mhRangeSliderTextBox:focus {
	outline: none;
}

.elFilterVintageContainer .mhSeasonSelector {
	color: white;
}

.elLabel {
	font-size: 18px;
}

.elFilterSearchContainer {
	height: 26px;
	position: relative;
}

.elFilterSearchTargetContainerOuter {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	overflow: hidden;
	height: 100%;
	width: 225px;
	pointer-events: none;
}

.elFilterSearchTargetContainer {
	height: 26px;
	position: relative;
	width: 137px;
	pointer-events: initial;
	float: left;
}

.elFilterSearchTargetDropdown {
	background-color: #1b1b1b;
	border: none;
	height: 100%;
	font-size: 20px;
	text-align: center;
	margin-top: 2px;
	cursor: pointer;
}

.elFilterStrictToggle {
	position: relative;
	width: 75px;
	float: left;
	height: 100%;
	font-size: 20px;
	line-height: 26px;
	padding-left: 6px;
	pointer-events: initial;
}

.elFilterStrictToggleInner {
	opacity: 0.3;
}

.elFilterStrictToggle.active .elFilterStrictToggleInner {
	opacity: 1;
}

.elFilterSearchInput {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding-left: 212px;
	background-color: #1b1b1b;
	border: none;
	font-size: 20px;
	outline: none;
}

.elEntryContainer {
	flex-grow: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	background-color: #1b1b1b8a;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.81);
}

.elEntryContainerInner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: scroll;
	padding: 0px 15px;
	padding-top: 5%;
	mask: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0,
		rgb(0, 0, 0) 5%,
		rgb(0, 0, 0) 90%,
		rgb(0, 0, 0) 95%,
		rgb(0, 0, 0) 100%
	);
	overflow-x: hidden;
}

.elAnimeEntry {
	background-color: #1b1b1b;
	width: 100%;
	position: relative;
	color: white;
	height: fit-content;
	box-shadow: 0 0px 5px 1px rgb(0, 0, 0);
	margin-top: 10px;
}

.elAnimeEntryDummy {
	height: 50px;
	width: 100%;
	pointer-events: none;
}

.elAnimeEntry:first-child {
	margin-top: 0;
}

.elAnimeEntryHeader {
	position: relative;
	width: 100%;
	height: 50px;
	cursor: pointer;
	user-select: none;
}

.elAnimeEntryHeader:hover {
	background-color: #424242;
}

.elAnimeEntryName {
	position: absolute;
	font-size: 28px;
	line-height: 28px;
	padding-left: 5px;
	padding-top: 3px;
	width: 100%;
	height: 31px;
}

.elAnimeEntryCategory {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 5px;
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 2px;
	opacity: 0.6;
}

.elAnimeEntrySongCountContainer {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	column-gap: 10px;
	font-size: 18px;
	line-height: 18px;
	padding-right: 5px;
	padding-bottom: 2px;
	opacity: 0.6;
	word-spacing: -2px;
}

.elAnimeEntryInfoContainer {
	height: fit-content;
	max-height: 0;
	transition: max-height 0.7s ease-out;
	overflow: hidden;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.snapClose .elAnimeEntryInfoContainer {
	transition: none;
}

.elAnimeEntryInfoContainer.open {
	border-top: solid 2px #6d6d6d52;
	max-height: 100vh;
	padding-top: 5px;
	transition: max-height 0.7s ease-out;
}

.elAnimeEntryInfoTopContainer {
	margin-bottom: 3px;
}

.elAnimeVintage {
	font-size: 18px;
}

.elEntryLink {
	font-size: 16px;
}

.elAnimeEntryExtraInfo {
	padding-bottom: 40px;
	max-height: 0;
	height: fit-content;
	transition: max-height 0.4s ease-out;
	margin-bottom: 10px;
}

.elAnimeEntryExtraInfo.open {
	max-height: 400px;
	padding-bottom: 15px;
}

.elAnimeEntryExtraInfoInner {
	position: relative;
	width: 100%;
	height: fit-content;
	display: flex;
	max-height: 0;
	transition: max-height 0.2s ease-out;
	overflow: hidden;
}

.elAnimeEntryExtraInfo.open .elAnimeEntryExtraInfoInner {
	transition: max-height 0.7s ease-out;
	max-height: 350px;
}

.elAnimeEntryGenreContainer,
.elAnimeEntryTagContainer {
	column-gap: 4px;
	padding: 0 5px;
	row-gap: 8px;
}

.elGenreTag {
	background-color: #006ab7;
	border-radius: 8px;
	padding: 1px 5px;
}

.elNameEntry {
	width: 100%;
	text-align: center;
	margin-bottom: 3px;
	padding: 0 10px;
}

.elNameEntry:last-child {
	margin-bottom: 0;
}

.elNameLanguage {
	opacity: 0.5;
	margin-left: 10px;
}

.elAnimeEntrySongContainer {
	margin-top: -18px;
	flex-grow: 1;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.elAnimeEntrySongContainer.infoOpen {
	margin-top: -6px;
}

.elAnimeEntrySongList {
	position: relative;
	border-top: solid 1px #6d6d6d52;
	border-bottom: solid 1px #6d6d6d52;
	flex-grow: 1;
}

.elSongEntry {
	border-bottom: 1px solid #6d6d6d33;
	background: #1b1b1b;
	color: white;
	position: relative;
}

.elEntryContainerInner > .elSongEntry {
	box-shadow: 0 0px 5px 1px rgb(0, 0, 0);
	margin-top: 30px;
}

.elSongEntryAnimeHeaderContainer {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	width: 100%;
	height: 30px;
}

.elSongEntryAnimeHeaderContainerInner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	pointer-events: none;
	padding-top: 10px;
}

.elSongEntryAnimeHeaderContainerInner > * {
	pointer-events: initial;
}

.elSongEntryAnimeHeaderName {
	font-weight: bold;
}

.elSongEntryAnimeHeaderNameText {
	font-weight: normal;
}

.elSongEntryAnimeHeader {
	position: relative;
	width: fit-content;
	padding-left: 5px;
	padding-right: 20px;
	height: 20px;
}

.elSongEntryAnimeHeader::before {
	left: -9px;
}

.elSongEntryAnimeHeaderExtraShadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	box-shadow: 0 0 10px 0px rgb(0, 0, 0);
	z-index: -1;
	clip-path: polygon(0 -100%, 0 200%, -100% 200%, -100% -100%);
	pointer-events: none;
}

.elSongEntryHeader {
	height: 40px;
	width: 100%;
	position: relative;
	cursor: pointer;
	user-select: none;
}

.elSongEntryHeader:hover {
	background-color: #424242;
}

.elSongEntryTypeContainerOuter {
	position: absolute;
	height: 100%;
	width: 100px;
	overflow: hidden;
}

.elSongEntryTypeContainer {
	height: 100%;
	width: calc(100% - 10px);
	position: relative;
	pointer-events: none;
}

.elSongEntryNoUploadDisplay {
	transform: skewX(-35.5deg);
	height: 100%;
	width: 10px;
	background-color: #ac2925;
	position: absolute;
	right: 15px;
	top: 2px;
}

.elSongEntryTypeContainer::before {
	content: "";
	position: absolute;
	left: -15px;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #1b1b1b;
	transform: skewX(-35.5deg);
	box-shadow: 0 0 10px 0px rgb(0, 0, 0);
}

.elSongEntryTypeText {
	position: relative;
	font-size: 27px;
	margin-left: 8px;
	padding-top: 2px;
}

.elSongEntryTypeContainer.extraInfo .elSongEntryTypeText {
	font-size: 22px;
	line-height: 22px;
	padding-top: 3px;
}

.elSongEntryExtraTypeText {
	font-size: 12px;
	line-height: 12px;
	position: relative;
	margin-left: 9px;
	opacity: 0.6;
	display: none;
}

.elSongEntryTypeContainer.extraInfo .elSongEntryExtraTypeText {
	display: block;
}

.elSongEntryMainInfoContainer {
	position: absolute;
	left: 100px;
	width: calc(100% - 100px);
	height: 100%;
}

.elSongEntryNameContainer {
	margin-top: 2px;
	height: 18px;
	width: calc(100% - 25px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.elSongEntryName {
	font-size: 18px;
	line-height: 1em;
	width: fit-content;
}

.elSongEntryArtistContainer {
	width: calc(100% - 25px);
	position: relative;
	height: 20px;
	overflow: hidden;
}

.elSongEntryArtist {
	font-size: 14px;
	line-height: 1em;
	margin-top: 2px;
	width: fit-content;
}

.elSongLikeStateContainer {
	position: absolute;
	top: 16%;
	right: 0;
	height: 80%;
	width: 24px;
	background-color: #6d6d6d;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	opacity: 0.7;
}

.elSongLikeStateContainer.liked {
	background-color: #5cb85c;
}

.elSongLikeStateContainer.disliked {
	background-color: #ac2925;
}

.elSongLikeStateContainer:hover {
	opacity: 1;
}

.elSongLikeStateIconContainer {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 8px;
}

.elSongLikeStateIconContainer > i {
	display: none;
}

.elSongLikeStateIconContainer > .noStateIcon {
	display: initial;
	margin-left: 3px;
}

.elSongLikeStateContainer.liked .noStateIcon,
.elSongLikeStateContainer.disliked .noStateIcon {
	display: none;
}

.elSongLikeStateContainer.liked .fa-thumbs-o-up {
	display: initial;
}

.elSongLikeStateContainer.disliked .fa-thumbs-o-down {
	display: initial;
}

.elSongInfoContainer {
	flex-wrap: wrap;
	margin-bottom: 0;
	height: fit-content;
	max-height: 0;
	transition: max-height 0.7s ease-out;
	overflow: hidden;
}

.elSongInfoContainer.open {
	padding-top: 3px;
	max-height: 300px;
	border-top: solid 2px #6d6d6d52;
	padding-bottom: 5px;
}

.elSongInfoContainer.snapClose {
	transition: none;
}

.elSongSamplePlayButtonOuter {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 70px;
	height: 35px;
	overflow: hidden;
	top: 0;
}

.elSongSamplePlayButton {
	width: 100%;
	height: 200%;
	background-color: #6d6d6d52;
	position: absolute;
	left: 0;
	top: -100%;
	border-radius: 50%;
	cursor: pointer;
}

.elSongSamplePlayButton:hover,
.elSongSamplePlayButton.playing {
	background-color: #6d6d6d;
}

.elSongSamplePlayButtonIcon {
	position: absolute;
	bottom: -1px;
	font-size: 30px;
	left: 8px;
	right: 0;
	text-align: center;
	color: #1b1b1b;
}

.elSamplePlayerController {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 70%;
	background-color: #1b1b1b;
	box-shadow: 0 0px 10px 4px rgb(0, 0, 0);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: flex;
	padding: 8px 10px;
	font-size: 20px;
	transform: translateY(115%);
	transition: transform 0.5s ease-out;
}

.elSamplePlayerController.open {
	transform: translateY(0%);
}

.elSamplePlayerControllerButton {
	position: relative;
	width: 25px;
	text-align: center;
	opacity: 0.9;
}

.elSamplePlayerControllerButton:hover {
	opacity: 1;
}

.elSamplePlayerControllerVolumeSliderContainerOuter {
	position: absolute;
	width: 300%;
	height: 100px;
	top: 0;
	transform: translateY(-100%) translateX(-50%);
	left: 50%;
	overflow: hidden;
	pointer-events: none;
}

.elSamplePlayerControllerVolumeSliderContainer {
	position: absolute;
	background-color: #1b1b1bd9;
	width: 50%;
	height: 90%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 0 0px 6px 2px rgb(0, 0, 0);
	transform: translateY(110%);
	transition: transform 0.3s ease-out;
	pointer-events: initial;
}

.elSamplePlayerControllerVolumeButton:hover .elSamplePlayerControllerVolumeSliderContainer {
	transform: translateY(0%);
}

.elSamplePlayerControllerVolumeSliderOuter {
	width: 100%;
	height: 90%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 5%;
	overflow: hidden;
}

.elSamplePlayerControllerVolumeSlider {
	width: 4px;
	height: 100%;
	background-color: #424242;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 5%;
}

.elSamplePlayerControllerVolumeSliderInner {
	position: relative;
	height: 100%;
	width: 100%;
	background-color: #4497ea;
	transform: translatey(50%);
}

.elSamplePlayerControllerVolumeSliderEnd {
	position: absolute;
	height: 12px;
	width: 12px;
	background-color: #4497ea;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
}

.elSamplePlayerControllerProgressBarContainer {
	flex-grow: 1;
	position: relative;
	overflow: hidden;
	margin-left: 20px;
	margin-right: 10px;
}

.elSamplePlayerControllerProgressBar {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	height: 4px;
	background-color: #424242;
}

.elSamplePlayerControllerProgressBarInner {
	position: relative;
	height: 100%;
	width: 100%;
	background-color: #4497ea;
	transform: translateX(-50%);
}

.elSamplePlayerControllerProgressBarInnerEnd {
	position: absolute;
	height: 12px;
	width: 12px;
	background-color: #4497ea;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}

.elSongExpandContainer {
	margin-bottom: 10px;
	display: initial;
	width: 100%;
	margin-top: 10px;
}

.elSongExpandLink {
	background-color: #424242cc;
	padding: 0px 5px;
	border-radius: 7px;
}

.elSongExpandLink > a {
	color: white;
	cursor: default;
	pointer-events: none;
}

.elSongExpandLink:hover {
	background-color: #424242;
}

.elSongExpandLink.uploaded {
	background-color: #5cb85ccc;
}

.elSongExpandLink.uploaded:hover {
	background-color: #5cb85c;
}

.elSongExpandLink.uploaded > a {
	cursor: pointer;
	pointer-events: initial;
}

.elSongExpandLink.missing {
	background-color: #ac2925cc;
}

.elSongExpandLink.pending {
	background-color: #ff9000cc;
}

.elSongExpandInputLine {
	width: 80%;
	position: relative;
	margin-top: 5px;
	height: 24px;
}

.elSongExpandInput {
	float: left;
	width: calc(100% - 100px);
	background-color: #424242;
	outline: none;
	border: none;
	padding: 2px 5px;
	text-align: center;
}

.elSongExpandSubmitButton {
	float: left;
	background-color: #4497ea;
	height: 100%;
	padding: 1px 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.elSongExpandSubmitButton:hover {
	background-color: #80c7ff;
}

.elSongExpandInputIcon {
	font-size: 19px;
	color: #4497ea;
	opacity: 0.8;
	margin-left: 10px;
	float: left;
}

.elQuestionInputWarning.warning {
	color: red;
}

#elVideoPlayerWindow {
	transform: translate(75vw, 15vh);
}

#elVideoPlayerWindow .floatingWindowContent {
	padding-bottom: 0;
	height: calc(100% - 32px);
}

#elVideoPreviewPlayer {
	max-width: 100%;
	max-height: 100%;
}

.artistInfoContainer {
	position: fixed;
	color: white;
	text-align: center;
}

.artistInfoContainerInner {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	padding: 5px 8px;
	width: 250px;
	max-height: 300px;
	overflow-y: scroll;
	border-radius: 5px;
	background-color: #1b1b1be0;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
}

.aicTrigger {
	color: #4497ea;
	font-weight: bold;
	cursor: pointer;
}

.aicSectionTitle {
	margin-top: 5px;
	color: #808080;
	font-weight: bold;
}

.aicSectionTitle.aicType {
	margin-top: 0px;
	font-size: 18px;
}

.aicMemberEntry {
	text-align: center;
}

.aicMemberType {
	margin-right: 7px;
	float: left;
	color: gray;
}

.aicSearchButton {
	position: absolute;
    right: 20px;
    top: 5px;
    opacity: 0.7;
    z-index: 5;
}

.aicSearchButton:hover {
	opacity: 1;
}

.artistInfoContainer.displayLoading .aicMembers,
.artistInfoContainer.displayLoading .aicMemberOf {
	display: none;
}

.aicLoadingIcon {
	overflow: hidden;
	margin-top: 10px;
	opacity: 0.4;
	display: none;
}

.artistInfoContainer.displayLoading .aicLoadingIcon {
	display: block;
}

/*===EXPAND LIBRARY PAGE OLD===*/
#expandLibraryPage {
	position: relative;
	z-index: initial;
}

#elFAQIndexContainer {
	height: 250px;
	border-bottom: 1px solid #6d6d6d;
	width: calc(100% + 30px);
	margin-left: -15px;
}

#expandLibraryPage .popover-title {
	padding-bottom: 0px;
	margin-bottom: -3px;
}

#expandLibraryPage > .expandLibraryBodyContainer {
	height: 100%;
}

#videoContainer {
	width: 470px;
	height: 264px;
	overflow: hidden;
	top: 20%;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	z-index: 0; /*Fixes a bug with overflow hidden in chrome*/
}

#videoContainer.mp3Preview {
	background-color: black;
}

#videoContainerMessage {
	color: rgba(127, 127, 140, 0.44);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
	position: absolute;
	transform: translate(0px, -50%);
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

#videoContainer.mp3Preview > #videoContainerMessage {
	display: none;
}

#expandSoundOnly {
	position: absolute;
	display: none;
	margin: 0;
	left: 0;
	right: 0;
	text-align: center;
	top: 35%;
}

#videoContainer.mp3Preview > #expandSoundOnly {
	display: initial;
}

#expandLibraryVideoPreview {
	top: 0px;
	position: absolute;
	width: 470px;
	height: 264px;
	background-color: black;
}

#videoContainer.mp3Preview > #expandLibraryVideoPreview {
	background-color: transparent;
}

#expandLibraryAnswerBox {
	width: 350px;
	position: absolute;
	top: 20%;
	margin: 0 auto;
	right: 0;
	left: 0;
	overflow-wrap: break-word;
}

#expandLibraryAnswerBox > h2 {
	margin-top: 10px;
}

#expandLibraryUrlAnswer {
	margin-bottom: 10px;
}

#expandLibraryURLInput {
	width: 230px;
	margin: 0 auto 6px;
}

#expandLibrarySkip {
	right: 4px;
	position: absolute;
	bottom: 4px;
	font-size: 18px;
}

#expandLibraryInfoContainer {
	width: 200px;
	background-color: #7f7f8c;
}

#expandLibraryInfoBox {
	font-size: 16px;
}

#expandLibraryInfoBox .row > b,
#expandLibraryInfoBox .row > p {
	padding-right: 0px;
	padding-left: 0px;
}

#expandLibraryAnswerBox > p {
	margin: 0 10px 10px;
}

#expandLibraryAnswerBox > h3 {
	margin: -10px 0 5px;
}

#expandLibraryReportAnswer {
	margin: 10px;
	height: 60px;
}

#expandLibraryMidRow {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 300px;
}

#elCounterContainer {
	width: 200px;
	height: 100px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

#elCounterContainer h2 {
	margin: 0;
}

#elCounterContainer h1 {
	font-size: 63px;
	margin-top: -12px;
}

#elQuestionListContainer {
	position: absolute;
	min-width: 400px;
	width: 30%;
	height: 100%;
	right: 0;
}

#elQuestionFilter {
	background-color: #1b1b1b;
	width: 300px;
	margin-left: 50%;
	transform: translateX(-50%);
	-webkit-box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: relative;
	z-index: 2;
}

#elQuestionFilter > h3 {
	margin: 0;
	text-align: center;
}

.elQuestionFilterRow {
	height: 26px;
}

.elQuestionFilterEntry {
	float: left;
	width: 33%;
	text-align: center;
	font-size: 17px;
}

.twoEntryRow > .elQuestionFilterEntry {
	width: 50%;
}

.elQuestionFilterEntry.off {
	opacity: 0.4;
}

.elQuestionFilterEntry > p {
	margin: 0;
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

#elOpeningsMoeFilter {
	width: 100%;
}

.elQuestionHostFilter {
	opacity: 0.4;
}

.elQuestionHostFilter.elFilterState-Only {
	color: #4497ea;
	opacity: 0.8;
}

.elQuestionHostFilter.elFilterState-Exclude {
	color: #ac2925;
	opacity: 0.8;
}

#elQuestionFilterInput {
	width: 98%;
	background-color: #424242;
	line-height: 1.42857143;
	resize: none;
	border: none;
	padding: 2px 12px;
	border-radius: 2px;
	text-align: center;
	margin: 0 1% 4px;
}

#elQuestionFilterSpinner {
	position: absolute;
	right: 6px;
	font-size: 20px;
	bottom: 6px;
}

#elQuestionList {
	height: calc(100% - 182px);
	overflow: hidden;
	padding-left: 10px;
	position: relative;
}

#elQuestionList > .ps__scrollbar-y-rail {
	z-index: 2;
	opacity: 1 !important;
}

#elQuestionList > .ps__scrollbar-y-rail > .ps__scrollbar-y {
	width: 11px;
	opacity: 0.5;
}

#elQuestionList > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
	opacity: 0.9;
}

.elQuestion {
	margin-top: -6px;
	margin-bottom: 10px;
}

.elQuestion.filler {
	height: 100px;
}

.elQuestion.open {
	margin-bottom: 0px;
}

.elQuestion:first-child {
	margin-top: 0px;
}

.elQuestionAnime {
	height: 50px;
	position: relative;
	width: 100%;
	padding: 0 5px;
	z-index: 1;
}

.elQuestionAnimeName {
	font-size: 25px;
	width: 100%;
	height: 36px;
	overflow: hidden;
}

.elQuestionAnimeName::after {
	content: "";
	pointer-events: none;
	position: absolute;
	width: 140px;
	height: 100%;
	top: 0;
	right: 0;
	background-image: -webkit-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: -moz-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: -ms-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: -o-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
}

.elQuestionSongTypeDestribution {
	position: absolute;
	width: 100%;
	bottom: 0;
	opacity: 0.7;
}

.elQuestionSongTypeDestribution > .elQuestionSongTypePreview {
	float: left;
	margin-left: 10px;
}

.elQuestionSongTypeDestribution > .elQuestionSongTypePreview:first-child {
	margin-left: 0;
}

.elQuestionSongContainer {
	overflow: hidden;
	height: 0;
}

.elQuestion.open .elQuestionSongContainer {
	height: initial;
	padding-bottom: 10px;
}

.elQuestionSong {
	overflow: hidden;
	width: 95%;
	margin-left: 5%;
}

.elQuestionSong.open {
	width: 98%;
	margin-left: 2%;
}

.elQuestionSongInfo {
	height: 26px;
}

.elQuestionSongInfo > div {
	float: left;
	font-size: 18px;
	height: 26px;
	position: relative;
}

.elQuestionSongInfo > div > div {
	height: 100%;
	width: 200%;
}
.elQuestionSongTypeContainer {
	margin-left: -9px;
	width: 66px;
	padding-left: 12px;
}

.elQuestionSongNameContaniner,
.elQuestionSongArtistContainer {
	width: calc(50% - 29px);
	padding-left: 10px;
	overflow: hidden;
}

.elQuestionSongNameContaniner::after,
.elQuestionSongArtistContainer::after {
	content: "";
	pointer-events: none;
	position: absolute;
	width: 20px;
	height: 100%;
	top: 0;
	right: 0;
	background-image: -webkit-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: -moz-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: -ms-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: -o-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
}

#elInputContainer {
	width: 470px;
	overflow: hidden;
	top: 20%;
	position: absolute;
	left: 0px;
	right: 50%;
	margin: 0 auto;
	z-index: 0;
}

#elQuestionNoSongSelectedContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #424242;
	top: 0;
	left: 0;
}

#elQuestionNoSongSelectedText {
	color: rgba(127, 127, 140, 0.8);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
	position: absolute;
	transform: translate(0px, -50%);
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

#elInputVideoContainer {
	height: 264px;
	position: relative;
}

.elInputBackgroundText {
	color: rgba(127, 127, 140, 0.44);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
	position: absolute;
	transform: translate(0px, -50%);
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

#elInputVideoPreviewContainer {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #1b1b1b;
}

.elInputVideo {
	width: 100%;
	height: 100%;
}

#elInputVideoSelector {
	position: absolute;
	top: 0px;
	right: 4px;
	text-align: center;
	background-color: #00000080;
	height: 18px;
	overflow: hidden;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	transition: ease-out height 1s;
	width: 70px;
	opacity: 0.8;
	cursor: default;
}

#elInputVideoSelector:hover {
	height: 98px;
}

#elSelectedResolution {
	margin: 0;
}

.elSelectorOption {
	opacity: 0.8;
	pointer-events: none;
}

.elSelectorOption.active {
	opacity: 1;
	color: white;
	cursor: pointer;
	pointer-events: initial;
}

#elInputStatusBar {
	border-top: 1px solid #1b1b1b;
	border-bottom: 1px solid #1b1b1b;
	height: 20px;
	width: 105%;
	overflow: hidden;
	background-color: #1b1b1b;
}

.elInputStatusEntry {
	float: left;
}

.elInputStatusEntry:first-child {
	margin-left: -6px;
}

.elInputStatusEntry > * {
	float: left;
}

.elStatusName {
	padding-left: 7px;
	width: 45px;
	overflow: hidden;
	background-color: #1b1b1b;
	white-space: nowrap;
}

.elStatusName.single {
	width: 105px;
}

.elStatusName::after {
	content: "";
	pointer-events: none;
	position: absolute;
	width: 20px;
	height: 100%;
	top: 0;
	right: 0;
	background-image: -webkit-linear-gradient(to left, #1b1b1b, #1b1b1b00);
	background-image: -moz-linear-gradient(to left, #1b1b1b, #1b1b1b00);
	background-image: -ms-linear-gradient(to left, #1b1b1b, #1b1b1b00);
	background-image: -o-linear-gradient(to left, #1b1b1b, #1b1b1b00);
	background-image: linear-gradient(to left, #1b1b1b, #1b1b1b00);
}

.elResOption {
	width: 39px;
	padding-left: 7px;
	background-color: #424242;
}

.elResStatus {
	position: absolute;
	height: 3px;
	width: 10px;
	transform: none;
	left: 0px;
	opacity: 0.7;
}

.elResStatus.uploaded {
	background-color: #5cb85c;
}

.elResStatus.pending {
	background-color: #4497ea;
}

.elResStatus.blocked {
	background-color: #ac2925;
}

#elInputContent {
	position: relative;
	padding-bottom: 5px;
}

#elQuestionInputAnimeName {
	margin-top: 5px;
	height: 27px;
	overflow: hidden;
}

#elQuestionInputSongName,
#elQuestionInputArtistName {
	margin-top: 0;
	width: 100%;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

#elQuestionInputSongName::after,
#elQuestionInputArtistName::after {
	content: "";
	pointer-events: none;
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0;
	right: 0;
	background-image: -webkit-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: -moz-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: -ms-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: -o-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
}

.elQuestionInputLabel {
	margin-bottom: 0;
}

.elQuestionInputLabel > .copyIcon {
	font-size: 13px;
	margin-left: 2px;
}

#elQuestionInput {
	width: 90%;
	margin-left: 5%;
}

#elQuestionSubmitButtonContainer {
	position: relative;
	width: 70px;
	margin: 8px auto 0;
}

#elQuestionSubmitButtonContainer > .popover {
	width: 140px;
}

#elQuestionInputState {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -30px;
	font-size: 22px;
	color: #4497ea;
	opacity: 0.8;
	cursor: pointer;
}

#elQuestionInputWarning.warning {
	color: red;
	opacity: 0.8;
}

#elQuestionInputNumber {
	position: absolute;
	left: 0;
	right: 0;
	top: 23px;
	color: rgba(127, 127, 140, 0.8);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
	z-index: -1;
}

#elExitButton {
	width: 95px;
}

#elFaqButton {
	left: 90px;
	width: 75px;
}

@media screen and (max-height: 720px) {
	#elInputContainer {
		top: 17%;
	}

	#elInputVideoContainer {
		height: 224px;
	}
}

/*===ROOM BROWSER PAGE===*/
#roomBrowserPage > .topMenuBar {
	z-index: 5;
	position: relative;
}

#roomBrowserPage > .popover > .popover-title {
	padding-bottom: 2px;
	text-decoration: underline;
}

#roomBrowserPage > .popover > .popover-content {
	padding-top: 2px;
}

#roomBrowserPage > .popover > .popover-content > ul {
	margin-bottom: 0;
}

#rbMenuCenter {
	left: calc(50% - 100px);
	position: absolute;
}

#rbMajorFilters {
	position: absolute;
	width: 288px;
	left: -288px;
}

#rbMajorFilters > div {
	float: left;
	margin-right: 8px;
}

#rbMajorFilters > div:first-child {
	margin-right: 10px;
}

#rbMajorFilters h3 {
	margin-top: 4px;
}

#rbMajorFilters .customCheckbox {
	height: 15px;
	width: 15px;
	margin-top: 5px;
}

#rbMajorFilters p {
	margin-top: -9px;
}

#rbMajorFilters label {
	font-size: 20px !important;
	margin-bottom: 0;
	height: 15px;
}

#rbFilterContainer {
	position: relative;
	width: 410px;
	height: 100%;
	float: right;
	background-color: #1b1b1b;
	padding-left: 5px;
}

#rbFilterContainer > div {
	float: right;
}

#rbGameCounter {
	margin-left: 10px;
	float: left !important;
}

#rbShowFilters {
	margin-right: 7px;
	width: 50px;
}

#rbShowFilters > span {
	font-size: 25px;
	margin-top: 5px;
	margin-left: -3px;
}

#rbSearchContainer {
	margin-right: 5px;
	background-color: #1b1b1b;
	width: 255px;
	height: 35px;
	overflow: hidden;
}

#rbSearchInputContainer {
	height: 35px;
	width: 100%;
}

#rbSearchInputContainer > span {
	font-size: 17px;
	top: 3px;
}

#rbSearchInputContainer > input {
	background-color: #1b1b1b;
	border-width: 0px;
	height: 35px;
	outline: none;
	width: 82%;
}

#rbSettingFilterContainer {
	position: absolute;
	top: 35px;
	right: 0px;
	background-color: #1b1b1b;
	width: 400px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.89);
	box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.89);
	height: fit-content;
	transform: translateY(-100%);
	transition: transform 0.7s ease-in-out;
	overflow: hidden;
	z-index: -1;
}

#rbSettingFilterContainer.open {
	transform: translateY(0%);
}

#rbSettingFilterContainer label {
	width: 100%;
}

#rbSettingFilterContainer .checkboxContainer {
	width: 100%;
	margin: 0 auto;
}

#rbSettingFilterContainer .col-xs-6:first-of-type {
	padding-left: 20px;
	padding-right: 5px;
}

#rbSettingFilterContainer .col-xs-6:last-of-type {
	padding-left: 5px;
	padding-right: 20px;
}

#rbSettingFilterContainer .slider {
	width: 90%;
}

#rbHiderFillTop {
	width: 100%;
	height: 40px;
}

#rbHiderFillBottom {
	width: 100%;
	height: 65px;
}

#rbRoomHider.ps > .ps__scrollbar-y-rail {
	opacity: unset;
	right: 10px;
	margin-top: 50px;
	margin-bottom: 75px;
	border-radius: 8px;
}

#rbRoomHider.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
	position: relative;
	right: unset;
	width: 10px;
	margin: 0 auto;
}

#rbfAnimeTypeContainer > div {
	width: 60px;
}

#rbrDefaultValueContainer > div {
	width: 53px;
}

#mhRoomNameRow {
	margin-bottom: 8px;
	position: relative;
}

#mhHostModal .glyphicon {
	top: 3px;
}

.mhSettingContainer {
	border-top: solid 5px #1b1b1b;
	position: relative;
	padding-top: 29px;
}

.mhSettingContainer:first-of-type {
	border-top: none;
	padding-top: 0;
}

#mhMainContainer label {
	font-size: 17px;
	width: 100%;
}

.mhSettingContainer > .row,
#mhBossModeContainer {
	margin-bottom: 12px;
}

/* #mhGameModeSlider .slider-handle {
	pointer-events: none;
} */

.mhSettingCategoryContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 50px;
	overflow: hidden;
}

.mhSettingCategory {
	position: absolute;
	top: 0;
	width: 100px;
	background-color: #1b1b1b;
	left: -10px;
	box-shadow: none;
}

.mhSettingCategory > div {
	font-size: 16px;
}

.mhCheckTableContainer {
	position: relative;
	width: 400px;
	display: inline-block;
	border: solid #1b1b1b 5px;
	margin-top: 14px;
}

.mhctOptionRow {
	position: absolute;
	width: 80%;
	top: -24px;
	right: 0;
}

.mhctOption {
	width: 25%;
	float: left;
}

.mhctRow {
	position: relative;
	border-bottom: solid #1b1b1b 3px;
	overflow: hidden;
	height: 30px;
}

.mhctRow:last-child {
	border-bottom: none;
	height: 27px;
}

.mhctRowNameContainer {
	box-shadow: none;
	background-color: #1b1b1b;
	font-size: 18px;
	width: 25%;
	margin-left: -10px;
	margin-top: -1px;
	height: 29px;
	text-align: left;
	padding-left: 12px;
}

.mhctRowItemContainer {
	position: absolute;
	width: 80%;
	top: 0;
	right: 0;
	height: 100%;
}

.mhctRowItem {
	width: 24%;
	display: inline-block;
	padding-top: 3px;
}

.mhctRowItem:nth-child(2n) {
	background-color: #1b1b1be0;
}

.minWell {
	color: black;
	padding: 0px;
	width: 28px;
	display: inline-block;
	min-height: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.minWell + .slider {
	margin-left: 10px;
}

.sliderInput + .minWell {
	margin-left: 10px;
}

#mhLootDroppingContainer {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -17px;
	pointer-events: none;
}

#mhLootDroppingContainer > * {
	pointer-events: initial;
}

#mhGameModeSlider {
	width: 480px;
}

#mhRoomSizeUnlimitedContainer > h3 {
	margin: 0;
	margin-top: -4px;
	margin-bottom: 6px;
}

#mhSongTypeContainer {
	width: 270px;
	margin: 0 auto;
}

#mhPrivateRoomContainer {
	position: absolute;
	right: 2px;
	top: 0;
	width: 160px;
	text-align: left;
	padding-left: 5px;
}

#mhPasswordInputContainer {
	position: relative;
}

#mhPasswordInput {
	padding-right: 22px;
}

#mhPasswordInputShowHide {
	position: absolute;
	top: 2px;
	color: #424242;
	right: 3px;
	font-size: 19px;
}

#mhPasswordInputShowHide > .fa-eye {
	display: none;
}

#mhPasswordInputShowHide.show > .fa-eye {
	display: initial;
}

#mhPasswordInputShowHide.show > .fa-eye-slash {
	display: none;
}

#mhMainContainer.mhQuickView #mhPrivateRoomContainer {
	top: 0px;
}

#mhPrivateRoomContainer .customCheckbox {
	position: absolute;
	top: 3px;
	right: 16px;
}

#mhPrivateRoomContainer > p {
	margin-bottom: 9px;
}

#mhHostShowAdvancedContainer span {
	font-size: 35px;
}

#mhHostShowAdvancedContainer h5 {
	margin-bottom: 0px;
}

#mhHostAdvancedSettings {
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.7s ease-in-out; /*No simple optimasation for this yet, fixed when setting layout is redone*/
	padding-top: 6px;
}

#mhHostAdvancedSettings.open {
	max-height: 305px;
}

#mhHostAdvancedSettings .col-xs-6 {
	position: inherit;
}

/*Range slider, bootstrap-slider doesn't support setting there class*/
#mhPlayLengthRangeSlider,
#mhExtraGuessTimeRangeSlider,
#mhSongPopRangeSlider,
#mhSongDiffRangeSlider,
#mhSamplePointRangeSlider,
#mhInventorySizeRangeSlider,
#mhLootingTimeRangeSlider {
	width: 169px;
}

.mhRangeSliderTextBox {
	width: 35px;
}

#mhSeasonContainer .checkboxContainer > div {
	width: 59px;
}

#mhHostModal .modal-dialog {
	margin-top: 15px;
}

#mhHostModal .modal-header {
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom: none;
}

#mhHostModal .ps__scrollbar-y-rail {
	opacity: 0.8;
	margin-right: 112px;
	z-index: 20;
}

#mhHostModal .modal-footer {
	padding-top: 3px;
	padding-bottom: 5px;
}

#mhMainContainer {
	height: 615px;
	padding-top: 3px;
	padding-bottom: 0px;
	max-height: 80vh;
}

#mhQuickSelectContainer {
	position: absolute;
	height: 35px;
	width: 100%;
	overflow: hidden;
	z-index: 5;
	left: 0;
	top: 0;
	pointer-events: none;
}

#mhSwapModeButtonContainer {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 220px;
	height: 50px;
	pointer-events: none;
	z-index: 10;
}

#mhSwapModeButton {
	position: absolute;
	top: 0;
	right: -19px;
	font-size: 16px;
	padding: 6px 0px;
	line-height: 16px;
	padding-right: 33px;
	pointer-events: initial;
	cursor: pointer;
}

#mhSwapModeButton.disabled {
	pointer-events: none;
}

#mhMainContainer.mhQuickView #mhQuickSelectContainer {
	display: none;
}

#mhQuickSelectContainer > .tab {
	background-color: #1b1b1b;
	pointer-events: initial;
}

#mhQuickSelectContainer > .tab:hover {
	background-color: #6d6d6d;
}

#mhMainContainerInnerOuter {
	width: calc(100% + 150px);
	height: 100%;
	position: relative;
	margin-left: -15px;
	display: flex;
	align-items: start;
	justify-content: center;
}

#mhHostModal.communityMode #mhMainContainerInnerOuter {
	align-items: center;
}

#mhMainContainerInner {
	width: 100%;
	height: fit-content;
	position: relative;
	margin-left: -15px;
	padding-left: 15px;
	max-height: 100%;
	padding-right: 135px;
	padding-left: 15px;
}

#mhMainContainerInner > * {
	pointer-events: initial;
}

#mhMainContainerInner > .disabled {
	pointer-events: none;
}

#mhScrollFiller {
	width: 100%;
	height: 30px;
}

#mhLastManHeader {
	font-size: 22px;
	text-align: left;
	margin-left: 8px;
}

#mhBattleRoyalHeader {
	margin-left: -19px;
}

.mhHostModeTitle {
	position: relative;
}

.mhHostModeTitle > h2 {
	margin: 5px;
}

.mhHostModeTitle > span {
	position: absolute;
	right: 5px;
	font-size: 25px;
	top: 50%;
	transform: translateY(-50%);
}

#mhRoomTilePreviewButtons {
	float: left;
}

#mhInviteLinkButton {
	float: left;
	width: 89px;
}

#mhResetDefaultButton {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 120px;
}

#mhRoomNameInput {
	width: 250px;
	margin: 0 auto;
}

#mhPlaybackSpeedRandomContainer p {
	margin: 0;
}

.mhSwitchContainer {
	margin-top: 8px;
}

.mhSwitchContainer > label {
	font-size: 13px;
	margin-top: 12px;
}

.mhStandardSliderContainer {
	height: 83px;
}

.mhSmallGapTopRow {
	margin-top: -10px;
}

.mhGapTopRow {
	margin-top: 5px;
}

.mhCustomSliderContainer {
	position: relative;
	background-color: #1b1b1b;
	height: 145px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.mhCustomSliderContainer label {
	font-size: 14px;
	margin-bottom: 0;
	width: 100%;
}

#mhSongTypeCustomContainer {
	height: 192px;
}

.mhAdvancedContainerTitle {
	width: 75px;
	position: absolute;
	left: -8px;
	background-color: #424242;
	box-shadow: none;
}

.mhAdvancedContainerTitle > div {
	font-size: 16px;
}

#mhVintageStandardContainer > .checkboxContainer {
	margin-top: 20px;
}

#mhSeasonSelectorOuterContainer {
	height: 28px;
}

#mhFromSeasonSelectors {
	float: left;
	margin-left: 3px;
}

#mhToSeasonSelectors {
	float: right;
	margin-right: 3px;
}

#mhVintageFilter > .filterInput {
	padding-top: 7px;
}

.mhSeasonSelector {
	display: inline-block;
	margin: 2px;
	font-size: 16px;
	opacity: 0.5;
}

.mhSeasonSelector.selected {
	opacity: 1;
}

#mhAddVintageFilter {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	margin: auto;
	font-size: 20px;
	width: 20px;
}

.mhFilterEntrySeasonContainer.fromSeasons {
	float: left;
}

.mhFilterEntrySeasonContainer.toSeasons {
	float: right;
}

.mhFilterEntrySeasonContainer > .mhSeasonSelector {
	font-size: 14px;
	margin-top: 0;
	margin: 1px;
	cursor: initial;
}

#mhSongDiffAdvancedContainer,
#mhSongPopAdvancedContainer {
	height: 53px;
}

#mhRoomSizeAdvancedContainer {
	margin-bottom: 21.5px;
}

#mhSaveSettingButton.disabled {
	pointer-events: initial;
	cursor: not-allowed;
}

#mhLoadContainer {
	position: absolute;
	right: -215px;
	width: 209px;
	top: 39px;
	height: 388px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 50;
}

#mhLoadHeader {
	background-color: #1b1b1b;
	height: 28px;
	padding-top: 5px;
	border-bottom: 1px solid #6d6d6d;
	padding-left: 5px;
}

#mhLoadHeader > h5 {
	margin: 0;
	text-align: left;
}

#mhLoadHeader > .close {
	position: absolute;
	right: 6px;
	top: -2px;
	font-size: 28px;
}

#mhLoadListEntryContainer {
	height: 319px;
	margin: 0;
	position: relative;
	overflow: hidden;
	padding-right: 0;
}

#mhLoadListEntryContainer.ps--active-y {
	padding-right: 15px;
}

#mhLoadListEntryContainer > .ps__scrollbar-y-rail {
	opacity: 1;
	margin-right: 0;
}

.mhLoadListEntry {
	height: 25px;
	background-color: #1b1b1b;
	border-bottom: 1px solid #00000080;
	overflow: hidden;
	position: relative;
}

.mhLoadEntryNameContainer {
	width: calc(100% - 20px);
	background-color: #424242;
	float: left;
	padding-top: 1px;
	padding-bottom: 4px;
	margin-left: -8px;
}

.mhLoadEntryName {
	text-align: left;
	margin-left: 13px;
	font-size: 15px;
	float: left;
	width: calc(100% - 39px);
	margin-right: 5px;
	overflow: hidden;
}

.mhLoadEntryName::after {
	content: "";
	pointer-events: none;
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0;
	right: 0;
	background-image: -webkit-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: -moz-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: -ms-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: -o-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
}

.mhSettingGetCodeButton {
	font-size: 17px;
	float: left;
	margin-left: 1px;
}

.mhLoadDelete {
	font-size: 26px;
	position: absolute;
	right: 5px;
	top: -6px;
}

#mhLoadFromSaveCodeButton {
	position: absolute;
	bottom: 0;
	margin: auto;
	background-color: #1b1b1b;
	width: 100%;
	-webkit-box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	box-shadow: 0 0px 6px 1px rgb(0, 0, 0);
}

#mhWatchedDisitributionContainer > label {
	margin-bottom: -3px;
}

#mhHostModal {
	overflow-y: auto;
}

#mhHostModal.soloMode #mhRoomSizeContainer,
#mhHostModal.soloMode #mhRoomNameRow,
#mhHostModal.soloMode #mhPrivateRoomContainer,
#mhHostModal.soloMode #mhQueueingContainer,
#mhHostModal.soloMode #mhWatchedDisitributionContainer,
#mhHostModal.soloMode #mhTeamSizeContainer {
	display: none;
}

#mhHostModal.soloMode #mhNumberOfSongsContainer {
	margin-left: 25%;
}

#mhHostModal.quizBuilderMode .quizBuilderHidden {
	display: none;
}

#mhHostModal.communityMode .communityHidden {
	display: none !important;
}

#mhHostModal.soloMode.communityMode #mhGeneralSettings {
	display: none !important;
}

#mhHostModal.communityMode #mhRoomSizeContainer {
	margin-left: 25%;
}

#mhCommunityScoreContainer {
	display: none;
	margin-left: 25%;
}

#mhHostModal.communityMode #mhCommunityScoreContainer {
	display: initial;
}

#mhHostModal.quizBuilderMode .quizBuilderCentered {
	margin-left: 25%;
}

#mhSamplePointRangeContainer {
	height: 44px;
}

#mhShowSelectionContainer {
	margin-top: 60px;
}

#mhGameModeSelector {
	display: none;
}

#mhGameModeSelector::before {
	display: initial;
}

#mhGameModeSelector > label {
	width: 100%;
}

#mhAnimeSettings .row {
	position: relative;
}

.mhRandomizeContainer {
	position: absolute;
	right: 35px;
	top: 2px;
	opacity: 0.65;
	font-size: 17px;
}

.mhRandomizeContainer:hover {
	opacity: 1;
}

#mhMainContainer.mhQuickView #mhGameModeSelector {
	display: initial;
}

#mhMainContainer.mhQuickView .mhSettingContainer {
	border-top: none;
}

#mhMainContainer.mhQuickView #mhPlayLengthSpecificContainer,
#mhMainContainer.mhQuickView #mhSongDiffStandcardContainer {
	display: initial;
}

#mhMainContainer.mhQuickView .mhQuickHidden,
#mhMainContainer.mhQuickView .mhSettingCategoryContainer {
	display: none;
}

#mhMainContainer.mhQuickView #mhModeSettings {
	padding-top: 0;
}

#mhMainContainer.mhQuickView #mhQuizGuessTimeContainer {
	margin-left: 0;
}

#mhMainContainer.mhQuickView #mhSongDiffContainer {
	margin-left: 50%;
	margin-top: -54px;
}

#mhMainContainer.mhQuickView #mhGeneralSettings,
#mhMainContainer.mhQuickView #mhQuizSettings {
	margin-top: -30px;
}

.customCheckbox.alert-danger {
	background-image: -webkit-linear-gradient(top, #f2dede 0, #f7d3d3 100%);
	background-image: -o-linear-gradient(top, #f2dede 0, #f7d3d3 100%);
	background-image: linear-gradient(to bottom, #f2dede 0, #f7d3d3 100%);
}

#rbRoomHider {
	height: calc(100% - 35px);
	margin: 0 30px;
	position: relative;
}

.rbRoom {
	width: 250px;
	overflow-wrap: break-word;
	padding: 5px 5px 0;
	overflow: hidden;
	display: inline-block;
	margin: 10px;
}

.rbrRoomNameContainer {
	height: 30px;
}

.rbrRoomName {
	font-size: 21px;
}

.rbrRoomNameFooter {
	margin-top: -7px;
	opacity: 0.6;
	font-size: 12px;
}

.rbrNumberOfSongsContainer {
	width: 44px;
}

.rbrOptionIconRow > div {
	float: left;
	margin-right: 10px;
}

.rbrOptionIconRow.slim > div {
	margin-right: 3px;
}

.rbrSongCount {
	margin-left: 2px;
}

.rbrSongFilter {
	margin-left: -1px;
}

.rbrOptionIconRow > div:first-child {
	margin-left: 20px;
}

.rbrOptionIconRow > .popover > .popover-title {
	padding-bottom: 5px;
	padding-top: 2px;
}

.rbrOptionIconRow > .popover > .popover-content {
	padding: 0;
}

.rbrOptionIconRow > .popover > .popover-content > ul {
	margin-bottom: 3px;
}

.rbPopover {
	width: 100%;
}

.fa-friend {
	color: #4497ea;
}

.rbrSongsLeftContainer {
	display: none;
}

.rbrPlaying .rbrSongsLeftContainer {
	display: initial;
}

.rbrProgressContainer {
	width: 155px;
	margin: 0px;
	position: relative;
	float: right !important;
	margin-right: 15px !important;
}

.rbrPlaying .rbrProgressContainer,
.rbrPlaying .rbrPlayerTextContainer {
	width: 110px;
}

.rbrPlayerTextContainer {
	text-align: center;
	position: absolute;
	width: 155px;
	color: black;
	opacity: 0.6;
}

.rbrRoomImageContainer {
	margin-top: 5px;
	margin-bottom: 2px;
	width: 100%;
	height: 125px;
	background-color: #6d6d6d;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position-x: 10px;
	background-size: 250px 100%;
}

.rbrRoomImageContainerInner {
	position: absolute;
	width: 105px;
	height: 157.5px;
	left: 10px;
	top: 0;
}

.rbrGameMode {
	position: absolute;
	right: 10px;
	margin: 0;
	bottom: 0;
	width: 163px;
	text-align: center;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.rbrAllOptionsIcon {
	float: right;
	margin-right: 17px;
	font-size: 20px !important;
}

.rbrSelectionContainer > h4 {
	margin: 0;
	width: 28%;
	display: inline-block;
	font-size: 17px;
	opacity: 0.5;
}

.rbrSelectionContainer > h4.rbrSelected {
	opacity: 1;
}

.rbrButton {
	width: 50%;
	float: left;
	transform: skewX(-35.5deg);
	-webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.5);
}

.rbrHostContainer {
	margin-left: 16px;
	float: left;
}

.rbrId {
	float: right;
	margin-right: 7px;
}

.rbrButton h3 {
	margin: 2px;
	transform: skewX(35.5deg);
}

.rbrButtonRow {
	margin-top: 2px;
	position: relative;
}

.rbrSeasonContainer > h4 {
	width: 22% !important;
}

.rbrPrivateContainer {
	position: absolute;
	left: 0;
	right: 0;
	pointer-events: none;
}

.rbrPrivateContainer > i {
	font-size: 30px;
}

#rpToggleMod {
	float: left;
	display: none;
}

#rpToggleMod.adminEnabled {
	display: initial;
}

#rpToggleMod {
	float: left;
	display: none;
}

@media screen and (max-height: 749px) {
	#mhHostAdvancedSettings {
		padding-top: 0;
	}

	#mhHostModal .modal-body {
		font-size: 12px;
		padding-top: 0;
	}

	.customCheckbox {
		width: 15px;
		height: 15px;
	}

	.customCheckbox label {
		font-size: 20px !important;
	}

	#mhHostShowAdvancedContainer h5 {
		margin-bottom: 0px;
		margin-top: 0;
		font-size: 14px;
	}

	#mhHostShowAdvancedContainer span {
		font-size: 25px;
	}

	#mhRoomNameInput,
	#mhPasswordInput {
		padding: 2px 12px;
		height: 24px;
		margin-bottom: 2px;
	}

	#mhHostModal .modal-dialog {
		margin-top: 5px;
	}

	#mhLoadContainer {
		top: 34px;
	}

	#mhHostModal .modal-header {
		padding-top: 5px;
	}

	#mhPrivateRoomContainer {
		top: 3px;
	}

	#mhPrivateRoomContainer > p {
		margin-bottom: 6px;
	}

	#rbFilterPlayerContainer {
		margin-top: 20px;
	}
}

/*===LOBBY PAGE===*/
#lobbyRoomNameContainer {
	float: left;
	margin-top: 2px;
	margin-left: 16px;
}
#lobbyRoomNameContainer h6 {
	float: left;
}

#lobbyRoomNameContainer h5 {
	clear: both;
	width: 100%;
	float: left;
	margin-top: 0px;
	text-align: left;
}

#lobbyRoomId {
	opacity: 0.6;
	margin-left: 10px;
}

#lbStartButton,
#lbDuoButton,
#lbRankedButtonButton {
	left: calc(50% - 100px);
	z-index: 5;
}

#lbStartButton.disabled {
	opacity: 1;
	cursor: not-allowed;
	pointer-events: all;
}

#lbDuoButton {
	overflow: hidden;
}

.lbDueOption {
	transform: skewX(-35.5deg);
}

.lbDueOption > h1 {
	transform: skewX(35.5deg);
}

.lbDueOption:hover {
	background-color: #424242;
}

#lbDuoStart {
	float: left;
	border-right: 2px solid #6d6d6d;
	padding-left: 5px;
	margin-left: -19px;
	width: calc(50% + 19px);
}

#lbDuoJoin {
	width: calc(50% + 14px);
	float: right;
	margin-right: -14px;
	padding-right: 16px;
}

#lbRankedButtonButton > h3 {
	margin: 0;
	margin-top: -2px;
}

#lbRankedButtonButton > h2 {
	margin: 0;
	margin-top: -4px;
}

#lnSettingsButtonContainer {
	position: absolute;
	right: calc(25% - 135px);
}

#lnSettingsButton {
	position: relative;
	overflow: hidden;
	z-index: 5;
}

#lnSettingCommunityQuizContainer {
	background-color: #1b1b1be5;
	width: 250px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: calc(100% - 5px);
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.89);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	cursor: pointer;
	min-height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	clip-path: polygon(-100% 0, 200% 0, 200% 200%, -100% 200%);
}

#lnSettingCommunityQuizContainerEmptyMessage {
	font-size: 20px;
}

#lnSettingCommunityQuizContainer .cqsQuizEntry {
	height: 83px;
	width: 250px;
	margin-top: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: none;
	pointer-events: none;
}

#lnSettingCommunityQuizContainer .cqsQuizEntryBadgeContainer {
	padding: 4px;
}

#lnSettingCommunityQuizContainer .cqsQuizEntryTitle {
	font-size: 16px;
}

#lnSettingCommunityQuizContainer .cqsQuizEntryAuthorIcon {
	width: 20px;
	height: 20px;
}

#lnSettingCommunityQuizContainer .cqsQuizEntryStat.cqsQuizEntryFavorite.clickAble {
	font-size: 15px;
	height: 15px;
}

#lnSettingCommunityQuizContainer .cqsQuizEntryStatsContainer {
	font-size: 14px;
	line-height: 17px;
}

#lnSettingCommunityQuizContainer .cqsQuizEntryTagContainer {
	font-size: 12px;
}

#lnSettingCommunityQuizContainer .cqsQuizEntryTag {
	padding: 2px 2px;
}

#lnSettingCommunityQuizContainerMessagePopover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: #1b1b1bb0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	opacity: 0;
	transition: opacity 0.1s ease-in-out;
}

#lnSettingCommunityQuizContainerMessagePopover:hover {
	opacity: 1;
}

#lnModeRuleButton {
	left: calc(30% - 70px);
	width: 140px;
}

#lobbyPage {
	height: 100%;
}

#lobbyPage > .topMenuBar {
	position: relative;
	z-index: 5;
}

#rankedRulesModal {
	font-size: 16px;
}

.lobbyAvatarTextContainer {
	background-color: #424242;
	padding: 0 5px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	width: 190px;
	height: 56px;
	position: relative;
	z-index: 0;
}

#lobbyAvatarContainer {
	width: 100%;
	height: calc(100% - 35px);
	position: absolute;
	left: 0;
	top: 35px;
	padding-top: 45px;
}

#lobbyAvatarContainer > .ps__scrollbar-y-rail {
	margin-top: 300px;
	opacity: 1 !important;
}

#lobbyAvatarContainer > .ps__scrollbar-y-rail > .ps__scrollbar-y {
	opacity: 0.5;
}

.lobbyAvatarRow {
	width: 50%;
	position: relative;
	float: left;
	padding-top: 35px;
	padding-bottom: 70px;
}

.lobbyAvatarRow.left {
	left: 0;
}

.lobbyAvatarRow.right {
	right: 0;
}

.lobbyAvatar {
	height: 125px;
	width: 380px;
	position: relative;
	margin-bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
}

.lobbyAvatarImgContainer {
	height: 125px;
	width: 125px;
	background-color: #424242;
	position: absolute;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	z-index: 5;
	overflow: hidden;
}

.lbReady .lobbyAvatarImgContainer {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 106, 183);
	box-shadow: 0px 0px 10px 2px rgba(0, 106, 183);
}

.lobbyAvatarRow.left .lobbyAvatarImgContainer {
	right: 0;
}

.lobbyAvatarRow.right .lobbyAvatarImgContainer {
	left: 0;
}

.lobbyAvatarImgContainerInner {
	width: 100%;
}

.lobbyAvatarImgContainer > img {
	position: absolute;
	top: 0;
	left: 0;
}

.lobbyAvatarNameContainer {
	position: absolute;
	background-color: #424242;
	top: 0;
	bottom: 0;
	height: 42px;
	margin: auto;
	z-index: 1;
	width: 250px;
	-webkit-box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	transform: skewX(-35.5deg);
}

.lobbyAvatarRow.left .lobbyAvatarNameContainer {
	right: 108px;
	transform: skewX(35.5deg);
}

.lobbyAvatarRow.right .lobbyAvatarNameContainer {
	left: 108px;
	transform: skewX(-35.5deg);
}

.lobbyAvatarNameContainerInner {
	position: absolute;
	left: 0;
	right: 0;
	top: 48%;
	transform: translateY(-50%);
	padding: 0 10px;
	height: 26px;
	word-wrap: break-word;
}

.lobbyAvatarNameContainerInner > h2 {
	margin: 0;
	width: 100%;
	line-height: 26px;
	text-align: center;
}

.lobbyAvatarRow.left .lobbyAvatarNameContainer > .lobbyAvatarNameContainerInner > h2 {
	transform: skewX(-35.5deg);
}

.lobbyAvatarRow.right .lobbyAvatarNameContainer > .lobbyAvatarNameContainerInner > h2 {
	transform: skewX(35.5deg);
}

.lobbyAvatarLevelContainer {
	position: absolute;
	bottom: 15px;
	height: 26px;
	min-width: 85px;
}

.lobbyAvatarRow.left .lobbyAvatarLevelContainer {
	transform: skewX(35.5deg);
	right: 113px;
}

.lobbyAvatarRow.right .lobbyAvatarLevelContainer {
	transform: skewX(-35.5deg);
	left: 113px;
}

.lobbyAvatarLevelContainer > .lobbyAvatarSubTextContainer {
	background-color: #1b1b1b;
}

.lobbyAvatarLevelContainer > .lobbyAvatarSubTextContainer > h3 {
	margin: 0;
}

.lobbyAvatarRow.left .lobbyAvatarLevelContainer > .lobbyAvatarSubTextContainer > h3 {
	transform: skewX(-35.5deg);
}

.lobbyAvatarRow.right .lobbyAvatarLevelContainer > .lobbyAvatarSubTextContainer > h3 {
	transform: skewX(35.5deg);
}

.lobbyAvatarHostContainer {
	position: absolute;
	top: 6px;
	height: 36px;
	width: 225px;
	overflow: hidden;
	padding-top: 10px;
}

.lobbyAvatarRow.left .lobbyAvatarHostContainer {
	transform: skewX(-35.5deg);
	right: 108px;
}

.lobbyAvatarRow.right .lobbyAvatarHostContainer {
	transform: skewX(35.5deg);
	left: 108px;
}

.lobbyAvatarSubTextContainer {
	-webkit-box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	z-index: 2;
	position: relative;
	height: 100%;
	width: 85px;
}

.lobbyAvatarRow.left .lobbyAvatarSubTextContainer {
	float: right;
}

.lobbyAvatarRow.right .lobbyAvatarSubTextContainer {
	float: left;
}

.lobbyAvatarHostContainer > .lobbyAvatarSubTextContainer > h3 {
	margin: 0;
	transform: skewX(-35.5deg);
}

.lobbyAvatarRow.left .lobbyAvatarHostContainer > .lobbyAvatarSubTextContainer > h3 {
	transform: skewX(35.5deg);
}

.lobbyAvatarRow.right .lobbyAvatarHostContainer > .lobbyAvatarSubTextContainer > h3 {
	transform: skewX(-35.5deg);
}

.lobbyAvatarAnswerModeContainer {
	height: 100%;
	position: relative;
	width: 40px;
	background-color: #1b1b1b;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	font-size: 22px;
	z-index: 1;
}

.lobbyAvatarRow.left .lobbyAvatarAnswerModeContainer {
	float: right;
	margin-right: -1px;
}

.lobbyAvatarRow.right .lobbyAvatarAnswerModeContainer {
	float: left;
	margin-left: -1px;
}

.lobbyAvatarRow.left .lobbyAvatarAnswerModeIcon {
	transform: skewX(-35.5deg);
}

.lobbyAvatarRow.right .lobbyAvatarAnswerModeIcon {
	transform: skewX(35.5deg);
}

.lobbyAvatarHostContainer > .lobbyAvatarTeamContainer {
	width: 100px;
}

.lobbyAvatarHostContainer > .lobbyAvatarTeamContainer > h3 {
	width: 100%;
}

.lobbyAvatar.isSelf .lobbyAvatarHostContainer > .lobbyAvatarTeamContainer > h3 {
	width: calc(100% - 25px);
}

.lobbyAvatarRow.left .lobbyAvatarHostContainer > .lobbyAvatarTeamContainer > h3 {
	float: right;
	padding-right: 5px;
}

.lobbyAvatarRow.right .lobbyAvatarHostContainer > .lobbyAvatarTeamContainer > h3 {
	float: left;
	padding-left: 5px;
}

.lobbyAvatarTeamContainerIcon {
	width: 15px;
	font-size: 24px;
	margin-top: -5px;
	opacity: 0.8;
	display: none;
}

.lobbyAvatar.isSelf .lobbyAvatarTeamContainerIcon {
	display: initial;
}

.lobbyAvatarRow.left .lobbyAvatarHostContainer > .lobbyAvatarTeamContainer > .lobbyAvatarTeamContainerIcon {
	float: right;
	transform: skewX(35.5deg);
}

.lobbyAvatarRow.right .lobbyAvatarHostContainer > .lobbyAvatarTeamContainer > .lobbyAvatarTeamContainerIcon {
	float: left;
	transform: skewX(-35.5deg);
}

.lobbyAvatarHostSubTextContainer {
	background-color: #4497ea;
}

.lobbyAvatarTeamContainer {
	background-color: #1b1b1b;
	z-index: 5;
}

.lobbyAvatarTeamSelector {
	position: absolute;
	background-color: #1a1a1acf;
	width: 96px;
	z-index: 10;
	top: 43px;
	display: none;
}

.lobbyAvatarRow.left .lobbyAvatarTeamSelector {
	right: 125px;
}

.lobbyAvatarRow.right .lobbyAvatarTeamSelector {
	left: 125px;
}

.lobbyAvatarTeamSelector.show,
.lobbyAvatarTeamSelector:hover {
	display: initial;
}

.lobbyAvatarTeamSelectorNumber {
	display: inline-block;
	font-size: 16px;
	padding: 1px;
	margin: 0 2px;
	opacity: 0.9;
}

.lobbyAvatarTeamSelectorNumber:hover {
	opacity: 1;
}

.lobbyAvatarTeamSelectorNumber.disabled {
	opacity: 0.4;
}

.lobbyAvatarTeamSelectorNumber.active {
	color: #3f8cd8;
	text-shadow: 0px 0px 5px #3f8cd8;
	pointer-events: none;
	opacity: 1;
}

.lobbyAvatarTeamSelectorUnset {
	font-size: 16px;
	line-height: 1em;
	opacity: 0.9;
}

.lobbyAvatarTeamSelectorUnset:hover {
	opacity: 1;
}

.lobbyAvatarTeamSelectorUnset.active {
	color: #3f8cd8;
	text-shadow: 0px 0px 5px #3f8cd8;
	pointer-events: none;
	opacity: 1;
}

.lobbyAvatarOptionContainer {
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #1a1a1a;
	opacity: 0.75;
	transition: transform 0.5s ease-in-out;
}

.lobbyAvatarRow.left .lobbyAvatarOptionContainer {
	transform: translateX(100%);
	right: 83px;
	padding-right: 9px;
}

.lobbyAvatarRow.right .lobbyAvatarOptionContainer {
	transform: translateX(-100%);
	padding-left: 9px;
}

.lobbyAvatar:hover .lobbyAvatarOptionContainer {
	transform: translateX(0);
}

.lobbyAvatar.isSelf .lobbyAvatarOptionContainer {
	display: none;
}

.lobbyAvatarPlayerOptions {
	width: 45px;
}

.lobbyAvatarRow.left .lobbyAvatarPlayerOptions {
	right: calc(100% - 2px);
}

.lobbyAvatarRow.right .lobbyAvatarPlayerOptions {
	left: calc(100% - 2px);
}

.lobbyAvatarHostOptions {
	width: 105px;
	position: relative;
	margin: 0;
	left: 0;
	right: 0;
}

.lobbyAvatarRow.left .lobbyAvatar:hover .lobbyAvatarHostOptions {
	transform: translateX(2%);
}

.lobbyAvatarRow.right .lobbyAvatar:hover .lobbyAvatarHostOptions {
	transform: translateX(-2%);
}

.lobbyAvatarRow.left .lobbyAvatarHostOptions {
	float: right;
}

.lobbyAvatarRow.right .lobbyAvatarHostOptions {
	float: left;
}

.lobbyAvatarCommandIcon {
	position: relative;
	height: 24px;
	width: 24px;
	margin: 1px 3px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 100%;
	opacity: 0.85;
	overflow: hidden;
}

.lobbyAvatarRow.left .lobbyAvatarCommandIcon {
	float: right;
}

.lobbyAvatarRow.right .lobbyAvatarCommandIcon {
	float: left;
}

.lobbyAvatarCommandIcon:hover {
	opacity: 1;
}

.lobbyAvatarRow.left .lobbyAvatarHostOptions > .lobbyAvatarCommandIcon {
	transform: skewX(35.5deg);
}

.lobbyAvatarRow.right .lobbyAvatarHostOptions > .lobbyAvatarCommandIcon {
	transform: skewX(-35.5deg);
}

.lobbyAvatarPlayerOptions > .lobbyAvatarCommandIcon {
	transform: skewX(35.5deg);
}

.lobbyAvatarRow.left .lobbyAvatarPlayerOptions > .lobbyAvatarCommandIcon {
	transform: skewX(-35.5deg);
}

.lobbyAvatarRow.right .lobbyAvatarPlayerOptions > .lobbyAvatarCommandIcon {
	transform: skewX(35.5deg);
}

.lobbyAvatarCommandIcon > i {
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#lobbyShuffleTeamButton {
	position: absolute;
	background-color: #1b1b1b;
	font-size: 24px;
	width: 70px;
	left: -12px;
	top: 70px;
	padding-left: 10px;
	z-index: 50;
}

#lobbyCountContainer {
	position: absolute;
	font-size: 18px;
	text-align: center;
	text-shadow: 0px 0px 8px rgb(0, 0, 0);
	height: 300px;
	width: 40px;
	right: 0px;
	top: 21px;
	transform: skewY(35.5deg);
	background-color: #424242;
	-webkit-box-shadow: 0 2px 10px 2px rgb(0, 0, 0);
	box-shadow: 0 2px 10px 2px rgb(0, 0, 0);
	overflow: hidden;
	z-index: 2;
}

#lobbyTopCount,
#lobbyBottomCount,
#lobbyCenterCount {
	position: absolute;
	width: 100%;
	transform: skewY(-35.5deg);
	z-index: 1;
}

#lobbyBottomCount {
	bottom: 0px;
}

#lobbyTopCount {
	top: 15px;
}

#lobbyCenterCount {
	top: 50%;
	transform: skewY(-35.5deg) translateY(-50%);
}

.lobbyLoadCountBar {
	height: 0%;
	position: absolute;
	top: 0;
	transition: height 1s ease-in-out;
}

#lobbyCountLoad {
	width: 100%;
	background-color: #4497ea;
	box-shadow: 0 1px 10px 1px rgb(66, 146, 226);
}

#lobbyReadyCountLoad {
	background-color: #5cb85c;
	width: 30%;
	right: 0px;
}

#lobbyInputModeContainer {
	position: absolute;
	top: 35px;
	right: 30px;
	background-color: #1b1b1b;
	width: 90px;
	transform: skewX(35.5deg);
	font-size: 20px;
	height: 30px;
	overflow: hidden;
	box-shadow: 0 0px 10px 2px rgb(0, 0, 0);
	border-top: solid 1px #42424247;
	z-index: 1;
}

#lobbyInputModeContainer > * {
	transform: skewX(-35.5deg);
}

#lobbyInputModeInner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: -10px;
}

.lobbyInputModeOption {
	position: relative;
	float: left;
	width: calc(50% - 5px);
	cursor: pointer;
}

.lobbyInputModeOption.selected {
	background-color: #6d6d6d;
}

#lobbyInputModeTyping {
	width: calc(50% + 5px);
	padding-left: 15px;
}

#lobbyInputModeChoice {
	padding-right: 1px;
}

#lnTeamSetupContainer {
	position: absolute;
	background-color: #1b1b1b;
	width: 130px;
	bottom: 0;
	transform: translateY(100%);
	left: 10%;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.89);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#lnTeamSetupTitle {
	font-size: 20px;
}

#lnTeamSetupButtonContainer {
	width: 100%;
	display: flex;
	border-top: 1px solid black;
}

.lnTeamSetupButton {
	flex: 1;
	border-right: 1px solid black;
}

.lnTeamSetupButton:hover {
	background-color: #424242;
}

.lnTeamSetupButton:last-child {
	border-right: none;
}

.themedTeamCodeContainer {
	position: relative;
}

.themedTeamCodeTitle {
	line-height: 1em;
	font-size: 14px;
	opacity: 0.7;
}

.themedTeamCode {
	font-size: 16px;
}

#lTeamMemberContainer {
	position: absolute;
	bottom: 2px;
	right: 3px;
	opacity: 0.7;
}

@media screen and (min-width: 1600px) {
	.lobbyAvatarRow.left .lobbyAvatar:nth-child(2n) {
		left: 62%;
	}

	.lobbyAvatarRow.right .lobbyAvatar:nth-child(2n) {
		left: 38%;
	}
}

@media screen and (max-width: 1230px) {
	.lobbyAvatarRow.left .lobbyAvatar {
		left: 48%;
	}

	.lobbyAvatarRow.right .lobbyAvatar {
		left: 52%;
	}

	.lobbyAvatarImgContainer {
		height: 120px;
		width: 120px;
	}

	.lobbyAvatarNameContainer {
		height: 38px;
		width: 210px;
	}

	.lobbyAvatarRow.left .lobbyAvatarNameContainer {
		right: 103px;
	}

	.lobbyAvatarRow.right .lobbyAvatarNameContainer {
		left: 103px;
	}

	.lobbyAvatarLevelContainer {
		bottom: 20px;
		height: 22px;
		min-width: 80px;
	}

	.lobbyAvatarSubTextContainer > h3 {
		font-size: 22px;
	}

	.lobbyAvatarRow.left .lobbyAvatarLevelContainer {
		right: 106px;
	}

	.lobbyAvatarRow.right .lobbyAvatarLevelContainer {
		left: 106px;
	}

	.lobbyAvatarHostContainer {
		top: 12px;
		height: 32px;
	}

	.lobbyAvatarRow.left .lobbyAvatarHostContainer {
		right: 106px;
	}

	.lobbyAvatarRow.right .lobbyAvatarHostContainer {
		left: 106px;
	}

	.lobbyAvatarSubTextContainer {
		width: 80px;
	}

	.lobbyAvatarHostOptions {
		width: 80px;
	}

	.lobbyAvatarCommandIcon {
		height: 20px;
		width: 20px;
		margin: 1px 2px;
	}

	.lobbyAvatarCommandIcon > i {
		font-size: 18px;
	}

	.lobbyAvatarAnswerModeContainer {
		font-size: 16px;
	}
}

/*RULE MODAL*/
#quizRulesModal .modal-header {
	padding: 5px;
}

#quizRulesModal .modal-body {
	padding-top: 5px;
}

#qrCategoryTitle {
	margin-top: 0px;
}

#qrImageOuterContainer {
	height: 325px;
	width: calc(100% + 30px);
	margin-left: -15px;
	overflow: hidden;
	position: relative;
	border-top: solid 1px #6d6d6d;
	border-bottom: solid 1px #6d6d6d;
}

#qrImageInnerContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 99999px;
	left: -59px;
}

.qrImageContentContainer {
	float: left;
	box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.89);
	transform: skewX(-20deg);
	overflow: hidden;
	transition: width 0.4s ease-in-out;
}

.qrImageContentContainer.selected {
	cursor: initial;
}

.qrImageContentContainer > img {
	transform: skewX(20deg);
	margin-left: -59px;
	filter: grayscale(0.9);
}

.qrImageContentContainer:hover > img {
	filter: grayscale(0.4);
}

.qrImageContentContainer.selected > img {
	filter: unset;
}

#qrModeCycleContainer {
	position: absolute;
	left: 0;
	right: 0;
	pointer-events: none;
}

#qrModeCycleContainer > * {
	pointer-events: initial;
}

/*CHAT PAGE*/

#gameChatPage > .col-xs-9 {
	height: 100%;
	background-image: url(../img/backgrounds/blur/bg-x1.jpg);
	background-image: -webkit-image-set(
		url(../img/backgrounds/blur/bg-x1.jpg) 1x,
		url(../img/backgrounds/blur/bg-x2.jpg) 2x
	);
	background-position: top center;
}

@media screen and (min-width: 1921px) {
	#gameChatPage > .col-xs-9 {
		background-image: url(../img/backgrounds/blur/bg-x2.jpg);
	}
}

#gameChatContainer {
	height: 100%;
	background-color: #424242;
	padding: 0;
	z-index: 10;
}

#gcChatMenu {
	height: 35px;
	width: calc(100% + 11px);
	overflow: hidden;
}

#gcChatMenu > div {
	background: #1b1b1b;
	transform: skewX(-35.5deg);
	width: 50%;
}

#gcChatMenu.queueEnabled > div {
	width: 33.33333333%;
}

#gcChatMenu > div.selected {
	background: #6d6d6d;
}

#gcChatMenu > div:first-child {
	margin-left: -13px;
	width: calc(50% + 13px);
}

#gcChatMenu.queueEnabled > div:first-child {
	margin-left: -13px;
	width: calc(33.33333% + 13px);
}

#gcChatMenu h5 {
	transform: skewX(35.5deg);
	width: 132%;
	margin-left: -16%;
}

#gcChatMenu > #gcQueueListButton {
	display: none;
}

#gcChatMenu.queueEnabled > #gcQueueListButton {
	display: initial;
}

#gcSpectateListButtonHostIcon {
	position: absolute;
	background-color: #4497ea;
	z-index: -1;
	height: 100%;
	width: 20px;
	top: 0;
	right: 0;
}

.gcTabCount {
	opacity: 0.8;
	margin-left: 4px;
}

#gcContent {
	height: calc(100% - 35px);
}

#gcContentInner {
	height: 100%;
	position: relative;
}

#gcContent.bossMode #gcContentInner {
	height: 50%;
	min-height: calc(100% - 300px);
}

#gcChatContent {
	height: 100%;
}

#gcChatContent > .popover > .popover-content {
	padding: 0 5px;
}

#gcEmoteAnimationCanvas {
	position: fixed;
	height: 250px;
	bottom: 120px;
	width: 25%;
	z-index: 20;
	pointer-events: none;
}

.gcInputContainer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #6d6d6d;
	height: 75px;
}

.gcInputContainer > .textAreaContainer {
	width: calc(100% - 120px);
	height: calc(100% - 10px);
	margin: 5px 115px 5px 5px;
	position: relative;
	font-size: 14px;
}

#gcInputCooldownContainer {
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 0px;
}

#gcInputCooldownBar {
	width: 100%;
	height: 100%;
	background-color: #4497ea;
	transform: translateX(-100%);
}

#gcInputCooldownBar.active {
	animation: gcInputCooldown 3.65s linear 0s 1;
}

#gcTeamChatSwitchContainer {
	position: absolute;
	bottom: 17px;
	right: 0;
	width: 45px;
	opacity: 0.4;
}

#gcPlayerOnlyMessage {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	font-size: 18px;
	background-color: black;
	opacity: 0.8;
	height: 30px;
	padding-top: 2px;
}

#gcTeamChatSwitchContainer:hover {
	opacity: 1;
}

#gcTeamChatSwitchContainer > label {
	font-size: 13px;
	width: 100%;
}

@keyframes gcInputCooldown {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-100%);
	}
}

#gcEmojiPickerOuterContainer {
	position: absolute;
	top: 3px;
	right: 86px;
	width: 24px;
	height: 29px;
}

#gcEmojiPickerButton > i {
	font-size: 28px;
	color: #1b1b1b;
}

#gcEmojiLockInContainer {
	position: absolute;
	width: 29px;
	height: 29px;
	top: 0;
	left: -2px;
	border: #1b1b1b dashed 2px;
	border-radius: 6px;
	padding: 1px;
}

#gcEmojiLockInContainer > img {
	width: 100%;
	height: 100%;
}

.emojiPickerContainer {
	width: 209px;
	height: 275px;
	position: absolute;
	left: -100px;
	background-color: #1b1b1b;
	-webkit-box-shadow: 0 0 10px rgb(0, 0, 0);
	box-shadow: 0 0 10px rgb(0, 0, 0);
	cursor: initial;
	z-index: 25;
	padding-top: 2px;
	transform: translateY(-100%);
	top: -10px;
}

.emojiPickerContainer::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #1b1b1b;
	position: absolute;
	bottom: -7px;
	left: 101px;
	transform: rotate(45deg);
	z-index: -1;
}

.emojiPickerContainerInner {
	position: relative;
	height: 100%;
	width: 100%;
	padding-right: 10px;
	padding-left: 5px;
}

.emojiPickerContainerInner > .ps__scrollbar-y-rail {
	opacity: 1;
}

.emojiPickerContainerInner > .ps__scrollbar-y-rail > .ps__scrollbar-y {
	opacity: 1;
}

.emojiPickerHeader {
	border-bottom: solid 1px #424242;
}

.emojiPickerEmoteContainer > .amqEmoji {
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.emojiPickerEmoteContainer > .amqEmoji:nth-of-type(6n) {
	margin-right: 0;
}

.emojiPickerEmoteContainer > .amqEmoji.locked {
	opacity: 0.5;
}

#gcMessageContainer {
	height: calc(100% - 75px);
	margin: 0;
}

#gcMessageContainer .emoji {
	height: 24px;
	width: 24px;
	vertical-align: middle;
}

#gcMessageContainer .ps__scrollbar-y-rail {
	z-index: 5;
}

.gcPlayerMessageBadge {
	width: 17px;
	height: 17px;
	margin: 0 1px;
}

.gcUserName {
	font-weight: bold;
}

.gcUserName::after {
	content: ": ";
	color: white;
	text-shadow: none;
}

.gcMsgIndent {
	padding-left: 15px;
}

.gcScrollAbleContainer {
	position: relative;
	height: 100%;
}

.gcScrollAbleContainer > ul {
	margin: 0;
}

#gcMessageContainer > li {
	font-size: 15px;
	line-height: 1.2em;
	padding: 5px 17px 5px 7px;
	word-wrap: break-word;
	position: relative;
}

.gcList > li:nth-child(2n) {
	background-color: #1b1b1b;
}

#gcMessageContainer > li > * {
	z-index: 20;
	position: relative;
}

#gcMessageContainer > li.highlight {
	background-color: #4497ea;
}

#gcMessageContainer > li.highlight a {
	color: #006ab7;
}

#gcMessageContainer > li .gcTeamMessageIcon {
	background-color: #006ab7;
	position: absolute;
	width: 39px;
	height: 27.5px;
	left: -10px;
	top: 1px;
	transform: skewX(-35.5deg);
}

#gcSpectatorListView {
	height: 100%;
}

#gcSpectatorListContent {
	height: 100%;
}

.gcActionButton {
	width: calc(100% - 77px);
	margin-top: 17px;
}

#gcSpectatorList {
	height: calc(100% - 75px);
}

.gcSpectatorItem,
.gcQueueItem {
	height: 38px;
	overflow: hidden;
	position: relative;
}

.gcSpectatorItem > h3 {
	padding: 6px 0px 6px 10px;
	margin: 0;
	float: left;
	max-width: 75%;
}

.gcSpectatorIconContainer {
	position: relative;
	height: 38px;
	display: inline-flex;
	margin-left: 15px;
}

.gcSpectatorIconContainer > .ps__scrollbar-x-rail {
	border-radius: 6px;
}

.gcSpectatorHostIcon {
	position: absolute;
	background-color: #4497ea;
	z-index: -1;
	height: 100%;
	width: 40px;
	transform: skewX(35.5deg);
	left: -13px;
}

.gcSpectatorHostIcon > div {
	transform: skewX(-35.5deg);
	position: absolute;
	bottom: -1px;
	left: 7px;
	height: 17px;
	opacity: 0.6;
}

.playerCommandIcon {
	position: relative;
	flex: none;
	float: left;
	height: 36px;
	width: 36px;
	margin: 1px 5px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 100%;
	opacity: 0.75;
}

.playerCommandIcon.disabled {
	opacity: 0.4;
}

.playerCommandIcon:nth-child(1) {
	margin-left: auto;
}

.playerCommandIcon:hover {
	opacity: 1;
}

.playerCommandIcon > i {
	font-size: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.playerModCommandIcon > h6 {
	position: absolute;
	bottom: 0;
	margin: 0;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	min-width: 100%;
}

.playerCommandBanSpoilIcon > h6,
.playerCommandBanNegativeIcon > h6 {
	left: -6px;
}

#gcQueueListContent {
	height: 100%;
}

#gcQueueList {
	list-style: none;
	counter-reset: item;
	height: calc(100% - 75px);
}

.gcQueueItem {
	counter-increment: item;
	position: relative;
}

.gcQueueItem:before {
	content: counter(item);
	position: absolute;
	font-size: 26px;
	left: 5px;
}

.gcQueueItem > h3 {
	width: 100%;
	text-align: center;
	margin: 0;
	margin-top: 5px;
}

.gcQueueItem.highlight {
	background-color: #4497ea !important;
}

#gcQueueActionButtonText {
	margin-top: -2px;
}

#gcBossModeContainer {
	height: 50%;
	max-height: 300px;
	display: none;
	width: 100%;
	border-top: #1b1b1b 4px solid;
	position: relative;
}

#gcContent.bossMode #gcBossModeContainer {
	display: block;
}

#gcBossModeAvatarArea {
	width: 65%;
	height: 100%;
	position: relative;
}

#gcBossModeAvatarOuterContainer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#gcBossModeAvatarInnerContainer {
	width: 45%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
}

#gcBossModeAvatarContainer {
	width: 100%;
	aspect-ratio: 2/3;
	position: relative;
}

#gcBossModeAvatarNameContainer {
	background-color: #1b1b1b;
	font-size: 25px;
	text-align: center;
	width: 100%;
	height: 36px;
	position: relative;
}

#gcBossModeAvatarName {
	width: fit-content;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	min-width: 100%;
}

#gcBossModeSongCountContainerOuter {
	height: 50px;
	width: 100%;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#gcBossModeSongCountContainer {
	width: 86px;
	background-color: #1b1b1b;
	transform: skewX(-35.5deg);
	font-size: 20px;
	pointer-events: initial;
	box-shadow: 0 0 10px 0px rgb(0, 0, 0);
	padding-left: 20px;
	margin-left: -10px;
	padding-right: 20px;
	text-align: center;
}

#gcBossModeSongCountContainer > * {
	transform: skewX(35.5deg);
}

#gcBossModeAbilityContianer {
	position: absolute;
	top: 46%;
	right: 0;
	transform: translateY(-50%);
}

.gcBossModeAbility {
	font-size: 16px;
	pointer-events: initial;
	text-align: center;
	padding-left: 20px;
	padding-right: 5px;
	margin-bottom: 8px;
	position: relative;
	cursor: pointer;
}

.gcBossModeAbility.inactive,
.gcBossModeAbility.used {
	opacity: 0.8;
	cursor: default;
}

.gcBossModeAbility.inactive:hover::before,
.gcBossModeAbility.used:hover::before {
	background-color: #1b1b1b;
}

.gcBossModeAbility.active::before,
.gcBossModeAbility.active:hover::before {
	background-color: #4fa220;
}

.gcBossModeAbility.used {
	text-decoration: line-through;
}

.gcBossModeAbility.disabled {
	pointer-events: none;
}

#gcBossModeAbilityCounter {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	padding-left: 20px;
	padding-right: 8px;
}

#gcBossModeHeader {
	position: absolute;
	left: 0;
	right: 20%;
	margin: auto;
	top: 0;
	width: fit-content;
	padding: 0 15px;
	font-size: 20px;
}

#gcBossModeQueueContainer {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 20px;
	padding-right: 115px;
	padding-left: 25px;
}

#gcBossModeQueueContainer::before {
	content: "";
	position: absolute;
	right: -9px;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #1b1b1b;
	transform: skewX(-35.5deg);
	box-shadow: 0 0 10px 0px rgb(0, 0, 0);
	z-index: -1;
}

#gcBossModeAvatarResultTextContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: max-content;
}

.gcBossModeAvatarResultText {
	text-align: center;
	font-size: 34px;
	color: white;
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-out;
	transform: scale(0.5);
	opacity: 0;
	line-height: 34px;
}

.gcBossModeAvatarResultTextReduced {
	font-size: 22px;
	line-height: 22px;
	text-shadow: 0 0 2px #000, 0 0 2px #00000070, 0 0 5px #b6ff00;
}

.gcBossModeAvatarResultText.active {
	transform: scale(1);
	opacity: 1;
}

#gcBossModeAvatarDefeatText {
	text-shadow: 0 0 2px #000000c9, 0 0 5px #fff, 0 0 10px #fb1212, 0 0 15px #fb12128a;
}

#gcBossModeAvatarVictoryText,
#gcBossModeAvatarVictoryPoints {
	text-shadow: 0 0 2px #000000c9, 0 0 5px #fff, 0 0 10px #b6ff00, 0 0 15px #b6ff008a;
}

#gcBossModeAvatarVictoryPoints {
	font-size: 28px;
	line-height: 28px;
}

@media screen and (max-width: 1300px) {
	#gcChatMenu h5 {
		font-size: 14px;
	}

	.gcTabCount {
		margin-left: 0;
	}
}

@media screen and (max-width: 1150px) {
	#gcChatMenu h5 {
		font-size: 12px;
	}
}

@media screen and (max-width: 1350px) {
	#gcBossModeSongCountContainer {
		width: 65px;
		font-size: 14px;
	}

	#gcBossModeAbilityCounter {
		font-size: 14px;
	}

	#gcBossModeHeader {
		font-size: 14px;
	}
}

/*QUIZ PAGE*/

#quizPage {
	height: calc(100%);
}

#quizPage > .popover > .popover-content {
	padding: 0;
}

.qpTopActionButton {
	width: 50px;
}

.qpTopActionButton > i {
	font-size: 28px;
	margin-top: 3px;
}

#qpReturnToLobbyButton {
	left: 98px;
}

#qpPauseButton {
	left: 153px;
}

#qpJoinButton {
	left: 208px;
	width: 75px;
}

#qpJoinButton > div {
	font-size: 28px;
	margin-top: -4px;
	margin-left: -5px;
}

#qpThemedTeamSetupContainer {
	position: absolute;
	top: 0;
	left: 120px;
	z-index: 5;
	padding: 0 10px;
	background-color: #1b1b1b;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.89);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}

#qpThemedTeamSetupCreateButton {
	padding: 0 10px;
	margin-left: -10px;
	width: calc(100% + 20px);
}

.leftVoteContainer {
	position: absolute;
	top: 55%;
	border-bottom-right-radius: 11px;
	border-top-right-radius: 11px;
	box-shadow: 0px 0px 15px 1px #228dff;
	width: 150px;
	z-index: 15;
}

.leftVoteContainer.voted {
	pointer-events: none;
}

.leftVoteContainer > h4 {
	width: 150px;
}

.leftVoteHeader {
	margin: 5px 0 2px;
}

.leftVoteResultText {
	margin: -1px 0 1px;
	font-size: 16px;
}

.leftVoteButton {
	width: 50%;
	float: left;
	background-color: #1b1b1b;
}

.leftVoteButton:first-of-type {
	width: calc(50% + 5px);
	margin-left: -5px;
}

.leftVoteButton > h5 {
	margin: 0;
}

.leftVoteButtonYes.selected {
	background-color: #5cb85c;
}

.leftVoteButtonNo.selected {
	background-color: #ac2925;
}

.leftVoteTimerBar {
	position: absolute;
	height: 2px;
	background-color: #4497ea;
	width: 73%;
	bottom: 0;
}

#qpOptionContainer {
	position: absolute;
	top: 0px;
	right: -12px;
	-webkit-box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.89);
	box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.89);
	transform: skewX(35.5deg);
	height: 35px;
	width: 235px;
	background-color: #1b1b1b;
	z-index: 3;
}

#qpOptionContainer .qpMenuItem {
	font-size: 20px;
	margin-top: 7px;
}

#qpOptionContainer > div {
	transform: skewX(-35.5deg);
	width: 100%;
	height: 100%;
}

#qpOptionContainer .qpOption {
	float: right;
	position: relative;
}

#qpOptionContainerHider {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #1b1b1b;
	left: 20px;
}

#qpVolume {
	width: 120px;
	margin-top: 7px;
	color: #006ab7;
}

#qpVolumeIcon {
	font-size: 20px;
	float: left;
	margin-left: 3px;
	margin-top: 0px;
}

#qpVolumeBar {
	width: 80px;
	height: 5px;
	position: absolute;
	top: 7px;
	left: 25px;
	background-color: white;
	border-radius: 5px;
}

#qpVolumeBarIndicator {
	height: 12px;
	width: 3px;
	position: absolute;
	background-color: #006ab7;
	top: -3.5px;
	border-radius: 2px;
	left: 100%;
}

#qpQuality {
	width: 46px;
	height: 100%;
}

#qpQualityList {
	position: absolute;
	right: 123px;
	top: 30px;
	background-color: #1b1b1b;
	margin-top: 5px;
	-webkit-box-shadow: 0 7px 10px 0px rgb(0, 0, 0);
	box-shadow: 0 7px 10px 0px rgb(0, 0, 0);
	transform: translateY(-115%);
	transition: transform 0.5s ease-in-out;
	overflow: hidden;
}

#qpQualityList > li {
	cursor: pointer;
}

#qpQualityList > li.selected {
	background-color: #424242;
}

#qpQualityList.show,
#qpQualityList:hover {
	transform: translateY(0%);
}

#qpSettings,
#qpSongHistory {
	width: 30px;
	height: 100%;
}

#qpSongHistory > .qpMenuItem {
	font-size: 19px;
	margin-top: 8px;
}

#qpModFlaggedMessageContainer {
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 3;
	transform: translateX(200px);
	transition: transform 0.15s ease-in-out;
}

#qpModFlaggedMessageContainer.open {
	transform: translateX(0);
}

#qpModFlaggedMessagesIcon {
	box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.89);
	transform: skewX(35.5deg);
	height: 35px;
	width: 55px;
	background-color: #1b1b1b;
	font-size: 23px;
	position: absolute;
	left: -42px;
}

#qpModFlaggedMessagesIcon > * {
	transform: skewX(-35.5deg);
}

#qpModFlaggedMessageCount {
	position: absolute;
	top: 3.5px;
	left: 18px;
	font-size: 14px;
	color: #1b1b1b;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	width: 22px;
}

#qpModFlaggedMessageInnerContainer {
	width: 200px;
	background-color: #1b1b1b;
	min-height: 35px;
	z-index: 1;
	position: relative;
	box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.89);
}

#qpModFlaggedMessageContainerMessages {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.qpModFlaggedMessageEntryTopBar {
	width: 100%;
	height: 21px;
	overflow: hidden;
	background-color: #424242;
}

.qpModFlaggedMessageDelete {
	float: left;
	width: 7%;
}

.qpModFlaggedMessageName {
	float: left;
	width: 53%;
	text-align: center;
}

.qpModFlaggedMessageButtonWarn {
	float: left;
	width: calc(20% + 6px);
}

.qpModFlaggedMessageButtonBan {
	float: right;
	margin-right: -6px;
	width: 20%;
}

.qpModFlaggedMessageResult {
	float: left;
	width: 40%;
}

.qpModFlaggedMessageButtonWarn,
.qpModFlaggedMessageButtonBan,
.qpModFlaggedMessageResult {
	text-align: center;
	box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.89);
	transform: skewX(35.5deg);
	background-color: #1b1b1b;
}

.qpModFlaggedMessageButtonWarn > *,
.qpModFlaggedMessageButtonBan > *,
.qpModFlaggedMessageResult > * {
	transform: skewX(-35.5deg);
}

.qpModFlaggedMessageButtonWarn:hover,
.qpModFlaggedMessageButtonBan:hover {
	background-color: #6d6d6d;
}

.qpModFlaggedMessageEntryMessage {
	text-align: left;
	font-size: 13px;
}

#qpModFlaggedMessageClearAll {
	font-size: 24px;
	border-top: 1px solid #424242;
}

#qpModFlaggedMessageClearAll:hover {
	background-color: #6d6d6d;
}

#qpAnimeContainer {
	margin-bottom: 20px;
}

.qpSideContainer {
	max-width: 215px;
	min-width: 208px;
	max-height: 50%;
	width: calc(100% + 30px);
	margin-top: 40%;
	position: relative;
	border-radius: 5px;
	overflow-wrap: break-word;
}

.qpSideContainer h3 {
	margin-top: 10px;
}

.qpSideContainer h5 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.qpSideContainer qp {
	margin-top: 0px;
	margin-bottom: 0px;
}

.qpSideContainer .popover-content {
	max-width: 285px;
	min-width: 268px;
	width: 100%;
}

.qpSideContainer .popover-content h5 {
	max-width: 100% !important;
}

.qpSongCreatorTitle {
	opacity: 0.5;
	cursor: pointer;
	margin-left: 4px;
}

.qpSongCreatorTitle:first-child {
	margin-left: 0;
}

.qpSongCreatorTitle.active {
	opacity: 1;
	cursor: initial;
}

#qpStandingContainer {
	padding: 0;
}

#qpStandingItemContainer {
	position: relative;
	padding-bottom: 1px;
}

#qpStandingItemContainer > .ps__scrollbar-y-rail {
	z-index: 2;
}

#qpScoreBoardEntryContainer {
	margin-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

#qpStandingTopScroller {
	height: 5px;
}

#qpStandingCorrectCount {
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0;
	text-shadow: 0 0 5px #fff, 0 0 15px #b6ff00, 0 0 20px #b6ff00, 0 0 25px #b6ff00;
}

#qpStandingTeamToggleContainer {
	position: absolute;
	left: 10px;
	font-size: 14px;
	top: 5px;
	cursor: pointer;
	opacity: 0.75;
}

#qpStandingTeamToggleContainer.active {
	opacity: 1;
	text-shadow: 0 0 5px #ffffff4a, 0 0 15px #b6ff00a8;
}

#qpStandingTeamToggleContainer.forcedOn {
	opacity: 0.6;
	cursor: initial;
}

.qpSideContainer .popover-content h5 {
	max-width: 200px;
	font-weight: 600 !important;
}

.qpStandingItem {
	position: absolute;
	top: 0;
	height: 30px;
	pointer-events: none;
	transition: transform 1s ease-in-out;
	display: flex;
	width: 100%;
}

.qpsPlayerScore.rightAnswer {
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #b6ff00, 0 0 35px #b6ff00, 0 0 40px #b6ff00,
		0 0 50px #b6ff00, 0 0 75px #b6ff00;
}

.qpsPlayerScore {
	pointer-events: initial;
}

.qpsPlayerGuessCount {
	opacity: 0.3;
	pointer-events: initial;
}

.qpScoreBoardListNumber {
	color: #438fda;
	position: relative;
	top: 20%;
	pointer-events: initial;
}

.qpScoreBoardNumber {
	font-size: 22px;
	margin-left: 5px;
	margin-right: 3px;
	float: left;
}

.qpsPlayerName.self {
	color: #80c7ff;
	text-shadow: 0 0 10px #228dff;
}

.qpScoreBoardEntry {
	text-align: left;
	padding: 0;
	float: left;
	height: 100%;
	width: 100%;
	line-height: 30px;
}

.qpScoreBoardEntry > p {
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.qpTeamStandingItem {
	background: linear-gradient(90deg, #1b1b1b85 0%, #1b1b1b00 90%, #1b1b1b00 100%);
	position: absolute;
	top: 0;
	pointer-events: none;
	transition: transform 1s ease-in-out;
	width: calc(100%);
	padding-left: 19px;
	left: 0px;
}

.qpTeamStandingItem::before {
	content: "";
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-top: 1px #1b1b1b solid;
	mask-image: linear-gradient(90deg, #1b1b1b85 0%, #1b1b1b00 90%, #1b1b1b00 100%);
	border-bottom: 1px #1b1b1b solid;
}

.qpTeamStandingItem.themed {
	padding-left: 0;
	background: transparent;
}

.qpTeamStandingItem.themed::before {
	display: none;
}

.qpTeamPlayerContainer {
	padding-left: 12px;
}

.qpTeamStandingItem.themed .qpTeamPlayerContainer {
	padding-left: 31px;
}

.qpTeamPlayerContainer > .qpStandingItem {
	position: relative;
	clear: both;
}

.qpTeamStandingNumber {
	position: absolute;
	font-size: 22px;
	top: 54%;
	left: 6px;
	width: 27px;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
	color: rgba(127, 127, 140, 0.8);
	transform: translateY(-50%);
}

.qpTeamStandingItem.themed .qpTeamStandingNumber {
	display: none;
}

.qpScoreBoardGroupContainer {
	position: absolute;
	width: calc(100% - 9px);
	margin: 0 5px;
	border: solid 2px #6d6d6d36;
	border-radius: 5px;
	border-left: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: 0;
}

.qpScoreBoardGroupContainer.active {
	box-shadow: 0px 0px 4px 2px #228dff;
}

.qpScoreBoardGroupNumber {
	font-size: 50px;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
	color: rgba(127, 127, 140, 0.8);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#qpCounterShadowHider {
	position: relative;
	z-index: 5;
	overflow: hidden;
	padding-top: 5px;
}

#qpCounter {
	font-size: 22px;
	width: 7ch;
	margin: 0 auto;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}

#qpCounter.customHide {
	opacity: 0;
	pointer-events: none;
}

#qpAnimeNameContainer {
	font-size: 25px;
	position: relative;
}

#qpCenterInfoContainer .popover-content {
	max-width: 285px;
	min-width: 268px;
	width: 100%;
}

#qpCenterInfoContainer .popover-content h5 {
	max-width: 100% !important;
	font-weight: 600 !important;
}

.qpAnimeNameContainer {
	width: 330px;
	height: 70px;
	margin: 0 auto;
}

#qpAnimeName {
	position: absolute;
	min-width: 100%;
	top: 50%;
	transform: translateY(-50%);
	white-space: pre-wrap;
}

#qpAnimeNameHider {
	position: absolute;
	top: 36px;
	left: 0;
	right: 0;
	background-color: #424242;
	line-height: 65px;
	font-size: 60px;
}

#qpVideoContainer {
	margin-top: 12px;
	width: 100%;
	height: 0px;
	padding-top: 56.25%;
	position: relative;
	z-index: 1;
}

#qpVideoContainer > .popover {
	left: -65px !important;
}

#qpVideoContainerInner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

#qpVideoOverflowContainer {
	position: relative;
	height: 100%;
	width: 100%;
	border-radius: 2px;
	overflow: hidden;
	z-index: 1;
	background-color: black;
}

#qpVideoSoundOnly {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	font-size: 55px;
	z-index: -1;
}

.qpVideoPlayer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.qpVideoPlayer > video {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}

.qpVideoOverlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #424242;
	top: 0;
	left: 0;
}

.qpVideoOverlay > div {
	position: relative;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

#qpReturnToLobbyOverlay,
#qpPauseOverlay,
#qpPauseCountdownOverlay {
	top: 30px;
	font-size: 20px;
}

#qpExtraTimeCounter {
	scale: 0.5;
	top: 60%;
	position: absolute;
	opacity: 0.65;
}

.qpVideoTextOverlay {
	font-size: 30px;
	position: absolute;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	padding-left: 5px;
	color: white;
}

#qpVideoProgressBar {
	position: absolute;
	height: 5px;
	background-color: #4497ea;
	bottom: 0;
	left: 0;
	width: 100%;
}

#qpQuizDisplayOverlay {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 100%;
	pointer-events: none;
}

#qpQuizDisplayOverlayImage {
	position: absolute;
	width: 50%;
	bottom: 0;
	right: -10%;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.78));
}

#qpQuizDisplayOverlayText {
	min-height: 20%;
	position: absolute;
	bottom: 0;
	height: fit-content;
	font-size: 20px;
	color: white;
	right: 30%;
	max-width: 320px;
	width: 70%;
	filter: drop-shadow(0px 0px 4px rgb(0, 0, 0)) drop-shadow(0px 0px 4px rgb(0, 0, 0))
		drop-shadow(0px 0px 4px rgb(0, 0, 0));
	padding-bottom: 5px;
}

.qpAmqAwardsTextChar {
	opacity: 0;
}

.qpAmqAwardsTextChar.active {
	opacity: 1;
}

#qpQuizDisplayOverlayCategoryContainerOuter {
	font-size: 34px;
	color: white;
	background-color: #1b1b1b7d;
	position: absolute;
	left: 0;
	right: 0;
	width: 40%;
	margin: auto;
	height: 50px;
}

#qpQuizDisplayOverlayCategoryContainerInner {
	height: 100%;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.8);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 150% 100%, 150% 150%, -50% 150%, -50% 100%, 0 100%);
	text-shadow: 0px 0px 4px rgb(0, 0, 0), 0px 0px 4px rgb(0, 0, 0);
	width: fit-content;
	text-wrap: nowrap;
	min-width: 100%;
	text-align: center;
}

.qpAmqAwardsOverlayCategoryEdge {
	height: 200%;
	aspect-ratio: 1/1;
	position: absolute;
	overflow: hidden;
}

.qpAmqAwardsOverlayCategoryEdge::before {
	content: "";
	height: 50%;
	aspect-ratio: 1/1;
	background-color: #1b1b1b7d;
	position: absolute;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
}

#qpAmqAwardsOverlayCategoryLeftEdge {
	left: 0;
	transform: translateX(-100%);
}

#qpAmqAwardsOverlayCategoryLeftEdge::before {
	right: -20%;
	transform: skewX(35.5deg);
}

#qpAmqAwardsOverlayCategoryRightEdge {
	right: 0;
	transform: translateX(100%);
}

#qpAmqAwardsOverlayCategoryRightEdge::before {
	left: -20%;
	transform: skewX(-35.5deg);
}

#qpAmqAwardsOverlayCategoryNumberContainer {
	position: absolute;
	top: 0;
	right: -15%;
	background-color: #1b1b1b7d;
	width: 45px;
	transform: translateX(100%) skewX(-35.5deg);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
	text-shadow: 0px 0px 4px rgb(0, 0, 0), 0px 0px 4px rgb(0, 0, 0);
	color: white;
}

#qpQuizDisplayOverlayCategoryNumber {
	transform: skewX(35.5deg);
}

#qpAmqHintContainer {
	position: absolute;
	left: 0px;
	bottom: 10px;
	font-size: 18px;
	z-index: 0;
	color: white;
}

#qpAmqHintText {
	padding-right: 19px;
	padding-left: 18px;
	position: relative;
	z-index: 5;
	width: 90px;
	margin-bottom: 6px;
}

#qpAmqHintText:hover::before {
	background-color: #1b1b1b;
	cursor: initial;
}

.qpAmqHintButton {
	float: left;
	padding-right: 19px;
	padding-left: 4px;
	position: relative;
	margin-left: -1px;
	cursor: pointer;
	width: 80px;
	text-align: center;
	clip-path: polygon(0 0, 0 -50%, 120% -50%, 120% 150%, -28px 150%);
}

.qpAmqHintButton.inactive:hover::before {
	background-color: #1b1b1b;
}

.qpAmqHintButton.used::before {
	background-color: #5cb85c !important;
}

.qpAmqHintButton.inactive {
	cursor: initial;
	opacity: 0.6;
}

.qpAmqHintButtonCost {
	position: absolute;
	left: -17px;
	background-color: #006ab7ad;
	font-size: 18px;
	line-height: 18px;
	padding-top: 6px;
	aspect-ratio: 1/1;
	height: 100%;
	text-align: right;
	padding-right: 3px;
}

#qpAmqHintName {
	z-index: 4;
	width: 94px;
	padding-left: 25px;
}

#qpAmqHintName > .qpAmqHintButtonCost {
	left: -9px;
}

#qpAmqHintInfo {
	z-index: 3;
}

#qpAmqHintMultipleChoice {
	z-index: 2;
}

#qpAmqHintSongPointContainer {
	background-color: #006ab7ad;
	z-index: 1;
	position: absolute;
	height: 100%;
	aspect-ratio: 1/1;
	top: 0;
	left: 4px;
	transform: translateX(-50%);
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

#qpAmqHintSongPointText {
	position: absolute;
	right: 5px;
	top: 50%;
	font-size: 19px;
	line-height: 19px;
	transform: translateY(-50%);
}

#qpJamVoteContainer {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	max-width: 500px;
	box-shadow: 0 0 8px 1px rgb(0, 0, 0);
	color: white;
	transition: transform 0.4s ease-in-out;
	transform: translateY(0);
}

#qpJamVoteContainer.dropDown {
	transform: translateY(100%);
}

#qpJamVoteHeader {
	background-color: #1b1b1bba;
	position: relative;
	height: 40px;
}

#qpJamVoteHeader > h1 {
	margin: 0;
	font-size: 30px;
	position: absolute;
	line-height: 30px;
	left: 0;
	right: 0;
	top: 46%;
	transform: translateY(-50%);
}

#qpJamVoteLowerButton {
	position: absolute;
	height: 100%;
	aspect-ratio: 1/1;
	top: 0;
	right: 0;
	font-size: 50px;
	overflow: hidden;
	cursor: pointer;
	background-color: #1b1b1bba;
	transition: transform 0.4s ease-in-out;
	transform: translateY(0);
}

#qpJamVoteContainer.dropDown #qpJamVoteLowerButton {
	transform: translateY(-100%);
}

#qpJamVoteLowerButton > i {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	top: 50%;
	transform: translateY(-50%);
}

#qpJamVoteLowerButton > i.fa-angle-up {
	top: 43%;
}

#qpJamVoteInnerContainer {
	height: calc(100% - 40px);
	background-color: #424242d1;
	position: relative;
}

.qpJamVoteCategoryContainer {
	height: 50%;
}

.qpJamVoteCategoryHeader {
	height: 48px;
}

.qpJamVoteCategoryName {
	font-size: 22px;
}

.qpJamVoteCategoryExtraLine {
	font-size: 16px;
	opacity: 0.5;
	line-height: 16px;
}

.qpJamVoteCategoryOptions {
	position: relative;
	height: calc(100% - 40px);
	display: flex;
	justify-content: space-evenly;
	padding-top: 8px;
}

.qpJamVoteCategoryOptionContainer {
	width: 22%;
	position: relative;
}

.qpJamVoteCategoryOptionContainer:first-child {
	margin-left: 5%;
}

.qpJamVoteCategoryOption {
	width: 100%;
	position: relative;
	height: 20px;
	cursor: pointer;
}

.qpJamVoteCategoryOption.selected::before {
	background-color: #4497ea;
}

.qpJamVoteCategoryOption.selected:hover::before {
	background-color: #ac2925;
}

.qpJamVoteCategoryOption.selected.newClick:hover::before {
	background-color: #4497ea;
}

#qpJamVoteThemeContainer.displayResult .qpJamVoteCategoryOption::before {
	background-color: #ac2925;
}

#qpJamVoteThemeContainer.displayResult .qpJamVoteCategoryOptionContainer.winVote .qpJamVoteCategoryOption::before {
	background-color: #5cb85c;
}

#qpJamVoteContainer.votesDisbaled .qpJamVoteCategoryOption {
	pointer-events: none;
}

.qpJamVoteCategoryOptionTextContainer {
	width: 85%;
	height: 100%;
}

.qpJamVoteCategoryVoteContainer {
	width: 100%;
	height: calc(100% - 20px);
	margin-left: -15px;
}

.qpJamVoteCategoryVoteContainer {
	width: 100%;
	height: calc(100% - 20px);
	margin-left: -15px;
	padding-top: 3px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: start;
	overflow: hidden;
	position: relative;
}

.qpJamVoteCategoryVoteOuter {
	aspect-ratio: 1/1;
	margin: 2px;
	height: 25px;
	position: relative;
	cursor: pointer;
	opacity: 1;
}

#qpJamVoteThemeContainer.displayResult .qpJamVoteCategoryVoteOuter,
.qpJamVoteCategoryOptionContainer.displayResultNumber .qpJamVoteCategoryVoteOuter {
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.7s ease-in;
}

.qpJamVoteCategoryVoteWinOuter {
	position: absolute;
	width: 75%;
	aspect-ratio: 1/1;
	height: unset;
	z-index: 5;
	max-width: 60px;
	left: 0;
	right: 0;
	margin: auto;
	top: 40%;
	transform: translateY(-50%);
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
}

#qpJamVoteThemeContainer.displayResult
	.qpJamVoteCategoryOptionContainer.displayWinVote.winVote
	.qpJamVoteCategoryVoteWinOuter {
	pointer-events: initial;
	opacity: 1;
	transition: opacity 0.7s ease-in-out;
}

.qpJamVoteCategoryVoteInner {
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 6px 0px rgb(0, 0, 0);
	background-color: #1b1b1b;
	width: 100%;
	height: 100%;
	position: relative;
}

.qpJamVoteCategoryVoteHighlight {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: 0 0 15px 0px rgba(255, 255, 255, 0.8), 0 0 10px 5px rgb(90, 172, 255), 0 0 10px 5px rgb(90, 172, 255);
	opacity: 0;
}

.qpJamVoteCategoryVoteHighlight.active {
	opacity: 1;
}

.qpJamVoteCategoryVoteCounter {
	text-align: center;
	line-height: 25px;
}

.qpJamVoteCategoryVoteImage {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.qpJamVoteCategoryTypeResultText {
	position: absolute;
	font-size: 44px;
	left: 0;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
	z-index: 5;
	opacity: 0;
	pointer-events: none;
}

.qpJamVoteCategoryOptionContainer.displayResultNumber .qpJamVoteCategoryTypeResultText {
	opacity: 1;
	transition: opacity 0.7s ease-in-out;
}

#qpJamThemeOverlay {
	position: absolute;
	right: -5px;
	top: 0;
	height: 40px;
	width: 350px;
	font-size: 28px;
	max-width: 70%;
	min-width: 200px;
	padding-left: 25px;
	padding-right: 5px;
}

#qpJamThemeOverlay::before,
#qpJamThemeOverlay:hover::before {
	background-color: #1b1b1bba;
}

#qpJamThemeOverlayTextContainer {
	position: absolute;
	left: 0;
	right: 0;
	line-height: 1em;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
}

@media screen and (max-width: 1520px) {
	#qpJamVoteHeader {
		height: 24px;
	}

	#qpJamVoteHeader > h1 {
		font-size: 20px;
		line-height: 20px;
	}

	#qpJamVoteLowerButton {
		font-size: 34px;
	}

	#qpJamVoteInnerContainer {
		height: calc(100% - 24px);
	}

	.qpJamVoteCategoryHeader {
		height: 20px;
		display: flex;
		justify-content: center;
	}

	.qpJamVoteCategoryName {
		font-size: 15px;
	}

	.qpJamVoteCategoryExtraLine {
		font-size: 15px;
		line-height: unset;
		margin-left: 10px;
	}

	.qpJamVoteCategoryOptions {
		height: calc(100% - 20px);
		padding-top: 2px;
	}

	.qpJamVoteCategoryOption {
		height: 16px;
		font-size: 12px;
	}

	.qpJamVoteCategoryVoteContainer {
		padding-top: 1px;
	}

	.qpJamVoteCategoryVote {
		height: 18px;
		margin: 1px;
	}

	.qpJamVoteCategoryOptionText {
		margin-left: -19px;
		padding: 0 13px;
	}
}

#qpVideoCustomQuizResultDisplay {
	position: absolute;
	width: fit-content;
	box-shadow: 0 0 10px rgb(0, 0, 0);
	color: white;
	opacity: 0.7;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 1320px) {
	#qpVideoCustomQuizResultDisplay {
		transform: scale(0.8) translateX(-50%);
		top: -14px;
		left: 40%;
	}
}

#qpVideoCustomQuizResultDisplay:hover {
	opacity: 1;
}

#qpVideoCustomQuizResultDisplay .cqsQuizEntry {
	border-radius: 0;
	pointer-events: none;
	box-shadow: none;
}

#qpVideoCustomQuizResultButtonContainer {
	display: flex;
	background-color: #1b1b1b;
	border-top: 1px solid black;
	font-size: 30px;
}

.qpVideoCustomQuizResultButton {
	flex-grow: 1;
	border-left: solid 1px black;
	line-height: 1em;
	padding: 2px 0;
}

.qpVideoCustomQuizResultButton:first-child {
	border-left: none;
}

.qpVideoCustomQuizResultButton:hover {
	background-color: #424242;
}

#qpVideoCustomQuizResultLikeButton.selected {
	background-color: #5cb85c;
}

#qpVideoCustomQuizResultLikeButton.selected:hover {
	background-color: #5cb85c96;
}

#qpVideoCustomQuizResultDislikeButton {
	display: none !important;
}

#qpVideoCustomQuizResultDislikeButton.selected {
	background-color: #ac2925;
}

#qpVideoCustomQuizResultDislikeButton.selected:hover {
	background-color: #ac292596;
}

#qpVideoCustomQuizResultFavoriteButton.selected {
	background-color: #4497ea;
}

#qpVideoCustomQuizResultFavoriteButton.selected:hover {
	background-color: #4497ea96;
}

#qpVideoTroubleshootingContainer {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	width: 300px;
	border-bottom-left-radius: 5px;
	transform: translateY(-115%);
	transition: transform 0.4s ease-in-out;
	z-index: 5;
}

#qpVideoTroubleshootingContainer.open {
	transform: translateY(0);
}

#qpVideoTroubleshootingContainer > .close {
	margin-right: 5px;
}

#qpPipHider {
	position: absolute;
	background: red;
	width: 1000%;
	height: 1000%;
	left: 0;
	top: 0;
	border-radius: 100%;
}

#qpVideosUserHidden {
	opacity: 0;
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

#qpVideosUserHidden.active {
	opacity: 1;
}

#qpAnswerInputContainer {
	width: 80%;
	margin: 8px auto 5px;
	padding: 5px;
	position: relative;
}

#qpAnswerInputContainer.focused {
	box-shadow: 0px 0px 15px 1px #228dff;
}

#qpAnswerInputContainer .awesomplete {
	width: 100%;
}

#qpAnswerInputLoadingContainer {
	position: absolute;
	top: 8px;
	right: 5px;
	opacity: 0.5;
}

#qpAnswerInputLoadingContainer > i {
	font-size: 25px;
}

#qpAnswerInput:disabled {
	pointer-events: none;
}

.qpSkipContainer {
	width: 60px;
}

.qpSkipContainer.preDisable {
	pointer-events: none;
}

.qpSkipContainer.disabled {
	opacity: 0;
}

.qpSkipContainer.votePreview {
	pointer-events: none;
}

.qpSkipContainer:hover {
	width: 114px;
}

#qpInputSkipContainer {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
}

#qpVideoSkipContainer {
	height: 42px;
	position: absolute;
	transform: translateX(100%);
	bottom: 2px;
	right: 0;
}

.qpVoteShadowHider {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 80px;
	height: 100%;
}

#qpVideoSkipContainer .qpVoteShadowHider {
	overflow: visible;
}

.qpSkipSection {
	height: 100%;
	line-height: 1;
	padding-top: 7px;
}

.qpSkipContainer > div > p {
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}

.qpVoteSkip {
	position: absolute;
	width: 60px;
	top: 0;
	left: -14px;
	overflow: hidden;
	background-color: #424242;
	transform: translateX(-110%) skewX(-35.5deg);
	transition: transform 0.3s ease-out;
}

#qpVideoVoteSkip {
	transform: skewX(-35.5deg);
	box-shadow: 0px 0px 10px 1px rgb(0, 0, 0);
}

.qpSkipContainer.highlight .qpVoteSkip,
.qpSkipContainer:hover .qpVoteSkip {
	transform: translateX(0%) skewX(-35.5deg);
}

.qpSkipContainer.votePreview .qpVoteSkip,
.qpSkipContainer.preDisable .qpVoteSkip {
	transform: translateX(-110%) skewX(-35.5deg);
}

.qpVoteSkipGlowContainer {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	-webkit-box-shadow: 3px 0px 10px 5px #228dff;
	box-shadow: 3px 0px 10px 5px #228dff;
	opacity: 0.7;
	z-index: -1;
}

.qpSkipContainer.votePreview .qpVoteSkipGlowContainer {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.qpSkipContainer.highlight .qpVoteSkipGlowContainer,
.qpSkipContainer:hover .qpVoteSkipGlowContainer {
	display: none;
}

.qpVoteSkip.toggled {
	background-color: #5cb85c;
	width: 60px;
}

.qpVoteSkip > p {
	width: 50px;
	float: right;
	margin-right: 3px;
}

.qpVoteStateContainer {
	overflow: hidden;
	width: 150px;
	z-index: -1;
	position: absolute;
	height: 100%;
	pointer-events: none;
}

#qpVideoSkipContainer .qpVoteStateContainer {
	height: calc(100% + 30px);
	top: -15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.qpVoteState {
	float: left;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;
	width: 114px;
	padding-left: 30px;
	overflow: hidden;
	transform: translateX(-110%);
	transition: transform 0.5s ease-out;
	background-color: #424242;
	-webkit-box-shadow: 0 0 5px rgb(0, 0, 0);
	box-shadow: 0 0 5px rgb(0, 0, 0);
	pointer-events: initial;
}

#qpVideoVoteState {
	box-shadow: 0px 0px 10px 1px rgb(0, 0, 0);
}

.qpSkipContainer:hover .qpVoteState {
	transform: translateX(0%);
}

.qpSkipContainer.votePreview > .qpVoteStateContainer > .qpVoteState {
	transform: translateX(-30%);
}

.qpSkipContainer.preDisable > .qpVoteStateContainer > .qpVoteState {
	transform: translateX(-110%);
}

.qpVoteState > p {
	padding-left: 18px;
}

.qpSkipContainer.votePreview > .qpVoteStateContainer > .qpVoteState > p {
	padding-left: 0px;
}

#qpAnswerStateContainerOuter {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 35px;
	overflow: hidden;
}

#qpAnswerStateContainerOuter.fade {
	opacity: 0.6;
}

#qpAnswerStateContainerInner {
	position: absolute;
	width: 35px;
	right: -15px;
	background-color: #4497ea;
	font-size: 12px;
	height: 100%;
	transform: skewX(-35.5deg);
	-webkit-box-shadow: 1px -3px 10px rgba(0, 0, 0, 0.89);
	box-shadow: 1px -3px 10px rgba(0, 0, 0, 0.89);
}

#qpAnswerStateCheck {
	transform: skewX(35.5deg) rotate(-10deg);
	position: absolute;
	left: 4px;
	top: 18px;
	font-size: 18px;
}

#qpAnswerStateSendingContainer {
	transform: skewX(35.5deg);
	position: absolute;
	top: 32px;
	left: 4px;
}

.loadingDot {
	font-size: 7px;
	opacity: 0;
	float: left;
	margin-right: 3px;
}

.loadingDot.show {
	opacity: 1;
	transition: linear opacity 500ms;
}

#qpMultipleChoiceContainer {
	height: 60px;
	padding: 5px;
	padding-bottom: 0px;
}

.qpMultipleChoiceRow {
	height: 50%;
	position: relative;
	margin-bottom: 5px;
}

.qpMultipleChoiceEntryContainer {
	height: 100%;
	position: absolute;
	width: 62%;
	top: 0;
	pointer-events: none;
}

.qpMultipleChoiceEntryContainer:first-child {
	left: 0;
}

.qpMultipleChoiceEntryContainer:last-child {
	right: 0;
}

.qpMultipleChoiceEntryContainerInner {
	height: calc(100% + 10px);
	width: 100%;
	position: absolute;
	top: -5px;
	overflow: hidden;
}

.qpMultipleChoiceEntryContainer:first-child .qpMultipleChoiceEntryContainerInner {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.qpMultipleChoiceEntryContainer:last-child .qpMultipleChoiceEntryContainerInner {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.qpMultipleChoiceEntry {
	background-color: #1b1b1b;
	height: 27px;
	width: calc(80% + 9px);
	transform: skewX(-35.5deg);
	position: absolute;
	font-size: 18px;
	line-height: 25px;
	box-shadow: 0 0 4px 0px rgb(0, 0, 0);
	top: 5px;
	pointer-events: initial;
}

.qpMultipleChoiceEntry:hover {
	background-color: #6d6d6d;
	color: white;
}

.qpMultipleChoiceEntryContainer.inactive .qpMultipleChoiceEntry {
	background-color: #1b1b1b;
	color: #d9d9d9;
	cursor: initial;
}

.qpMultipleChoiceEntry:hover,
.qpMultipleChoiceEntryContainer.selected .qpMultipleChoiceEntry {
	background-color: #6d6d6d;
	color: white;
}

.qpMultipleChoiceEntryContainer.registered .qpMultipleChoiceEntry {
	box-shadow: 0 0 5px 1px rgb(0, 106, 183), inset 0 0 10px 2px #4497ea;
}

.qpMultipleChoiceEntryContainer.correct .qpMultipleChoiceEntry {
	box-shadow: 0 0 5px 1px #88bf00, inset 0 0 10px 2px #b6ff00bf;
}

.qpMultipleChoiceEntryContainer.wrong .qpMultipleChoiceEntry {
	box-shadow: 0 0 5px 1px #b00000, inset 0 0 10px 2px #fb1212ab;
}

.qpMultipleChoiceEntryContainer:first-child .qpMultipleChoiceEntry {
	left: -9px;
}

.qpMultipleChoiceEntryContainer:last-child .qpMultipleChoiceEntry {
	right: -9px;
}

.qpMultipleChoiceEntry > * {
	transform: skewX(35.5deg);
}

.qpMultipleChoiceEntryShadow {
	position: absolute;
	height: 100%;
	box-shadow: 0 0 4px 0px rgb(0, 0, 0);
	width: 1px;
}

.qpMultipleChoiceEntryContainer.registered .qpMultipleChoiceEntryShadow {
	box-shadow: 0 0 5px 1px rgb(0, 106, 183), 0 0 10px 2px #4497ea;
}

.qpMultipleChoiceEntryContainer.correct .qpMultipleChoiceEntryShadow {
	box-shadow: 0 0 5px 1px #88bf00, 0 0 10px 2px #b6ff00bf;
}

.qpMultipleChoiceEntryContainer.wrong .qpMultipleChoiceEntryShadow {
	box-shadow: 0 0 5px 1px #b00000, 0 0 10px 2px #fb1212ab;
}

.qpMultipleChoiceEntryContainer:first-child .qpMultipleChoiceEntryShadow {
	left: 1px;
	clip-path: polygon(-10px -10px, 0 -10px, 0 120%, -10px 120%);
}

.qpMultipleChoiceEntryContainer:last-child .qpMultipleChoiceEntryShadow {
	right: 1px;
	clip-path: polygon(10px -10px, 0 -10px, 0 120%, 10px 120%);
}

.qpMultipleChoiceEntryTextContainer {
	height: 100%;
	width: calc(100% - 20px);
	margin-left: 10px;
}

#qpAvatarRow {
	padding: 0px 5px;
}

#qpAvatarRowAvatarContainer {
	position: relative;
	height: 100%;
}

#qpAvatarRowEnemyContainer {
	display: none;
}

.qpAvatarContainerOuter {
	display: inline-block;
	position: relative;
	margin-right: 4px;
	top: 50%;
	transform: translateY(-50%);
}

.qpAvatarContainerOuter:last-of-type {
	margin-right: 0px;
}

.qpAvatarContainerOuter.fadeIn {
	animation: fadeIn 0.25s ease-in-out;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.qpAvatarContainer {
	position: relative;
	width: 80%;
	height: calc(100% - 39px);
	margin: 0 10%;
}

.qpAvatarContainer.disabled {
	pointer-events: initial;
}

.qpAvatarImageContainer {
	width: 100%;
	height: 100%;
	position: relative;
}

.qpAvatarImageContainer.blue {
	-webkit-box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #4497ea, 0 0 35px #4497ea, 0 0 40px #4497ea,
		0 0 50px #4497ea, 0 0 75px #4497ea;
	box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #4497ea, 0 0 35px #4497ea, 0 0 40px #4497ea,
		0 0 50px #4497ea, 0 0 75px #4497ea;
	-webkit-text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #4497ea, 0 0 35px #4497ea, 0 0 40px #4497ea,
		0 0 50px #4497ea, 0 0 75px #4497ea;
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #4497ea, 0 0 35px #4497ea, 0 0 40px #4497ea,
		0 0 50px #4497ea, 0 0 75px #4497ea;
}

.qpAvatarImageContainer.red {
	-webkit-box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ac2925, 0 0 35px #ac2925, 0 0 40px #ac2925,
		0 0 50px #ac2925, 0 0 75px #ac2925;
	box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ac2925, 0 0 35px #ac2925, 0 0 40px #ac2925,
		0 0 50px #ac2925, 0 0 75px #ac2925;
	-webkit-text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ac2925, 0 0 35px #ac2925, 0 0 40px #ac2925,
		0 0 50px #ac2925, 0 0 75px #ac2925;
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ac2925, 0 0 35px #ac2925, 0 0 40px #ac2925,
		0 0 50px #ac2925, 0 0 75px #ac2925;
}

.qpAvatarImageContainer > .particleEmiter {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.qpAvatarImageContainer.runAnimation > .particleEmiter {
	opacity: 1;
}

.qpAvatarBackgroundContainer {
	width: 100%;
	height: 100%;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.qpAvatarImageInnerContainer {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 1;
}

.qpAvatarImageInnerContainer.bubbleEffect {
	animation: avatarBubbleEffect 2.5s ease-in-out infinite alternate;
}

.qpAvatarImageInnerContainer.bubbleEffect.death {
	transition: opacity 1.5s ease-in-out;
	opacity: 0.1;
	animation-play-state: paused;
}

.qpAvatarOverlayImage {
	width: 151%;
	left: -25.5%;
	position: absolute;
	bottom: 0;
	pointer-events: none;
	filter: drop-shadow(0px 0px 4px rgb(0, 0, 0));
	opacity: 1;
}

.qpAvatarOverlayImage.noShadow {
	filter: none;
}

.qpAvatarOverlayImage.fadeOut {
	transition: opacity 0.5s ease-in-out;
	opacity: 0;
}

.qpAvatarOverlayImage.fadeInStart {
	opacity: 0;
}

.qpAvatarOverlayImage.fadeIn {
	transition: opacity 0.5s ease-in-out;
	opacity: 1;
}

.qpAvatarImageInnerContainer.bubbleEffect .avatarImage {
	transform: translateY(0);
}

.qpAvatarImageInnerContainer.bubbleEffect.death .avatarImage {
	transition: transform 1.5s ease-out;
	transform: translateY(15%);
}

.qpAvatarIconFlash {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	left: 0;
}

.qpAvatarIconFlash.display {
	opacity: 0.9;
}

.qpAvatarCanvas {
	position: absolute;
	width: 300%;
	top: 50%;
	left: -100%;
	transform: translateY(-50%);
	pointer-events: none;
}


.qpAvatarInfoBarOuter {
	width: 115%;
	position: absolute;
	left: -7.5%;
	height: 25px;
	z-index: 10;
}

.qpAvatarInfoBar {
	width: 100%;
	position: absolute;
	left: 0;
	height: 100%;
	background-color: #1b1b1b;
	box-shadow: 0 0 5px 2px rgb(0, 0, 0);
	top: 0;
}

.qpAvatarTeamLayout .qpAvatarInfoBar {
	width: 123%;
	left: -14.5%;
}

.qpAvatarName {
	left: 35px;
	font-size: 20px;
	line-height: 100%;
	top: 45%;
	position: absolute;
	transform: skewX(35.5deg) translateY(-50%);
	z-index: 10;
	width: calc(100% - 35px);
	word-break: break-all;
}

.qpAvatarScoreContainer {
	background-color: #1b1b1b;
	border-radius: 100%;
	width: 42px;
	height: 42px;
	position: absolute;
	top: -2px;
	left: -8px;
	box-shadow: 0 0 5px 2px rgb(0, 0, 0);
}

.qpAvatarScoreContainer::after {
	content: "";
	position: absolute;
	height: 25px;
	width: 21px;
	background-color: #1b1b1b;
	right: -11px;
	top: 2px;
}

.qpAvatarTeamLayout .qpAvatarScoreContainer {
	display: none;
}

.qpAvatarScore {
	font-size: 22px;
	position: absolute;
	top: 50%;
	height: 1em;
	line-height: 1em;
	width: 100%;
	transform: translateY(-50%);
	z-index: 5;
}

.qpAvatarLevelBar {
	position: absolute;
	transform: translateY(100%);
	left: 35px;
	line-height: 1em;
	bottom: 0px;
	/* background-color: #1b1b1bdb; */
	/* box-shadow: 0 0 5px 2px rgb(0, 0, 0); */
}

.qpAvatarLevelOuter {
	float: left;
	background-color: #1b1b1bdb;
	box-shadow: 0 0 5px 2px rgb(0, 0, 0);
	z-index: 1;
	position: relative;
	transform: none;
}

.qpAvatarLevel {
	padding-left: 10px;
	padding-right: 7px;
	transform: skewX(35.5deg);
}

.qpAvatarMultiChoiceIcon {
	float: left;
	position: relative;
	background-color: #1b1b1bdb;
	box-shadow: 0 0 5px 2px rgb(0, 0, 0);
	padding: 0 7px;
	transform: none;
}

.qpAvatarMultiChoiceIcon > * {
	transform: skewX(35.5deg);
}

.qpAvatarHostIcon,
.qpAvatarHiddenIcon {
	background-color: #4497eac7;
	position: absolute;
	transform: unset;
	width: 40px;
	top: 0;
	right: -40px;
	box-shadow: 0 0 5px 2px rgb(0, 0, 0);
}

.qpAvatarHiddenIcon {
	background-color: #424242;
	width: 50px;
	right: -50px;
}

.qpAvatarHostIcon > *,
.qpAvatarHiddenIcon > * {
	transform: skewX(35.5deg);
}

.qpAvatarAnswerTimeContainer {
	position: absolute;
	top: 0;
	right: -16px;
	transform: translateY(-100%);
	font-size: 14px;
	padding: 0 8px;
	min-width: 50px;
}

.qpAvatarAnswerTimeContainer::before {
	content: "";
	background-color: #1a1a1acf;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transform: skewX(-35.5deg);
	box-shadow: 0 0 5px 0px rgb(0, 0, 0);
}

.qpAvatarAnswerContainer {
	position: absolute;
	background-color: #1a1a1acf;
	height: 37px;
	top: -20px;
	z-index: 5;
	width: 120%;
	left: -10%;
	word-wrap: break-word;
}

.qpAvatarLootedStatusOuterContainer {
	position: absolute;
	right: 0;
	top: 100%;
	height: 15px;
	width: 31px;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	clip-path: polygon(-200% 0%, 100% 0%, 100% -200%, 300% 0%, 300% 300%, -200% 300%);
}

.qpAvatarLootedStatusInnerContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #2e51a2cf;
	opacity: 0.7;
}

.qpAvatarLootedStatusText {
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
	position: absolute;
	font-weight: bold;
	color: #d9d9d996;
	font-size: 12px;
	width: 100%;
	text-align: center;
}

.qpAvatarAnswerText {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
}

.qpAvatarAnswerText.quickDraw {
	padding-left: 18px;
}

.qpAvatarAnswerText.rightAnswer {
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #b6ff00, 0 0 70px #b6ff00, 0 0 80px #b6ff00,
		0 0 100px #b6ff00, 0 0 150px #b6ff00;
}

.qpAvatarAnswerText.wrongAnswer {
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fb1212, 0 0 70px #fb1212, 0 0 80px #fb1212,
		0 0 100px #fb1212, 0 0 150px #fb1212;
}

.qpAvatarAnswerText.goldGlow {
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ffd700, 0 0 70px #ffd700, 0 0 80px #ffd700,
		0 0 100px #ffd700, 0 0 150px #ffd700;
}

.qpAvatarAnswerText.silverGlow {
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #c0c0c0, 0 0 70px #c0c0c0, 0 0 80px #c0c0c0,
		0 0 100px #c0c0c0, 0 0 150px #c0c0c0;
}

.qpAvatarAnswerText.bronzeGlow {
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #cd7f32, 0 0 70px #cd7f32, 0 0 80px #cd7f32,
		0 0 100px #cd7f32, 0 0 150px #cd7f32;
}

.qpAvatarStatusOuterContainer {
	height: 100%;
	position: absolute;
	width: 40px;
	right: 0;
	overflow: hidden;
}

.qpAvatarStatusInnerContainer {
	position: absolute;
	width: 35px;
	right: -17px;
	background-color: #2e51a2cf;
	height: 100%;
	transform: skewX(-35.5deg);
	-webkit-box-shadow: 1px -3px 10px rgba(0, 0, 0, 0.89);
	box-shadow: 1px -3px 10px rgba(0, 0, 0, 0.89);
	opacity: 0.7;
}

.qpAvatarStatusBar {
	height: 100%;
	width: 4px;
	position: absolute;
	left: 1px;
	opacity: 0.5;
}

.qpAvatarStatusBar.completed,
.qpAvatarStatusBar.looted {
	background-color: #26448f;
}

.qpAvatarStatusBar.watching {
	background-color: #2db039;
}

.qpAvatarStatusBar.hold {
	background-color: #f1c83e;
}

.qpAvatarStatusBar.dropped {
	background-color: #a12f31;
}

.qpAvatarStatusBar.planning {
	background-color: #c3c3c3;
}

.qpAvatarStatus {
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
	position: absolute;
	transform: skewX(35.5deg);
	font-weight: bold;
	right: 10px;
	color: #d9d9d996;
	width: 21px;
	bottom: -6px;
	font-size: 18px;
	text-align: right;
}

.qpAvatarStatusInnerContainer.showScore > .qpAvatarStatusType {
	opacity: 0;
}

.qpAvatarAnswerContainer:hover .qpAvatarStatusInnerContainer.showScore > .qpAvatarStatusType {
	opacity: 1;
}

.qpAvatarStatusScore {
	opacity: 0;
}

.qpAvatarStatusInnerContainer.showScore > .qpAvatarStatusScore {
	opacity: 1;
}

.qpAvatarAnswerContainer:hover .qpAvatarStatusInnerContainer.showScore > .qpAvatarStatusScore {
	opacity: 0;
}

.qpAvatarAnswerNumberOuterContainer {
	position: absolute;
	left: 0;
	height: 100%;
	width: 37px;
	overflow: hidden;
}

.qpAvatarAnswerNumberInnerContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 100%;
	background-color: #4497ea;
	left: -50%;
}

.qpAvatarAnswerNumberInnerContainer.correct {
	background-color: #5cb85c99;
}

.qpAvatarAnswerNumberInnerContainer.wrong {
	background-color: #ac292599;
}

.qpAvatarAnswerNumber {
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
	position: absolute;
	font-weight: bold;
	right: 0px;
	color: #d9d9d996;
	font-size: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
	text-align: center;
}
.qpLiftContainer {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 1;
	display: flex;
	justify-content: space-evenly;
	clip-path: polygon(-50% 95%, -50% -500%, 150% -500%, 150% 95%);
}

.qpLife {
	width: 10%;
	background-color: #8c8c8c;
	transform: skewX(-35.5deg);
	-webkit-box-shadow: 0 0 5px 0px rgb(0, 0, 0);
	box-shadow: 0 0 5px 0px rgb(0, 0, 0);
	position: relative;
	float: left;
	aspect-ratio: 1 / 1;
}
.qpLife.target.active > .qpOverlay {
	transition: opacity 1s ease-in;
}

.qpLifeActiveOverlay {
	background-color: #b6ff00;
	-webkit-box-shadow: inset 0 0 5px #fff, inset 0 0 10px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 15px #b6ff00;
	box-shadow: inset 0 0 5px #fff, inset 0 0 10px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 15px #b6ff00;
}

.qpLife.active > .qpLifeActiveOverlay {
	opacity: 1;
}

.qpLifeChargeOverlay {
	background-color: #4497ea;
	-webkit-box-shadow: inset 0 0 2px #ffffff80, inset 0 0 5px #ffffff80, 0 0 3px #ffffff80, 0 0 7px #4497ea;
	box-shadow: inset 0 0 2px #ffffff80, inset 0 0 5px #ffffff80, 0 0 3px #ffffff80, 0 0 7px #4497ea;
}

.qpLife.charge > .qpLifeChargeOverlay {
	opacity: 1;
}

.qpLife.target {
	background-color: #b6ff00;
}

.qpLifeTargetOverlay {
	background-color: #6d6d6d;
}

.qpLife.target > .qpLifeTargetOverlay {
	opacity: 0.8;
}

.qpHintContainer {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 1;
	display: flex;
	justify-content: space-evenly;
	clip-path: polygon(-50% 95%, -50% -500%, 150% -500%, 150% 95%);
}

.qpPlayerHint {
	width: 30%;
	position: relative;
	float: left;
	font-size: 100%;
	color: white;
	padding-bottom: 2px;
	padding-left: 2px;
	max-width: 27px;
}

.qpPlayerHint::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #095185;
	transform: skewX(-35.5deg);
	position: absolute;
	left: 0;
	box-shadow: 0 0 5px 0px rgb(0, 0, 0);
}

.qpPlayerHint > * {
	position: relative;
}

.qpHintName {
	padding-left: 0px;
}

#qpInnerContainer {
	border-top: solid 1px #1b1b1b;
	margin-top: 5px;
	height: 34px;
	overflow: hidden;
	width: calc(100% + 11px);
	border-bottom-left-radius: 3px; /*Corner turns green, need to radius to keep soft edge illusion*/
}

#qpExtraSongInfo {
	position: absolute;
	right: 5px;
	font-size: 18px;
	margin-top: 3px;
}

#qpSongInfoLinkRow.hideLinks a {
	opacity: 0;
	pointer-events: none;
}

#qpRateOuterContainer {
	overflow: hidden;
	position: relative;
}

.qpSingleRateContainer {
	transform: skewX(-35.5deg);
	-webkit-box-shadow: 1px -3px 10px rgba(0, 0, 0, 0.89);
	box-shadow: 1px -3px 10px rgba(0, 0, 0, 0.89);
	background-color: #424242;
	height: 100%;
	float: left;
}

#qpFeedbackInput {
	background-color: #1b1b1b;
	width: calc(100% - 4px);
	line-height: 1.42857143;
	resize: none;
	margin: 0 2px 2px 2px;
	box-sizing: border-box;
	border: none;
	padding: 4px 12px;
	border-radius: 2px;
	text-align: center;
	height: 0px;
	transition: height 0.5s ease-out; /*Not worth opimising yet*/
}

#qpFeedbackInput.glow {
	-webkit-box-shadow: 0px 0px 10px #4497ea;
	box-shadow: 0px 0px 10px #4497ea;
}

#qpReportFeedbackContainer {
	height: 0px;
	opacity: 0;
	transition: height 0.5s ease-out, opacity 0.1s ease-in; /*Not worth opimising yet*/
	display: block;
	margin-top: -4px;
}

#qpReportFeedbackContainer.open {
	height: 30px;
	opacity: 1;
	margin-top: 3px;
}

#qpReportFeedbackContainer.open #qpFeedbackInput {
	height: 28px;
}

#qpReportFeedbackContainer.open > #qpAdminReportContainer {
	height: 20px;
}

#qpReportFeedbackContainer > .awesomplete {
	width: 100%;
}

#qpReportFeedbackContainer.adminEnabled > .awesomplete {
	width: calc(100% - 20px);
}

#qpAdminReportContainer {
	display: none;
	float: left;
	margin-top: 4px;
	height: 0px;
	transition: height 0.5s ease-out; /*Not worth opimising yet*/
}

#qpReportFeedbackContainer.adminEnabled > #qpAdminReportContainer {
	display: initial;
}

#qpReportContainer > p {
	font-size: 22px;
}

#qpInfoHider {
	position: absolute;
	height: calc(100% - 38px);
	width: 100%;
	top: 0;
	left: 0;
	border-radius: 12px;
	background-color: #424242;
	font-size: 140px;
}

.qpSingleRateContainer > i {
	font-size: 22px;
	margin-top: 4px;
	transform: skewX(35.5deg);
}

.qpSingleRateContainer > p {
	transform: skewX(35.5deg);
	font-size: 22px;
}

#qpUpvoteContainer {
	width: calc(20% + 6px);
	margin-left: -12px;
}

#qpUpvoteContainer > i {
	margin-left: 5px;
}

#qpUpvoteContainer.selected {
	background-color: #5cb85c;
}

#qpReportContainer {
	width: 60%;
}

#qpReportContainer.selected {
	background-color: #204d74;
}

#qpDownvoteContainer {
	width: 22%;
}

#qpDownvoteContainer > i {
	margin-left: -5px;
}

#qpDownvoteContainer.selected {
	background-color: #ac2925;
}

.qpOverlay {
	transition: opacity 0.2s ease-in;
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
}

@media screen and (max-width: 1230px) {
	.qpSideContainer {
		margin-left: -15px;
	}

	.qpAvatarAnswerContainer::before {
		height: 10px;
		width: 12px;
		bottom: -9px;
	}
}

@media screen and (max-height: 749px) {
	#qpVideoContainer {
		width: 80%;
		padding-top: 45.1%;
		margin: 12px auto 0;
	}

	.qpAnimeNameContainer {
		height: 50px;
		margin: 0 auto;
	}

	#qpCounter {
		font-size: 18px;
		width: 7ch;
	}

	#qpAnimeNameHider {
		line-height: 43px;
		font-size: 50px;
		top: 30px;
	}

	.qpSideContainer {
		margin-top: 25%;
	}

	.qpSideContainer h3 {
		margin-top: 1px;
		font-size: 20px;
	}

	.qpSideContainer h5 {
		font-size: 14px;
	}

	.qpSideContainer p {
		font-size: 14px;
	}

	.qpAvatarAnswerContainer::before {
		height: 10px;
		width: 12px;
		bottom: -9px;
	}
}

@keyframes avatarBubbleEffect {
	from {
		transform: translateY(-10%);
	}
	to {
		transform: translateY(10%);
	}
}

/*BATTLE ROYAL PAGE*/

#battleRoyalPage {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

#brLeftContainer {
	height: 100%;
}

#brTimeLeft {
	margin-top: 10px;
}

#brMapContainer {
	height: 100%;
}

#brMap {
	background-color: #6d6d6d;
	max-width: 800px;
	max-height: 800px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(calc(-50% - 37px));
	border: 2px solid #1b1b1b;
	overflow: hidden;
}

#brMap:focus-within {
	-webkit-box-shadow: 0 0 5px rgba(34, 141, 255, 0.6);
	box-shadow: 0 0 5px rgba(34, 141, 255, 0.6);
}

#brLoadTextContainer {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#brLoadTextContainer > h1 {
	font-size: 70px;
}

#brDropZoneText {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0;
	top: 5px;
	opacity: 0.7;
}

#brMapContent {
	width: 100%;
	height: 100%;
	position: absolute;
}

.brTile {
	float: left;
	border: 2px solid #424242;
	position: relative;
	cursor: pointer;
	user-select: none;
}

.brTile > div {
	width: 100%;
	height: 100%;
	background-color: #4497ea;
	opacity: 0;
}

.brTile:hover > div {
	opacity: 0.3;
}

.brTile > h2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	opacity: 0;
}

.brTile.spectator > h2 {
	opacity: 0.7;
}

.brMapObject {
	position: absolute;
	border: solid 1px #1b1b1b;
	border-radius: 50%;
}

.brMapObject.removed {
	opacity: 0;
	pointer-events: none;
}

.brMapObject.active {
	-webkit-box-shadow: 0 0 5px rgba(34, 141, 255, 0.6);
	box-shadow: 0 0 5px rgba(34, 141, 255, 0.6);
	border-color: #4497ea;
	cursor: pointer;
}

.brMapObject.active.inventoryFull {
	border-color: #ac2925;
}

.brShowEntry {
	width: 25px;
	height: 25px;
}

.brShowEntry > i {
	position: absolute;
	left: 4px;
	top: 3px;
}

.brContainerEntry {
	width: 35px;
	height: 35px;
}

.brContainerEntry > i {
	position: absolute;
	font-size: 18px;
	left: 9px;
	top: 7px;
}

.brContainerContent {
	margin: 0;
	position: absolute;
	width: 150px;
	background-color: #424242;
	opacity: 0.65;
	left: -56px;
	transform: translateY(-50%);
	top: 50%;
}

.brContainerContent.transitionDisable {
	pointer-events: none;
}

.brContainerContent > li {
	cursor: pointer;
	width: 100%;
	overflow: hidden;
	height: 20px;
	word-break: break-all;
	position: relative;
}

.brContainerContent > li::after {
	content: "";
	pointer-events: none;
	position: absolute;
	width: 25px;
	height: 20px;
	top: 0;
	right: 0;
	background-image: -webkit-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: -moz-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: -ms-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: -o-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
}

.brTileGate {
	background-color: #1b1b1b80;
	position: absolute;
	margin: auto;
}

.brTileGate.active {
	cursor: pointer;
}

.brTileGate.north,
.brTileGate.south {
	left: 0;
	right: 0;
}

.brTileGate.north > i,
.brTileGate.south > i {
	left: 0;
	right: 0;
}

.brTileGate.east,
.brTileGate.west {
	top: 50%;
	transform: translateY(-50%);
}

.brTileGate.east > i,
.brTileGate.west > i {
	top: 50%;
}

.brTileGate.north {
	top: 0;
}

.brTileGate.south {
	bottom: 0;
}

.brTileGate.south > i {
	transform: rotate(180deg);
	bottom: 0;
}

.brTileGate.active > i {
	opacity: 1;
}

.brTileGate.east {
	right: 0;
}

.brTileGate.east > i {
	transform: rotate(90deg) translateX(-50%);
	right: 0;
}

.brTileGate.west {
	left: 0;
}

.brTileGate.west > i {
	transform: rotate(-90deg) translateX(50%);
	left: 0;
}

.brTileGate > i {
	font-size: 30px;
	opacity: 0.5;
	position: absolute;
}

.brPlayer {
	position: absolute;
}

.brPlayer.self {
	pointer-events: none;
}

.brPlayerImage {
	width: 30px;
	border-radius: 50%;
	background-color: #424242;
	-webkit-box-shadow: 0 0 4px 1px rgb(0, 0, 0);
	box-shadow: 0 0 4px 1px rgb(0, 0, 0);
}

.brPlayer.self > .brPlayerImage {
	-webkit-box-shadow: 0 0 4px 1px rgb(68, 151, 234);
	box-shadow: 0 0 4px 1px rgb(68, 151, 234);
}

#brCollectionContainer {
	position: absolute;
	opacity: 0.65;
	top: 30px;
	width: 220px;
	transform: translateX(-197px);
	transition: transform 0.3s ease-out;
	z-index: 20;
	-webkit-clip-path: polygon(1% 0%, 100% 0%, 100% 10%, 89% 11%, 89% 11%, 88% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 9%, 89% 9%, 89% 100%, 0% 100%);
}

#brCollectionContainer:hover {
	transform: translateX(0);
}

#brCollectionHeader {
	width: 100%;
	height: 20px;
	background-color: #424242;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#brCollectedHeader {
	margin: 0;
	float: left;
	width: calc(100% - 55px);
}

.brCollectionNumber {
	margin: 0 1px;
	float: right;
	width: 25px;
}

#brCollectedNumber {
	opacity: 0.5;
}

#brCollectedList {
	background-color: #424242;
	width: 89%;
	border-bottom-right-radius: 5px;
	text-align: left;
	margin: 0;
	height: 200px;
	position: relative;
}

#brCollectionContainer.lowSlotsCount > #brCollectionHeader,
#brCollectionContainer.lowSlotsCount > #brCollectedList {
	background-color: #ac2925;
}

#brCollectedList > li {
	width: 100%;
	overflow: hidden;
	height: 20px;
	word-break: break-all;
	position: relative;
}

#brCollectedList > li::after {
	content: "";
	pointer-events: none;
	position: absolute;
	width: 25px;
	height: 20px;
	top: 0;
	right: 0;
	background-image: -webkit-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: -moz-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: -ms-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: -o-linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
	background-image: linear-gradient(to left, rgb(66, 66, 66), rgba(66, 66, 66, 0));
}

#brCollectionContainer.lowSlotsCount > #brCollectedList > li::after {
	background-image: -webkit-linear-gradient(to left, rgb(172, 41, 37), rgba(172, 41, 37, 0));
	background-image: -moz-linear-gradient(to left, rgb(172, 41, 37), rgba(172, 41, 37, 0));
	background-image: -ms-linear-gradient(to left, rgb(172, 41, 37), rgba(172, 41, 37, 0));
	background-image: -o-linear-gradient(to left, rgb(172, 41, 37), rgba(172, 41, 37, 0));
	background-image: linear-gradient(to left, rgb(172, 41, 37), rgba(172, 41, 37, 0));
}

.brEntryDrop {
	font-size: 24px;
	height: 100%;
	float: left;
	margin-top: -6.5px;
	margin-right: 5px;
}

#brCollectionContainer.noDrop .brEntryDrop {
	display: none;
}

#brTileSpectatorCountContainer {
	position: absolute;
	opacity: 0.65;
	background-color: #424242;
	width: 23px;
	font-size: 15px;
	text-align: left;
	padding-left: 2px;
	top: 3px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-right: 2px;
	height: 20px;
	z-index: 20;
}

#brTileSpectatorCountContainer > i {
	margin-top: -4px;
	position: absolute;
	top: 32%;
}

#brReturnToMapButton {
	position: absolute;
	opacity: 0.65;
	background-color: #424242;
	width: 39px;
	font-size: 17px;
	text-align: left;
	padding-left: 4px;
	top: 3px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-right: 2px;
	height: 25px;
	z-index: 20;
	right: 0;
}

#brInventoryFullMessage {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #4242427a;
	width: 330px;
	margin: auto;
	border-radius: 10px;
	opacity: 0.6;
	pointer-events: none;
	cursor: unset;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}

#brInventoryFullMessage.active {
	opacity: 0.5;
}

#brInventoryFullMessage > h2 {
	margin-top: 10px;
}

/*STORE WINDOW*/
#storeWindow {
	position: absolute;
	top: 0;
	width: 100%;
	height: calc(100% - 44px);
	background-color: #424242;
	z-index: 25;
}

.storeFade {
	opacity: 0.5;
}

#swCloseButton {
	width: 92px;
	height: 130px;
	margin-left: -45px;
	position: relative;
	float: left;
	background-color: #1b1b1b;
	z-index: 1;
}

#swCloseButton > div {
	font-size: 60px;
	position: absolute;
	left: 36px;
	top: -2px;
}

#swTopBarContainer {
	position: relative;
	z-index: 5;
}

#swTopBarContentContainer {
	position: relative;
	float: left;
	width: calc(100% - 101px);
	margin-left: -47px;
	height: 140px;
	box-shadow: none;
	pointer-events: none;
}

#swTopBarContentContainer > .ps__scrollbar-x-rail {
	top: 0;
	bottom: unset !important;
	margin-left: 90px;
	margin-right: 120px;
	opacity: 0.3;
	pointer-events: initial;
}

#swTopBarContentContainer:hover > .ps__scrollbar-x-rail {
	opacity: 0.9 !important;
}

#swTopBarContentContainer > .ps__scrollbar-x-rail > .ps__scrollbar-x {
	top: 2px;
	bottom: unset;
}

#swTopBarContentContainer:hover > .ps__scrollbar-x-rail > .ps__scrollbar-x {
	top: 2px;
	bottom: unset;
	opacity: 0.5;
}

#swTopBarContentContainerInner {
	transform: unset;
	height: 130px;
	/* min-width: 100%; */
	padding-left: 46px;
}

.swTopBarAvatarContainer {
	float: left;
	box-shadow: none;
	pointer-events: initial;
}

#swTopBarContentContainer.disabled .swTopBarAvatarContainer {
	pointer-events: none;
}

.swTopBarImageContainer {
	background-color: #1b1b1b;
	transition: transform 0.2s ease-out;
	float: left;
	box-shadow: 6px 3px 10px -5px rgba(0, 0, 0, 0.89);
}

.swTopBarAvatarImageContainer {
	transform: translateY(-20px);
	width: 78.5px;
}

.swTopBarAvatarImageContainer.selected,
.swTopBarSkinImageContainer.selected {
	background-color: #6d6d6d;
}

.swTopBarAvatarContainer.active > .swTopBarAvatarImageContainer {
	transform: translateY(0px);
}

.swTopBarSkinImageContainer {
	width: 72px;
	height: 120px;
	transform: translateY(-10px);
}

.swTopBarAvatarContainer.active .swTopBarSkinImageContainer {
	transform: translateY(0px);
}

.swTopBarImage {
	transform: skewX(35.5deg);
	pointer-events: none;
}

.swTopBarAvatarImage {
	height: 130px;
	margin-left: -46.5px;
}

.swTopBarSkinImage {
	height: 120px;
	margin-left: -43.5px;
}

.swTopBarUnlockStatusContainer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
}

.swTopBarUnlockStatusAmountContainerOuter {
	transform: skewX(35.5deg);
	width: 100%;
	height: 45px;
	position: absolute;
	bottom: 0px;
	overflow: hidden;
}

.swTopBarSkinImageContainer .swTopBarUnlockStatusAmountContainerOuter {
	height: 40px;
}

.swTopBarUnlockStatusAmountContainer {
	width: 100%;
	height: 100%;
	transform: translateY(100%);
	font-size: 24px;
	text-shadow: 0px 0px 4px rgb(0, 0, 0);
	transition: transform 0.35s ease-in;
}

.swTopBarImageContainer:hover .swTopBarUnlockStatusAmountContainer {
	transform: translateY(0);
}

.swTopBarSkinImageContainer .swTopBarUnlockStatusAmountContainer {
	font-size: 20px;
}

.swTopBarUnlockStatusImage {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	filter: drop-shadow(0px 0px 4px rgb(0, 0, 0));
}

.swTopBarUnlockStautsNumberContainer {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	color: white;
}

.swTopBarUnlockStatusBar {
	height: 10px;
	width: 100%;
	opacity: 0.8;
	position: absolute;
	bottom: -10px;
	overflow: hidden;
}

.swTopBarUnlockStatusBar::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 0px;
	box-shadow: 0px -2px 10px 3.5px rgb(68, 151, 234);
}

.swTopBarSkinImage.imagePreloading {
	margin-left: 10px;
	margin-top: 33px;
	height: 50px;
}

.swTopBarAvatarSkinContainer {
	float: left;
	overflow: hidden;
	height: 130px;
	transition: width 0.7s ease-out;
	transform: none;
}

.swTopBarAvatarSkinContainer.closed {
	width: 0px;
}

.swTopBarAvatarSkinContainerInner {
	float: left;
	width: 1000px;
}

#swRightColumn {
	height: 100%;
	position: absolute;
	right: 0;
	width: 300px;
	z-index: 10;
	pointer-events: none;
}

#swRightColumn > * {
	pointer-events: initial;
}

#swRightColumnTop {
	background-color: #1b1b1b;
	height: 130px;
	margin-left: 46px;
	width: 100%;
	transform: skewX(-35.5deg);
	z-index: 1;
	position: relative;
}

#swRightColumnTop > * {
	transform: skewX(35.5deg);
}

#swRightColumnTop > h1 {
	margin: 0;
	margin-left: 67px;
	margin-top: -2px;
	margin-bottom: 2px;
}

.swFilterColumn {
	position: relative;
	width: max-content;
	float: right;
	margin-top: -4px;
}

.swFilterColumn:first-of-type {
	margin-right: 50px;
}

.swFilterColumn:last-of-type {
	margin-right: -10px;
}

.swFilterEntry {
	float: right;
	clear: right;
}

.swFilterEntry:nth-child(2n) {
	margin-right: 25px;
}

.swFilterEntry > label {
	margin: 0;
	transform: translateY(-3px);
}

.swFilterEntry > .customCheckbox {
	background-image: linear-gradient(to bottom, #343434 0, #313131 100%);
	width: 16px;
	height: 16px;
}

.swFilterEntry > .customCheckbox > label {
	font-size: 22px !important;
}

#swRightColumnBottom {
	height: calc(100% - 130px);
	background-color: #1b1b1b;
	position: relative;
}

#swRightColumnBottomInner {
	padding-bottom: 70px;
	height: 100%;
	position: relative;
	padding-left: 286px;
	margin-left: -286px;
	z-index: 5;
}

#swRightColumnBottomInner {
	pointer-events: none;
}

#swRightColumnBottomInner > * {
	pointer-events: initial;
}

#swRightColumnBottomInner > .ps__scrollbar-y-rail {
	z-index: 15;
	margin-bottom: 75px;
}

#swRightColumnScrollExtender {
	width: 100%;
	height: 70px;
}

#swRightColumnAvatarNameContainer {
	position: relative;
	height: 33px;
	overflow: hidden;
	background-color: #292929;
	border-bottom: #1b1b1b 2px solid;
}

.swRightColumnEdgeEffect {
	background-color: #1b1b1b;
	transform: skewX(-35.5deg);
	transition: transform 0.4s linear;
	height: 100%;
	z-index: 65;
	position: absolute;
}

#swRightColumnAvatarNameContainer > .swRightColumnEdgeEffect {
	width: calc(50% + 11px);
	top: 0;
}

#swRightColumnAvatarNameContainer > .swRightColumnEdgeEffect.left {
	left: -12px;
}

#swRightColumnAvatarNameContainer > .swRightColumnEdgeEffect.right {
	right: -12px;
}

#swRightColumnAvatarNameContainer.open > .swRightColumnEdgeEffect.left {
	transform: translateX(-138px) skewX(-35.5deg);
}

#swRightColumnAvatarNameContainer.open > .swRightColumnEdgeEffect.right {
	transform: translateX(138px) skewX(-35.5deg);
}

#swRightColumnAvatarNameArea {
	position: absolute;
	top: 0;
	left: 21px;
	width: calc(100% - 42px);
	z-index: 60;
	height: 100%;
}

#swRightColumnAvatarNameArea > h2 {
	margin: 0;
	margin-top: -2px;
	font-size: 28px;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	width: 100%;
}

#swRightColumnLoreContainer {
	overflow: hidden;
	position: relative;
	background-color: #292929;
	height: 120px;
}

#swRightColumnLoreHeader {
	background-color: #1b1b1b;
	margin-left: -7px;
	width: 130px;
	float: left;
}

#swRightColumnLoreHeaderInner {
	margin-left: 9px;
}

#swLoreText {
	text-indent: 12px;
	margin: 0 3px;
}

#swRightColumnExtraInfoContainer {
	height: 27px;
	border: 2px solid #1b1b1b;
	overflow: hidden;
	font-size: 16px;
}

#swRightColumnExtraInfoContainerInner {
	position: relative;
	width: calc(100% + 8px);
	height: 100%;
}

.swRightColumnExtraInfoOuter {
	background-color: #292929;
	border-right: 2px solid #1b1b1b;
	width: 33%;
	float: left;
	transform: skewX(-35.5deg);
	height: 23px;
}

.swRightColumnExtraInfoOuter:first-child {
	margin-left: -8px;
	width: calc(33% + 4px);
}

.swRightColumnExtraInfoOuter:nth-child(4) {
	width: calc(33% + 7px);
}

#swRightColumnExtraInfoContainer.hideEditor .swRightColumnExtraInfoOuter {
	width: calc(50% + 4px);
}

#swRightColumnExtraInfoContainer.hideEditor .swRightColumnExtraInfoOuter:nth-child(3) {
	display: none;
}

#swRightColumnExtraInfoContainer.hideExtra .swRightColumnExtraInfoOuter:nth-child(4) {
	display: none;
}

#swRightColumnExtraInfoContainer.hideExtra .swRightColumnExtraInfoOuter:nth-child(3) {
	width: calc(33% + 7px);
}

#swRightColumnExtraInfoContainer.hideWorld .swRightColumnExtraInfoOuter:nth-child(1) {
	display: none;
}

#swRightColumnExtraInfoContainer.hideWorld .swRightColumnExtraInfoOuter:nth-child(2) {
	margin-left: -8px;
	width: calc(33% + 4px);
}

.swRightColumnExtraInfoOuter > * {
	transform: skewX(35.5deg);
}

.swRightColumnExtraInfoInner > * {
	float: left;
}

.swRightColumnExtraInfoInner > i {
	margin-top: 4px;
	margin-right: 5px;
}

.swRightColumnExtraInfoOuter:first-child > .swRightColumnExtraInfoInner > i {
	margin-left: 3px;
}

.swRightClumnExtraInfoTextContainer {
	position: relative;
	height: 23px;
	margin-top: -1px;
	width: calc(100% - 31px);
}

.swRightClumnExtraInfoTextContainer > span {
	vertical-align: middle;
}

#swRightColumnAvatarContainer {
	width: 100%;
	height: 409px;
	position: relative;
	z-index: 50;
}

#swRightColumnAvatarImageContainer {
	width: 250px;
	height: 375px;
	margin-left: 25px;
	background-color: #292929;
	background-size: cover;
	background-position: center;
	position: relative;
}

#swRightColumnAvatarImage {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

#swRightColumnAvatarImage.sizeMod20 {
	width: 120%;
	left: -10%;
}

#swRightColumnAvatarImage.sizeMod51 {
	width: 151%;
	left: -25.5%;
}

#storeWindow.backgroundMode #swRightColumnAvatarImageContainer > * {
	opacity: 0.25;
}

#swRightColumnAvatarChangeBackgroundButtonOuter {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 130px;
	overflow: hidden;
}

#swRightColumnAvatarChangeBackgroundButton {
	background-color: #1b1b1b;
	position: absolute;
	top: 0;
	left: -7px;
	width: 90px;
}

#swRightColumnAvatarChangeBackgroundButton:hover {
	background-color: #424242;
}

#swRightColumnAvatarChangeBackgroundButton.active {
	background-color: #6d6d6d;
}

#swRightColumnAvatarChangeBackgroundButtonInner {
	margin-left: 9px;
}

#swRightColumnAvatarToggleButton {
	background-color: #1b1b1b;
	position: absolute;
	top: 0;
	right: -7px;
	width: 90px;
}

#swRightColumnAvatarToggleButton:hover {
	background-color: #424242;
}

#swRightColumnAvatarToggleButtonInner {
	text-align: center;
	padding-right: 7px;
}

#swRightColumnAvatarPoseContainer {
	font-size: 18px;
	background-color: #292929;
	border-top: 2px solid #292929;
	border-bottom: 2px solid #292929;
	margin-top: 5px;
	height: 30px;
	overflow: hidden;
	position: relative;
	z-index: 60;
}

#swRightColumnAvatarPoseTextContainer {
	background-color: #1b1b1b;
	transform: skewX(-35.5deg);
	width: 70px;
	margin-left: -8px;
	margin-right: 8px;
	float: left;
	padding-right: 15px;
}

#swRightColumnAvatarPoseTextContainer > div {
	transform: skewX(35.5deg);
	margin-left: 10px;
}

.swRightColumnAvatarPoseContainer {
	float: left;
	width: calc((100% - 70px) / 6);
}

.swRightColumnAvatarPoseContainer > img {
	vertical-align: top;
	width: 26px;
	opacity: 0.7;
}

.swRightColumnAvatarPoseContainer > img.active {
	opacity: 1;
	cursor: default;
}

.swRightColumnAvatarPoseContainer > img:hover {
	opacity: 0.9;
}

#swRightColumnActionButtonContainer {
	padding: 10px;
}

#swRightColumnActionButton {
	position: relative;
	overflow: hidden;
}

#swRightColumActionButtonMainContainer {
	background-color: #006ab7;
	opacity: 0.85;
}

#swRightColumActionButtonMainContainer:hover {
	opacity: 1;
}

#swRightColumActionButtonMainContainer.disabled {
	opacity: 0.4;
}

#swRightColumnActionButtonText {
	margin: 0;
}

.swRightColumnActionButton {
	position: absolute;
	top: 0;
	right: -11px;
	height: 100%;
	width: 50px;
	transform: skewX(-35.5deg);
	border-left: solid 1px #01508a;
	background-color: #006ab7;
	opacity: 0.85;
}

.swRightColumnActionButton.fadeOut {
	opacity: 0.6;
	cursor: initial;
}

.swRightColumnActionButton:hover {
	opacity: 1;
}

.swRightColumnActionButton.fadeOut:hover {
	opacity: 0.6;
}

.swRightColumnActionButton > i {
	font-size: 25px;
	position: absolute;
	left: 9px;
	top: 56%;
	transform: translateY(-50%) skewX(35.5deg);
}

#swRightColumnActionButtonPriceContainer {
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 9px;
}

#swRightColumnActionButtonIcon {
	height: 20px;
	float: left;
}

#swRightColumnActionButtonPrice {
	float: left;
	margin-left: 1px;
}

#swRightColumnActionButtonRhythmPriceContainer {
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 9px;
}

#swRightColumnActionButtonRhythmIcon {
	height: 25px;
	float: left;
	margin-top: -3px;
}

#swRightColumnActionButtonRhythmPrice {
	float: left;
	margin-left: 1px;
}

#swRightColumnBonusContainer {
	background-color: #292929;
	overflow: hidden;
	position: relative;
}

.swRightColumnBonusCategory {
	background-color: #1b1b1b;
	margin-left: -7px;
	width: 105px;
}

.swRightColumnBonusCategory > div {
	padding-left: 5px;
}

#swRightColumnBonusTrack {
	height: 8px;
	position: relative;
	width: calc(100% - 18px);
	background-color: #6d6d6d;
	box-shadow: 0 0 5px rgb(0, 0, 0);
	z-index: 1;
	margin: 5px 0;
}

#swRightColumnBonusTrackEndpoint {
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	right: -17px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #6d6d6d;
	box-shadow: 0 0 5px rgb(0, 0, 0);
}

#swRightColumnBonusTrackEndpoint::before {
	content: "";
	width: 6px;
	height: 8px;
	background-color: #6d6d6d;
	position: absolute;
	left: -5px;
	top: 5px;
}

#swRightColumnAvatarBonusBar {
	position: relative;
	height: 50%;
	background-color: #4497ea;
	box-shadow: 0 0 5px #006ab7;
	width: 100%;
	transform: translateX(-100%);
	transition: transform 0.7s ease-in-out;
}

#swRightColumnAvatarBonusBar::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	background-color: #4497ea;
	right: -2px;
}

#swRightColumnAvatarBonusEndpoint {
	height: 50%;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	width: 100%;
	position: relative;
}

#swRightColumnAvatarBonusEndpoint.active {
	background-color: #4497ea;
	box-shadow: 0 0 5px #006ab7;
}

#swRightColumnSkinBonusBarShadowHider {
	height: calc(50% + 5px);
	position: relative;
	width: calc(100% + 10px);
	margin-left: -5px;
	overflow: hidden;
}

#swRightColumnSkinBonusBar {
	height: calc(100% - 5px);
	width: calc(100% - 10px);
	margin-left: 5px;
	background-color: #5cb85c;
	box-shadow: 0 0 5px #2f932f;
	position: relative;
	transform: translateX(-100%);
	transition: transform 0.7s ease-in-out;
}

#swRightColumnSkinBonusEndpointShadowHider {
	height: calc(50% + 5px);
	width: calc(100% + 10px);
	margin-left: -5px;
	overflow: hidden;
	position: relative;
}

#swRightColumnSkinBonusBar::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	background-color: #5cb85c;
	right: -2px;
}

#swRightColumnSkinBonusEndpoint {
	width: calc(100% - 10px);
	height: calc(100% - 5px);
	margin-left: 5px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}

#swRightColumnSkinBonusEndpoint.active {
	background-color: #5cb85c;
	box-shadow: 0 0 5px #2f932f;
}

#swRightColumnAvatarBonusBadge {
	position: absolute;
	top: -1.5px;
	right: 24px;
	font-size: 20px;
}

#swRightColumnAvatarBonusBadge > img {
	width: 20px;
}

#swRightColumnSkinBonusIcon {
	position: absolute;
	bottom: -2px;
	right: 22px;
	font-size: 20px;
}

#swContentContainer {
	position: absolute;
	height: calc(100%);
	width: calc(100% - 300px);
}

.swMainMessageContainer {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: max-content;
	top: calc(50% + 130px);
	transform: translateY(-70%);
	color: rgb(52, 52, 52);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
	pointer-events: none;
}

.swMainMessageContainer > i {
	font-size: 20vw;
	float: left;
}

.swMainMessageContainer > h2 {
	float: left;
	font-size: 3.5vw;
	text-align: center;
	margin-top: 6vw;
}

#swContentAvatarContainer {
	height: 100%;
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: calc(130px + 12vh);
	display: flex;
	flex-direction: row;
	justify-content: center;
	column-gap: 6.5%;
	flex-wrap: wrap;
	align-items: center;
}

#swContentAvatarContainer > .ps__scrollbar-y-rail {
	margin-top: 130px;
}

.swAvatarTile {
	width: 18%;
	background-color: #1b1b1b59;
	position: relative;
	background-size: cover;
	background-position: center;
	z-index: 0;
	aspect-ratio: 2/3;
	margin-bottom: 100px;
}

.swAvatarTile.emoteLayout {
	width: 170px;
	height: 187px;
}

.swAvatarTile.emoteLayout.unlocked {
	cursor: initial;
}

.swAvatarTile:nth-of-type(4n) {
	margin-right: 0;
}

.swAvatarTileImage {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	pointer-events: none;
}

.swAvatarTileImage.imagePreloading {
	bottom: unset;
	top: 50%;
	transform: translateY(-50%);
}

#storeWindow.backgroundMode .swAvatarTileAvatarContainer > * {
	opacity: 0.25;
}

#storeWindow.backgroundMode .swAvatarTile.emoteLayout .swAvatarTileAvatarContainer > * {
	opacity: 1;
}

.swAvatarTile.emoteLayout .swAvatarTileImage {
	margin: 10px;
	width: calc(100% - 20px);
	top: 0;
	transform: unset;
	opacity: 1;
}

.swAvatarTile.sizeMod20 > .swAvatarTileImage {
	width: 120%;
	left: -10%;
}

.swAvatarTile.sizeMod51 > .swAvatarTileImage {
	width: 151%;
	left: -25.5%;
}

.swAvatarTile.eventColor {
	opacity: 0;
}

.swAvatarTile.eventColor.unlocked {
	opacity: 1;
}

.swAvatarTileTypeContainer {
	position: absolute;
	top: 0;
	width: 200%;
	overflow: hidden;
	height: 60px;
	left: -100%;
	pointer-events: none;
}

.swAvatarTileType {
	background-color: #1b1b1b;
	position: relative;
	float: right;
	z-index: 5;
	right: -8px;
}

.swAvatarTile.avatarTile.Kuriko.Standard:hover .swAvatarTileType {
	opacity: 0;
}

.swAvatarTile.avatarTile.Kuriko.Standard.unlocked:hover .swAvatarTileType {
	opacity: 1;
}

.swAvatarTile.unlocked .swAvatarTileType {
	background-color: #5cb85c;
	overflow: hidden;
}

.swAvatarTileTypeText {
	padding-left: 7px;
	padding-right: 10px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.swAvatarTileRarityColor {
	position: absolute;
	left: -7px;
	top: 0;
	height: 20px;
	width: 100%;
}

.swAvatarTileRarityColor.tier1 {
	background-image: linear-gradient(to right, RGB(239, 224, 205), #5cb85c);
}

.swAvatarTileRarityColor.tier2 {
	background-image: linear-gradient(to right, RGB(102, 171, 255), #5cb85c);
}

.swAvatarTileRarityColor.tier3 {
	background-image: linear-gradient(to right, RGB(163, 82, 188), #5cb85c);
}

.swAvatarTileRarityColor.tier4 {
	background-image: linear-gradient(to right, RGB(237, 165, 90), #5cb85c);
}

.swAvatarTilePriceContainer {
	width: max-content;
	height: 20px;
	padding-right: 6px;
	float: right;
	margin-right: -10px;
	background-color: #343434;
	position: relative;
	transform: skewX(35.5deg) translateX(calc(100% - 27px));
	transition: transform 0.35s ease-in, height 0.35s ease-in;
}

.swAvatarTilePriceContainer.firstRow {
	padding-right: 96px;
	overflow: hidden;
}

.swAvatarTile.emoteLayout .swAvatarTilePriceContainer.firstRow {
	padding-right: 6px;
}

.swAvatarTilePriceContainer.firstRow.doubleRow {
	transform: skewX(35.5deg) translateX(90px);
}

.swAvatarTilePriceContainer.secondRow {
	transform: none;
	clear: left;
	background-color: unset;
	box-shadow: unset;
}

.swAvatarTilePriceContainer.hideIcon {
	padding-right: 110px;
	margin-right: -19px;
}

.swAvatarTile.uniqueTile .swAvatarTilePriceContainer.hideIcon {
	margin-right: -10px;
}

.swAvatarTilePriceContainer.secondRow.hideIcon {
	padding-right: 53px;
}

.swAvatarTilePriceContainer.hideIcon > .swAvatarTilePriceIcon {
	display: none;
}

.swAvatarTilePriceContainer.hideIcon > .swAvatarTilePrice {
	padding-left: 5px;
}

.swAvatarTile:hover .swAvatarTilePriceContainer.firstRow {
	transform: skewX(35.5deg) translateX(90px);
}

.swAvatarTile.uniqueTile:hover .swAvatarTilePriceContainer.firstRow {
	transform: skewX(35.5deg) translateX(calc(100% - 27px));
}

.swAvatarTile.emoteLayout:hover .swAvatarTilePriceContainer.firstRow {
	transform: skewX(35.5deg) translateX(0px);
}

.swAvatarTile:hover .swAvatarTilePriceContainer.firstRow.doubleRow {
	height: 43px;
	transform: skewX(35.5deg) translateX(97px) !important;
}

.avatarTile.Kuriko.Standard .swAvatarTilePriceContainer.firstRow {
	width: 90px;
	position: absolute;
	right: -11px;
	transform: skewX(35.5deg);
	background-color: #1b1b1b;
	padding: 0;
}

.swAvatarTile.avatarTile.Kuriko.Standard:hover .swAvatarTilePriceContainer.firstRow {
	right: 0;
}

.swAvatarTilePriceIcon {
	height: 20px;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}

.swAvatarTileRhythmIcon {
	width: 25px;
	height: 25px;
	margin-top: -2px;
	margin-left: -2px;
	margin-right: 0;
}

.swAvatarTilePrice {
	float: left;
	pointer-events: initial;
}

.swAvatarTileFooter {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #424242c7;
	opacity: 0.6;
	height: 10%;
	overflow: hidden;
}

.swAvatarTile.emoteLayout .swAvatarTileFooter {
	height: 27px;
}

.swAvatarTile:hover > .swAvatarTileFooter {
	opacity: 1;
}

.swAvatarTileFooterEdgeEffect {
	background-color: #1b1b1b;
	transform: skewX(-35.5deg);
	height: calc(100% + 1px);
	width: 9.8%;
}

.swAvatarTileFooterEdgeEffect.left {
	margin-left: -5%;
	float: left;
}

.swAvatarTileFooterEdgeEffect.right {
	float: right;
	margin-right: -5%;
}

.swAvatarTile.emoteLayout .swAvatarTileFooterEdgeEffect {
	margin-left: -5.7%;
	width: 11.2%;
}

.swAvatarTileFooterContent {
	float: left;
	width: 90.4%;
	height: 100%;
	padding-left: 4.5%;
	padding-right: 4.5%;
}

.swAvatarTile.emoteLayout .swAvatarTileFooterContent {
	width: 79.4%;
	margin-left: 4.5%;
	padding: 0;
}

.swAvatarSkinName,
.swAvatarTileEmoteUnlock {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	font-size: 25px;
}

.swAvatarTileEmoteAltContainer {
	display: none;
}

.swAvatarTile.emoteLayout:hover .swAvatarTileEmoteAltContainer {
	display: initial;
}

.swAvatarTile.emoteLayout:hover .swAvatarTileEmoteMainContainer {
	display: none;
}

.swAvatarTile.emoteLayout .swAvatarSkinName {
	width: min-content;
	min-width: 100%;
}

.swAvatarTileEmoteUnlock {
	display: none;
	top: 0;
}

.swAvatarTile.emoteLayout:hover .swAvatarSkinName {
	display: none;
}

.swAvatarTile.emoteLayout:hover .swAvatarTileEmoteUnlock {
	display: initial;
}

.swAvatarTile.emoteLayout.unlocked:hover .swAvatarSkinName {
	display: block;
}

.swAvatarTile.emoteLayout.unlocked:hover .swAvatarTileEmoteUnlock {
	display: none;
}

.swAvatarEmoteProfileContainer {
	width: 120px;
	position: absolute;
	top: calc(50% - 13.5px);
	transform: translateY(-50%);
	height: 120px;
}

.swAvatarEmoteChatContainer {
	width: 50px;
	position: absolute;
	top: calc(50% - 7px);
	transform: translateY(-50%);
	height: 93px;
	right: 0;
}

.swAvatarEmoteChatContainer .swAvatarTileImage:first-of-type {
	width: 42px;
	margin: 0;
}

.swAvatarEmoteChatContainer .swAvatarTileImage:last-of-type {
	width: 28px;
	margin-bottom: 5px;
}

.swAvatarTile.emoteLayout .swAvatarTileEmoteAltContainer .swAvatarTileImage {
	position: relative;
	margin-bottom: 2px;
}

.swAvatarTileEmoteAltContainer h4 {
	margin: 0;
}

.swDecorationTypeSelectionContainer {
	width: 100%;
	position: relative;
	height: 50px;
	margin-top: -6vh;
	margin-bottom: 6vh;
}

.swDecorationTypeSelectionContainerInner {
	min-width: 200px;
	width: 80%;
	max-width: 350px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	overflow: hidden;
}

.swDecorationTypeSelectionButton {
	flex-grow: 1;
	font-size: 40px;
	align-content: center;
	height: 100%;
	line-height: 40px;
	position: relative;
	color: white;
}

.swDecorationTypeSelectionButton::before {
	content: "";
	background-color: #181818;
	width: calc(100% + 18px);
	height: 100%;
	position: absolute;
	top: 0;
	transform: skewX(-35.5deg);
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
}

.swDecorationTypeSelectionButton:first-child::before {
	left: -18px;
}

.swDecorationTypeSelectionButton:last-child::before {
	left: 0px;
}

.swDecorationTypeSelectionButton.selected::before, 
.swDecorationTypeSelectionButton.selected:hover::before {
	background-color: #006ab7;
	box-shadow: 0 0 10px 2px #006ab7;
	z-index: 1;
}

.swDecorationTypeSelectionButton:hover::before {
	background-color: #424242;
	cursor: pointer;
}

.swDecorationTypeSelectionButton > div {
	position: relative;
	z-index: 5;
}

#swPriceModal > .modal-dialog {
	width: 300px;
}

#swPriceItems {
	margin-bottom: 5px;
}

#swPriceTotal {
	border-top: #6d6d6d 1px dashed;
	padding-top: 5px;
	margin: 0;
}

.swPriceItem {
	height: 22px;
}

.swPriceItem.bold {
	font-weight: bold;
}

.swPriceEntryName {
	float: left;
}

.swPriceEntryValue {
	float: right;
}

.swPriceIcon {
	width: 20px;
}

#swPriceModal .modal-footer {
	height: 61px;
	padding: 10px;
	position: relative;
}

#swPriceModal.patreonButtonShown .modal-footer {
	height: 170px;
}

#swPriceBuyButton {
	width: 100px;
	background-color: #006ab7;
	font-size: 23px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0.9;
}

#swPriceBuyButton:hover {
	opacity: 1;
}

#swPriceSpinner {
	position: relative;
	left: calc(-50% + 17px);
	font-size: 34px;
	margin-bottom: 5px;
}

.stripeButton {
	width: 100%;
	background-color: #4497ea;
	font-size: 23px;
	position: absolute;
	opacity: 0.9;
	text-align: center;
	left: 0;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	color: white;
}

.stripeButton:hover {
	opacity: 1;
}

#swPricePatreonDialog {
	display: none;
}

#swPriceModal.patreonButtonShown #swPricePatreonDialog {
	display: initial;
}

#swPricePatreonDivider {
	height: 2px;
	background-color: #6d6d6d;
	width: calc(100% + 20px);
	margin-left: -10px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

#swPricePatreonDivider > div {
	position: absolute;
	background-color: #424242;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	font-size: 20px;
	top: 50%;
	transform: translateY(-50%);
}

#swPatreonButton {
	margin-top: 2px;
	background-color: #0666ab;
}

#swPatreonButton > h2 {
	margin: 0;
}

.swEmoteGroup {
	border-top: solid 5px #1b1b1b;
	margin: 0 10px;
	position: relative;
	overflow: hidden;
	padding-top: 29px;
	width: 100%;
}

.swEmoteGroupNameContainer {
	position: absolute;
	top: 0;
	width: 150px;
	background-color: #1b1b1b;
	left: -10px;
	box-shadow: none;
}

.swEmoteGroup.closed > .swEmoteGroupNameContainer {
	width: 100px;
}

.swEmoteGroupNameContainer > div {
	font-size: 20px;
	text-align: left;
	padding-left: 15px;
}

.swEmoteGroupContainer {
	width: 100%;
	position: relative;
	height: min-content;
	overflow: hidden;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.swEmoteGroup.closed > .swEmoteGroupContainer {
	height: 0;
	padding: 0;
	margin-bottom: 15px;
}

.swEmoteGroupContainer > .swAvatarTile {
	margin-right: 25px;
	margin-bottom: 25px;
}

.swEmoteGroupContainer > .swAvatarTile:nth-of-type(4n) {
	margin-right: 25px;
}

#swEmoteCollapseButton {
	position: absolute;
	top: 150px;
	background-color: #1b1b1b;
	left: -10px;
	width: 140px;
	padding-left: 13px;
}

#swEmoteCollapseButton:hover {
	background-color: #424242;
}

#swEmoteCollapseButton.active {
	width: 110px;
}

#swEmoteCollapseButtonInner {
	font-size: 20px;
}

#swContentTicketsContainer {
	width: 100%;
	height: calc(100% - 111px);
	margin-top: 111px;
	position: relative;
	padding-top: 29px;
}

#swTicketOptionButtonContainer {
	width: 666px;
	height: 75px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 1;
}

@media screen and (max-width: 1200px) {
	#swTicketOptionButtonContainer {
		width: 500px;
	}
}

#swTicketOptionButtonContainerInner {
	width: 110%;
	height: 100%;
}

.swTicketOptionButton {
	height: 100%;
	width: calc(22% + 12px);
	float: left;
	background-color: #1b1b1b;
}

#swTicketOptionUseButton {
	margin-left: -37px;
	padding-left: 38px;
}

#swTicketOptionBuyButton {
	padding-right: 7px;
}

#swTicketOptionHistoryButton {
	text-align: center;
	width: calc(29% + 12px);
}

#swTicketOptionGiftButton {
	padding-left: 10px;
}

#swTicketOptionHistoryButton > .swTicketOptionTicketIcon:first-of-type {
	left: 0;
}

#swTicketOptionHistoryButton > .swTicketOptionTicketIcon:last-of-type {
	right: 0;
}

.swTicketOptionButton:hover {
	background-color: #292929;
}

.swTicketOptionButton.active {
	background-color: #6d6d6d;
}

.swTicketOptionButton > div {
	font-size: 50px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

#swTicketOptionUseButton > div {
	text-align: left;
}

#swTicketOptionBuyButton > div {
	text-align: center;
}

#swTicketOptionGiftButton > div {
	text-align: right;
	padding-right: 52px;
}

.swTicketOptionTicketIcon {
	position: absolute;
	height: 100%;
}

#swTicketOptionBuyButton > .swTicketOptionTicketIcon:nth-of-type(1) {
	right: -10px;
}

#swTicketOptionBuyButton > .swTicketOptionTicketIcon:nth-of-type(2) {
	right: 10px;
}

#swTicketOptionBuyButton > .swTicketOptionTicketIcon:nth-of-type(3) {
	left: 10px;
}

#swTicketOptionBuyButton > .swTicketOptionTicketIcon:nth-of-type(4) {
	left: -10px;
}

#swTicketOptionGiftButton > .swTicketOptionTicketIcon:nth-of-type(1) {
	right: 50px;
}

#swTicketOptionGiftButton > .swTicketOptionTicketIcon:nth-of-type(2) {
	left: 30px;
}

#swTicketOptionGiftButton > .swTicketOptionTicketIcon:nth-of-type(3) {
	left: 10px;
}

#swTicketOptionGiftButton > .swTicketOptionTicketIcon:nth-of-type(4) {
	left: -10px;
}

#swTicketOptionUseButton > .swTicketOptionTicketIcon:nth-of-type(1) {
	right: 50px;
}

#swTicketOptionUseButton > .swTicketOptionTicketIcon:nth-of-type(2) {
	right: 30px;
}

#swTicketOptionUseButton > .swTicketOptionTicketIcon:nth-of-type(3) {
	right: 10px;
}

#swTicketOptionUseButton > .swTicketOptionTicketIcon:nth-of-type(4) {
	right: -10px;
}

#swTicketRedeemCodeContainer {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 666px;
	bottom: 155px;
	font-size: 28px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 0px 4px rgba(68, 151, 234, 0.5);
}

#swTicketRedeemCodeContainer > a:hover {
	color: #4497ea;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 0px 8px rgba(68, 151, 234, 0.7);
}

#swTicketRewardCenter {
	height: calc(70vh - 185px);
	width: calc(70vh - 185px);
	border-radius: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	background-color: #1b1b1b;
	overflow: hidden;
}

.swTicketRollContainer {
	width: 50%;
	height: 100%;
	position: absolute;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.swTicketRollContainer:hover {
	background-color: #292929;
}

#swTicketOneRollContainer {
	left: 0;
}

#swTicketTenRollContainer {
	right: 0;
}

.swTicketRollText {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-40%);
	text-align: center;
	font-size: 50px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.swTicketRollTicketIcon {
	position: absolute;
	top: 50%;
	transform: translateY(-40%);
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
}

.swTicketRollSubText {
	font-size: 20px;
	position: absolute;
	line-height: 20px;
	bottom: 0;
	height: 60%;
	transform: translateY(60%);
}

.swTicketRollPrice {
	position: absolute;
	bottom: 5%;
	font-size: 22px;
}

#swTicketOneRollContainer > .swTicketRollPrice {
	right: 12%;
}

#swTicketTenRollContainer > .swTicketRollPrice {
	left: 7%;
}

#swTicketRollExecuteInner .swTicketRollPrice {
	width: 100%;
	text-align: center;
}

.swTicketRollPrice > img {
	margin-right: -7px;
	margin-top: -5px;
}

#swTicketRollExecuteInner {
	width: 45%;
	height: 45%;
	background-color: #1b1b1b;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
}

#swTicketRollExecuteCancal {
	font-size: 20px;
	background-color: #1b1b1b;
	text-align: center;
	z-index: 5;
	position: absolute;
	width: 100%;
}

#swTicketRollExecuteCancal:hover {
	background-color: #292929;
}

#swTicketRollExecuteHoverInner {
	width: 100%;
	height: 100%;
	opacity: 1;
}

#swTicketRollExecuteHoverInner:hover {
	background-color: #292929;
}

#swTicketRollExecuteInner.disabled > * {
	pointer-events: initial;
}

#swTicketRollInnerCanvasStatic,
#swTicketRollInnerCanvasDynamic,
#swTicketRollOuterCanvasStatic,
#swTicketRollOuterCanvasDynamic {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

.swTicketRollResultContainer {
	background-color: #1b1b1b;
}

.swTicketRollResultContainer::before {
	content: "";
	padding-top: 150%;
	float: left;
}

#swTicketRollInnerResultContainer {
	position: absolute;
	width: 45%;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}

.swTicketRollRewardContainer {
	background-size: cover;
	background-position: center;
	width: 100%;
	position: relative;
}

.swTicketRollRewardContainer::before {
	content: "";
	padding-top: 150%;
	display: block;
}

.swTicketRollRewardContainer.emote {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
}

.swTicketRollRewardContainer.emote > .avatarImage {
	max-width: 150px;
	bottom: unset;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.swTicketRollInnerContainer {
	opacity: 1;
	transition: opacity 2.5s ease-in;
}

.swTicketRollInnerContainer.notActive {
	opacity: 0;
	pointer-events: none;
}

.swTicketRollCloseText {
	display: none;
	font-size: 1.7vw;
}

#swTicketRollInnerResultContainer:hover .swAvatarSkinName {
	display: none;
}

#swTicketRollInnerResultContainer:hover .swTicketRollCloseText {
	display: block;
}

#swTicketRollOuterContainerLeft,
#swTicketRollOuterContainerRight {
	position: absolute;
	width: calc(44% - (70vh - 185px) / 2);
	height: 100%;
}

#swTicketRollOuterContainerLeft {
	margin: 0% 5% 0% 1%;
	left: 0;
}

#swTicketRollOuterContainerRight {
	margin: 0 1% 0 5%;
	right: 0;
}

.swTicketRollOuterContainerRow {
	height: 47.5%;
	width: 60%;
	position: relative;
}

.swTicketRollOuterContainerRow:first-child {
	margin-bottom: 5%;
}

#swTicketRollOuterContainerRight > .swTicketRollOuterContainerRow {
	float: right;
}

.swTicketRollOuterMajorContainer {
	position: absolute;
	height: 80%;
	width: 40%;
	right: -3%;
	top: 50%;
	transform: translateY(-50%);
}

#swTicketRollOuterContainerRight > .swTicketRollOuterMajorContainer {
	right: unset;
	left: -3%;
}

.swTicketRollOuterContainer {
	margin: 0;
	position: absolute;
	top: 0;
	opacity: 0;
}

.swTicketRollOuterContainer.active {
	opacity: 1;
	transition: opacity 2s ease-in;
}

.swTicketRollOuterContainer:first-child {
	left: 0;
}

.swTicketRollOuterContainer:last-child {
	right: 0;
}

.swTicketRollOuterContainerRow:first-child > .swTicketRollOuterContainer {
	top: unset;
	bottom: 0;
}

.swTicketRollOuterMajorContainer > .swTicketRollOuterContainer {
	top: 50%;
	transform: translateY(-50%);
}

.swTicketRollOuterContainer > .swAvatarTileTypeContainer,
.swTicketRollOuterContainer > .swTicketRollRewardContainer,
.swTicketRollOuterContainer > .swAvatarTileFooter,
.swTicketRollOuterContainer > .swRhythmIcon {
	opacity: 0;
}

.swTicketRollOuterContainer.displayResult > .swAvatarTileTypeContainer,
.swTicketRollOuterContainer.displayResult > .swTicketRollRewardContainer,
.swTicketRollOuterContainer.displayResult > .swAvatarTileFooter,
.swTicketRollOuterContainer.displayResult > .swRhythmIcon {
	opacity: 1;
	transition: opacity 2s ease-in;
}

.swTicketRollResultContainer > .swRhythmIcon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.swTicketRollRewardTicketIcon {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	filter: grayscale(100%);
	opacity: 1;
}

.swTicketRollOuterContainer.displayResult > .swTicketRollRewardTicketIcon {
	opacity: 0;
	transition: opacity 2s ease-in;
	filter: unset;
}

#swTicketStoreContentContainer {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding-left: 2%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	column-gap: 4%;
	flex-wrap: wrap;
	align-items: center;
}

#swTicketStoreContentContainer > .swAvatarTile {
	margin: 0;
	width: 13%;
	color: white;
}

#swTicketStoreContentContainer > .swAvatarTile:last-child {
	margin-right: 0;
}

#swTicketStoreContentContainer > .swAvatarTile.swTicketStoreEntrySale,
#swTicketStoreContentContainer > .swAvatarTile.swTicketStoreEntryPromo {
	box-shadow: inset rgb(249, 166, 2) 0px 0px 100px 5px, 0 0 10px 2px rgb(0, 0, 0);
}

#swTicketStoreContentContainer .swAvatarTileTypeText {
	font-size: 125%;
}

.swTicketStoreTicketIconContainer {
	position: absolute;
	width: 100%;
	top: 45%;
	transform: translateY(-50%);
}

.swTicketStoreTicketIcon {
	position: relative;
	width: 100%;
}

.swTicketStoreIconText {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 5vw;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.swTicketStoreAvatarTokenContainer {
	position: absolute;
	left: 2px;
	width: 40%;
	top: 3%;
}

.swTicketStoreAvatarTokenIcon {
	width: 100%;
}

.swTicketStoreAvatarTokenText {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 2vw;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.swTicketStorePrice {
	position: absolute;
	width: 100%;
	bottom: 13.5%;
	text-align: center;
	font-size: 2vw;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.swTicketPriceApproximate {
	position: absolute;
	bottom: 10%;
	font-size: 0.9vw;
	width: 100%;
}

.swTicketStoreSaleContainer,
.swTicketStorePromoContainer {
	position: absolute;
	width: 100%;
	bottom: 28%;
	display: none;
}

.swAvatarTile.swTicketStoreEntrySale .swTicketStoreSaleContainer,
.swAvatarTile.swTicketStoreEntryPromo .swTicketStorePromoContainer {
	display: block;
}

.swTicketStoreSaleRow,
.swTicketStorePromoRow {
	width: 100%;
	background-color: #7eff7ec9;
	font-size: 1vw;
	margin-bottom: 5px;
	line-height: calc(1vw + 2px);
}

.swTicketStoreSaleHighlight,
.swTicketStorePromoHighlight {
	background-color: #7eff7ec9;
	position: absolute;
	font-size: 125%;
	right: -8px;
	bottom: 4px;
	display: none;
}

.swAvatarTile.swTicketStoreEntrySale .swTicketStoreSaleHighlight {
	display: block;
}

.swAvatarTile.swTicketStoreEntryPromo .swTicketStorePromoHighlight {
	display: block;
}

.swTicketStoreSaleHighlight > div,
.swTicketStorePromoHighlight > div {
	padding-left: 7px;
	padding-right: 10px;
}

#swPatreonContainer {
	position: absolute;
	width: 460px;
	height: 100px;
	background-color: #1b1b1b;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 35px;
}

#swPatreonContainerInner {
	width: 470px;
	margin: auto;
	height: 45px;
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	transform: translateY(-50%);
}

#swPatreonContainerInner > img {
	height: 45px;
	float: left;
	margin: 4px 15px;
}

#swPatreonContainerInner > h3 {
	margin: 0;
	float: left;
}

#swPatreonContainerInner > h3:last-of-type {
	margin-left: 30px;
}

#swGiftTargetContainer {
	position: absolute;
	width: 460px;
	height: 100px;
	background-color: #1b1b1b;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 35px;
	color: white;
}

#swGiftTargetHeader {
	font-size: 34px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	color: white;
	top: -50px;
	text-shadow: 0px 0px 10px rgb(0, 0, 0), 0px 0px 10px rgb(0, 0, 0), 0px 0px 10px rgb(0, 0, 0);
}

#swGiftTargetNoTargetMessage {
	color: white;
	font-size: 40px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

#swGiftTargetFriendList {
	position: absolute;
	width: 235px;
	background-color: #1b1b1b;
	max-height: 250px;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	transform: translateY(-100%);
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	overflow-y: auto;
}

.swGiftTargetFriendEntry {
	position: relative;
	height: 51px;
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
	border-bottom: #4242425c 1px solid;
}

.swGiftTargetFriendEntry:hover {
	background-color: #424242;
}

.swGiftTargetFriendIcon {
	position: relative;
	flex: 0 0 50px;
	aspect-ratio: 1/1;
}

.swGiftTargetFriendTextContainer {
	flex-grow: 1;
	height: 24px;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0px 8px;
	max-width: 100%;
	overflow: hidden;
}

.swGiftTargetFriendName {
	font-size: 24px;
	line-height: 1em;
	width: fit-content;
}

#swGiftTargetFriendInfoContainer {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#swGiftTargetFriendIcon {
	position: relative;
	height: 100px;
	aspect-ratio: 1/1;
	width: unset;
}

#swGiftTargetFriendName {
	position: absolute;
	top: 0;
	left: 100px;
	font-size: 35px;
	text-align: center;
	width: calc(100% - 200px);
}

#swGiftTargetClearButton {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	z-index: 0;
	padding-right: 5px;
}

#swGiftTargetClearButton::before {
	background-color: #1b1b1b;
	position: absolute;
	right: -10px;
	content: "";
	width: 135%;
	height: 100%;
	display: block;
	z-index: -1;
	box-shadow: 0px 0px 10px rgb(0, 0, 0);
	transform: skewX(35.5deg);
}

#swGiftTargetClearButton:hover::before {
	background-color: #424242;
}

#swGiftTargetMessage {
	position: absolute;
	bottom: 10px;
	left: 105px;
	width: calc(100% - 110px);
	min-height: calc(50% - 8px);
	height: calc(50% - 8px);
	background-color: #343434;
}

#swRhythmContainer {
	position: absolute;
	top: 200px;
	background-color: #1b1b1b;
	left: -20px;
	padding-left: 23px;
	padding-right: 25px;
}

#swAvatarTokenContainer {
	position: absolute;
	top: 50px;
	background-color: #1b1b1b;
	left: -20px;
	padding-left: 23px;
	padding-right: 25px;
}

.swAvatarTokenIcon {
	width: 26px;
	margin-right: 4px;
}

#swTicketHistoryMainContainer {
	height: calc(100% + 29px);
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: calc(130px);
	margin-top: -29px;
}

#swTicketHistoryMainContainerInner {
	display: flex;
	flex-direction: row;
	justify-content: center;
	column-gap: 6.5%;
	flex-wrap: wrap;
	align-items: center;
}

#swTicketHistoryMainContainer > .swMainMessageContainer {
	top: calc(50%);
}

#swAutoSwitchStateContainer {
	position: absolute;
	top: 240px;
	background-color: #1b1b1b;
	left: -17px;
	padding-left: 13px;
	padding-right: 25px;
}

#swAutoSwitchStateHeader {
	font-size: 18px;
	text-align: right;
	padding-left: 5px;
}

#swAutoSwitchStateText {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-left: 23px;
}

.swInfoPopoutContainer {
	position: absolute;
	background-color: #1b1b1b;
	padding: 0 5px;
	transform: translateX(calc(-100% - 8px));
	transition: transform 0.7s ease-out;
}

.swInfoPopoutContainer:hover {
	transform: translateX(0);
}

.swInfoPopoutContainer::after {
	content: "";
	background-color: #1b1b1b;
	position: absolute;
	width: 40px;
	height: 45.717px;
	right: 0px;
	top: 0;
	z-index: 1;
}

.swInfoPopoutButton {
	position: absolute;
	left: calc(100% - 15px);
	font-size: 25px;
	background-color: #1b1b1b;
	padding-left: 28px;
	padding-right: 14px;
}

.swInfoPopoutMain {
	position: relative;
	height: calc(100% - 25px);
	padding-right: 10px;
	z-index: 5;
}

.swInfoPopoutContainer > h4 {
	margin-bottom: 2px;
	margin-top: 2px;
}

#swTicketInfoContainer {
	top: 175px;
	width: 310px;
	height: 300px;
}

#swTicketInfoMain > h5 {
	margin: 0;
}

#swTicketInfoMain > .ps__scrollbar-y-rail {
	opacity: 1;
}

.swTicketInfoTicketSection {
	margin-bottom: 0;
}

.swTicketInfoTicketSection > img {
	width: 22px;
}

#swTicketPromoContainer {
	position: absolute;
	height: calc(70vh - 185px);
	right: 0;
	width: calc(50% - 35vh + 92px);
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

#swTicketPromoContainerInner {
	max-width: 200px;
	width: 80%;
	background-color: #292929;
	position: relative;
	aspect-ratio: 2/3;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
}

#swTicketPromoFooter {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #1b1b1bc7;
	height: 20%;
}

#swTicketPromoFooterTitle {
	width: 100%;
	font-size: 24px;
	text-align: center;
	height: 60%;
}

#swTicketPromoFooterText {
	text-align: center;
	padding-bottom: 3px;
	height: 40%;
	width: 100%;
	font-size: 16px;
}

#swTicketPromoFooterText > .innerTextContainer {
	line-height: 100%;
}

#swTicketPromoTimerContainer {
	position: absolute;
	width: 100%;
	bottom: 0;
	transform: translateY(100%);
	text-shadow: 0px 0px 6px rgb(0, 0, 0), 0px 0px 4px rgb(0, 0, 0);
	padding-top: 5px;
	height: 10%;
}

#swTicketPromoTimerTitle > .innerTextContainer {
	line-height: 100%;
}

#swTicketPromoTimerTitle {
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 100%;
	height: 100%;
}

#swResonanceContainer {
	top: 240px;
	width: 310px;
	height: 345px;
}

#swResonanceContainer .swInfoPopoutButton {
	font-size: 20px;
	height: 29px;
	width: min-content;
}

#swResonanceButtonBadgeContainer {
	height: 100%;
	width: max-content;
}

.swResonanceButtonBadge {
	height: 25px;
	margin-top: -5px;
	margin-left: 5px;
}

.swResonanceButtonBadge:first-child {
	margin-left: 0;
}

#swResonanceTargetContainer {
	width: 166.66px;
	height: 250px;
	margin-left: 50%;
	background-color: #292929;
	background-size: cover;
	background-position: center;
	position: relative;
	transform: translateX(-50%);
	margin-top: 10px;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	margin-bottom: 5px;
}

#swResonanceAvatarImage {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

#swResonanceTargetName {
	font-size: 28px;
	position: absolute;
	width: 120%;
	left: -10%;
	text-align: center;
	bottom: 0;
	line-height: 28px;
	color: white;
	text-shadow: 0px 0px 6px rgb(0, 0, 0), 0px 0px 4px rgb(0, 0, 0);
}

#swResonanceNoTargetContainer {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

#swResonanceNoTargetMainText {
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 10px;
}

#swResonanceNoTargetSubText {
	font-size: 17px;
}

#swResonanceProgressBarContainer {
	width: 200px;
	margin-left: 50%;
	transform: translateX(-50%);
	background-color: #292929;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
}

#swResonanceProgressBar {
	width: 100%;
	background-color: #4497ea;
	height: 100%;
	position: absolute;
	transition: transform 0.3s ease-in-out;
	transform: translateX(-100%);
}

#swResonancePoints {
	position: relative;
}

#swResonanceContainer .swInfoPopoutMain h4 {
	margin: 0;
}

#swResonanceContainer p {
	padding-left: 5px;
}

#avatarWindow.gameView {
	width: 75%;
}

#swRhythmText,
#sAvatarTokenText {
	float: left;
	font-size: 20px;
	margin-left: 2px;
}

#swRhythmContainer > .swRhythmIcon,
#swAvatarTokenContainer > .swAvatarTokenIcon {
	float: left;
}

#swTicketAvatarLockingContainerOuter {
	width: 40%;
	height: 40%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -11%;
	pointer-events: none;
	transition: top 0.6s ease-in-out;
}

#swTicketAvatarLockingContainerOuter.open {
	top: 100%;
}

#swTicketAvatarLockingContainerOuter > * {
	pointer-events: initial;
}

#swTicketAvatarLockingContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #1b1b1b;
	left: 0;
	right: 0;
	margin: auto;
	transform: rotate(45deg);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#swTicketAvatarLockingContainer:hover {
	background-color: #292929;
}

#swTicketAvatarLockingContainer > * {
	transform: rotate(-45deg);
}

#swTicketAvatarLockingPromoContainer {
	position: absolute;
	width: 85%;
	bottom: 0;
	right: 0;
	height: 85%;
	pointer-events: none;
}

#swTicketAvatarLockingPromoContainer::before {
	content: "";
	position: absolute;
	background-color: #1b1b1b;
	width: 176%;
	height: 58%;
	left: -38%;
	top: -22%;
}

#swTicketAvatarLockingContainer:hover #swTicketAvatarLockingPromoContainer::before {
	background-color: #292929;
}

.swTicketAvatarLockingPromoImage {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

#swTicketAvatarLockingPromoContainerUnselected > .swTicketAvatarLockingPromoImage {
	width: 80%;
	top: 57%;
	left: 0;
	right: 0;
	margin: auto;
}

#swTicketAvatarLockingPromoContainerTargetName {
	font-size: 3vh;
	position: absolute;
	bottom: 5%;
	width: 100%;
	text-align: center;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

#swTicketAvatarLockingPromoText {
	position: absolute;
	width: 140%;
	top: 54%;
	transform: translateY(-50%);
	font-size: 2.4vh;
	left: -20%;
	text-shadow: 1px 0 0 rgba(0, 0, 0, 0.5), 0 -1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(0, 0, 0, 0.5),
		-1px 0 0 rgba(0, 0, 0, 0.5);
	text-align: center;
}

.swTicketAvatarLockingPriceContainer {
	font-size: 22px;
	position: absolute;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	width: 55px;
	text-align: center;
	pointer-events: none;
}

.swTicketAvatarLockingPriceImage {
	margin-right: -3px;
	margin-top: -3px;
	width: 22px;
}

#swTicketAvatarLockingLeftPrice {
	bottom: -40px;
	left: 0;
	right: 0px;
	margin: auto;
}

#swTicketAvatarLockingRightPrice {
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	right: -53px;
}

#swTicketAvatarLockingContentOuter {
	position: absolute;
	width: 250%;
	height: 250%;
	top: -250%;
	left: -75%;
}

#swTicketAvatarLockingContentInner {
	position: absolute;
	width: 60%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #1b1b1b;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

#swTicketAvatarLockingCloseButton {
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	font-size: 30px;
	text-align: center;
	height: 45px;
	padding-top: 3px;
	background-color: #1b1b1b;
}

#swTicketAvatarLockingCloseButton:hover {
	background-color: #424242;
}

#swTicketAvatarLockingFooter {
	font-size: 16px;
	text-align: center;
	height: 90px;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
}

#swTicketAvatarLockingMainContent {
	height: calc(100% - 90px - 45px);
	text-align: center;
	position: relative;
}

#swTicketAvatarLockingMainContent > .ps__scrollbar-y-rail {
	opacity: 1;
}

.swTicketAvatarLockingItemOrder {
	width: 80px;
	height: 80px;
	position: relative;
	display: inline-block;
	margin: 5px;
}

.swTicketAvatarLockingItemInner {
	background-color: #1b1b1b;
	width: 70.71%;
	height: 70.71%;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0);
}

.swTicketAvatarLockingItemInner:hover {
	background-color: #424242;
}

.swTicketAvatarLockingItemInner > * {
	transform: rotate(-45deg);
}

.swTicketAvatarLockingItemIcon {
	width: 100%;
}

.swTicketAvatarLockingItemName {
	position: absolute;
	font-size: 22px;
	width: 100%;
	text-align: center;
	bottom: 0;
	text-shadow: 0px 0px 3px rgb(0, 0, 0);
	pointer-events: none;
}

#swTicketAvatarLockingImage {
	position: absolute;
	left: 7%;
	top: 39%;
	transform: translateY(-50%);
	width: 30%;
}

@media screen and (max-height: 850px) {
	.swTicketRollText {
		font-size: 40px;
	}

	.swTicketRollSubText {
		font-size: 15px;
	}
}

/*===SETTINGS MODAL===*/
#settingModal .modal-content {
	padding-bottom: 10px;
}

#settingModal .modal-body > div:first-child > h3 {
	margin-top: 0;
}

#settingsAnimeShareOptionContanier > div {
	width: 100px;
}

.aniListUpdateInput {
	width: calc(100% - 100px);
	float: left;
	margin-right: 8px;
}

#malUpdateSpinner,
#anilistUpdateSpinner {
	font-size: 24px;
	position: absolute;
	top: 6px;
	margin-left: 5px;
}

.annListUpdateButtonContainer {
	position: relative;
	float: left;
}

#smShowNameSlider {
	width: 150px;
}

/*===BLOCKED PLAYER MODAL===*/
#blockedPlayerModal td:first-child {
	width: 90%;
}

#blockedPlayerModal td:first-child > h3 {
	margin: 3px 0;
}

#blockedPlayerModal .modal-body {
	max-height: 75vh;
}

/*===REPORT PLAYER MODAL===*/
#rpReportReason {
	margin-top: 10px;
	height: 90px;
}

#rpModContent .radio-inline {
	margin-left: 6px;
}

/*===CHANGE PASSWORD MODAL===*/
.cpmPasswordContainer {
	width: 250px;
	display: inline-block;
	margin: 5px;
}

.cpmUpdateButton {
	margin-top: 15px;
}

/*===ABOUT MODAL===*/
#aboutModal h4 {
	font-weight: bold;
}

#aboutModal .modal-body > h3 {
	margin-top: 0;
}

#aboutModal .modal-content {
	overflow: hidden;
}

#aboutModal #infoFooter {
	width: 100%;
	margin-left: 0;
	float: unset;
}

/*===REPORT BUG MODAL===*/
#reportModalInput,
#feedbackModalInput {
	height: 300px;
}

/*===LOADING SCREEN===*/
#loadingScreen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: 30;
	background-color: #569ed5;
	color: white;
	text-shadow: 0 0 8px black, 0 0 15px #000c;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

#loadingScreen.hidden {
	opacity: 0;
	display: initial !important;
	pointer-events: none;
}

#loadingScreenBackground {
	width: 100%;
	height: 100%;
	position: absolute;
}

#loadingScreenBackground > img {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#loadingScreenLoadingMessage {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	bottom: 10%;
	font-size: 81px;
	line-height: 1em;
}

#loadingScreen.hidden #loadingScreenLoadingMessage {
	display: none;
}

#loadingScreenLoadingMessage::after {
	content: ".";
	animation: loadingScreenDotHiding 1.5s infinite;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
}

@keyframes loadingScreenDotHiding {
	0% {
		content: ".";
	}
	20% {
		content: "..";
	}
	40% {
		content: "...";
	}
	60% {
		content: "....";
	}
	80% {
		content: ".....";
	}
}

#loadingScreenQueueMessage {
	position: absolute;
	left: 0;
	right: 0;
	width: fit-content;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	background-color: #1b1b1bbf;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	max-width: 100vw;
}

#loadingScreenQueueMessage > h1 {
	margin-top: 0;
}

#loadingScreenQueueMessage > h2 {
	margin-bottom: 0;
}

/*LOGIN PAGE*/
#startPageCenter {
	width: 750px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background: #424242;
	min-height: 100%;
	text-align: center;
	-webkit-box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	height: 100%;
}

#startPageLogoContainer {
	background: #1b1b1b;
	text-align: center;
}

#loginLogo {
	width: 85%;
	display: inline-block;
}

#startPageContentContainer {
	height: calc(100% - 176px);
}

#loginFormContainer {
	width: 80%;
	display: inline-block;
}

#loginButton {
	float: right;
	margin-top: 2px;
}

#registerButton {
	display: inline-block;
	float: none;
}

#loginForgotPassword,
#loginForgotUsername {
	padding-top: 10px;
	float: right;
	margin-top: -1px;
	margin-right: 5px;
}

#loginForgotUsername {
	margin-right: 15px;
}

.loginMainForm > div {
	float: right;
	width: 100%;
}

.loginMainForm > div > .form-group {
	width: 47.5%;
	position: relative;
	float: left;
	text-align: center;
	margin-bottom: 5px;
}

.loginMainForm > div > .form-group:first-of-type {
	margin-right: 5%;
}

.loginMainForm > div.single {
	text-align: center;
}

.loginMainForm > div.single > .form-group {
	display: inline-block;
	float: none;
	margin-right: 0px;
}

.loginMainForm > div > .checkbox {
	float: left;
	margin: 5px 0;
}

#loginMessageContainer {
	float: right;
	width: 100%;
	margin-bottom: 5px;
}

#registerForm > h1 {
	margin: 0;
}

#registerForm [data-toggle="popover"] {
	margin-left: 10px;
	font-size: 16px;
	vertical-align: middle;
}

#registerForm > .form-group {
	margin-bottom: 5px;
}

#registerForm > .checkbox {
	margin-top: 0px;
}

#mailValidationForm > h2 {
	margin-top: 0px;
}

#verifcationBodyText {
	text-align: left;
}

#mailValidationForm .form-group {
	margin-bottom: 5px;
}

#mailValidationForm .form-group > label {
	width: 100%;
}

#verificationMail {
	width: 80%;
	display: inline-block;
}

#mailValidationForm h4 {
	margin-top: 7px;
}

#tosModal {
	height: 70vh;
	overflow-y: auto;
}

.startPageSocailIcon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #1b1b1b;
	margin-right: 10px;
	float: right;
}

.startPageSocailIcon > i {
	font-size: 34px;
	margin-top: 8px;
	margin-left: -2px;
	color: #d9d9d9;
}

.startPageSocailIcon > img {
	width: 56%;
	margin-top: 9px;
}

.startPageSocailIcon > img.pat {
	margin-top: 11px;
	margin-left: 4px;
}

#startPageFAQ {
	border-top: 2px solid #1b1b1b;
	margin-top: 20px;
	padding: 15px;
	float: left;
	height: calc(100% - 169px);
	position: relative;
}

#startPageFAQ > .ps__scrollbar-y-rail {
	opacity: 1;
}

.faqEntry {
	float: left;
	width: 100%;
	text-align: left;
}

.faqEntry:nth-last-child(3) {
	padding-bottom: 20px;
}

.faqEntry > h2 {
	text-align: center;
	margin-top: 10px;
}

.faqEntry > p {
	font-size: 17px;
}

.faqEntry > img {
	width: 240px;
	float: left;
}

.faqEntry:nth-child(2n) > img {
	float: right;
}

#resetEmailContainer > div {
	position: absolute;
}

#recoverUsernameContainer > div {
	position: absolute;
}

#resetPasswordForm > p {
	width: 400px;
	display: inline-block;
}

#resetPasswordForm > label {
	width: 100%;
}

#resetEmail {
	width: 56%;
	display: inline-block;
	margin-right: 5px;
}

#recoverUsername {
	width: 56%;
	display: inline-block;
	margin-right: 5px;
}

#resetPasswordForm > .alert {
	width: 407px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 0;
}

#resetPasswordForm > #cpmMessageContainer {
	margin-bottom: 10px;
}

#infoFooter {
	width: calc(100% + 30px);
	height: 90px;
	background: #1b1b1b;
	float: left;
	margin-left: -15px;
	text-align: left;
}

#infoFooter > ul {
	float: left;
	padding-left: 10px;
	padding-right: 5px;
}

#startPageCopyrightContainer {
	float: right;
	margin-right: 15px;
}

/*===LEGAL PAGE===*/
#tosContainer > p {
	text-align: left;
}

#tosContainer {
	padding: 0 15px;
	position: relative;
	height: calc(100% - 176px);
}

/*===BETA PROMO===*/
#loginPromoContainer {
	width: calc(100% + 150px);
	margin-left: -75px;
	position: relative;
	height: 230px;
}

#loginPromoContainer > img {
	height: 230px;
	float: right;
}

#loginPromoContainer > img:first-child {
	float: left;
}

#promoTextContainer {
	position: absolute;
	top: 15px;
}

#promoTextContainer > h2 {
	margin-top: 0;
}

#promoTextContainer > h2:first-child {
	margin-bottom: 0;
	font-size: 30px;
}

#promoTextContainer > h2:last-child {
	width: 360px;
	display: inline-block;
	font-size: 26px;
}

#promoTextContainer > h1 {
	margin-top: 20px;
	margin-bottom: 0;
}

#loginPromoContainer > a {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/*===CHEAT TEST*/
#cheatChallengeNoticeContainer {
	position: absolute;
	left: 5px;
	bottom: 40px;
	text-align: center;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	z-index: 199;
	transform: translateX(-88%);
	transition: transform 0.3s ease-in-out;
}

#cheatChallengeNoticeContainer.open {
	transform: translateX(0);
}

.cheatChallengeOpenCloseChevron {
	opacity: 0.5;
}

#cheatChallengeNoticeContainer.open .cheatChallengeOpenCloseChevron {
	opacity: 1;
}

#cheatChallengeTextHighlight {
	position: absolute;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228dff, 0 0 70px #228dff, 0 0 80px #228dff,
		0 0 100px #228dff, 0 0 150px #228dff;
	animation: chatHighlight 1s ease-in-out infinite alternate;
	z-index: -1;
}

#cheatTest > .modal-dialog {
	width: 800px;
}

#ctmMessageContainer {
	position: relative;
	display: block;
	height: 380px;
	background-color: #1b1b1b;
	padding: 3px;
	margin-bottom: 5px;
}

#ctmModEntries > tbody > tr:hover,
#ctmModEntries > tbody > tr.active {
	background-color: #1b1b1b;
}

#ctmModEntries > tbody > tr.active > td {
	background-color: transparent;
}

.ctmModRowHighlight {
	position: absolute;
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #228dff, 0 0 70px #228dff, 0 0 80px #228dff,
		0 0 100px #228dff, 0 0 150px #228dff;
	animation: chatHighlight 1s ease-in-out infinite alternate;
	width: calc(100% - 16px);
}

.cheatTestShow {
	display: none;
}

#quizPage.cheatTest .cheatTestHide {
	display: none;
}

#quizPage.cheatTest .cheatTestShow {
	display: block;
}

#quizPage.cheatTest #qpAvatarRow {
	height: 42vh !important;
	position: absolute;
	bottom: 0;
	width: 100%;
}
#qpCheatTestSelector {
	margin-top: 50px;
	max-width: calc(100% - 5px);
	height: calc(100vh - 50px - 160px);
	z-index: 5;
}

#qpcChallengeContainer {
	margin: 20px 0;
	text-align: left;
}

.qpcChallengeItem {
	border-top: dashed 2px #1b1b1b;
}

.qpcChallengeItem.playing {
	background-color: #006ab7;
}

.qpcChallengeItem.correct {
	background-color: #5cb85c;
}

.qpcChallengeItem.wrong {
	background-color: #d9534f;
}

.qpcChallengeItem .btn {
	margin: 10px 0 5px;
}

#qpcNote {
	min-height: unset;
}

#qpCheatTestSelector.ps > .ps__scrollbar-y-rail {
	opacity: 1;
}

#qpCheatTestCommands .btn {
	margin: 10px;
}

/*===QUEST CONTAINER===*/
#questContainer {
	position: absolute;
	left: 0;
	bottom: max(calc(50% - 278px), 100px);
	width: 333px;
	background-color: #424242;
	z-index: 10;
	overflow: unset;
	transform: unset;
	border-bottom-right-radius: 5px;
	transform: translateX(-100%);
	box-shadow: none;
	transition: transform ease-in-out 0.6s, box-shadow ease-in-out 2s;
}

#questContainer.open {
	transform: translateX(0%);
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	transition: transform ease-in-out 0.6s;
}

#qcStickOut {
	position: absolute;
	right: -62px;
	font-size: 25px;
	background-color: #1b1b1b;
	width: 72px;
	text-align: center;
	height: 35px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.89);
	padding-left: 8px;
}

#qcStickOut > i {
	position: absolute;
	height: 100%;
	top: 6px;
	left: 35px;
}

#qcStickOut.counterMode > i {
	display: none;
}

#qcStickOut > i.highlight {
	text-shadow: 0 0 5px #fff, 0 0 20px #228dff, 0 0 40px #228dff, 0 0 50px #228dff;
	animation: chatHighlight 1s ease-in-out infinite alternate;
}

#qcStickOut.clicked > i.highlight {
	display: none;
}

#qcHeader {
	height: 35px;
	background-color: #1b1b1b;
	font-size: 24px;
	position: relative;
}

.qcQuestOuter {
	font-size: 20px;
	overflow: hidden;
	border-top: solid 1px #424242;
	border-bottom: solid 1px #424242;
}

.qcQuestOuter:last-child {
	border-bottom: none;
}

.qcQuestTypeContainer {
	float: left;
	transform: skewX(-35.5deg);
	background-color: #1b1b1b;
	width: 60px;
	margin-right: 2px;
	margin-left: -9px;
	padding-left: 12px;
}

.qcQuestOuter.selected .qcQuestTypeContainer {
	background-color: #4497ea;
}

.qcQuestTypeContainer > div {
	transform: skewX(35.5deg);
}

.qcProgressBarContainer {
	background-color: #1b1b1b;
	transform: skewX(-35.5deg);
	width: 220px;
	position: relative;
	height: 28px;
	float: left;
	overflow: hidden;
}

.qcProgressBar {
	height: 100%;
	width: 100%;
	background-color: #4497ea;
	transform: translateX(-100%);
	transition: transform ease-in-out 0.3s;
}

.qcQuestObjective {
	transform: skewX(35.5deg) translateY(-50%);
	position: absolute;
	top: 50%;
	text-align: center;
	width: 100%;
	padding-left: 20px;
	font-size: 18px;
}

.qcCounter {
	width: 60px;
	float: right;
	text-align: center;
}

#qcStickOutCounter {
	font-size: 20px;
	margin-top: 3px;
	padding-right: 4px;
	display: none;
}

#qcStickOut.counterMode > #qcStickOutCounter {
	display: block;
}

/*===CUSTOM QUIZ CREATOR===*/

#cqcMainContainer {
	width: 100%;
	height: 100%;
	padding: 0 100px;
	display: flex;
	justify-content: space-around;
}

.cqcMainListContainer {
	height: 100%;
	width: 40%;
	max-width: 640px;
	display: flex;
	flex-direction: column;
	position: relative;
}

#cqcQuizCreatorHeader {
	width: 100%;
	background-color: #1b1b1bd6;
	color: white;
	position: relative;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	padding: 10px 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#cqcQuizCreatorTitle {
	text-align: center;
	margin: 0;
}

#cqcQuizCreatorNameContainer {
	width: 70%;
	background-color: #1b1b1b;
	display: flex;
	overflow: hidden;
	border-radius: 10px;
	padding-right: 10px;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.75);
	margin-top: 20px;
}

#cqcQuizCreatorNameLabel {
	font-size: 20px;
	position: relative;
	padding-left: 8px;
	padding-right: 23px;
	z-index: 5;
}

#cqcQuizCreatorNameInput {
	position: relative;
	background-color: #1b1b1b;
	border: none;
	font-size: 20px;
	outline: none;
	flex-grow: 1;
}

#cqcQuizBlockCreationRow {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	margin-top: 20px;
}

.cqcCreationBlock {
	display: flex;
	width: 46%;
	max-width: 200px;
	border-radius: 5px;
	overflow: hidden;
	font-size: 16px;
	justify-content: space-between;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.75);
}

#cqcRuleCreationBlock {
	background-color: #4497ea;
}

#cqcSongCreationBlock {
	background-color: #5b6dcd;
}

#cqcMessageBlock {
	background-color: #e67e22;
}

#cqcTitleBlock {
	background-color: #ff6347;
}

.cqcCreationBlockName {
	padding-left: 6px;
}

.cqcCreationBlockCreateButton {
	width: 30px;
	text-align: center;
}

#cqcRuleCreationBlock .cqcCreationBlockCreateButton {
	border-left: 1px solid #006ab7;
}

#cqcSongCreationBlock .cqcCreationBlockCreateButton {
	border-left: 1px solid #3a4582;
}

#cqcMessageBlock .cqcCreationBlockCreateButton {
	border-left: 1px solid #d35400;
}

#cqcTitleBlock .cqcCreationBlockCreateButton {
	border-left: 1px solid #e55347;
}

#cqcRuleCreationBlock .cqcCreationBlockCreateButton:hover {
	background-color: #80c7ff;
}

#cqcSongCreationBlock .cqcCreationBlockCreateButton:hover {
	background-color: #8c9ed6;
}

#cqcMessageBlock .cqcCreationBlockCreateButton:hover {
	background-color: #f39c12;
}

#cqcTitleBlock .cqcCreationBlockCreateButton:hover {
	background-color: #ff8267;
}

#cqcBuildContainer {
	flex-grow: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #1b1b1b8a;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.81);
	overflow: hidden;
}

#cqcBuildContainerInner {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: auto;
	row-gap: 10px;
	max-height: 100%;
	padding: 20px 0;
	padding-bottom: 50px;
}

.cqcRuleBlock {
	position: relative;
	width: 100%;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.75);
	border-radius: 5px;
	color: white;
}

.cqcRuleBlock.selected {
	box-shadow: 0 0 10px 4px rgb(68, 151, 234);
}

.cqcRuleBlock.selected::after {
	content: "";
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
	left: 0;
	box-shadow: 0 0 10px 4px rgb(68, 151, 234);
}

.cqcRuleBlockHeader {
	background-color: #4497ea;
	font-size: 18px;
	padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: fit-content;
	display: flex;
	padding-right: 15px;
	align-items: center;
}

.cqcBlockName {
	font-weight: bold;
	width: 94px;
	flex-shrink: 0;
	height: fit-content;
}

.cqcBlockRuleContainer {
	display: flex;
	flex-grow: 1;
	scrollbar-width: thin;
	scrollbar-color: #858585 #fff0;
	height: fit-content;
	flex-wrap: wrap;
	padding-left: 5px;
}

.cqcBlockRule {
	padding: 0 5px;
	display: flex;
	align-items: center;
	position: relative;
}

.cqcBlockRule:hover {
	background-color: #80c7ff;
}

.cqcBlockRuleText {
	margin-left: 4px;
	font-weight: bold;
}

.cqcBlockRuleSamplePoint .cqcBlockRuleText {
	margin-left: 1px;
}

.cqcBlockRuleChangeContainer {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 100%);
	background-color: #4497eab2;
	z-index: 5;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.75);
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	overflow: hidden;
	display: none;
	height: fit-content;
}

.cqcBlockRuleChangeContainer.sliderContainer {
	overflow: visible;
	padding: 0 15px;
	flex-direction: column;
}

.cqcBlockRule.active:hover .cqcBlockRuleChangeContainer,
.cqcBlockRuleChangeContainer.forceOpen {
	display: flex;
}

.cqcBlockRuleChangeOption {
	display: flex;
	padding: 4px 5px;
	border-right: 1px solid #006ab7b2;
	cursor: pointer;
}

.cqcBlockRuleChangeOption:hover {
	background-color: #80c7ff;
}

.cqcBlockRuleChangeOption:last-child {
	border-right: none;
}

.cqcBlockRuleChangeOption > i {
	margin-right: 4px;
}

.cqcBlockRuleChangeSliderContainer {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 3px;
}

.cqcBlockRuleChangeSliderContainerInner {
	display: flex;
	align-items: center;
}

.cqcBlockRulePlayBackSpeed .cqcBlockRuleChangeSliderContainerInner {
	padding-bottom: 5px;
}

.cqcBlockRuleChangeSliderContainerInner.labelSlider {
	padding-bottom: 5px;
}

.cqcBlockRuleChangeSliderContainerInner.toggleMode {
	padding-bottom: 20px;
	padding-top: 5px;
}

.cqcBlockRuleChangeSliderContainer .slider {
	width: 180px;
	margin-top: 2px;
}

.cqcBlockRuleChangeSliderContainer.largeSlider .slider {
	width: 250px;
}

.cqcBlockRuleChangeSliderContainerInner.toggleMode .cqcBlockRuleChangeRandomSliderContainer {
	width: 180px;
	position: relative;
	height: 20px;
}

.cqcBlockRuleChangeSliderContainerInner.toggleMode .slider-track {
	width: 100%;
	height: 10px;
	top: 50%;
	left: 0;
	margin-top: -5px;
}

.cqcBlockRuleChangeSliderContainerInner.toggleMode .slider-tick-container {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: -2px;
	width: 92%;
}

.cqcBlockRuleChangeSliderContainerInner.toggleMode .toggleTickLabel {
	bottom: -17px;
	text-align: center;
}

.cqcBlockRuleChangeSliderRandomButton {
	height: fit-content;
	margin-left: 13px;
	opacity: 0.5;
	cursor: pointer;
}

.cqcBlockRulePlayBackSpeed .cqcBlockRuleChangeSliderRandomButton {
	margin-top: -15px;
}

.cqcBlockRuleChangeSliderContainerInner.toggleMode .cqcBlockRuleChangeSliderRandomButton {
	margin-top: 0;
}

.cqcBlockRuleChangeSliderRandomButton.active {
	opacity: 1;
}

.cqcBlockRuleChangeSliderContainerInner.labelSlider .cqcBlockRuleChangeSliderRandomButton {
	margin-top: -15px;
}

.cqcRuleBlockInfo {
	padding: 3px 5px;
	cursor: initial;
}

.cqcBlockRuleDuplicateToggle  {
	opacity: 0.7;
}

.cqcBlockRuleDuplicateToggle.active {
	opacity: 1;
}

.cqcRuleBlockDelete {
	padding: 3px 5px;
}

.cqcRuleBlockBody {
	position: relative;
	display: flex;
}

.cqcRuleBlockContainer {
	flex-grow: 1;
	min-height: 40px;
	background-color: #4497ea47;
}

.cqcRuleBlockTutorialText {
	font-size: 20px;
	width: 90%;
	text-align: center;
	max-width: 400px;
	padding: 10px 0;
	margin-left: 50%;
	transform: translateX(-50%);
}

.cqcRuleBlockRightEdge {
	background-color: #4497ea;
	width: 10px;
}

.cqcRuleBlockFooter {
	height: 10px;
	width: 100%;
	background-color: #4497ea;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.cqcBlock {
	position: relative;
	height: fit-content;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.cqcBlock.cqcBlockGhost {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateX(-150%);
	width: 40vw;
	max-width: 640px;
}

.cqcBlockDragging {
	opacity: 0.6;
	pointer-events: none;
}

.cqcBlockInnerContainer {
	position: relative;
	height: fit-content;
	width: 100%;
}

.cqcBlockMainContainer {
	display: flex;
	box-shadow: inset 0px 0px 10px rgba(68, 151, 234, 0.5);
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	padding: 4px 10px;
}

.cqcSongBlock .cqcBlockMainContainer {
	background-color: #58d68d;
}

.cqcAnimeBlock .cqcBlockMainContainer {
	background-color: #a29bfe;
}

.cqcSongBlockBlock .cqcBlockMainContainer {
	background-color: #5b6dcd;
}

.cqcMessageBlock .cqcBlockMainContainer {
	background-color: #e67e22;
}

.cqcTitleBlock .cqcBlockMainContainer {
	background-color: #ff6347;
	height: 40px;
	padding-right: 140px;
}

#cqcBuildContainerInner.activeDrag .cqcBlockMainContainer {
	pointer-events: none;
}

#cqcBuildContainerInner.activeRuleDrag .cqcRuleBlock > * {
	pointer-events: none;
}

.cqcBlockInfoContainer {
	flex-grow: 1;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
}

.cqcBlockMainTextInputContainer {
	width: 100%;
	height: 100%;
	display: flex;
}

.cqcBlockMainTextInput {
	flex-grow: 1;
	border: 1px solid #1b1b1b73;
	background-color: transparent;
	outline: none;
	color: white;
	padding: 0 10px;
}

.cqcBlockExtraTextInput {
	border: 1px solid #1b1b1b73;
	background-color: transparent;
	outline: none;
	color: white;
	padding: 0 10px;
	max-width: 60px;
}

.cqcBlockRuleInput {
	border: 1px solid #1b1b1b73;
	background-color: transparent;
	outline: none;
	color: white;
	padding: 0px 3px;
	width: 76px;
}

.cqcBlockInfoRowTop {
	margin-bottom: 4px;
}

.cqcAnimeBlockAnimeInfo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 3px;
}

.cqcBlockAnimeStatus {
	min-width: 95px;
	margin-right: 5px;
	opacity: 0.7;
}

.cqcBlockAnimeSongCountContainer {
	margin-left: 8px;
	cursor: pointer;
	background-color: transparent !important;
}

.cqcBlockAnimeSongCountContainer > i {
	margin-right: 4px;
}

.cqcSongArtist {
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.34);
}

.cqcBlockSongCounter {
	margin-right: 4px;
	opacity: 0.7;
	cursor: pointer;
	color: #ff0000b5;
}

.cqcBlockSongCounter:hover {
	opacity: 1;
}

.cqcBlockSongCounter:last-child {
	margin-right: 0;
}

.cqcBlockSongCounter.included {
	color: lightgreen;
}

.cqcBlockPlayButton {
	font-size: 30px;
	display: flex;
	align-items: center;
	line-height: 30px;
	cursor: pointer;
}

.cqcSettingBlock {
	width: fit-content;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.cqcSettingBlockRow {
	width: 100%;
	display: flex;
	justify-content: center;
	column-gap: 10px;
	position: relative;
}

.cqcSettingBlockRow .cqcBlockRule {
	margin: 0;
	background-color: unset;
	cursor: pointer;
}

.cqcSongBlockSettingContainer {
	display: flex;
	flex-grow: 1;
}

.cqcSongBlockSettingContainerInner {
	display: flex;
	padding: 2px 5px;
	border-radius: 3px;
}

.cqcSongBlockSettingContainerInner:hover {
	background-color: #ffffff21;
}

.cqcSongBlockBlockNumberContainer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin-right: 10px;
	font-size: 20px;
}

.cqcSongBlockBlockNumber {
	padding-bottom: 5px;
}

.cqcSongBlockBlockMatches {
	border-top: solid white;
	padding-top: 5px;
}

.cqcSongBlockBlockMatches > i {
	font-size: 20px;
}

.cqcSongBlockBlockInfoContainer {
	display: flex;
	column-gap: 20px;
}

.cqcBlockInfoCol {
	display: flex;
	flex-direction: column;
	row-gap: 5px;
	text-align: center;
}

.cqcSongBlockSongTypeContainer {
	display: flex;
	column-gap: 10px;
}

.cqcSongBlockSongType {
	opacity: 0.65;
}

.cqcSongBlockSongType.included {
	opacity: 1;
}

#cqcBuilderPreviewContainer {
	background-color: #1b1b1b;
	box-shadow: 0 0px 10px 4px rgb(0, 0, 0);
	display: flex;
	font-size: 20px;
	border-top-left-radius: 10px;
	flex-wrap: wrap;
	position: relative;
	height: fit-content;
	transform: translateY(50px);
	transition: max-height 0.5s ease-in-out;
	max-height: 0;
}

#cqcBuilderPreviewContainer.open {
	max-height: 600px;
	transform: none;
}

#cqcBuilderPreviewCloseContainer {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #1b1b1b;
	transform: translateY(-100%);
	width: 25px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	box-shadow: 0 0px 10px 4px rgb(0, 0, 0);
	clip-path: polygon(100% 100%, -100% 100%, -100% -100%, 100% -100%);
}

#cqcBuilderPreviewControllsContainer {
	display: flex;
	width: 100%;
	padding: 4px 10px 7px;
}

#cqcBuilderPreviewControllsContainer > .elSamplePlayerControllerProgressBarContainer {
	overflow: unset;
}

#cqcSamplePlayeSamplePointContainer {
	position: relative;
	height: 100%;
	width: 40%;
	margin-left: 20%;
	clip-path: polygon(
		0 0,
		-200% 0,
		-200% -100px,
		200% -100px,
		200% 0,
		100% 0,
		100% 100%,
		200% 100%,
		200% 100px,
		-200% 100px,
		-200% 100%,
		0 100%
	);
	background-color: #8eeb8e8f;
	min-width: 20px;
}

.cqcSamplePlayeSamplePointMarker {
	position: absolute;
	top: 50%;
	width: 2px;
	height: 200%;
	background-color: lightgreen;
	z-index: 5;
	transform: translateY(-50%);
	color: white;
}

.cqcSamplePlayeSamplePointMarker.cqcPointerLargeMode {
	height: 45px;
	top: -5px;
}

.cqcSamplePlayeSamplePointMarkerText {
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	left: 50%;
	bottom: -16px;
	transform: translateX(-50%);
}

.cqcSamplePlayeSamplePointMarkerTop {
	position: absolute;
	font-size: 14px;
	left: 0px;
	transform: translateX(-50%);
	background-color: lightgreen;
	line-height: 1em;
	padding: 2px 3px;
	font-weight: bold;
	top: -23px;
	border-radius: 3px;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.57);
}

.cqcSamplePlayeSamplePointMarkerTop::before {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	background-color: lightgreen;
	left: 50%;
	transform: translate(-50%, 50%) rotate(45deg);
	bottom: 0;
	z-index: -1;
}

#cqcSamplePlayeSamplePointStartMarker {
	left: 0;
}

#cqcSamplePlayeSamplePointEndMarker {
	right: 0;
}

#cqcBuilderPreviewVideo {
	width: 100%;
	height: unset;
	aspect-ratio: 16/9;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
}

#cqcQuizCreatorButtonContainer {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(100%);
	overflow: hidden;
	width: 200px;
	padding-bottom: 20px;
}

.cqcQuizCreatorButton {
	position: relative;
	display: flex;
	width: fit-content;
	padding-left: 5px;
	font-size: 20px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 22px;
	column-gap: 10px;
}

#cqcSaveModal .modal-content {
	background-color: #1b1b1b;
	color: white;
	overflow: hidden;
}

#cqcSaveModal .modal-body {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.cqcSaveContentContainer {
	display: flex;
	flex-direction: column;
}

.cqcSaveLabel {
	font-size: 16px;
	text-align: center;
}

#cqcSaveDescriptionInput {
	background-color: #414141;
	border: none;
	outline: none;
	color: white;
}

#cqcSaveTagSelector {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	justify-content: center;
	row-gap: 8px;
}

#cqcSaveTagMaxMessage {
	text-align: center;
	margin-top: 10px;
}

.cqcSaveTag {
	background-color: #006ab7;
	padding: 1px 8px;
	border-radius: 10px;
	cursor: pointer;
}

.cqcSaveTag.selected {
	background-color: #80c7ff;
}

#cqcSaveButton {
	text-align: center;
	position: relative;
	width: 100%;
	font-size: 30px;
	background-color: #006ab7;
	margin-top: 30px;
	cursor: pointer;
}

#cqcSaveButton:hover {
	background-color: #4497ea;
}

#cqcSaveModalSavingOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1b1b1b99;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cqcSaveModalSavingOverlaySpinner {
	font-size: 40px;
}

.cqcSaveModalSavingOverlayText {
	font-size: 30px;
	text-align: center;
}

#cqsLoadDisplayContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #424242;
	z-index: 50;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease-in-out;
}

#cqsLoadDisplayContainer.active {
	opacity: 1;
	pointer-events: initial;
}

#cqsLoadDisplayIcon {
	font-size: 70px;
	opacity: 0.7;
}

#cqsLoadDisplay {
	font-size: 60px;
	opacity: 0.7;
}

/*===CUSTOM QUIZ SELECTOR===*/

#customQuizSelectorWindow {
	position: absolute;
	left: 0;
	width: 80%;
	height: calc(90%);
	background-color: #424242;
	right: 0;
	margin: auto;
	z-index: 50;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	top: 15px;
	display: flex;
	overflow: hidden;
	color: white;
}

#customQuizSelectorWindow.quizSelect {
	margin-left: 10px;
	width: calc(75% - 10px);
}

#cqsMainContainer {
	height: 100%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	width: calc(100% - 300px);
}

#cqsHeaderContainer {
	display: flex;
	width: 100%;
	justify-content: center;
	background-color: #1b1b1b;
	position: relative;
}

#cqsHeader {
	font-size: 36px;
}

#cqsCreatorButtonContainer {
	position: absolute;
	font-size: 25px;
	right: -1px;
	line-height: 1em;
	top: 50%;
	transform: translateY(-50%);
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 6px;
	cursor: pointer;
	padding-top: 2px;
}

#customQuizSelectorWindow.quizSelect #cqsCreatorButtonContainer {
	display: none;
}

#cqsCreatorButtonContainer::before {
	background-color: #424242;
}

#cqsCreatorButtonContainer:hover::before {
	background-color: #6d6d6d;
	box-shadow: 0 0 10px 0px rgb(66, 66, 66);
}

#cqsFilterContainer {
	background-color: #1b1b1b;
	display: flex;
	justify-content: center;
	padding: 10px;
	column-gap: 25px;
	flex-wrap: wrap;
	row-gap: 10px;
}

.cqsFilterItemContainer {
	background-color: #424242;
	border-radius: 10px;
	height: 22px;
	display: flex;
	line-height: 22px;
	font-weight: bold;
	column-gap: 7px;
	padding: 0 8px;
}

#cqsSearchContainer {
	line-height: unset;
	display: block;
}

#cqsSearchInput {
	background-color: transparent;
	border: none;
	outline: none;
}

.cqsFilterDropdown {
	background-color: #424242;
	border: none;
	text-align: center;
	cursor: pointer;
}

.cqsFilterOption {
	cursor: pointer;
	opacity: 0.5;
}

.cqsFilterOption.selected {
	opacity: 1;
}

.cqsFilterOption.included {
	color: lightgreen;
}

.cqsFilterOption.excluded {
	color: #ff0000b5;
}

#cqsQuizContainer {
	flex-grow: 1;
	display: flex;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
}

#cqsSlotInfoContainerOuter {
	position: absolute;
	right: 0;
	width: 200px;
	height: 100px;
	z-index: 5;
}

#cqsSlotInfoContainer {
	position: absolute;
	right: -8px;
	width: fit-content;
	padding: 4px 10px;
	padding-left: 16px;
	padding-right: 14px;
}

#cqsSlotInfoContainer::before {
	background-color: #1b1b1bbd;
	box-shadow: none;
}

#cqsSlotHeaders {
	font-size: 20px;
	line-height: 20px;
}

#cqsSlotInfo {
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	margin-top: 2px;
}

#cqsQuizContainerInner {
	display: flex;
	padding: 20px;
	overflow: auto;
	flex-grow: 1;
	flex-direction: column;
}

#cqsQuizContainerTileEntries {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: start;
	row-gap: 30px;
	column-gap: 30px;
}

#cqsQuizContainerLoadRow {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 40px;
	font-size: 30px;
}

#cqsSlotBuyButton {
	position: absolute;
	right: -1px;
	top: 48px;
	font-size: 20px;
	line-height: 20px;
	padding: 4px;
	padding-right: 8px;
	padding-left: 22px;
	cursor: pointer;
	border-top: 1px solid #1b1b1bde;
}

#cqsSlotBuyButton::before {
	background-color: #1b1b1bbd;
	box-shadow: none;
}

#cqsSlotBuyButton:hover::before {
	background-color: #6d6d6d;
}

.cqsQuizEntry {
	display: flex;
	height: 100px;
	width: 300px;
	background-color: #424242;
	box-shadow: 0 0 10px rgb(0, 0, 0);
	border-radius: 5px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}

.cqsQuizEntry:hover {
	box-shadow: 0 0 10px 3px rgba(68, 151, 234, 0.76);
}

.cqsQuizEntry.selected {
	box-shadow: 0 0 10px 3px rgba(68, 151, 234);
}

.cqsQuizEntry.cqsQuizTileLocked {
	pointer-events: none;
}

.cqsQuizEntryTextOverlayContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #1b1b1bb5;
	display: flex;
	font-size: 30px;
	justify-content: center;
	align-items: center;
}

.cqsQuizEntryTextOverlayContainer > * {
	opacity: 0.7;
}

.cqsQuizEntryTextOverlayContainer:hover > * {
	opacity: 1;
}

.cqsQuizEntryBadgeContainer {
	height: 100%;
	position: relative;
	aspect-ratio: 1/1;
	padding: 5px;
	background-color: #1b1b1b;
}

.cqsQuizEntryBadgeContainerInner {
	position: relative;
	height: 100%;
	width: 100%;
	background-color: #424242;
	border-radius: 50%;
}

.cqsQuizEntryBadge {
	width: 100%;
	height: 100%;
}

.cqsQuizEntryBadge.locked {
	opacity: 0.4;
}

.cqsQuizEntryInfoContainer {
	position: relative;
	display: flex;
	height: 100%;
	flex-grow: 1;
	flex-direction: column;
	padding: 1px 0px;
}

.cqsQuizEntryInfoContainer > * {
	padding: 0 4px;
}

.cqsQuizEntryTitleContainer {
	width: 100%;
	display: flex;
	justify-content: center;
	height: 25px;
	align-items: center;
}

.cqsQuizEntryTitle {
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	height: fit-content;
	position: relative;
	flex-grow: 1;
}

.cqsQuizEntryStateIcon {
	font-size: 16px;
	padding-left: 4px;
}

.cqsQuizEntryAuthorContainer {
	width: 100%;
	position: relative;
	display: flex;
	background-color: #1b1b1b;
	padding-top: 2px;
	padding-bottom: 2px;
}

.cqsQuizEntryAuthorContainerInner {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 5px;
}

.cqsQuizEntryAuthorIcon {
	width: 24px;
	height: 24px;
}

.cqsQuizEntryStatsContainer {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: center;
	column-gap: 20px;
	font-weight: bold;
}

.cqsQuizEntryFavorite {
	height: 20px;
	font-size: 20px;
	line-height: 1em;
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
}

.cqsQuizEntryTagContainer {
	position: relative;
	display: flex;
	justify-content: space-around;
	padding: 0 10px;
	padding-top: 2px;
}

.cqsQuizEntryTag {
	background-color: #4497ea;
	font-weight: bold;
	padding: 2px 3px;
	border-radius: 5px;
	line-height: 1em;
	min-width: 40px;
	text-align: center;
}

#cqsSideContainer {
	width: 300px;
	height: 100%;
	background-color: #1b1b1b;
	box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.89);
	z-index: 5;
	display: flex;
	flex-direction: column;
}

#cqsSiderContainerContent {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	position: relative;
}

.cqsSideContainerOverlayContainer {
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	background-color: #1b1b1b;
	justify-content: center;
	align-items: center;
	font-size: 50px;
	text-align: center;
	flex-direction: column;
}

.cqsSideContainerOverlayText {
	opacity: 0.7;
}

#cqsSideContainerLoadingContainer {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease-in-out;
}

#cqsSideContainerLoadingContainer.active {
	opacity: 1;
	pointer-events: initial;
}

#cqsSideQuizDisplay {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 10px;
	flex-grow: 1;
	overflow-y: auto;
	overflow-x: hidden;
}

#cqsSideTitle {
	text-align: center;
	font-size: 25px;
	padding: 0 18px;
}

#cqsSideQuizId {
	text-align: center;
	opacity: 0.5;
	font-size: 16px;
	margin-top: -5px;
}

.cqsSideItemContainer {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 5px;
}

.cqsSideItemLabel {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#cqsSideAuthorIcon {
	width: 30px;
	height: 30px;
}

#cqsSideAuthorContainer {
	display: flex;
	align-items: center;
	line-height: 1em;
	font-size: 20px;
	column-gap: 10px;
	padding: 0 5px;
	width: fit-content;
	cursor: pointer;
}

#cqsSideDescription {
	background-color: #424242;
	border-radius: 5px;
	padding: 2px 8px;
	min-height: 65px;
	max-height: 100px;
	overflow: auto;
}

#cqsSideTagsContainer {
	display: flex;
	justify-content: center;
	column-gap: 20px;
	margin-top: 2px;
}

.cqsSideTag {
	background-color: #4497ea;
	font-weight: bold;
	padding: 2px 3px;
	border-radius: 5px;
	line-height: 1em;
	min-width: 40px;
	text-align: center;
}

.cqsSideStatsContainerOuter {
	display: flex;
	justify-content: space-evenly;
	margin-top: 5px;
}

.cqsSideStatsContainerInner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 13px;
	align-items: center;
}

.cqsSideStatsContainerLarge {
	display: flex;
	justify-content: center;
	margin-top: 13px;
	row-gap: 13px;
	flex-direction: column;
	align-items: center;
}

.cqsSideQuizStatContainer {
	display: flex;
	font-size: 16px;
	background-color: #424242;
	padding: 1px 6px;
	border-radius: 5px;
	width: fit-content;
}

.cqsSlideQuizStatLabel {
	font-weight: bold;
	margin-right: 5px;
}

.cqsHighscoreContainer {
	display: flex;
	flex-direction: column;
}

.cqsHighscoreSelector {
	display: flex;
	font-size: 16px;
	justify-content: space-evenly;
	font-weight: bold;
	position: relative;
}

.cqsHighscoreMultipleChoiceToggle {
	position: absolute;
	top: 0;
	right: 15px;
	opacity: 0.5;
	cursor: pointer;
}

.cqsHighscoreMultipleChoiceToggle.active {
	opacity: 1;
}

.cqsHighscoreSelectorItem {
	cursor: pointer;
}

.cqsHighscoreSelectorItem.selected {
	color: #4497ea;
	text-shadow: 0 0 5px #ffffff61;
}

.cqsHighscoreMainContainer {
	display: flex;
	font-size: 16px;
	border: 2px solid #00000045;
	border-radius: 6px;
	overflow: hidden;
}

.cqsHighscoreScoreColumn {
	width: fit-content;
}

.cqsHighscoreScoreColumn > * {
	padding: 0 10px;
}

.cqsHighscoreColumnTitle {
	text-align: center;
}

.cqsHighscoreScore {
	text-align: right;
}

.cqsHighscoreNameColumn {
	background-color: #424242;
	flex-grow: 1;
}

.cqsHighscoreNameColumn > * {
	padding: 0 10px;
}

.cqsHighscoreRow {
	border-top: 2px solid #00000045;
	position: relative;
}

.cqsHighscoreNameMcIcon {
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	opacity: 1;
}

#cqsSideQuizLikeButtonContainer {
	position: relative;
	display: flex;
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-top: 20px;
	border-top: 2px solid #424242;
	border-bottom: 2px solid #424242;
	margin-bottom: 10px;
}

.cqsSideQuizLikeButton {
	flex-grow: 1;
	font-size: 20px;
	text-align: center;
	border-left: 1px solid #424242;
	cursor: pointer;
}

.cqsSideQuizLikeButton:first-child {
	border-left: none;
}

.cqsSideQuizLikeButton:hover {
	background-color: #424242;
}

#cqsSideQuizLikeButton.selected {
	background-color: #5cb85c;
}

#cqsSideQuizLikeButton.selected:hover {
	background-color: #5cb85c96;
}

#cqsSideQuizDislikeButton {
	display: none !important;
}

#cqsSideQuizDislikeButton.selected {
	background-color: #ac2925;
}

#cqsSideQuizDislikeButton.selected:hover {
	background-color: #ac292596;
}

#cqsSideQuizFavoriteButton.selected {
	background-color: #4497ea;
}

#cqsSideQuizFavoriteButton.selected:hover {
	background-color: #4497ea96;
}

#cqsHighscoreLoadingIcon {
	text-align: center;
	margin: 5px;
}

#cqsHighscoreNoPlayContainer {
	font-size: 28px;
	text-align: center;
	opacity: 0.5;
}

.cqsOptionButton {
	background-color: #4497ea;
	font-size: 40px;
	text-align: center;
	cursor: pointer;
	border-top: solid 1px #006ab7;
}

.cqsOptionButton:first-child {
	border-top: none;
}

.cqsOptionButton:hover {
	background-color: #80c7ff;
}

.cqsOptionButtonSmall {
	font-size: 26px;
}

#cqsDeleteButton {
	background-color: #da2c27;
}

#cqsDeleteButton:hover {
	background-color: #ff2b24;
}

.cqsOptionTwinButtonContainer {
	display: flex;
	border-top: solid 1px #006ab7;
}

.cqsOptionTwinButtonContainer > * {
	flex-grow: 1;
	border-left: solid 1px #006ab7;
	border-top: none;
	width: 50%;
}

.cqsOptionTwinButtonContainer > *:first-child {
	border-left: none;
}

.cqsSideButton {
	font-size: 24px;
	line-height: 1em;
	padding: 4px;
	padding-top: 0px;
	padding-bottom: 2px;
	border-left: solid 2px #00000063;
	border-bottom: solid 2px #00000063;
	cursor: pointer;
}

.cqsSideButton:hover {
	background-color: #6d6d6d;
}

#cqsCloseButton {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
}

#cqsReportButton {
	position: absolute;
	right: 0;
	top: 28px;
	font-size: 19px;
	padding-top: 4px;
}

#cqsQuizSlotBuyContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #424242;
	display: flex;
	flex-direction: column;
}

#cqsQuizSlotBuyHeader {
	font-size: 50px;
	text-align: center;
}

#cqsQuizSlotBuyContainerInner {
	display: flex;
	flex-grow: 1;
}

.cqsQuizSlotBuyCollumn {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cqsQuizSlotBuyEntry {
	background-color: #1b1b1b;
	display: flex;
	max-width: 300px;
	width: 85%;
	flex-direction: column;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	cursor: pointer;
	row-gap: 10px;
	position: relative;
}

.cqsQuizSlotBuyEntry:hover {
	box-shadow: 0 0 10px 3px rgba(68, 151, 234, 0.76);
}

.cqsQuizSlotBuyTitle {
	font-size: 40px;
	text-align: center;
}

.cqsQuizSlotBuyPrice {
	font-size: 30px;
	text-align: center;
}

#cqsQuizSlotBuyUnlimitedButton .cqsQuizSlotBuyPrice {
	margin-top: -15px;
	margin-bottom: 15px;
}

.cqsQuizSlotBuyPriceApproximate {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	font-size: 16px;
}

#cqsQuizSlotBuyPriceIcon {
	display: inline-block;
	width: 38px;
	vertical-align: text-bottom;
}

.cqsQuizSlotBuyDescription {
	font-size: 20px;
	padding: 0 10px;
	text-align: center;
}

#cqsQuizSlotBuyPatreonPromoContainer {
	display: flex;
	padding: 40px 0;
	justify-content: center;
}

#cqsQuizSlotBuyPatreonPromoButton {
	font-size: 20px;
	background-color: #1b1b1b;
	padding: 5px 45px;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	cursor: pointer;
	text-align: center;
}

#cqsQuizSlotBuyPatreonPromoButton:hover {
	box-shadow: 0 0 10px 3px rgba(68, 151, 234, 0.76);
}

#cqsQuizSlotBuyFooter {
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}

#cqsQuizSlotBuyCloseButton {
	font-size: 34px;
	background-color: #1b1b1b;
	padding: 5px 45px;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	cursor: pointer;
}

#cqsQuizSlotBuyCloseButton:hover {
	box-shadow: 0 0 10px 3px rgba(68, 151, 234, 0.76);
}

/*===HOST CUSTOM QUIZ MODAL==*/

#hostCustomQuizModal {
	color: white;
}

#hostCustomQuizModal .modal-dialog {
	width: 420px;
}

#hostCustomQuizModal .modal-content {
	border-radius: 5px;
	overflow: hidden;
}

#hostCustomQuizOptionContainer {
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
}

.hostCustomQuizOptionRow {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hostCustomQuizOptionLabel {
	font-size: 20px;
	font-weight: bold;
}

#hostCustomQuizRoomName {
	width: 260px;
}

#hostCustomQuizPassword {
	width: 260px;
	margin-top: 10px;
}

#hostCustomQuizHostButton {
	width: 100%;
	font-size: 36px;
	background-color: #006ab7;
	cursor: pointer;
	text-align: center;
}

#hostCustomQuizHostButton:hover {
	background-color: #4497ea;
}

/*===TROUBLESHOOTING===*/
#troubleshootingContainer {
	position: absolute;
	background-image: url(../img/backgrounds/normal/bg-x1.jpg);
	background-image: -webkit-image-set(
		url(../img/backgrounds/normal/bg-x1.jpg) 1x,
		url(../img/backgrounds/normal/bg-x2.jpg) 2x
	);
	background-position: top center;
	background-repeat: repeat-y;
	background-size: cover;
	height: 100%;
	width: 100%;
	min-width: 1000px;
}

@media screen and (min-width: 1921px) {
	#troubleshootingContainer {
		background-image: url(../img/backgrounds/blur/bg-x2.jpg);
	}
}

#tsSubContainer {
	margin-top: 25vh;
	text-align: center;
	width: 100%;
	min-width: 900px;
	height: calc(100% - 25vh);
	position: relative;
}

/*Leftside*/
div#tsInputContainer {
	display: inline-block;
	position: relative;
	min-width: 360px;
	max-width: 720px;
	width: 40%;
	vertical-align: top;
}

#tsInputVideo,
#tsInputImage {
	width: 100%;
}

/*Rightside*/
div#tsHelperContainer {
	display: inline-block;
	position: relative;
	width: 40%;
	min-width: 320px;
	max-width: 350px;
	margin-left: 30px;
}

#tsHelperBoxContainer {
	width: 100%;
}

div#tsHelperButtonMenuContainer {
	position: relative;
	bottom: 0px;
	width: 100%;
	overflow: hidden;
}

div#tsHelperText {
	min-height: 315px;
	max-height: 396px;
	overflow: hidden;
}

#tsHelperHeader > h2 {
	margin-top: 0px;
	text-align: center;
	font-size: 26px;
}

#tsHelperButtonMenuContainer > div {
	background: #1b1b1b;
	border-top: 1px solid #424242;
}

#tsHelperButtonMenuContainer > div:hover {
	background-color: #6d6d6d;
}

div#tsHelperButtonMenuContainer > div > h5 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	font-size: 20px;
}

div#tsHelperBody {
	text-align: initial;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
}

div#tsBackButtonContainer {
	margin-left: -8px;
	height: 22px;
	width: 70px;
	background-color: #1b1b1b;
}

div#tsBackButtonContainer:hover {
	background-color: #6d6d6d;
}

div#tsBackButtonContainer > div > h5 {
	padding-top: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#qcTokenTrackerContainer {
	position: absolute;
	top: 0;
	right: 10px;
	height: 100%;
	width: 29px;
}

.qcTokenIcon {
	height: 29px;
	position: absolute;
	left: 0;
	top: 3px;
}

.qcTokenIcon.shadow {
	filter: drop-shadow(0px 0px 10px #f3deb9);
	animation: pulse 1000ms infinite alternate;
}

#qcTokenCounterContainer {
	position: absolute;
	top: 0;
	text-shadow: 0px 0px 3px rgb(0, 0, 0);
	width: 200%;
	left: -50%;
}

.qpVideoRikuChatHintMessage {
	position: absolute;
	left: 100%;
	width: 100%;
	transform: translateX(0);
	transition: transform 4s linear;
	font-size: 30px;
	text-shadow: 3px 3px 0 #000, -3px 3px 0 #000, -3px -3px 0 #000, 3px -3px 0 #000;
	z-index: 4;
}

.qpVideoRikuChatHintMessage.moving {
	transform: translateX(-200%);
}

.qpVideoRikuChatHintMessage.filler {
	z-index: 3;
	opacity: 0.5;
}

#qpStreamCommentsOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
	z-index: 10;
}

/*ANNIVESARY EVENT*/
#mainMenu > .button {
	margin-bottom: 3vh;
}

#lobbyAnniTypeSelectionContainer {
	position: absolute;
	right: 0;
	top: 350px;
	z-index: 5;
}

#bossAnniTypeSelectionContainer {
	position: absolute;
	overflow: hidden;
	top: 37px;
	font-size: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	pointer-events: none;
}

#bossAnniTypeSelectionContainer > * {
	pointer-events: initial;
}

.anniTypeSelectionOption {
	position: relative;
	font-size: 22px;
	padding-left: 16px;
	margin-bottom: 6px;
	padding-right: 8px;
}

.anniTypeSelectionOption.active::before {
	background-color: #4fa220;
}

.selectedRibbon {
	background: #4497eabd;
	position: absolute;
	height: 100%;
	width: 8px;
	top: 0;
	display: none;
}

.anniTypeSelectionOption.selected .selectedRibbon {
	display: block;
}

.leftTiltButton .selectedRibbon {
	right: 0;
}

.rightTiltButton .selectedRibbon {
	left: 0;
}

#bossAnniTypeSelectionContainer .anniTypeSelectionOption {
	padding-left: 8px;
	padding-right: 16px;
	font-size: 18px;
	width: fit-content;
}

/*===AMQ AWARDS===*/

#mpAMQAwardsButton {
	overflow: hidden;
}

#mpAMQAwardsButton.off {
	-webkit-box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	cursor: initial;
	pointer-events: none;
}

#mainMenu > #mpAMQAwardsButton > h1 {
	top: 35%;
}

#mpAMQAwardsButton > h3 {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 78%;
	transform: translateY(-50%);
	opacity: 0.5;
}

#mpAMQAwardsDescriptionButton {
	height: 100%;
	position: absolute;
	width: 60px;
	left: -22px;
	background-color: #1b1b1b;
	pointer-events: initial;
}

#mpAMQAwardsDescriptionButton > h1 {
	margin-left: 12px;
	margin-top: 20px;
	color: rgba(83, 82, 82, 0.65);
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
}

#tierContainer {
	background-image: url(../img/backgrounds/normal/bg-x1.jpg);
	background-image: -webkit-image-set(
		url(../img/backgrounds/normal/bg-x1.jpg) 1x,
		url(../img/backgrounds/normal/bg-x2.jpg) 2x
	);
	background-position: top center;
	background-size: auto;
	background-attachment: fixed;
	height: 100vh;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

#tierInner {
	width: 100%;
}

#tierOuter {
	width: 100%;
	max-width: 991px;
	display: inline-block;
	margin-left: 50%;
	transform: translateX(-50%);
}

#tierList {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.tierListRow {
	display: flex;
	background-color: #1b1b1b;
	outline: 1px solid #282828;
	min-height: calc(6vw + 2px);
	flex-wrap: wrap;
	min-width: 90%;
	flex-grow: 1;
}

.tierListRowHeader {
	height: auto;
	aspect-ratio: 0.7 / 1;
	border: 1px solid black;
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	width: 82px;
	min-height: 117px;
}

#tierListUnassignedEntries {
	display: flex;
	flex-wrap: wrap;
	background-color: #1b1b1bc9;
	padding: 10px;
	width: 100%;
	height: 100%;
	align-content: baseline;
	justify-content: center;
}

.tierListEntry {
	aspect-ratio: 0.7 / 1;
	background-color: #42424273;
	border: 1px solid black;
	display: flex;
	flex-direction: column-reverse;
	height: 115px;
	align-items: center;
	margin: 1px;
	position: relative;
}

.tierListEntryPlaceholder {
	aspect-ratio: 0.7 / 1;
	background-color: #3e3e3ecc;
	border: 1px solid black;
	display: flex;
	flex-direction: column-reverse;
	height: 6vw;
	align-items: center;
	margin: 1px;
	filter: brightness(50%);
}

.tierListEntryAvatar > div {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	background-size: contain;
}

.tierListEntryAvatar {
	pointer-events: none;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.tierListEntryName {
	pointer-events: none;
	position: absolute;
	font-size: 20px;
	filter: drop-shadow(black 0 0 2px) drop-shadow(black 0 0 2px) drop-shadow(black 0 0 2px);
}

.tierAvatarSizeMod20 {
	scale: 120%;
}

.tierAvatarSizeMod51 {
	scale: 151%;
}

#tierListSRowContainer > .tierListRowHeader {
	background-color: #7e7eff;
}

#tierListARowContainer > .tierListRowHeader {
	background-color: #947de8;
}

#tierListBRowContainer > .tierListRowHeader {
	background-color: #bc7cbf;
}

#tierListCRowContainer > .tierListRowHeader {
	background-color: #d67ba4;
}

#tierListDRowContainer > .tierListRowHeader {
	background-color: #ff4343;
}

.tierListRowContainer {
	display: flex;
}

#tierListMessage {
	color: white;
	background-color: #1b1b1bde;
	box-shadow: 0 0 10px 2px rgb(0, 0, 0);
	margin-top: 20px;
	padding: 10px 20px 20px;
	margin-bottom: 15px;
	font-size: 18px;
	width: 100%;
	max-width: 800px;
	margin-left: 50%;
	transform: translateX(-50%);
}

#tierListMessage > h1 {
	margin-top: 0;
	margin-bottom: 10px;
}

#tierListSaveContainer {
	position: relative;
	width: 100%;
	height: 55px;
	pointer-events: none;
	margin-bottom: 15px;
}

#tierListSaveButton {
	height: 55px;
	min-width: 200px;
	border: 0;
	border-radius: 0.25em;
	background: initial;
	background-color: #3085d6;
	color: #fff;
	font-size: 28px;
	pointer-events: initial;
	width: 50%;
	max-width: 500px;
	margin-left: 50%;
	transform: translateX(-50%);
}

#tierListSaveButton:hover {
	background-color: #4497ea;
}

#tierListSaveButton:active {
	background-color: #3085d6;
}

#mhHostModal.eventMode #mhGeneralSettings.disabled {
	opacity: 1;
}

#mhHostModal.eventMode #mhModeSettings.disabled {
	pointer-events: initial;
	opacity: 1;
}

#mhHostModal.eventMode #mhRoomSizeContainer {
	pointer-events: initial;
	opacity: 1;
}

#mhHostModal.eventMode #mhMainContainerInner > .mhSettingContainer.disabled:first-child {
	pointer-events: initial;
	opacity: 1;
}

#mhHostModal.eventMode #mhGameModeSelector,
#mhHostModal.eventMode #mhNumberOfSongsContainer,
#mhHostModal.eventMode #mhTeamSizeContainer,
#mhHostModal.eventMode #mhSongSelectionOuterContainer,
#mhHostModal.eventMode #mnSongTypeStandardContainer,
#mhHostModal.eventMode #mhSongSelectionCustomContainer,
#mhHostModal.eventMode #mhWatchedDisitributionContainer,
#mhHostModal.eventMode #mhSongTypeCustomContainer,
#mhHostModal.eventMode .mhCheckTableContainerSize4,
#mhHostModal.eventMode #mhSaveSettingButton,
#mhHostModal.eventMode #mhLoadSettingButton,
#mhHostModal.eventMode #mhResetDefaultButton,
#mhHostModal.eventMode #mhModeSettings .mhQuickHidden,
#mhHostModal.eventMode #mhQuizSettings,
#mhHostModal.eventMode #mhAnimeSettings {
	pointer-events: none;
	opacity: 0.4;
}
