.versus.segment {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.versus.segment .controls {
	position: absolute;
	z-index: 2;
	width: calc(100% - 28px);
	bottom: 80px;
	padding: 0 40px;
	opacity: .8;
}

.versus.segment .achievement {
	position: absolute;
	z-index: 2;
	top: 50px;
	width: calc(100% - 28px);
	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;
}

.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: calc(100% - 28px);
	background: linear-gradient(90deg, transparent 0%, black 50%, transparent 100%);
}

.vs {
	position: absolute;
	width: 200px;
	left: calc(50% - 100px);
	top: calc(50% - 100px);
	height: 200px;
	background-image: url(/images/vs_1.webp);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 6;
	cursor: pointer;
	transition: scale .1s linear;
}

.vs:hover {
	scale: 105%;
}

.vs:active {
	scale: 95%;
}

.ribbon {
	position: absolute;
	width: 89%;
	height: 40px;
	top: calc(50% - 14px);
	margin-left: 30px;
	border-radius: 20px;
	z-index: 5;
	display: flex;
	align-items: center;
}

.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;
}


.ribbon.right {
	flex-direction: row-reverse;
	margin-right: 30px;
	margin-left: 0px;
}

.left .player-nickname {
	padding-left: 35px;
}
.right .player-nickname {
	text-align: right;
	padding-right: 40px;
	/*width: 190px;*/
	width: 70%;
	overflow: hidden;
}

.player-nickname {
	font-family: 'MKX', 'Roboto' !important;
	color: white;
	font-size: 30px;
	text-shadow: 2px 2px 4px black;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	transition: scale .1s linear;
}

.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: -1px;
	filter: drop-shadow(2px 4px 6px black);
}

.image-skillgroup.left {
	left: -10px;
}

.image-skillgroup.right {
	right: -10px;
}

.ribbon .rating {
	position: absolute;
	width: 100%;
	padding: 2px 46px;
	top: 39px;
	font-size: 20px;
	letter-spacing: 1px;
	left: 30px;
	z-index: 2;
	font-family: 'MKX';
	background: #000000a3;
	color: #ffffff;
	text-shadow: 2px 2px 4px black;
}
.ribbon.left .rating {
	border-bottom-left-radius: 50px;
}

.ribbon.right .rating {
	right: 30px;
	left: auto;
	border-bottom-right-radius: 50px;
	text-align: right;
}

.ribbon i.flag {
	position: absolute;
	top: 45px;
	z-index: 3;
}

.ribbon.left i.flag {
	left: 50px;

}
.ribbon.right i.flag {
	position: absolute;
	right: 50px;
}

.status-bar {
	position: absolute;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	width: calc(100% - 28px);
	bottom: 14px;
	height: 40px;
	background: #0000004d;
	color: white;
	text-shadow: 2px 2px 4px black;
	border-top: 1px solid #22222252;
}

.status {
	width: 100px;
}

.right.status {
	text-align: right;
}

.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;
	padding-top: 4px;
	color: #a1a1a1;
	width: auto;
	text-align: center;
}

.score {
    position: absolute;
    width: 100%;
    height: 0%;
    z-index: 1;
    color: white;
    font-family: 'MKX';
    font-size: 500px;
    /* line-height: 86%; */
    padding: 10% 10%;
    opacity: .85;
    text-shadow: 0px 0px 10px black;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
}

.winner.score {
	color: green;
}

.loser.score {
	color: #cc1212;
}

.unknown.score {
	opacity: .4;
}

.left.status, .right.status {
}

.status .date {
	font-size: 10px;
	margin-top: -3px;
}


.predictions-bar {
	position: absolute;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	width: calc(100% - 28px);
	top: 14px;
	height: 20px;
	background: #0000004d;
	color: white;
	text-shadow: 2px 2px 4px black;
	border-top: 1px solid #22222252;
}

.left.predictions {
	padding-left: 10px;
}

.right.predictions {
	padding-right: 10px;
}

.predictions .icon {
	color: #ffffffc7 !important;
}

