.vm.menu {
	margin-bottom: 30px !important;
}

.sdoublecheck {
		position: absolute;
		top: 40px;
		left: 32px;
	}
	.sdoublecheck2 {
		position: absolute;
		top: 40px;
		left: 40px;
	}
	.sdoublecheck3 {
		position: absolute;
		top: 40px;
		left: 45px;
	}
	.image.player.header > .content {
		padding-right: 0.75rem;
		vertical-align: middle;
	}
	.image.player.header > .image {
		width: 35px;
	}
	.td-vs {
		text-align: center !important;
		font-size: 30px;
		font-weight: bold;
		line-height: 0px
		width: 1%;
		padding: 0 0 !important;
	}
	.selectable > a { padding: 0 0 !important; }
	.td-vs-status {
		width:10%;
		white-space: normal;
		padding: 0.0em 0.78571429em !important;
		line-height: 10px;
		text-align: center !important;
		font-size: 12px;
	}
	.extra-tr > td {
		text-align: center !important;
		border-top: none !important;
	}

.ui.page.grid {
    padding-left: 5%;
    padding-right: 5%;
}

@media (max-width: 768px) {
	.ui.page.grid {
	    padding-left: 0;
	    padding-right: 0;
	}
}

.vm.grid {
	margin-bottom: 20px;
}
.vm.grid .column {
	margin-bottom: 40px;
}

.versus.segment {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	border: none !important;
    padding: 2px;
    background: black;
    height: 100%;
}

.versus.segment .achievement {
	position: absolute;
	z-index: 2;
	top: 50px;
	width: 100%;
	text-align: center;
}

.versus.segment .achievement.ultimate-cup-champion-belt {
	top: 40px;
}

