/* WA Affiliate Bot - Custom Styles */

/* Smooth transitions for sidebar active state */
aside nav a {
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

/* Table row hover */
table tbody tr {
    transition: background-color 0.1s ease-in-out;
}

/* QR code container sizing */
#qrcode-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 264px;
}

#qrcode-container canvas,
#qrcode-container img {
    border: 4px solid #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Flash message auto-hide animation */
[x-cloak] {
    display: none !important;
}

/* Scrollbar styling for sidebar */
aside {
    scrollbar-width: thin;
    scrollbar-color: #d1d5db transparent;
}

aside::-webkit-scrollbar {
    width: 4px;
}

aside::-webkit-scrollbar-track {
    background: transparent;
}

aside::-webkit-scrollbar-thumb {
    background-color: #d1d5db;
    border-radius: 2px;
}
