
/*
 * Server Info (overrides stuff in jquery.fancybox.css)
 */

.fancybox-wrap {
    top: 52px !important;
}


#infobar {
    margin: 0 auto;
    text-align: center;
    color: white;
    background: rgba(255, 255, 255, 0.08);
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 25px;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    white-space: nowrap;
    min-width: 700px;
    position: relative;
    top: -25px;
}

#infobar:hover {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(30, 30, 30, 0.95) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}

#infobar h2 {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    margin-right: 25px;
    padding: 0;
    background: linear-gradient(45deg, #4ecdc4, #44a08d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
    vertical-align: middle;
}

#infobar p {
    display: inline-block;
    margin: 0;
}

#infobar span.online {
    color: #4CAF50;
    text-shadow: 0 0 8px rgba(76, 175, 80, 0.5);
    font-weight: 600;
}

#infobar span.offline {
    color: #f44336;
    text-shadow: 0 0 8px rgba(244, 67, 54, 0.5);
    font-weight: 600;
}

#infobar a.fancybox {
    display: inline-block;
    margin-right: 15px;
    padding: 6px 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-size: 13px;
    vertical-align: middle;
}

#infobar a.fancybox::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

#infobar a.fancybox:hover::before {
    left: 100%;
}

#infobar a.fancybox:hover,
#infobar a.fancybox:active {
    color: #4ecdc4;
    background: rgba(78, 205, 196, 0.1);
    border-color: rgba(78, 205, 196, 0.3);
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(78, 205, 196, 0.2);
    text-decoration: none;
}

#infobar span.number {
    color: #4ecdc4;
    font-weight: 700;
    font-size: 16px;
    text-shadow: 0 0 8px rgba(78, 205, 196, 0.3);
}

#infobar .discord-button {
    display: inline-block;
    margin-left: 15px;
    padding: 4px 10px;
    background: linear-gradient(135deg, #5865F2 0%, #4752C4 100%);
    color: white;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    vertical-align: middle;
    float: right;
}

#infobar .discord-button:hover {
    background: linear-gradient(135deg, #4752C4 0%, #3C45A5 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(88, 101, 242, 0.3);
    text-decoration: none;
    color: white;
}

#infobar .discord-button img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: middle;
}



.serverinfo {
    display: none;
	width: 1000px;
	min-height: 500px;
	padding: 2em;
	background: #111;
	color: white;
}

.serverinfo h2 {
	margin-top: 0;
}

.serverinfo h3 {
    margin-top: 1.5em;
    font-size: 150%;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
}

.serverinfo table.games-list > tbody > tr:first-child > th,
.serverinfo table.games-list > tbody > tr:first-child > td {
    border-top: 0;
}

.serverinfo tr.game {
	margin: 1.25em auto;
}

.serverinfo tr.game .game-title {
    font-weight: bold;
}

.serverinfo tr.game .game-title img {
	vertical-align: middle;
}

.serverinfo tr.game p {
	margin: 0.2em;
}

.serverinfo tr.game.full {
	color: #aaa;
}

.serverinfo a {
    color: #0fc5ff;
}

.serverinfo a:hover,
.serverinfo a:active {
    color: #428bca;
    text-decoration: none;
}

.inline {
	display: inline;
}

.players-list {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.players-list li {
	display: inline;
    margin: 0;
}

.players-list li:before {
	content: ", ";
}

.players-list li:first-child:before {
	content: "";
}

.players-list li.host a {
	color: #ffff00;
	font-weight: bold;
}