.versus.segment .achievement.squidward {
	background: radial-gradient(#0099b27d 42%, transparent 70%);
}

.versus.segment .achievement.ultimate-cup-champion-belt {
	background: radial-gradient(#9417187d 42%, transparent 70%)
}

.achievement img {
	width: 80px;
	display: inline;
	vertical-align: middle;
	transition: scale .1s linear;
}

.achievement.ultimate-cup-champion-belt img {
	width: 140px;
}

.achievement a:hover img {
	scale: 105%;
}

.achievement a:active img {
	scale: 95%;
}

.versus.player {
	width: 50%;
	position: relative;
	border-bottom: 1px solid #292929;
}

.player-left {
	flex-basis: 50%;
}

.image-player {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(.9);
}

.image-player.loser {
	filter: brightness(0.4) !important;
	filter: grayscale(1);
}

.image-player.winner {
	filter: brightness(1.2) !important;
}

.vignette {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 29px rgba(0,0,0,0.9) inset;
}

.gradient {
	position: absolute;
	z-index: 1;
	width: 20%;
	left: 40%;
	height: 100%;
	background: linear-gradient(90deg, transparent 0%, black 50%, transparent 100%);
}

.vs {
    position: absolute;
    width: 60px;
    left: calc(50% - 30px);
    top: -24px;
    height: 65px;
    background-image: url(/images/vs_1.webp);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 6;
}

.ribbon {
    position: absolute;
    width: 100%;
    height: 26px;
    top: -3px;
    border-radius: 20px;
    z-index: 5;
    display: flex;
    align-items: center;
}

.ribbon.right {
	flex-direction: row-reverse;
	margin-left: 0px;
}

.red.ribbon {
	background: linear-gradient(45deg, #ff0000b5, #000000c2);
	border: 1px solid #670000;
}

.yellow.ribbon {
	background: linear-gradient(45deg, #e0ad02, #000000c2);
	border: 1px solid #675d00;
}

.blue.ribbon {
	background: linear-gradient(45deg, #002ea9, #000000c2);
	border: 1px solid #000867;
}

.brown.ribbon {
	background: linear-gradient(45deg, #792d00, #000000c2);
	border: 1px solid #2d0c00;
}

.grey.ribbon {
	background: linear-gradient(45deg, #51626a, #000000c2);
	border: 1px solid #1d2c33;
}




.left .player-nickname {
	margin-left: 28px;
}
.right .player-nickname {
	margin-right: 28px;
	overflow: hidden;
}

.player-nickname {
    font-family: 'MKX', 'Roboto' !important;
    color: white;
    font-size: 18px;
    text-shadow: 2px 2px 4px black;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: scale .1s linear;
    width: 70%;
}

.player-nickname:hover {
	scale: 105%;
}

.red.ribbon .player-nickname:hover {
	color: #e11010;
}
.yellow.ribbon .player-nickname:hover {
	color: #eabf32;
}
.blue.ribbon .player-nickname:hover {
	color: #1da1f3;
}
.brown.ribbon .player-nickname:hover {
	color: #ff892b;
}
.grey.ribbon .player-nickname:hover {
	color: #a3e2e2;
}

.image-skillgroup {
    position: absolute;
    width: 40px;
    top: -11px;
    filter: drop-shadow(2px 4px 6px black);
}

.image-skillgroup.left {
	left: -10px;
}

.image-skillgroup.right {
	right: -10px;
}

.ribbon .rating {
    position: absolute;
    width: 86%;
    padding: 2px 46px;
    top: 25px;
    font-size: 20px;
    letter-spacing: 1px;
    left: 26px;
    z-index: 2;
    font-family: 'MKX';
    background: #000000d6;
    color: #a6a6a6;
    text-shadow: 2px 2px 4px black;
}
.ribbon.left .rating {
	border-bottom-left-radius: 50px;
}

.ribbon.right .rating {
	right: 26px;
	left: auto;
	border-bottom-right-radius: 50px;
	text-align: right;
}

.ribbon i.flag {
	position: absolute;
	top: 31px;
	z-index: 3;
}

.ribbon.left i.flag {
	left: 45px;

}
.ribbon.right i.flag {
	position: absolute;
	right: 45px;
}

img.platform-logo {
    height: 30px;
    margin-top: 4px;
}

.status-bar {
    display: flex;
    justify-content: space-between;
    width: calc(100% + 2px);
    transform: translateX(-1px);
    height: 40px;
    background: #000000;
}

.status {
	width: 15%;
}

.right.status {
	text-align: right;
	margin-right: 6px;
}

.status .icon {
	font-size: 30px;
	padding-top: 9px;
}

.left.status .icon {
	padding-left: 10px;
	margin-right: 20px;
}

.right.status .icon {
	padding-right: 40px;
}

.middle.status {
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
    color: #bbbbbb;
    width: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.score {
    position: absolute;
    z-index: 1;
    opacity: .85;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    filter: drop-shadow(2px 4px 6px black);
}

.winner.score {
	color: green;
}

.loser.score {
	color: #cc1212;
}

.unknown.score {
	opacity: .4;
}

.left.status, .right.status {
}

.status .date {
    font-size: 13px;
}

.blue.button {
	margin-top: 10px;
	width: 100%;
}



.ui.center.header {
	color: #b3b3b3;
}

.predictions.message .value {
    font-weight: bold !important;
}

.bigger {
    color: #1da31da6 !important;
}

.smaller {
    color: #d43939 !important;
}

.predictions.message .equal.value {
    color: yellow !important;
}

.predictions.message table {
	text-align: center;
	display: table !important;
    opacity: .8;
}
.predictions.message .ui.sub.header {
	color: #cacaca;
}
.predictions.message .statistics .equal.label {
    color: #b948bc;
}

.ui.horizontal.list:not(.celled) > .item:first-child { margin-left: 1em !important }
.selectable.table td {
	cursor: pointer;
}
#stat {
	flex-wrap: nowrap;
}
#prediction-popup {
	max-width: 100% !important;
	opacity: .9;
}

.ui.inverted.segment > .ui.header {
    color: #828282 !important;
}

tr.own.td-prediction {
    background: #0066fa3b;
}

.admin.menu .item {
    font-size: 12px;
    color: #c2c2c2 !important;
    line-height: 14px;
    padding-top: 18px;
}

.default.message {
    border-radius: 16px;
    background: #3d3d3d;
    color: white;
    border: 1px solid #85858547;
    margin-bottom: 1rem !important;
}

.default.message > .content > .header {
	color: #dacb7f;
	text-shadow: 1px 1px 4px black;
}

.default.message .icon {
	filter: drop-shadow(2px 4px 6px black);
}

.default.message p {
    padding-top: 2px;
    font-style: italic;
    color: #cdcdcd;
    margin-bottom: 0;
}
.default.message li {
    color: #cdcdcd;
}

.default.red.message {
    background: #ff000085;
    color: #ff5151;
}

.default.red.message .header {
	color: #ff9b58;
}

.default.red.message p {
	color: #ffbfac;
}
.default.red.message a {
	color: #ff5e5e;
}


.default.message span.date {
    float: right;
    color: #c5c5c5;
    font-style: italic;
    font-size: 11px;
    position: absolute;
    right: 30px;
    bottom: -1px;
}



.default.green.message {
    background: #00ff7f85;
    color: #51ff6e;
}
.default.green.message .header {
	color: #3cc502;
}
.default.green.message p {
	color: #e8e8e8;
}
.default.green.message p a {
    color: #32dd3f;
}
.default.message p a:hover {
	text-decoration: underline;
}

.default.blue.message {
    background: #0b1bdca6;
    color: #51b5ff;
    border: 1px solid #0010c3;
    box-shadow: 0px 0px 0px 1px #00404a inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.default.blue.message .header {
	color: #4f89ee;
}
.default.blue.message p {
	color: #b9bbe6;
}
.default.blue.message p a {
    color: #00eaff;
}
.default.message p a:hover {
	text-decoration: underline;
}

.default.rating-impact.message a {
	font-weight: bold;
	font-style: italic;
	color: #d3d3d3;
}
.default.rating-impact.message a:hover {
	text-decoration: underline;
}
.default.rating-impact .boost {
    position: absolute;
    transform: translateY(14px) translateX(-20px);
}


.rating-impact .player:first-child {
	margin-top: 20px;
}
.rating-impact .player {
	display: flex;
}
.rating-impact table.extended {
	margin-bottom: 2em !important;
}
.rating-impact table td {
	padding: 10px 2px !important;
}
span.rating-before,
span.rating-after {
	font-weight: bold;
    font-size: 20px;
    color: wheat;
    text-shadow: 1px 1px 4px black;
    letter-spacing: 2px;
}
span.earned {
	font-weight: bold;
    position: relative;
    top: 14px;
    left: -12px;
}
span.green.earned,
.rating-after.green {
    color: #25db25;
}
span.red.earned,
.rating-after.red {
    color: #ff5151;
}
.rating-impact .arrow.icon {
    margin-right: 20px;
    transform: translateY(-2px);
}

.admin-menu {
    margin-top: -11px !important;
    border-radius: 0 !important;
    padding: 0 !important;
    position: fixed  !important;
    z-index: 10  !important;
    width: calc(100% - 260px)  !important;
    width: -webkit-fill-available  !important;
}

.predictions.header,
.prev-matches.header {
    padding: 4px 0 16px !important;
    cursor: pointer;
    text-align: center;
}

.predictions.header:hover,
.prev-matches.header:hover {
    text-decoration: underline;
}

.hidden-predictions-info,
.hidden-previous-matches-table {
	display: none;
}

.hidden.score {
    background-image: url(/images/digits/question.svg);
    opacity: .8;
	filter: invert(100%) sepia(0%) saturate(7474%) hue-rotate(10deg) brightness(127%) contrast(42%) drop-shadow(2px 4px 6px black);
}


.first-match {
    top: -34px;
    font-size: 28px;
    position: absolute;
    z-index: 2;
    color: #dddddd;
    font-weight: bold;
    background: #ff000030;
    padding: 6px 0;
    border-top: 1px solid #ff00001a;
    border-bottom: 1px solid #ff00001a;
    text-shadow: 3px 2px 2px black;
    width: 100%;
    text-align: center;
}

.youtube-preview {
	width: 100%;
	filter: brightness(0.5) grayscale(.4);
}
.youtube-preview:hover {
	filter: none;
}
.extra.text {
    color: #7b7b7b;
    text-shadow: 1px 1px 3px black;
    float: right;
    transform: translateY(-40px);
    font-style: italic;
}

.prev-player-left,
.prev-player-right {
	width: 40%;
	text-align: center;
}
prev-score {
	width: 20%;
}

.prev-matches .table {
    background: transparent;
    border: none;
    color: #bead8f;
}
.prev-matches .table .sub.header {
	color: #6e5027;
	font-size: 12px !important;
}
.prev-matches .table .ui.green.label {
    background-color: #024e14 !important;
    border-color: #21BA45 !important;
    color: #a2a2a2 !important;
}
.prev-matches .table .ui.red.label {
    background-color: #8a1212 !important;
    color: #a2a2a2 !important;
}
.prev-matches .table td.selectable:hover {
    color: rgb(239 205 99) !important;
    font-weight: bold;
}
.prev-matches .table td:last-child {
    font-size: 10px;
    font-style: italic;
}

.message .comment .author {
    color: #dacb7f !important;
}
.message .comment span.date {
    color: #6b6b6b;
}
.message .comment .text {
	color: #b7b7b7 !important;
}

.handshake {
	cursor: pointer;
}
span.timecode {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}

.l-td {
	width: auto;
    display: flex;
    flex-direction: row-reverse;
}

.r-td {
	width: auto;
}

.s-td {
	width: auto;
}

img.sg {
	margin: 0 6px;
}
table .achievement img {
    width: 45px;
}

td span.date {
	font-size: 10px;
}

.platform-logo:hover {
	scale: 105%;
}

.platform-logo:active {
	scale: 95%;
}

td.uploader-info {
	font-size: 12px;
	line-height: 14px;
}

td.short-text {
    line-height: 10px;
}
table .col {
    min-width: 250px;
}

table thead tr {
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}
.vm.vertical.menu .right.menu {
	display: none;
}
.menu:not(.vertical) .vertical.item {
	display: none !important;
}
.menu:not(.vertical) .hidden-menu-caption {
	display: none;
}
.vm.vertical.menu .header.item {
    line-height: 20px;
}
.vm.vertical.menu {
	width: 100%;
}