body {
    color: #333 !important;
    background: url(/images/bg.png) !important;
    background-color: #ebebeb !important;
    background-repeat: repeat !important;
}
.fullpage-container {
	padding: 14px;
}
.ui.vertical.inverted.leftside.menu > a.item {
	height: 27px;
}
.admin-menu.item {
    margin-top: 0px !important;
}
.admin-menu .hidden.menu {
	display: none;
}

.admin-panel.item {
	font-weight: bold !important;
    background: linear-gradient(0, transparent, #7b0d0db0, transparent) !important;
    text-shadow: 1px 1px 4px black;
}
.admin-panel.item:hover {
	color: #7b0d0d !important;
}
#admin_menu .active.header {
	color: white !important;
}
#admin_menu {
	background: linear-gradient(0, transparent, #7b0d0db0, transparent) !important;
}

#admin_menu .admin-dropdown.item {
	font-weight: normal !important;
	cursor: pointer;
}
#admin_menu .admin-dropdown.item .header {
	font-weight: normal !important;
}
#admin_menu .admin-dropdown.item.opened .header {
	font-weight: bold !important;
	color: white !important;
}
#admin_menu .item {
	padding: 5px 16px !important;
	font-size: 14px !important;
}
#admin_menu .item:not(:last-child) {
	border-bottom: 1px solid #1c1c1c;
}
#admin_menu .admin-dropdown .item {
	font-size: 12px !important;
	padding-left: 30px !important;
}
#admin_menu .item:hover .header {
	color: white !important;
}
#admin_menu .item:not(.admin-dropdown):active,
#admin_menu .item:not(.admin-dropdown):focus {
	background: #7b0d0d !important	;
}
#admin_menu .active.item {
	background: #7b0d0d !important;
}
.admin-menu .item:hover {
	background: rgba(255, 255, 255, 0.08) !important;
	color: white !important;
}
.stream-room.item {
    background: linear-gradient(0, #cd368b, transparent) !important;
    text-shadow: 1px 1px 4px black;
}
.stream-room.active.item {
	font-weight: bold !important;
    background: linear-gradient(0, #0d7b1b, transparent) !important;
    text-shadow: 1px 1px 4px black;
}

.poll-option {
	cursor: pointer;
}

/* nickname in matches list */
.parent-row .image.header .content span,
.parent-row .image.header .content a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	width: 120px;
}

h4.ui.image.player.header {
	width: 100%;
}

.main-rating-table {
	white-space: normal;
}

.main-rating-table td {
    padding: 4px 0.6em !important;
}

td.profile-data {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 1px;
    display: block;
}
.rating-data,
.stats-data1,
.stats-data2 {
	width: 1px;
	white-space: nowrap;
}
@media (max-width: 500px) {
	.mobile-hidden {
		display: none;
	}
	.main-rating-table {
		display: table !important;
	}
	#footer-logo {
		display: none;
	}
}

@media (max-width: 430px) {
	#footer-logo {
		display: none !important;
	}
	#footer-main {
		margin-left: 30px !important;
	}
}

tr.date-float:after {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: fit-content;
    background: #84acde;
    border-radius: 4px;
    color: white;
    padding: 0 4px;
    font-size: 12px;
    transform: translateY(-10px);
    text-shadow: 1px 1px 3px black;
}

.telegram-group-invite {
	display: flex;
	padding: 10px;
	background: linear-gradient(45deg, #025983, #009de9);
	border: 1px solid #505050;
	box-shadow: 2px 2px 4px black;
	margin-bottom: 15px;
	align-items: center;
	transition: scale .1s linear;
}

.telegram-group-invite:hover {
	scale: 102%;
	background: linear-gradient(45deg, #025983ee, #009de9ee);
	box-shadow: 8px 8px 16px black;
	border-bottom: 1px;
}
.telegram-group-invite:active {
	scale: 98%;
}

.telegram-group-invite .logo {
	width: 10%;
}

.telegram-group-invite .text {
	font-size: 30px;
	padding-left: 30px;
	line-height: 30px;
	color: white;
	text-shadow: 1px 1px 4px black;
}

.telegram-group-invite .meta-info {
    margin-bottom: 15px;
    background: #017cb8;
    border: 1px solid #505050;
    color: white;
    padding: 2px 8px;
    text-align: right;
}

@media (max-width: 640px) {
	.telegram-group-invite .logo {
		width: 30%;
	}
	.telegram-group-invite .text {
		padding-left: 20px;
	}
}

.ui.green.massive.fluid.make-me-active.button {
    margin-top: 5px !important;
    margin-bottom: 5px;
}

#footer-container {
	text-align: start;
	word-wrap: break-word;
	font: 12px arial,sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
	margin-top: 14px;
}

#footer {
    text-align: start;
    word-wrap: break-word;
    font: 12px arial,sans-serif;
    color: #333;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    margin: 0 auto;
    padding-bottom: 10px;
}

