@media(max-width:820px){
  html body .side{background:var(--ptp-theme-sidebar-bg)!important}
  html body .mobileTop{background:var(--ptp-theme-surface-elevated)!important;border-color:var(--ptp-theme-border)!important}
  html body .nav button,html body .sideProductBtn,
  html body .sideNotificationBtn{color:var(--ptp-theme-text-secondary)!important;-webkit-text-fill-color:var(--ptp-theme-text-secondary)!important}
  html body .nav button.active,html body .sideProductBtn.active,
  html body .sideNotificationBtn.active{color:var(--ptp-theme-text-primary)!important;-webkit-text-fill-color:var(--ptp-theme-text-primary)!important}
  html body #view-products .client,
  html body #view-my-performance .ptpMyPerfAccountV1,
  html body #view-helpdesk .ptpHelpdeskTicketRow{background:var(--ptp-theme-surface-elevated)!important;border-color:var(--ptp-theme-border)!important}
}

