@import url('https://fonts.googleapis.com/css?family=Livvic&display=swap');
@import url('./fork-awesome.min.css');
@import url('./bootstrap-icons.css');

:root {
	scrollbar-face-color: #1cc7e3; /* Firefox 63 compatibility */
	scrollbar-track-color: #f5f5f5; /* firefox 63 compatibility */
	scrollbar-color: #1cc7e3 #f5f5f5;
	scrollbar-width: thin;
}

body {
	margin: 0;
	padding: 0;
	font-family: livvic, sans-serif;
	min-width: 1530px;
}

*::-webkit-scrollbar-track {
	background-color: #f5f5f5;
}

*::-webkit-scrollbar {
	width: 8px;
	background-color: #f5f5f5;
}

*::-webkit-scrollbar-thumb {
	background-color: #1cc7e3;
}

*::-webkit-scrollbar-corner {
	background-color: #e3e3e3;
}

a {
	text-decoration: none;
	color: #2997ed;
}

a:hover, a:focus {
	text-decoration: underline;
}

img {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

div.sidebar {
	display: none;
	width: 80%;
	height: 100vh;
	position: fixed;
	background: #111;
	z-index: 9999;
}

div.wrapper {
	float: left;
	width: 100%;
	min-height: calc(100vh - 80px);
}

div.main-image {
	height: 80vh;
	background-image: url('../images/shadow.png'), url('../images/background.webp?v=4');
	background-repeat: repeat-x;
	background-size: 51px 51px, cover;
	background-position: left bottom, center;
}

div.main-image.small {
	height: 40vh;
}
/*
div.main-image.obchod {
	background-image: url('../images/shadow.png'), url('../images/background2.webp');
	background-repeat: repeat-x;
	background-size: 51px 51px, cover;
	background-position: left bottom, center;
}
*/
div.main-image div.toolbar {
	background: rgb(255 255 255 / 31%);
	padding: 10px 100px;
}

div.main-image div.toolbar a.main-title {
	font-size: 22px;
	/*color: #fffaf0;*/
	color: #535353;
	text-decoration: none;
	vertical-align: middle;
}

div.logo-box {
	margin: 8% auto;
	display: table;
}

div.main-image.small div.logo-box {
	margin: 5% auto;
}

div.logo-box img.logo {
	display: block;
}

div.logo-box span.ip, div.voting input[type="submit"],
div.logo-box span.ip, div.voting input[type="button"] {
	background: #1CC7E3;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	display: table;
	color: #fff;
	padding: 15px 25px;
	border-radius: 8px;
	font-size: 30px;
	letter-spacing: 4px;
	-webkit-animation-name: bluePulse;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	text-shadow: none;
	cursor: copy;
}

@-webkit-keyframes bluePulse {
	from {background-color: #1CC7E3; -webkit-box-shadow: 0 0 9px #1CC7E3;}
	50% {background-color: #1FD9F2; -webkit-box-shadow: 0 0 18px #1FD9F2;}
	to {background-color: #1CC7E3; -webkit-box-shadow: 0 0 9px #1CC7E3;}
}

div.logo-box span.status {
	display: table;
	color: #fff;
	font-size: 23px;
	margin: 15px auto;
	background-color: rgb(207 207 207 / 62%);
	padding: 5px 10px;
	box-shadow: 0.5px 0.5px 6px #999;
}

div.logo-box input#copy {
	position: fixed;
	top: -10px;
	left: -10px;
	width: .1px;
	height: .1px;
	padding: 0;
	border: none;
	outline: none;
	box-shadow: none;
	background: transparent;
	color: transparent;
}

.mobile {
	display: none;
}

ul.menu {
	float: right;
}

ul.menu, ul.menu li {
	display: inline-table;
	margin: 0;
    padding: 0;
}

ul.menu li {
	margin: 0 5px;
}

ul.menu li a {
	font-size: 18px;
	/*color: #fffaf0;*/
	color: #535353;
	text-decoration: none;
	vertical-align: middle;
	padding-bottom: 3px;
	border-bottom: 3px solid transparent;
}
/*
div.toolbar.background--light {
	background: #a9a6a66e !important;
}

div.toolbar.background--light ul.menu li a,
div.toolbar.background--light a {
	color: #212529 !important;
}
*/
ul.menu li a:hover, ul.menu li a.active {
	border-color: #2997ed;
}

div.content {
	color: #212529;
	width: 75%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 30px;
}

div.title {
	text-align: center;
	margin: 28px;
}

div.title h1,
div.title h2 {
	font-size: 34px;
	letter-spacing: 2px;
	margin: 0;
}

ol.num h3, ul h3 {
	font-size: 24px;
	padding: 0 6px;
}

div.title p {
	margin: 8px;
	font-size: 18px;
}

div.box-wrapper {
	margin: 60px auto;
	display: table;
}

div.info-box {
	width: 276px;
	padding: 0 37px;
	float: left;
	/*box-shadow: 0 20px 40px 0 rgb(0 23 88 / 20%);*/
	color: #000;
}

/*div.info-box.middle {
	transform: scale(1.1);
	margin: 0 40px;
}*/

div.info-box.orange span,
div.info-box.orange .divider {
	color: #FE904C;
	border-color: #FE904C;
}

div.info-box.blue span,
div.info-box.blue .divider {
	color: #0095B0;
	border-color: #0095B0;
}

div.info-box.red span,
div.info-box.red .divider {
	color: #FD312F;
	border-color: #FD312F;
}

div.info-box .divider {
	border-bottom: 3px solid transparent;
	width: 80px;
	margin: 0 auto;
}

div.info-box img {
	width: 80px;
	margin: 25px auto;
	display: table;
}

div.info-box span {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}

div.info-box p {
	text-align: center;
	font-size: 18px;
}

div.voting {
	background-image: url('../images/background3.webp');
	background-color: #000;
	background-position-y: center;
	float: left;
	width: 100%;
	color: #fff;
}

div.voting form {
	margin: 45px 0;
}

div.voting input[type="text"],
div.table-wrapper input[type="text"] {
	padding: 4px 0;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	outline: none;
	color: #fff;
	font-size: 22px;
	text-align: center;
	width: 25%;
	margin: 0 auto;
	display: table;
}

div.voting input[type="text"]::-webkit-input-placeholder,
div.table-wrapper input[type="text"]::-webkit-input-placeholder {
	color: #a9a5a2;
}

div.voting input[type="text"]:-ms-input-placeholder,
div.table-wrapper input[type="text"]:-ms-input-placeholder {
	color: #a9a5a2;
}

div.voting input[type="text"]::placeholder,
div.table-wrapper input[type="text"]::placeholder {
	color: #a9a5a2;
	opacity: 1;
}

div.voting input[type="text"]:hover,
div.voting input[type="text"]:focus,
div.table-wrapper input[type="text"]:hover,
div.table-wrapper input[type="text"]:focus {
	border-color: #2997ed !important;
}

div.voting input[type="submit"],
div.voting input[type="button"] {
	font-size: 18px;
	padding: 10px 20px;
	border: transparent;
	border-radius: 7px;
	margin: 15px auto;
	width: 400px;
	cursor: pointer;
	font-weight: bold;
	-webkit-animation-name: none;
}

div.voting input[type="submit"]:hover,
div.voting input[type="button"]:hover {
	background-color: #1CC7E3;
	-webkit-box-shadow: 0 0 9px #1CC7E3;
}

div.voting div.stats {
	display: block;
	text-align: center;
	margin: 45px 0;
	font-size: 20px;
}

div.footer {
	text-align: center;
	padding: 25px 0;
	line-height: 24px;
	float: left;
	width: 100%;
	background: #151515;
	border-top: 6px solid #121228;
	color: #fff;
}

div.team {
	float: left;
	margin: 28px 0;
}

div.team div.user {
	float: left;
	width: calc(33.333% - 74px);
	border: 2px solid #000;
	padding: 15px 25px;
	border-radius: 4px;
	background-color: #fff;
	margin: 10px;
}

div.team div.user div.avatar {
	width: 100px;
	float: left;
	height: 100px;
	padding: 10px;
}

div.team div.user.azure {
	border-color: #00aaaa;
	-webkit-box-shadow: 0 0 6px #00aaaa;
}

div.team div.user.green {
	border-color: #1BA54F;
	-webkit-box-shadow: 0 0 6px #1BA54F;
}

div.team div.user.red {
	border-color: #ff0000;
	-webkit-box-shadow: 0 0 6px #ff0000;
}

div.team div.user.dark-red {
	border-color: #a8003c;
	-webkit-box-shadow: 0 0 6px #a8003c;
}

div.team div.user.gold {
	border-color: #ffd700;
	-webkit-box-shadow: 0 0 6px #ffd700;
}

div.team div.user.light-blue {
	border-color: #0060ff;
	-webkit-box-shadow: 0 0 6px #0060ff;
}

div.team div.user div.avatar img {
	width: 100%;
	image-rendering: pixelated;
}

div.team div.user div.info {
	float: left;
	width: calc(100% - 146px);
	font-size: 18px;
	line-height: 28px;
	margin: 13px;
}

div.team div.info span.username {
	font-weight: bold;
	font-size: 22px;
}

div.team div.info span.discord:before {
	content: '\f2ee';
	font-family: ForkAwesome;
	font-size: 21px;
	text-rendering: optimizespeed;
	margin-right: 5px;
	color: #7289da;
}

div.team div.user div.info > span {
	display: block;
}

div.table-wrapper {
	margin: 40px 10px;
	overflow-y: auto;
}

div.table-wrapper input[type="text"] {
	border-color: #212529;
	color: #212529;
	font-size: 18px;
	text-align: left;
	margin: 10px;
	margin-top: 0;
	width: calc(100% - 20px);
}

div.table-wrapper table {
	width: 100%;
	border-collapse: collapse;
}

div.table-wrapper thead {
	font-weight: bold;
	border-top: 1px solid #dee2e6;
}

div.table-wrapper thead td {
	border-bottom: 2px solid #dee2e6;
	padding: 16px;
}

div.table-wrapper tbody td {
	padding: 16px;
}

div.table-wrapper tbody tr:nth-child(odd) {
	background-color: rgba(0,0,0,.05);
}

div.table-wrapper tbody td:nth-child(2) {
	width: 16%;
}

div.table-wrapper tbody td:nth-child(3),
div.table-wrapper tbody td:nth-child(4),
div.table-wrapper tbody td:nth-child(6) {
	width: 18%;
}

div.table-wrapper tbody td:nth-child(5) {
	width: 30%;
}

span.badge {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 5px;
	white-space: nowrap;
	border-radius: 4px;
	vertical-align: baseline;
}

span.badge.green {
	background-color: #28a745;
}

span.badge.red {
	background-color: #dc3545;
}

td.loading {
	text-align: center;
	font-size: 18px;
}

td.loading:before {
	content: '\f110';
	font-family: ForkAwesome;
	text-rendering: geometricPrecision;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	display: inline-block;
	font-size: 22px;
	margin-right: 10px;
}

ol.num, ul.bullet {
	list-style: none;
	counter-reset: item;
	position: relative;
	padding: 0;
}

ol.num li, ul.bullet li {
	padding-left: 35px;
	font-size: 18px;
	line-height: 30px;
}

ol.num li:before, ul.bullet li:before {
	content: counter(item) ". ";
	counter-increment: item;
	position: absolute;
	font-weight: bold;
	left: 5px;
}

ul.bullet li:before {
	content: "\2022";
}

ol.num small, ul.bullet small {
	display: block;
	margin: 20px 0 0 6px;
}
/*
span[style="color:red"] {
	color: #ED213A;
}*/

div.social {
	position: fixed;
	display: flex;
    flex-direction: column-reverse;
	align-items: center;
    bottom: 40px;
    right: 25px;
	gap: 10px;
}

div.social a {
	cursor: pointer;
	border-radius: 50%;
	display: inline-flex;
	width: 60px;
    height: 60px;
	align-items: center;
    justify-content: center;
	text-decoration: none;
}

div.social a::before {
	font-family: bootstrap-icons;
	font-size: 35px;
	text-align: center;
	color: #fff;
}

div.social a.discord {
    background-color: #7289da;
    -webkit-box-shadow: 0 0 9px #7289da;
    -ms-box-shadow: 0 0 9px #7289da;
    box-shadow: 0 0 9px #7289da;
}

div.social a.discord:before {
	content: '\F300';
}

div.social a.instagram {
    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
	-webkit-box-shadow: 0 0 9px linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
    -ms-box-shadow: 0 0 9px linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
    box-shadow: 0 0 9px linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
    width: 42px;
    height: 42px;
}

div.social a.instagram:before {
	content: '\F437';
    font-size: 18px;
}

div.social a.tiktok {
    background-color: #010101;
    -webkit-box-shadow: 0 0 9px #010101;
    -ms-box-shadow: 0 0 9px #010101;
    box-shadow: 0 0 9px #010101;
    width: 42px;
    height: 42px;
}

div.social a.tiktok:before {
	content: '\F6CC';
    font-size: 18px;
}

div.spoiler {
	margin: 10px 0;
}

div.spoiler div.spoiler-content {
	display: none;
	margin: 10px 0;
	border: 1px solid rgba(0,0,0,.125);
	padding: 15px;
}

div.spoiler .spoiler-btn {
	background-color: rgba(0,0,0,.05);
	padding: 10px 8px;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
}

div.spoiler .spoiler-btn span:not([style]) {
	font-weight: normal;
	font-size: 15px;
}

div.spoiler .spoiler-btn:hover span:not([style]) {
	text-decoration: underline;
}

div.block-wrapper {
	display: flex;
	margin-top: 50px;
}

div.block-wrapper div.block {
	margin: 0 15px;
	width: 33.333%;
	display: block;
}

div.block-wrapper div.block h3 {
	text-align: center;
	margin: 0;
	font-size: 24px;
	padding: 12px 0;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

div.block-wrapper div.block div {
	padding: 24px 20px;
	padding-bottom: 0;
}

div.block-wrapper div.block div ul,
div.block-wrapper div.block div ol {
	margin: 0;
}

div.block-wrapper div.block ul.bullet li {
	padding-left: 16px;
	font-size: 16px;
}

div.block-wrapper div.block ul.bullet li:before {
	content: '\2023';
}

div.block-wrapper div.block.vyhody.yellow h3 {
	color: #fff;
	background-color: #ff9800;
}

div.block-wrapper div.block.vyhody.yellow div {
	background-color: rgb(255 152 0 / 25%);
}

div.block-wrapper div.block.vyhody.orange h3 {
	color: #fff;
	background-color: #ff6900;
}

div.block-wrapper div.block.vyhody.orange div {
	background-color: rgb(255 105 0 / 25%);
}

div.block-wrapper div.block.vyhody.dark-aqua h3 {
	color: #fff;
	background-color: #2aa2be;
}

div.block-wrapper div.block.vyhody.dark-aqua div {
	background-color: rgb(42 162 190 / 25%);
}

.rotate-anim:hover svg {
	animation: rotate 2.5s infinite;
}

@keyframes rotate {
	50% {transform: rotate(180deg);}
}

@media only screen and (max-device-width: 480px){
	body {
		min-width: unset;
	}
	
	a.m-menu {
		position: fixed;
		left: 10px;
		display: unset;
		color: #1dcee9;
		text-decoration: none;
		font-size: 50px;
		line-height: 26px;
		z-index: 9999;
	}
	
	a.m-menu-close {
		display: block;
		text-align: center;
		color: #fff;
		text-decoration: none;
		margin: 20px 0 10px 0;
		font-weight: bold;
		font-size: 23px;
		letter-spacing: 3px;
	}
	
	ul.menu {
		display: none;
	}
	
	div.sidebar ul.menu {
		width: 100%;
	}
	
	div.sidebar li {
		display: block;
		margin: 25px 20px;
	}
	
	ul.menu li a {
		padding: 0;
		display: block;
		font-size: 23px;
		border-left: 3px solid transparent;
		padding-left: 6px;
	}
	
	ul.menu li a:hover, ul.menu li a.active {
		border-bottom: none;
		border-left: 3px solid #2997ed;
		padding-left: 6px;
	}
	
	div.logo-box {
		display: block;
		margin: 20% auto !important;
	}
	
	div.logo-box img.logo {
		width: calc(100% - 40px);
		margin: 0 20px;
	}
	
	div.logo-box span.ip, div.voting input[type="submit"], div.voting input[type="button"] {
		width: calc(100% - 80px);
		display: block;
		letter-spacing: 1px;
		margin-top: 100px;
	}
	
	div.content {
		width: calc(100% - 40px);
		margin: 0 20px;
	}
	
	div.title {
		margin: 28px 10px;
	}
	
	div.info-box.middle {
		transform: scale(1);
		margin: 0;
	}
	
	div.info-box.orange,
	div.info-box.blue,
	div.info-box.red {
		float: none;
		margin: 30px 0;
		padding: 20px;
	}
	
	div.box-wrapper {
		margin: 40px auto;
	}
	
	div.voting form {
		margin: 45px 10px;
	}
	
	div.voting input[type="text"] {
		width: 80%;
	}
	
	div.voting input[type="submit"],
	div.voting input[type="button"] {
		margin-top: 20px;
	}
	
	div.voting div.stats {
		margin: 45px 10px;
	}
	
	div.team div.user {
		width: calc(100% - 54px);
		padding: 15px;
	}
	
	ol.num {
		margin: 20px 0;
		text-align: justify;
	}
	
	ol.num li, ul.bullet li {
		padding-left: 25px;
	}
	
	div.block-wrapper {
		display: block;
		margin-top: 0;
	}
	
	div.block-wrapper div.block {
		margin: initial;
		width: 100%;
	}
}