/* Lightweight mode for older and low-power computers. */
html,
html * ,
html *::before,
html *::after {
  animation: none !important;
  animation-delay: 0s !important;
  transition: none !important;
  scroll-behavior: auto !important;
}

.premium-ripple,
.login-orb,
.premium-live-dot::after {
  display: none !important;
}

.card,
.premium-card,
.month-calendar-card,
.month-day,
.schedule-day,
.btn,
.nav button,
.login-card,
.modal,
.modal-card {
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
}

@media (max-width: 760px) {
  .sidebar { transition: none !important; }
}
