body{margin:0 !important}
body {
    
}
#Monitoring {
    display: -ms-grid;
    display: grid;
    gap: 12.5px 12.5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        ". ."
        ". ."
        "fullonline fullonline";
}

		

/* Стили для каждого сервера */
.violet .JSSrvString,
.ServName {
    border: 1px solid rgba(181, 107, 212, 0.35);
}
.OneServer {
    width: 100%;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;


}

@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}







.ServInfo {
    display: flex;
    height: 55px;
    width: 100%;
    background-position: center !important;
    border: 15px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}















.OnlineBar {

    background-color: white;
 }









.Barcont {
    background: rgba(255, 255, 255, 0.12);
    height: 4px;
}
#CommonBar {
    background: #ffffff;
    height: 4px;
}
.FullOnline {
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}
.FullOnlineText {
    width: fit-content;
    margin-bottom: 6px;
}
.JSSrvString {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: attr(data-online);
    margin-right: 5px;
    height: 100%;
    width: 53px;
    font-size: 2rem;
    color: #fff;
    box-sizing: border-box;
    background: #1a1a1a;
}
.ServName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px;
    padding: 5px 15px;
    height: 100%;
    width: 100%;
    font-size: 16px;
    color: #dfdfdf;
    box-sizing: border-box;
    text-transform: uppercase;
    background: rgb(26 26 26 / 70%);
}
/* Общая статистика */
#CommonOnline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    height: 60px;
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: solid 1px rgba(255, 255, 255, 0.25);
    font-size: 1.14286rem;
    padding: 10px;
    grid-area: fullonline;
    box-sizing: border-box;
    grid-row: end
}
#CommonOnline p {
    position: relative;
    margin: 1.5px 0;
    padding: 2.5px 0;
    height: 15px;
}
/* Точки загрузки данных */
.Ellipsis {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 15px;
    height: 15px;
    top: -2.5px;
    padding-right: 5px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #777;
}

@media only screen and (max-width: 720px) {
    #Monitoring {
        display: flex;
        flex-direction: column;
    }
}
