body {
    overflow: hidden;
}

#settings {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;

    background: rgba(128, 128, 128, 0.7);
    padding: 5px;
    padding-top: 25px;
    border-radius: 6px;
    color: white;
}

#toggleSettings {
    position: absolute;
    top: 2px;
    left: 7px;
    z-index: 2;

    padding: -5px;
    cursor: pointer;
    border-radius: 6px;
}

#customRefreshInterval {
    width: 60px;
    height: 22.5px;
    border-width: 1px;
}

#footer {
    position: fixed;
    bottom: 2px;
    right: 2px;
    font-size: 11px;
    color: #666;
    padding: 2px 5px;
}

#online {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-left: auto;
}

#circle {
    width: 0.5rem;
    height: 0.5rem;
    background-color: rgb(1 168 22);
    border-radius: 50%;
    margin-right: 2.5px;
}
