body {
    background-color: #f3f4f6;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#wrapper {
    min-height: 100vh;
}

#sidebar-wrapper {
    width: 300px;
    min-width: 300px;
    background-color: white;
}

#page-content-wrapper {
    background-color: #f3f4f6;
}

.card-client {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: none;
    height: 100%;
}

.client-header h5 {
    color: #198754;
    /* Success color */
    font-weight: 700;
}

.badge-connected {
    background-color: #d1e7dd;
    color: #0f5132;
    font-weight: normal;
    border-radius: 1rem;
    padding: 0.35em 0.8em;
}

.badge-active {
    background-color: #d1e7dd;
    color: #0f5132;
    font-weight: normal;
    border-radius: 1rem;
    padding: 0.35em 0.8em;
}

.client-details p {
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

.btn-action {
    font-size: 0.85rem;
    font-weight: 500;
}

.success-message {
    color: #198754;
    font-weight: 500;
    margin-top: 1rem;
}

.history-item {
    border-bottom: 1px solid #eee;
    padding: 0.5rem 0;
}

.history-item:last-child {
    border-bottom: none;
}

.history-time {
    font-size: 0.75rem;
    color: #6c757d;
}

.history-client {
    font-weight: 600;
    font-size: 0.9rem;
}

.history-error {
    font-size: 0.8rem;
    color: #dc3545;
}
