/* ...existing code... */

/* ลบ transition ทุกตัวที่เกี่ยวกับ background, color, border-color, transform สำหรับ theme */
* {
    transition: none !important;
}
html, body {
    transition: none !important;
}
.card,
.btn,
.menu li > a,
.table tbody tr,
.avatar,
.breadcrumbs a,
.dropdown-content,
.content-transition {
    transition: none !important;
}