.footer-horizontal-rule {
    text-align: start;
    word-wrap: break-word;
    font: 12px arial,sans-serif;
    color: #333;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    margin: 0;
    position: relative;
    height: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    z-index: -99;
}
.footer-horizontal-rule .first {
    text-align: start;
    word-wrap: break-word;
    font: 12px arial,sans-serif;
    color: #333;
    font-size: 100%;
    position: absolute;
    display: block;
    border: none;
    height: 80px;
    top: -80px;
    z-index: -100;
    margin: 0;
    padding: 0;
    width: 80px;
    left: 0;
    background: -webkit-radial-gradient(bottom right,circle,rgba(0,0,0,.08),transparent 80px,transparent 100%);
}
.footer-horizontal-rule .second {
    text-align: start;
    word-wrap: break-word;
    font: 12px arial,sans-serif;
    color: #333;
    font-size: 100%;
    position: absolute;
    display: block;
    border: none;
    height: 80px;
    top: -80px;
    z-index: -100;
    margin: 0;
    padding: 0;
    width: 80px;
    right: 0;
    background: -webkit-radial-gradient(bottom left,circle,rgba(0,0,0,.08),transparent 80px,transparent 100%);
}
.footer-horizontal-rule .third {
    text-align: start;
    word-wrap: break-word;
    font: 12px arial,sans-serif;
    color: #333;
    font-size: 100%;
    display: block;
    border: none;
    height: 80px;
    z-index: -100;
    margin: 0;
    padding: 0;
    position: relative;
    margin-left: 80px;
    margin-right: 80px;
    top: -80px;
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,.12),rgba(0,0,0,.08) 1px,rgba(0,0,0,.08) 1px,rgba(0,0,0,0) 80px,transparent 100%);
}

#footer-logo {
    text-align: start;
    word-wrap: break-word;
    font: 12px arial,sans-serif;
    border: 0;
    background: transparent;
    position: relative;
    float: left;
    font-size: 11px;
    color: #666;
    margin: 10px 20px 30px;
    padding: 25px 35px 20px 0;
}

#footer-logo img {
	height: 70px;
	filter: invert(79%) sepia(0%) saturate(1369%) hue-rotate(264deg) brightness(84%) contrast(88%);
	margin: auto;
	transition: all .2s linear;
}

#footer-logo img:hover {
	filter: none;
}
#footer-logo img:active {
	scale: .95;
}

#footer-divider {
    word-wrap: break-word;
    font: 12px arial,sans-serif;
    color: #666;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    background: no-repeat url(/images/ytshit.png) -54px -181px;
    width: 13px;
    height: 118px;
}

#footer-main {
    text-align: start;
    word-wrap: break-word;
    font: 12px arial,sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    overflow: hidden;
    padding-top: 20px;
    padding-right: 10px;
}



.meta-data {
    margin-top: -12px;
}
.meta-data .socials {
	display: flex;
}

.new.label {
    transform: translateY(-2px);
}
a.feedback {
	display: block;
}
.copyright {
	margin: 10px 0;
}

.meta-data .socials .icon:hover {
    color: #2185D0 !important;
}


.ui.header .content {vertical-align: middle}
.not-active { display: none }
.hidden-skillgroup-stats {
	color: #464646;
	font-size: 13px;
	display: none;
}
.col {
	float: left;
	/*width: 33.33%;*/
}

.row:after {
	content: "";
	display: table;
	clear: both;
}
.header-span {
	font-weight: bold;
	font-size: 1.14285714em;
}
.snd_shaokahn {
	width: 50px !important;
	border-radius: 5px;
	margin-right: 3px !important;
}
.oglink {
	background: #000000c4;
	padding: 5px 10px 5px 10px;
	border-left-style: solid;
	border-left-width: 6px;
	cursor:pointer;
	color: #d8d8d8;
	margin: 2px;
	min-width: 250px;
	font-weight: bold;
}
.oglink:hover {
	text-shadow: 1px 1px 2px black;
}

