.sq_container {

}
.server-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.card {
	display: flex;
}
.server-top {
	display: flex;
	justify-content: space-between;
}
.sq_hostname {

}
.server-map {
	color: #fff;
}
.server-status {
}
.server-connect {
    float: right;
}

.server-pills {
  margin-bottom: 2px;
}
.server-players-count {
  width: 100%;
  position: absolute;
}

.server-players-graph {
    background-color: #f1f1f1;
    width: 100%;
    position: relative;
    background-color: rgba(123, 123, 123, 0.3);
    margin: auto;
    height: 15px;
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    min-width: 80px;
		border-radius: 15px;
}

.server-players-progress {
	color: #fff;
  text-align: center;
  float: left;
  width: 0;
	font-weight: 400;
  height: 100%;
  font-size: 12px;
  background: linear-gradient(45deg, #203a6f, #401e5a);
  position: static;
  white-space: nowrap;
  line-height: 17px;
  padding-left: 0;
  text-indent: 3px;
}

.c4n-mon {
    box-sizing: border-box;
    background-color: #2b1e3f;
    color: #d0d0d0;
}

.server-servers, .server-players {
    color: #d0d0d0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 3px;
}

.server-servers .server-map {
    cursor: help;
}

.server-servers .server-map:after {
    background-size: 100px 60px;
    display: inline-block;
    width: 100px;
    height: 60px;
    content: "";
}

.server-servers .server-map:after {
    transition: opacity .3s ease-in-out;
    position: absolute;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.server-servers .server-map:hover:after {
    opacity: 1;
    visibility: visible;
}

.server-servers tbody tr:nth-child(even), .server-players tbody tr:nth-child(even) {
    background: #2b1e3f;
}

.server-servers td, .server-players td {
    padding: 0 5px;
    text-align: center;
}

.server-servers tr {
    height: 27px;
}

.server-servers a, .server-players a {
    color: #d0d0d0;
    text-decoration: none;
}

.server-servers td.server-hostname, .server-players td.server-playername {
    font-weight: bold;
    text-align: left;
    padding-left: 0;
    padding: 5px;
}

.server-servers .server-icons {
    width: 164px;
}

svg {
    transition: all 0.3s ease-in-out;
}

.server-badge {
    background: red;
    padding: 8px;
    border-radius: 2px;
    display: inline-block;
}

.server-badge_positive {
    background: #01b001;
}

.server-icon {

    width: 22px;
    display: inline-block;
    margin: 0 2px;
}

.server-icon img {
    transition: opacity .3s ease-in-out;
}

.server-icon img:hover {
    opacity: .6;
}

.server-total-progress {
    float: left;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease;
}

.server-total-label {
    position: absolute;
    margin-top: 2px;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}

.server-record {
    float: right;
    margin: 1px 5px 0 0;
}

.server-players {
    margin: 0 auto;
    font-size: 14px;
}

.server-players caption {
    font-size: 18px;
    color: #ff8400;
    font-weight: bold;
    margin: 10px 0;
}

.server-players thead {
    color: #fff;
    background-color: #2b1e3f;
}

.server-players td:not(.server-playername) {
    text-align: center;
}

.server-players-graph:not(.no-players) {
    cursor: pointer;

}

.server-players-count {

    width: 100%;
    position: absolute;
}

.server-total {
    width: 100%;
    margin: 0 auto;
    background: rgba(182, 182, 182, 0.76);
    height: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    text-align: center;

}

.server-table_group {
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
}

.server-playerscontent h2 {
    margin: 0;
    text-align: center;
}

.server-playerscontent {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 15px;
    outline: 0;
    width: 75%;
    background: linear-gradient(45deg, #203a6f, #401e5a);
		border-radius: 1rem;
}

.server-playerslist {
    transition: opacity .3s ease-in-out;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);

}

.server-playerslist .server-rank_number {
    font-size: 8px;
    margin-left: -2px;
    bottom: -3px;
    margin-right: 5px;
}

.server-playerslist img.server-rank {
    max-height: 15px;
    max-width: 15px;
}

.server-playerslist .server-rank-wrapper {
    text-align: center;
}

.server-rank-img-wrapper {
    width: 17px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .server-servers .icons {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .server-servers .server-ip {
        display: none;
    }
}

@media screen and (min-width: 900px) {
    .server-table_group {
        width: 48%;
        color: #fff;
        font-size: 16px;
    }
}
