@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/icon?family=Material+Icons";:root{--app-background:#f8f9fa;--app-surface:#f8f9fa;--app-background-secondary:#f8f9fa;--app-logo:#000;--app-primary:#17c1e8;--app-primary-light:#21cbfd;--app-primary-dark:#2164ff;--app-secondary:#24395e;--app-text:#344767;--app-text-light:#f8f9fa;--app-text-dark:#212121;--app-success:#edf7ed;--app-error:#edf7ed;--app-message:#e5f6fd;--app-warning:#fff4e5;--app-alert-text:var(--app-text);--sidebar-header-text:var(--app-text);--sidebar-item-text:var(--app-text);--sidebar-item-icon-bg:var(--app-background);--sidebar-item-icon-text:var(--app-text);--sidebar-item-active-bg:var(--app-background);--sidebar-item-active-icon-bg:var(--app-primary);--sidebar-item-active-icon:var(--app-background);--sidebar-item-active-text:var(--app-text);--header-background:hsla(0,0%,100%,.5);--header-background-large:linear-gradient(310deg,var(--app-primary-dark),var(--app-primary-light));--header-text:var(--app-text);--header-icon:var(--app-text);--header-tab-text:var(--app-text);--header-tab-line:var(--app-primary);--header-large-text:var(--app-background);--header-large-icon:var(--app-background);--container-background:var(--app-background);--container-background-gradient:linear-gradient(310deg,var(--app-primary-dark),var(--app-primary-light));--container-background-gradient-dark:linear-gradient(310deg,rgba(20,23,39,.8),rgba(58,65,111,.8));--container-text:var(--app-text);--container-text-light:var(--app-background);--container-text-dark:#212121;--container-solid-border:#dee2e6;--datagrid-background:#fff;--datagrid-border:rgba(0,0,0,.06);--datagrid-header-background:var(--container-background);--datagrid-header-text:var(--container-text);--datagrid-text:var(--container-text);--datagrid-pagination-text:var(--container-text);--button-text:var(--app-primary);--button-border:var(--app-primary);--button-gradient-start:var(--app-primary-dark);--button-gradient-end:var(--app-primary-light);--button-background:var(--app-primary);--button-contained-text:#fff}[data-theme-name]:not([data-theme-name=light]):not([data-theme-name=dark]){--container-background-gradient-dark:var(--container-background-gradient)}[data-theme=dark]{--app-background:#081019;--app-surface:#07101a;--app-logo:#21cbfd;--app-primary:#21cbfd;--app-primary-light:#21cbfd;--app-secondary:#344767;--app-background-secondary:var(--app-secondary);--app-text:#e6eef6;--app-text-light:#a9bccf;--app-text-dark:#1b3352;--container-background:var(--app-secondary);--container-solid-border:var(--app-secondary);--container-text-light:var(--app-text);--container-background-gradient-dark:linear-gradient(310deg,rgba(20,23,39,.8),rgba(58,65,111,.8));--sidebar-item-icon-bg:var(--app-secondary);--sidebar-item-active-bg:var(--app-secondary);--sidebar-item-active-icon-bg:var(--app-primary);--sidebar-item-active-icon:var(--app-background);--sidebar-item-active-text:var(--app-text);--header-text:var(--app-text-dark);--header-icon:var(--app-text-dark);--header-tab-text:var(--app-secondary);--header-large-text:var(--app-text);--header-large-icon:var(--app-text);--datagrid-background:#344767;--datagrid-header-background:#1b3352}body,html{font-family:Quicksand!important;font-weight:500!important;font-size:14px!important;color:var(--app-text);background-color:var(--app-background,#fff);margin:0}.app{max-width:1920px;margin:auto;background-color:var(--app-surface);box-shadow:0 0 20px 20px var(--app-surface)}a{color:inherit;text-decoration:none}