.oglink.green {
	border-left-color: #00ce00;
}
.oglink.green:hover {
	background: linear-gradient(90deg, rgba(9,135,0,0.7) 0%, #393939 50%);
}

.oglink.yellow {
	border-left-color: #cae200;
}
.oglink.yellow:hover {
	background: linear-gradient(90deg, rgba(132,140,0,0.7) 0%, #393939 50%);
}

.oglink.pink {
	border-left-color: #ab2ea1;
}
.oglink.pink:hover {
	background: linear-gradient(90deg, rgba(113,0,115,0.7) 0%, #393939 50%);
}

.oglink.blue {
	border-left-color: #5fa6ff;
}
.oglink.blue:hover {
	background: linear-gradient(90deg, #1c5cbfb3 0%, #393939 50%);
}
#total_active_players_counter {
	right: 14px;
	top: 23px;
	border-radius: 4px;
	position: absolute;
	font-weight: bold;
	border: 1px solid gainsboro;
	padding: 3px 6px;
	background: #f1f1f1;
}
.clear-cache {
	font-style: italic;
	float: right;
}
.clear-cache:hover {
	text-decoration: underline;
}
.main-achievement {
	width: 20px !important;
	display: inline !important;
	vertical-align: middle !important;
}
.rating-table.content a {
	margin-left:4px;
}

.leftside.menu > .item > .ui.label {
    transform: translateX(5px) translateY(-2px);
    height: 19px;
}
.leftside.menu .game.item {
    padding: 7px 4px !important;
}
.user-text-info {
	margin-top: 0 !important;
}
.ui.user.labels {
    margin-top: 6px !important;
    display: flex;
    flex-wrap: wrap;
}
.ui.label {
    filter: drop-shadow(0px 0px 2px black);
}
.debug-data {
    font-family: monospace;
    color: #5c5c5c;
    line-height: 20px;
    border: 1px solid #d8d8d8;
    width: fit-content;
    padding: 4px 10px;
    border-radius: 4px;
    background: beige;
}

a.link {
	cursor: pointer;
}
a.link:hover {
	text-decoration: underline;
}

td.match-date {
    font-size: 10px;
    padding: 4px !important;
}

table.tablesorter thead th {
    cursor: pointer !important;
}
table.tablesorter thead th:hover {
    background: #dbdbdb !important;
}
span.user-rating {
    font-family: sans-serif;
    right: 0;
    font-size: 14px;
    color: white;
    padding: 2px 4px;
    position: absolute;
    background: #00000066;
    letter-spacing: normal;
    border-radius: 6px;
}
.donate.message {
	padding: 0;
	height: 109px;
	border: none;
	overflow: hidden;
}
.donate.message .comments {
    display: flex;
    flex-direction: column;
    min-width: calc(100% - 2px);
    overflow: visible;
    transition: all .2s linear;
}
.donate.message .comment {
	height: 107px;
	padding: 0;
	min-width: 100%;
	max-width: 100%;
	background: #f8f8f9;
	margin: 1px !important;
	display: flex;
}
.donate.message .comment .controls-placeholder {
	width: 120px;
}
.donate.message .comment .content {
	display: flex;
	height: 107px;
}
.donate.message .comment .content .avatar {
	margin: 0;
	width: 107px;
}
.donate.message .comment .content .avatar img {
	width: 107px;
	height: 107px;
	object-fit: cover;
	border-right: 1px solid #d4d4d5;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.donate.message .comment .content .donate-data {
	align-content: center;
    font-size: 18px;
    margin-left: 20px;
}
.donate.message .controls {
    position: absolute;
    top: 10px;
    right: 10px;
}
@media (max-width: 640px) {
	.donate.message .comment .content .donate-data {
	    font-size: 16px;
	}
}
@media (max-width: 580px) {
	.donate.message .comment .content .donate-data {
	    font-size: 14px;
	}
}

.mobile-pager-info {
	display: none;
}

@media (max-width: 500px) {
	.donate.message .donate-data .metadata {
		display: block !important;
		margin: 0 !important;
		margin-top: 4px !important;
	}
	.donate.message .comment .controls-placeholder {
		display: none;
	}
	.donate.message .comment .content .donate-data {
	    font-size: 12px;
	}
	.donate.message .comment .content .donate-data .label {
	    font-size: 10px;
	}
	.donate.message .controls {
	    display: none;
	}
	.donate.message .comment {
		min-width: calc(100% - 2px);
		max-width: 100%;
	}
	.pager-info {
		display: none !important;
	}
	.mobile-pager-info {
		display: block;
	}
	.user.header {
		text-align: center;
	}
}
.invisible-scrollbar {
	overflow-x: scroll;
}
.invisible-scrollbar::-webkit-scrollbar {
	display: none;
}

@media (max-width: 1200px) {
	.invisible-scrollbar.menu {
		white-space: pre-line;
		text-align: center;
	}
	.invisible-scrollbar .item {
	    line-height: 18px !important;
	}
}



.user.header img.ui.circular.user.image {
    width: 107px;
    height: 107px;
    object-fit: cover;
    border: 2px solid #333333;
    filter: drop-shadow(2px 4px 6px black);
    cursor: pointer;
}
.user.header img.ui.circular.user.image:hover {
	filter: brightness(1.3) drop-shadow(2px 4px 6px black);
	scale: 105%;
}
.user.header .image-link {
    display: inline-block;
    vertical-align: middle;
}
.user.header .content {
	margin-left: 10px;
}
.user-link {
	color: #1e70bf;
}
.user-link:hover {
	text-decoration: underline;
}
.user.header img.image-skillgroup.left {
    width: 32px;
    position: absolute;
    left: auto;
    top: auto;
    z-index: 3;
    filter: drop-shadow(2px 4px 6px black);
    cursor: pointer;
}
.user.header img.image-skillgroup.left:hover {
	filter: brightness(1.3) drop-shadow(2px 4px 6px black);
	scale: 110%;
}

#footer-main .content a {
    margin-bottom: 6px;
    display: block;
}

.user-active {
	color: #17b536;
}
.user-not-active {
	color: #272727;
}
.user-abandoned {
	font-weight: normal;
	color: #929292
}
.winrate-low {
	color: #DB2828;
}
.winrate-high {
	color: green;
}
.winrate-50 {
	color: blue;
}