:host {
    display: block;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 8px;

    flex-direction: row-reverse;
    align-items: center;

    width: 100%;
    height: 100%;
}


.signal {
    width: 1em;
    height: 1em;
    border-radius: 100%;
    display: block;
    background-color: rgba(165,165,165,1);

    margin-left:3px;
}

.signal.active {
    background-color: rgba(66,175,251, 1);
}