body {
    background: #1b1e23;
    color: #ffffff;
    font-family: Montserrat, Arial, sans-serif;
}

.body-bg {
    background: #F3F4FA !important;
}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: 600;
    margin: auto;
    padding: 10px;
}

.box .apexcharts-xaxistooltip {
    background: #1B213B;
    color: #fff;
}

.content-area {
    max-width: 1280px;
    margin: 0 auto;
}

.box {
    background-color: #272c30;
    padding: 25px 25px;
    border-radius: 4px;
}

.col {
    padding: 15px;
}

.columnbox {
    padding-right: 15px;
}

.radialbox {
    max-height: 333px;
    margin-bottom: 60px;
}

.apexcharts-legend-series tspan:nth-child(3) {
    font-weight: bold;
    font-size: 20px;
}

.edit-on-codepen {
    text-align: right;
    width: 100%;
    padding: 0 20px 40px;
    position: relative;
    top: -30px;
    cursor: pointer;
}

summary {
    height: 64px;
    font-size: 32px;
    align-items: center;
    display: flex;
    cursor: pointer;
}


.lds-facebook,
.lds-facebook div {
    box-sizing: border-box;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    width: 10px;
    background: currentColor;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 0;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 16px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 32px;
    animation-delay: 0s;
}

@keyframes lds-facebook {
    0% {
        top: 4px;
        height: 32px;
    }
    50%, 100% {
        top: 12px;
        height: 16px;
    }
}

.serverStatusContainer * {
    display: inline-block;
}
