
.waac-thumb {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
}
.waac-item {
    padding: 8px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 6px;
}
.waac-item.online {
    background-color: #d4edda !important;
    box-shadow: 0 0 5px #28a745;
}
.waac-item.offline {
    background-color: #f8d7da !important;
    box-shadow: 0 0 5px #dc3545;
}
.waac-name {
    font-weight: bold;
    margin-right: 4px;
}
.waac-area {
    color: #6c757d !important;
}
.waac-section-title {
    font-weight: bold;
    padding: 5px 10px;
    margin: 5px 0;
    border-radius: 4px;
}
.waac-header-online {
    background-color: #d4edda !important;
    color: #155724 !important;
    font-weight: bold;

    background-color: #d4edda !important;
    color: #155724;
}
.waac-header-offline {
    background-color: #f8d7da !important;
    color: #721c24 !important;
    font-weight: bold;

    background-color: #f8d7da !important;
    color: #721c24;
}
#waac-floating {
    position: fixed;
    bottom: 20px;
    right: 20px;
    left: auto;
    z-index: 9999;
}
#waac-open {
    background: #25D366;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 50px;
    cursor: pointer;
}
#waac-list {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 5px;
    padding: 10px;
    max-width: 280px;
}