.predictions .btn-prediction-save {
	font-style: italic;
	color: #78e278;
	text-shadow: 1px 1px 4px #cff956;
}
.predictions .btn-prediction-save:hover {
	text-decoration: underline;
}



/* MOBILE VERSION */
/*
@media (max-width: 1640px) {
	.score {
		font-size: 500px;
		padding: 10% 10%;
	}
}

@media (max-width: 1400px) {
	.score {
		padding: 0 10%;
	}
}

@media (max-width: 1200px) {
	.score {
		font-size: 600px;
		padding: 7% 7%;
	}
}

@media (max-width: 960px) {
	.score {
		font-size: 600px;
		padding: 2% 7%;
	}
}

@media (max-width: 900px) {
	.score {
		font-size: 500px;
		padding: 5% 8%;
	}
}

@media (max-width: 800px) {
	.score {
		font-size: 460px;
		padding: 4% 9%;
	}
}

@media (max-width: 680px) {
	.score {
		font-size: 400px;
		padding: 4% 10%;
	}
}*/

.blue.button {
	margin-top: 10px;
	width: 100%;
}

@media (max-width: 768px) {
	.player-nickname {
		font-size: 16px;
	}
	.score {
		font-size: 330px;
	}
}

@media (max-width: 500px) {
	.versus-schedule {
		margin-left: -14px;
		margin-right: -14px;
	}

	.ui.versus.attached.segment {
		padding: 40px 0;
		border: none;
		margin-bottom: -1px !important;
		background: black;
		margin: 0;
		width: 100%;

	}

	.vs {
		width: 120px;
		left: calc(50% - 60px);
		top: calc(50% - 60px);
		height: 120px;
	}

	.ribbon {
		top: calc(45% - 14px);
	}

	.gradient {
		height: calc(100% - 80px);
	}

	.status-bar {
		width: 100%;
		bottom: 40px;
	}

	.status {
		width: 50px;
	}

	.middle.status {
		font-size: 18px;
	}

	.predictions-bar {
		width: 100%;
		top: 40px;
	}

	.versus.segment .achievement {
		width: 100%;
	}

	.versus.segment .achievement.ultimate-cup-champion-belt {
		top: 55px;
	}
	.achievement.ultimate-cup-champion-belt img {
		width: 100px;
	}

	.versus.segment .controls {
		width: 100%;
	}
}




.score-0-red { background-image: url(/images/digits/0-red.svg); }
.score-1-red { background-image: url(/images/digits/1-red.svg); }
.score-2-red { background-image: url(/images/digits/2-red.svg); }
.score-3-red { background-image: url(/images/digits/3-red.svg); }
.score-4-red { background-image: url(/images/digits/4-red.svg); }
.score-5-red { background-image: url(/images/digits/5-red.svg); }
.score-6-red { background-image: url(/images/digits/6-red.svg); }
.score-7-red { background-image: url(/images/digits/7-red.svg); }
.score-8-red { background-image: url(/images/digits/8-red.svg); }
.score-9-red { background-image: url(/images/digits/9-red.svg); }
.score-10-red { background-image: url(/images/digits/10-red.svg); }
.score-0-green { background-image: url(/images/digits/0-green.svg); }
.score-1-green { background-image: url(/images/digits/1-green.svg); }
.score-2-green { background-image: url(/images/digits/2-green.svg); }
.score-3-green { background-image: url(/images/digits/3-green.svg); }
.score-4-green { background-image: url(/images/digits/4-green.svg); }
.score-5-green { background-image: url(/images/digits/5-green.svg); }
.score-6-green { background-image: url(/images/digits/6-green.svg); }
.score-7-green { background-image: url(/images/digits/7-green.svg); }
.score-8-green { background-image: url(/images/digits/8-green.svg); }
.score-9-green { background-image: url(/images/digits/9-green.svg); }
.score-10-green { background-image: url(/images/digits/10-green.svg); }

.player-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);
}

.red.date {
    color: #ff8383;
    letter-spacing: 1px;
}

.single.middle.status {
	padding-top: 8px;
}