/* ==========================================================================
   Admin Page Styles
   ========================================================================== */

.active-users-chart-container {
    position: relative;
    height: 320px;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
}

.active-users-canvas {
    width: 100%;
    height: 100%;
}

.notification-email-preview {
    margin-top: 8px;
}

.notification-email-preview-img {
    max-width: 240px;
    max-height: 160px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.server-stats__bar {
    height: 8px;
    margin-top: 4px;
}
