#wp-admin-bar-nitropack-top-menu {
    .circle {
        height: 0.5rem;
        width: 0.5rem;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
    }
    .icon {
        margin-left: 0.5rem;
        width: 1rem;
    }
    .loading.icon {
        width: 0.875rem;
    }
    .nitro-status-ok {
        background-color: #28a745;
    }

    .nitro-status-blue {
        background-color: royalblue;
    }

    .nitro-status-error {
        background-color: red;
    }

    .nitro-status-warning {
        background-color: orange;
    }
}
