/* Per-tenant CSS variable overrides.
   The .tenant-{name} class is applied to the root .page div in MainLayout.
   Add a block here for each client using the value from dbo.Client.name. */

/* Example tenant overrides — replace with real values: */

/*.tenant-arkas {*/
/*    --sidebar-bg: linear-gradient(180deg, #00205b 0%, #0057a8 70%);*/
/*}*/


/* ── Per-service-center appointment colors ────────────────────────────────────
   The .sc-{name} class comes from dbo.ServiceCenter.name and is applied to
   each appointment element by the Syncfusion Scheduler.
   Add a block here for each service center. */

/* Example service center overrides — replace with real values: */

/*.e-appointment.sc-istanbul {*/
/*    background-color: #0057a8 !important;*/
/*    border-color: #003f7f !important;*/
/*}*/

/*.e-appointment.sc-ankara {*/
/*    background-color: #e63946 !important;*/
/*    border-color: #b02030 !important;*/
/*}*/
