:root{--background:#26272f;--text:#ffffff;--primary:#3d73ff;--secondary:#48c178;--accent:#ffb800;--background-card:#313239;--background-button:rgba(255,255,255,0.1);--background-button-hover:rgba(255,255,255,0.15);--background-toast:#26272f;--background-table-row:#313239;--background-table-row-hover:rgba(117,117,117,0.41);--background-overlay:rgba(38,39,47,0.52);--background-header:#313239;--background-footer:#26272f;--background-sidebar:#26272f;--button-text:#ffffff;--button-text-hover:#3d73ff;--button-border:rgba(255,255,255,0.15);--link-color:#6d6d75;--link-hover-color:#3d73ff;--status-online:#48c178;--status-offline:#ff4853;--border-default:#464752;--border-subtle:#313239;--icon-color:#9395ac;--icon-hover-color:#3d73ff}[data-theme=dark]{--background:#26272f;--text:#ffffff;--background-card:#313239;--background-button:rgba(255,255,255,0.1);--background-button-hover:rgba(255,255,255,0.15)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;overflow-y:scroll;scroll-behavior:smooth}@media(max-width:600px){html{font-size:14px}}body{background:var(--background);color:var(--text);line-height:145%;letter-spacing:-.02em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5,h6{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:120%;letter-spacing:-.03em}h1{font-size:30px}h2{font-size:32px}h3{font-size:20px}a,div,p,span{font-size:18px;font-weight:400}@media(max-width:600px){a,div,p,span{font-size:14px}}a{color:var(--link-color);text-decoration:none;transition:color .2s ease}a:hover{color:var(--link-hover-color);text-decoration:underline}.button,button{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;font-weight:500;background:var(--background-button);color:var(--button-text);border:1px solid var(--button-border);border-radius:12px;padding:8px 12px;cursor:pointer;transition:background .2s ease,color .2s ease;text-transform:none}.button:hover,button:hover{background:var(--background-button-hover);color:var(--button-text-hover)}@media(max-width:600px){.button,button{font-size:14px;padding:8px}}.container{width:100%;max-width:1200px;margin:0 auto;padding:16px}@media(max-width:1024px){.container{padding:12px}}@media(max-width:600px){.container{padding:8px}}.card{background:var(--background-header);border-radius:12px;padding:12px;box-shadow:0 2px 4px rgba(0,0,0,.1)}@media(max-width:600px){.card{padding:8px;border-radius:8px}}table{width:100%;border-collapse:separate;border-spacing:0}table td,table th{padding:8px;border-bottom:1px solid var(--border-default);text-align:left}table th{font-weight:500;color:var(--link-color)}table td{font-size:14px}table tr:last-child td{border-bottom:none}@media(max-width:600px){table thead{display:none}table tbody tr{display:flex;flex-direction:column;margin-bottom:12px;border:1px solid var(--border-default);border-radius:8px;padding:8px;background:var(--background-table-row)}table td{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border-subtle)}table td:before{content:attr(data-label);font-weight:500;color:var(--link-color);min-width:100px}table td:last-child{border-bottom:none}.hidden-mobile{display:none}}@media(max-width:1024px){.hidden-tablet{display:none}}.visible-mobile{display:none}@media(max-width:600px){.visible-mobile{display:block}}.rootContainer{display:flex;flex-direction:column;min-height:100vh;background:var(--background);color:var(--text)}@media(max-width:600px){.rootContainer{font-size:14px}}.CustomToast_wrapper__hPu7X .Toastify__toast{padding:0;min-height:unset;width:auto;box-shadow:none;background:rgba(0,0,0,0)!important;border:none}.CustomToast_wrapper__hPu7X .Toastify__toast-body{padding:0;margin:0}.CustomToast_toast-container-success__IVavZ{width:452px;height:52px;background:linear-gradient(0deg,rgba(76,175,80,.1),rgba(76,175,80,.1)),#26272f!important;border:1px solid rgba(76,175,80,.2)!important;border-radius:8px}.CustomToast_toast-container-error__zNjRX{width:452px;height:52px;background:linear-gradient(0deg,rgba(255,72,83,.1),rgba(255,72,83,.1)),#26272f!important;border:1px solid rgba(255,72,83,.2)!important;border-radius:8px}.CustomToast_toast-container-info__ro3Vc{width:452px;height:52px;background:linear-gradient(0deg,rgba(255,195,42,.1) 0) #26272f!important;border:1px solid #8b6400!important;border-radius:8px}.CustomToast_toast__8UVEs{display:flex;flex-direction:row;align-items:center;padding:14px;gap:12px;width:100%;height:100%}.CustomToast_toast__8UVEs .CustomToast_icon__M5EUK{width:24px;height:24px}.CustomToast_toast__8UVEs .CustomToast_message__uizB8{flex-grow:1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:145%;letter-spacing:-.02em}.CustomToast_toast__8UVEs .CustomToast_closeButton__kKifK{padding:0;margin:0;background:rgba(0,0,0,0);border:none}.CustomToast_toast__8UVEs .CustomToast_closeButton__kKifK .CustomToast_closeIcon___v2_1{width:24px;height:24px}.CustomToast_success__XwcVz .CustomToast_message__uizB8{color:#48c178}.CustomToast_error__hXOpJ .CustomToast_message__uizB8{color:#ff4853}.CustomToast_info__ZFznr .CustomToast_message__uizB8{color:#ffb800}@media(max-width:600px){.CustomToast_toast-container-error__zNjRX,.CustomToast_toast-container-info__ro3Vc,.CustomToast_toast-container-success__IVavZ{width:100%;height:auto;padding:8px}.CustomToast_toast__8UVEs{padding:8px;gap:8px}.CustomToast_toast__8UVEs .CustomToast_closeIcon___v2_1,.CustomToast_toast__8UVEs .CustomToast_icon__M5EUK{width:20px;height:20px}.CustomToast_toast__8UVEs .CustomToast_message__uizB8{font-size:12px}}.Notifications_notifications__NvWvS{background:var(--background-header)!important;overflow-y:auto;transition:transform .3s ease-in-out,opacity .3s ease-in-out;z-index:1300}@media(max-width:600px){.Notifications_notifications__NvWvS{top:64px;bottom:64px;left:0;right:0;padding:12px 0}}@media(min-width:1024px){.Notifications_notifications__NvWvS{top:86px!important;width:650px;min-width:650px;max-width:700px;height:600px;min-height:600px;max-height:600px;box-shadow:0 4px 12px rgba(0,0,0,.2);border-radius:8px;padding:.5rem}}.Notifications_section__OgUfb{width:90%;max-width:1200px;margin:0 auto;padding:4px 0;display:flex;flex-direction:column;height:100%}@media(min-width:1024px){.Notifications_section__OgUfb{width:100%;max-width:100%;padding:8px}}.Notifications_header__PJxy_{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;flex-wrap:nowrap;width:100%;padding:0 8px}@media(max-width:1024px){.Notifications_header__PJxy_{flex-direction:column;align-items:flex-start;padding:0}}@media(min-width:1024px){.Notifications_header__PJxy_{gap:8px}}.Notifications_title__foI_Q{font-size:26px;font-weight:400;color:#fff;text-align:left;margin:4px 0;letter-spacing:.5px;text-transform:capitalize;flex-shrink:0;white-space:nowrap}@media(max-width:1024px){.Notifications_title__foI_Q{width:100%;margin-bottom:12px;font-size:20px!important}}.Notifications_tabs__20Mid{flex-shrink:0;display:flex;justify-content:flex-end;min-width:120px}@media(max-width:1024px){.Notifications_tabs__20Mid{margin-bottom:12px;justify-content:flex-start;min-width:0}}@media(min-width:1024px){.Notifications_tabs__20Mid{position:relative;bottom:-1px}}.Notifications_tab__Py6_p{padding:8px 6px;font-size:14px;font-weight:500;color:#9395ac;min-width:50px;text-transform:none;transition:color .3s ease}.Notifications_tabActive__6TQ1a{color:#fff}.Notifications_tabIndicator__nGwY_{background-color:#3d73ff;height:2px}.Notifications_content__QH78p{flex:1 1;overflow-y:auto}.Notifications_notificationItem__rP_hb{padding:12px;border-bottom:1px solid #6d6d75;cursor:pointer}.Notifications_notificationItem__rP_hb .Notifications_text__eNvLC{font-size:14px;color:#fff}@media(min-width:1024px){.Notifications_notificationItem__rP_hb .Notifications_text__eNvLC{font-size:18px}}.Notifications_archiveItem__YIyZL{cursor:default;pointer-events:none}.Notifications_archiveItem__YIyZL a{pointer-events:auto}.Notifications_date__P1Jj6{color:#6d6d75!important;font-size:14px;margin-bottom:4px;text-align:left}.Notifications_text__eNvLC{color:#fff;font-size:14px}.Notifications_text__eNvLC .Notifications_link__gGp2m{color:#3d73ff;text-decoration:none}.Notifications_text__eNvLC .Notifications_link__gGp2m:hover{color:#3d73ff;text-decoration:underline}.Notifications_emptyState__VypWc{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:20px}@media(min-width:1024px){.Notifications_emptyState__VypWc{padding:16px}}.Notifications_emptyIconBox__qttQ9{width:86px;height:86px;border-radius:50%;background-color:#171820;display:flex;justify-content:center;align-items:center}.Notifications_emptyIcon__DSfL_{width:64px;height:64px}.Notifications_emptyMainText__L22_U{color:#fff;font-size:24px;font-weight:500;margin-bottom:2px}@media(max-width:600px){.Notifications_emptyMainText__L22_U{font-size:18px}}.Notifications_emptySubText__tpauh{color:#6d6d75!important;font-size:18px;max-width:inherit;text-align:center}@media(max-width:600px){.Notifications_emptySubText__tpauh{font-size:14px}}.Notifications_iconContainer__C9Jmk{display:flex;align-items:center;justify-content:flex-end;width:100%}.Notifications_closeButton__vmEcR{padding:6px;min-width:32px;height:32px;background:rgba(0,0,0,0)}@media(min-width:1024px){.Notifications_closeButton__vmEcR{display:none}}.Notifications_closeIcon__LpfJq{width:46px;height:46px;filter:brightness(0) invert(1)}@media(min-width:1024px){.Notifications_closeIcon__LpfJq{width:24px;height:24px}}.Notifications_divider__qccFh{background-color:#6d6d75}.Header_header__sisTs{background:#313239!important;color:var(--text);height:64px;box-shadow:none;z-index:1000;position:fixed;align-self:stretch}.Header_header__sisTs .Header_toolbar__tKe1_{display:flex;align-items:center;justify-content:space-between;padding:0 16px;min-height:64px;background:#313239}@media(max-width:600px){.Header_header__sisTs .Header_toolbar__tKe1_{padding:8px 12px}}.Header_header__sisTs .Header_leftSection__psLtW{display:flex;width:16%;justify-content:center}.Header_header__sisTs .Header_leftSection__psLtW .Header_logoPrimary__7tCrc{width:36px;height:34px;margin-right:10px}.Header_header__sisTs .Header_leftSection__psLtW .Header_logoSecondary__8PMEQ{width:82px;height:32px;margin-right:10px}.Header_header__sisTs .Header_centerSection__ar3Ew{flex-grow:1;display:flex;justify-content:center;width:100%}@media(max-width:600px){.Header_header__sisTs .Header_centerSection__ar3Ew{margin-left:0;width:100%}}.Header_header__sisTs .Header_centerSection__ar3Ew .Header_navButtons__ANtiP{display:flex;gap:0;height:100%;width:100%}@media(max-width:600px){.Header_header__sisTs .Header_centerSection__ar3Ew .Header_navButtons__ANtiP{display:none}}.Header_header__sisTs .Header_centerSection__ar3Ew .Header_navButton__0xw3Y{color:#6d6d75;font-size:18px;font-weight:500;text-transform:none;padding:0 12px;background:rgba(0,0,0,0);border:none;border-radius:0;height:64px!important;width:100%!important}.Header_header__sisTs .Header_centerSection__ar3Ew .Header_navButton__0xw3Y.Header_active__vxeTY{color:#fff}@media(max-width:600px){.Header_header__sisTs .Header_centerSection__ar3Ew .Header_navButton__0xw3Y{font-size:14px;padding:8px;width:100%;justify-content:flex-start;background:rgba(0,0,0,0);border:none;border-radius:0}.Header_header__sisTs .Header_centerSection__ar3Ew .Header_navButton__0xw3Y.Header_active__vxeTY{background:rgba(0,0,0,0);border:none}.Header_header__sisTs .Header_centerSection__ar3Ew .Header_navButton__0xw3Y .Header_MuiButton-startIcon__c2lZq{margin-right:8px;margin-left:0}.Header_header__sisTs .Header_centerSection__ar3Ew .Header_navButton__0xw3Y .Header_MuiButton-endIcon__QN4ib{margin-left:auto;margin-right:10px}}.Header_header__sisTs .Header_centerSection__ar3Ew .Header_sectionIcon__9DhtI{filter:brightness(0) invert(1)}.Header_header__sisTs .Header_rightSection__p1dUK{display:flex;align-items:center;gap:10px}.Header_header__sisTs .Header_rightSection__p1dUK .Header_payButton__OL5Zx{background:var(--background-button);color:var(--button-text);border-radius:24px;padding:8px 12px;border:none;max-height:36px;max-width:170px;text-transform:none;font-size:18px}.Header_header__sisTs .Header_rightSection__p1dUK .Header_payButton__OL5Zx .Header_payButtonText__qG2XT{font-weight:700;font-size:medium;text-transform:none;white-space:nowrap}.Header_header__sisTs .Header_rightSection__p1dUK .Header_payButton__OL5Zx:hover{background:var(--background-button-hover);color:var(--button-text-hover)}@media(max-width:600px){.Header_header__sisTs .Header_rightSection__p1dUK .Header_payButton__OL5Zx{font-size:14px;padding:8px}}.Header_header__sisTs .Header_rightSection__p1dUK .Header_avatarIcon__I0u5j,.Header_header__sisTs .Header_rightSection__p1dUK .Header_notificationIcon__N1oWh{color:var(--icon-color);padding:8px}.Header_header__sisTs .Header_rightSection__p1dUK .Header_avatarIcon__I0u5j:hover,.Header_header__sisTs .Header_rightSection__p1dUK .Header_notificationIcon__N1oWh:hover{color:var(--icon-hover-color)}@media(max-width:600px){.Header_header__sisTs .Header_rightSection__p1dUK .Header_avatarIcon__I0u5j,.Header_header__sisTs .Header_rightSection__p1dUK .Header_notificationIcon__N1oWh{padding:4px}}.Header_header__sisTs .Header_rightSection__p1dUK .Header_avatar__LIy0U{width:42px;height:42px;background:#ffb800;font-size:14px;color:var(--text)}.Header_header__sisTs .Header_rightSection__p1dUK .Header_username__w9wru{font-size:20px;font-weight:500;color:var(--text);padding:0 12px}@media(max-width:600px){.Header_header__sisTs .Header_rightSection__p1dUK .Header_username__w9wru{display:none}}.Header_header__sisTs .Header_rightSection__p1dUK .Header_arrowDown___zuSW{cursor:pointer;filter:invert(50%) sepia(0) saturate(0) hue-rotate(0deg)}@media(max-width:600px){.Header_header__sisTs .Header_rightSection__p1dUK .Header_arrowDown___zuSW{width:16px;height:16px}}.Header_header__sisTs .Header_divider__Wq507{width:1px;background:#666774;height:100%!important;margin:0 10px}@media(max-width:600px){.Header_header__sisTs .Header_divider__Wq507{height:100%;align-self:stretch}}.Header_header__sisTs .Header_drawerPaper__SA2c_{background:var(--background);border-top-left-radius:24px;border-top-right-radius:24px;max-height:320px;padding:12px;overflow-y:auto;z-index:1200}@media(max-width:600px){.Header_header__sisTs .Header_drawerPaper__SA2c_{padding:8px}}.Header_header__sisTs .Header_drawerItemBox__EPPl8{background:hsla(0,0%,100%,.05);border-radius:12px;margin:8px 0}.Header_header__sisTs .Header_drawerItemBox__EPPl8:hover{background:hsla(0,0%,100%,.1)}.Header_header__sisTs .Header_drawerItem__IDA2_{border-radius:12px}.Header_header__sisTs .Header_drawerItemButton__Vl65y{padding:12px;color:var(--text)}.Header_header__sisTs .Header_drawerItemButton__Vl65y:hover{background:rgba(0,0,0,0)}@media(max-width:600px){.Header_header__sisTs .Header_drawerItemButton__Vl65y{padding:8px}}.Header_header__sisTs .Header_drawerIconButton__4CAoj{color:var(--icon-color)}.Header_header__sisTs .Header_drawerIconButton__4CAoj .Header_arrowRight__f18Tp{filter:invert(80%) sepia(100%) saturate(2476%) hue-rotate(215deg) brightness(100%) contrast(100%)}.Header_select_icon__xD2uX{filter:grayscale(1)}.Header_drawerPaper__SA2c_{background:var(--background-header)!important;border-radius:12px 12px 0 0;padding:12px}.Header_drawerItemBox__EPPl8{padding:4px;border-radius:12px;overflow:hidden}.Header_drawerItemBox__EPPl8:hover{background:var(--active-bg)}.Header_drawerItem__IDA2_{border-radius:12px;background:hsla(0,0%,100%,.05)!important}.Header_drawerItem__IDA2_.Header_activeItem__Fergt{background:var(--active-bg)}.Header_drawerItemButton__Vl65y{display:flex!important;align-items:center!important}.Header_itemIcon__jF_LY{min-width:40px!important;margin-right:16px!important}.Header_itemIcon__jF_LY .Header_sectionIcon__9DhtI{filter:var(--icon-filter)}.Header_itemTextContainer__Urjei{flex:1 1}.Header_itemPrimaryText__zOkjw{font-weight:500!important;font-size:16px!important;color:var(--text)!important}.Header_itemSecondaryText__n9Vus{font-size:14px!important;color:#666774!important}.Header_arrowIcon__hPO7J{color:#3d73ff;margin-left:8px}.Header_adminBadge__C81Rd{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:12px;background-color:#3d73ff}.Header_adminBadgeIcon__cvRmh{align-self:center;justify-self:center;border-radius:48px;padding:4px}.Header_adminBadgeText__A3gmu{padding:4px;font-weight:600!important;font-size:14px!important}.ProfileMenu_overlay__DcBwM{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(38,39,47,.52);opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:900}.ProfileMenu_overlay__DcBwM.ProfileMenu_open__UJd1p{opacity:1;pointer-events:auto}@media(min-width:1024px){.ProfileMenu_overlay__DcBwM{display:none}}.ProfileMenu_root__viAKh{display:flex;flex-direction:column;background:#26272f;width:20%;max-height:30%;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.2);z-index:1200;padding:10px;border-radius:8px!important;background-color:#313239!important;border:1px solid #666774!important;margin-top:32px}.ProfileMenu_mobileRoot__1vKyz{display:flex;flex-direction:column;background:#171820;position:fixed;bottom:64px;left:0;right:0;height:auto;max-height:-moz-fit-content;max-height:fit-content;overflow-y:auto;padding:10px 0;transform:translateY(100%);transition:transform .2s ease-in-out,opacity .2s ease-in-out;border-radius:24px 24px 0 0;opacity:0;z-index:1200}.ProfileMenu_mobileRoot__1vKyz.ProfileMenu_open__UJd1p{transform:translateY(0);opacity:1;z-index:1200}.ProfileMenu_section__0pByk{width:90%;max-width:1200px;margin:0 auto;padding:4px;color:#9395ac}@media(min-width:1024px){.ProfileMenu_section__0pByk{width:100%;max-width:none;padding:0}}.ProfileMenu_menuItem__5Ai85{display:flex;align-items:center;gap:10px;font-size:18px;color:var(--text);font-weight:500;border-radius:8px;transition:background .2s ease;padding:8px 16px}.ProfileMenu_menuItem__5Ai85:hover{background:hsla(0,0%,100%,.05)}.ProfileMenu_menuItem__5Ai85 img{width:32px;height:32px;filter:brightness(0) saturate(100%) invert(63%) sepia(4%) saturate(628%) hue-rotate(169deg) brightness(93%) contrast(86%)}@media(min-width:1024px){.ProfileMenu_menuItem__5Ai85{padding:12px 16px;font-size:20px}}@media(max-width:600px){.ProfileMenu_menuItem__5Ai85{padding:6px 12px}}.ProfileMenu_closeButton__abBkb{position:absolute;top:24px;right:12px;padding:6px;min-width:32px;height:32px;background:rgba(0,0,0,0);border:none;cursor:pointer}.ProfileMenu_closeButton__abBkb .ProfileMenu_icon__cB3OR{width:45px;height:45px;filter:brightness(0) invert(1)}@media(max-width:1024px){.ProfileMenu_closeButton__abBkb{display:none}}.LeftBar_root__mApq9{--bc-c:$grey-01;width:auto;min-width:240px;padding:32px;overflow-y:auto;height:100vh;position:fixed;left:0;z-index:1}.LeftBar_root__mApq9 .LeftBar_section__PBtIJ{display:flex;flex-direction:column;width:100%}.LeftBar_root__mApq9 .LeftBar_profileHeader__JeYno{display:flex;flex-direction:column;align-items:center;padding-top:10%;padding-bottom:32px}.LeftBar_root__mApq9 .LeftBar_profileIcon__sC192{width:100px;height:100px;border-radius:50%;overflow:hidden;margin-bottom:16px;background-color:#ffb800;font-size:38px;color:#fff}.LeftBar_root__mApq9 .LeftBar_profileImage__tEVL0{width:100%;height:100%;object-fit:cover}.LeftBar_root__mApq9 .LeftBar_profileName__kkOXI{font-size:20px;font-weight:600;color:#fff;text-align:center;margin-bottom:4px}.LeftBar_root__mApq9 .LeftBar_profileEmail__gHa8Q{font-size:18px;color:#9395ac;text-align:center}.LeftBar_root__mApq9 .LeftBar_list__lx0b4{padding-bottom:0;margin:0;width:100%}.LeftBar_root__mApq9 .LeftBar_title__OxZ3M{font-weight:700;color:hsla(0,0%,100%,.3);text-align:left;margin-left:14px;font-size:20px;padding-top:32px;text-transform:uppercase}.LeftBar_root__mApq9 .LeftBar_title__OxZ3M:not(:first-child){padding-top:45px}.LeftBar_root__mApq9 .LeftBar_listItem__L54eq{display:flex;align-items:center;gap:10px;border-radius:12px;cursor:pointer;text-decoration:none}.LeftBar_root__mApq9 .LeftBar_listItem__L54eq .LeftBar_text__qRPS2{font-size:20px;color:#9395ac;cursor:default;margin-right:10px}.LeftBar_root__mApq9 .LeftBar_listItem__L54eq .LeftBar_icon__b9RWq{color:#9395ac;min-width:24px}.LeftBar_root__mApq9 .LeftBar_listItem__L54eq:hover{background:rgba(117,117,117,.4156862745);border-radius:0}.LeftBar_root__mApq9 .LeftBar_listItem__L54eq:hover .LeftBar_text__qRPS2{color:#fff}.LeftBar_root__mApq9 .LeftBar_listItem__L54eq.LeftBar_active__odV1T{font-weight:700;position:relative;background:rgba(117,117,117,.4156862745);border-radius:0}.LeftBar_root__mApq9 .LeftBar_listItem__L54eq.LeftBar_active__odV1T:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:48px;background:#3d73ff;border-radius:0 12px 12px 0}.LeftBar_root__mApq9 .LeftBar_listItem__L54eq.LeftBar_active__odV1T .LeftBar_icon__b9RWq{color:#3d73ff}.LeftBar_root__mApq9 .LeftBar_listItem__L54eq.LeftBar_active__odV1T .LeftBar_text__qRPS2{color:#fff}.LeftBar_root__mApq9 .LeftBar_listItem__L54eq.LeftBar_blinking__AjVeh{position:relative}.LeftBar_root__mApq9 .LeftBar_listItem__L54eq.LeftBar_blinking__AjVeh:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:48px;background:#ff4853;border-radius:0 12px 12px 0;animation:LeftBar_slowBlink__cHa8Z 2s ease-in-out infinite}@media(max-width:600px){.LeftBar_root__mApq9{display:none}}@keyframes LeftBar_slowBlink__cHa8Z{0%,to{opacity:1}50%{opacity:0}}.Footer_root__mc6kZ{position:fixed;bottom:0;left:0;width:100%;z-index:1200;background-color:var(--background);border-top:1px solid #313239;min-height:64px}.Footer_root__mc6kZ .Footer_action__Uy3Rf{color:#9395ac;min-width:auto;flex:1 1}.Footer_root__mc6kZ .Footer_action__Uy3Rf:hover{color:#fff}.Footer_root__mc6kZ .Footer_action__Uy3Rf.Footer_Mui-selected__V7JIT{color:#fff!important}.Footer_root__mc6kZ .Footer_action__Uy3Rf.Footer_Mui-selected__V7JIT img{filter:invert(100%) sepia(0) saturate(0) hue-rotate(0deg) brightness(100%) contrast(100%)}.Footer_root__mc6kZ .Footer_label__Q5e2M{font-size:14px;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:inherit}.FooterMenu_footer__uzUde{display:flex;flex-direction:column;background:#26272f;position:fixed;top:64px;left:0;right:0;bottom:64px;z-index:1000;overflow-y:auto;padding:12px 0}.FooterMenu_section__6kfv0{width:90%;max-width:1200px;margin:0 auto;padding:4px 0}.FooterMenu_title__FzE_w{font-size:18px!important;font-weight:700;color:#666774;font-family:bold;text-transform:uppercase;text-align:left;margin:4px 0 12px!important;width:100%;letter-spacing:.5px}.FooterMenu_list__ipDAA{display:flex;flex-direction:column;list-style:none;width:100%;padding:0;margin:0}.FooterMenu_listRow__YCXjS{display:grid;grid-template-columns:repeat(4,1fr)!important;width:100%;margin-bottom:8px}@media(max-width:768px){.FooterMenu_listRow__YCXjS{grid-template-columns:repeat(4,1fr)}}.FooterMenu_listItem__vQ7oC{display:flex;flex-direction:column;align-items:center;text-decoration:none;border-radius:8px;transition:transform 0s ease;padding:8px!important}.FooterMenu_listItem__vQ7oC:hover{transform:translateY(-1px);background:hsla(0,0%,100%,.05)}.FooterMenu_listItem__vQ7oC.FooterMenu_blinking__HXCtF .FooterMenu_iconWrapper__1Eqdd{animation:FooterMenu_blink__zxriO 2s infinite}.FooterMenu_iconWrapper__1Eqdd{width:56px;height:56px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-bottom:6px;background-color:#171820}.FooterMenu_icon__Xj4tP{filter:brightness(0) invert(1);width:24x;height:24px}.FooterMenu_text__lLTZM{color:#fff;text-align:center;font-weight:500;line-height:1;padding:0 4px;font-size:12px}.FooterMenu_text__lLTZM>span{font-size:inherit!important;line-height:inherit!important}.FooterMenu_divider__beWxA{width:100%;margin:8px auto!important;border-color:#6d6d75!important;opacity:.3}.FooterMenu_closeButton__jIf8y{position:absolute!important;top:24px;right:12px;z-index:1100;padding:6px!important;min-width:32px!important;height:32px}.FooterMenu_closeButton__jIf8y .FooterMenu_icon__Xj4tP{width:45px;height:45px}@keyframes FooterMenu_blink__zxriO{0%,to{background:hsla(0,0%,100%,.05)}50%{background:#ff4853}}.Layout_pageContainer__G6sMA{display:flex;flex-direction:column;color:var(--text);box-sizing:border-box;margin-left:256px;min-height:100vh;background:#171820;padding:84px 24px 24px}@media(max-width:1024px){.Layout_pageContainer__G6sMA{margin-left:0}}@media(max-width:600px){.Layout_pageContainer__G6sMA{padding:84px 8px 64px}}.Loader_loaderContainer__MBaNu{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:rgba(0,0,0,0)!important;color:var(--text)}.Loader_spinner__Bx7uY{color:var(--primary)}@media(max-width:600px){.Loader_spinner__Bx7uY{width:36px!important;height:36px!important}}.Loader_text__3Dgo8{font-size:18px;font-weight:500;color:var(--text);margin-top:12px}@media(max-width:600px){.Loader_text__3Dgo8{font-size:14px;margin-top:8px}}