html {
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    text-rendering: optimizeLegibility;
}

body {
    background: url(background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px 40px 40px 40px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: #f1f1f1;
}


a {
    font-size: 100%;
    background: 0 0;
    color: #b4d785;
    text-decoration: none;
    -webkit-transition: none 86ms ease-out;
    transition: none 86ms ease-out;
}
a:hover {
    text-decoration: underline;
}

.playersOnline {
    position: relative;
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: normal;
}

.playersOnline p {
    font-size: 32px;
    padding: 4rem 2rem;
    text-align: center;
}

.Achievements {
    position: relative;
    width: fit-content;
    min-width: 230px;
    padding: 10px;
    margin-left: 15px;
    border: 1px solid rgba(239, 239, 239, 0.404);
    border-radius: 14px;
    background-color: rgba(49, 49, 51, 0.13);
    box-shadow: 0px 72px 15px -62px rgba(0,0,0,0.65);
}
.Achievements h2 {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.44);
    width: fit-content;
    font-weight: 500;
    font-size: 20px;
}

.nextEvent {
    position: relative;
    width: fit-content;
    min-width: 230px;
    padding: 10px;
    margin-left: 15px;
    border: 1px solid rgba(239, 239, 239, 0.404);
    border-radius: 14px;
    background-color: rgba(49, 49, 51, 0.13);
    box-shadow: 0px 72px 15px -62px rgba(0,0,0,0.65);
}
.nextEvent h2 {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    width: fit-content;
    font-weight: 500;
    font-size: 20px;
}


.scoreboard {
    position: relative;
    width: fit-content;
    min-width: 300px;
    padding: 10px;
    border: 1px solid rgba(239, 239, 239, 0.404);
    border-radius: 14px;
    background-color: rgba(49, 49, 51, 0.13);
    box-shadow: 0px 72px 15px -62px rgba(0,0,0,0.65);
}
.scoreboard::before, .scoreboard::after, .nextEvent::before, .nextEvent::after, .Achievements::before, .Achievements::after {
    content: "";
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    position: absolute;
    border-radius: inherit;
    width: 100%;
    /* backdrop-filter: blur(15px); */
    z-index: -1;
}
.scoreboard::after, .nextEvent::after, .Achievements::after  {
    background: #100a1c;
    background-image:
    radial-gradient(50% 30% ellipse at center top, #201e40 0%, rgba(0,0,0,0) 100%),
    radial-gradient(60% 50% ellipse at center bottom, #261226 0%, #100a1c 100%);
    background-attachment: fixed;
}
.scoreboard h2 {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    width: fit-content;
    font-weight: 500;
    font-size: 20px;
}
.scoreboard span {
    color: #b8cfe2;
    font-size: 16px;
    line-height: 1.125;
}
.scoreboard li {
    position: relative;
    padding: 4px;
    margin-left: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    width: fit-content;
}

.status-header {
    padding: 10px ;
    color: #f1f1f1;
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
    text-align: center;
}
.status-header .subtitle {
    margin-left: auto;
    color: #b8cfe2;
    font-size: 18px;
    line-height: 1.125;
}

.status-header .indicator {
    position: relative;
    left: -5px;
}

.status-header i {
    font-size: 0.7em;
}
i.online {
    color: #17d766;
}
i.offline {
    color: orangered;
}

.status-list {
    padding: 10px 30px;
}

.status-hero {
    padding: 10px 30px;
    font-size: 2em;
}

.status-list .label {
    font-size: 1.3em;

    margin-bottom: 5px;
}

.table {
    margin-bottom: 20px;
    width: 100%;
    color: #f1f1f1;
}
.table td {
    font-size: 14px;
    border: 1px solid #f2f3f5;
    border-width: 0 0 1px;
    padding: 8px 10px;
}

.progress{
    border:none;
    border-radius:290486px;
    display:block;
    height:12px;
    overflow:hidden;
    padding:0;
    width:100%
}
.progress::-webkit-progress-bar {
    background-color:#d3d6db;
}
.progress::-webkit-progress-value {
     background-color:#72AD48;
}.progress::-moz-progress-bar {
     background-color:#72AD48;
}

.status-list {
    font-size: 16px;
    font-weight: bold;
    color: #f1f1f1;
    text-align: center;
}

.status-list .amount {
    font-size: 16px;
    font-weight: bold;
    color: #bbb;
    text-align: center;
}

.logo {
    text-align: center;
}
.logo img {
    width: auto;
    max-height: 100px;
    max-width: 100%;
}

.status-footer {
    position: relative;
    text-align: center;
    margin: 2rem auto;
    padding: 0 1rem;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(239, 239, 239, 0.14);
    width: fit-content;
    justify-content: center;
    align-items: center;
    box-shadow: 17px 19px 10px -15px rgba(0,0,0,0.66);
}
.status-footer::before, .status-footer::after {
    content: "";
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    position: absolute;
    border-radius: inherit;
    width: 100%;
    /* backdrop-filter: blur(15px); */
    z-index: -1;
}
.status-footer::after {
    background: #100a1c;
    background-image:
    radial-gradient(50% 30% ellipse at center top, #201e40 0%, rgba(0,0,0,0) 100%),
    radial-gradient(60% 50% ellipse at center bottom, #261226 0%, #100a1c 100%);
    background-attachment: fixed;
}
.status-footer a {
    padding: 0 10px;
}
.status-footer a i {
    color: #72AD48;
}
