:root,html[data-theme=default],html[data-theme=light],html[data-color-mode=light]{touch-action:pan-x pan-y;--app-font-family: "Lato", sans-serif;--acronex-primary-color: #4980cc;--acronex-primary-color-l10: #719cd7;--acronex-primary-color-l25: #adc5e8;--acronex-primary-color-l35: #d4e1f3;--acronex-primary-color-d10: #3167b1;--primary-text-color: #000000e0;--secondary-text-color: #8a8888;--secondary-background-color: #e8e8e8;--primary-background-color: #f5f5f5;--layout-header-bg-color: var(--acronex-primary-color);--layout-sider-bg-color: var(--acronex-primary-color);--layout-sider-menu-bg-color: var(--acronex-primary-color-d10);--layout-select-country-bg-color: var(--acronex-primary-color-l10);--layout-select-country-border-color: var(--acronex-primary-color-l25);--layout-text-color: #fff;--no-progress-color: #cc561f;--in-progress-color: #1eaa1e;--completed-color: #1130bb;--antd-color-success: #52c41a;--antd-color-warning: #faad14;--antd-color-error: #ff4d4f;--antd-color-info: #1677ff;--antd-color-divider: #0505050f;--antd-tabs-item-selected-color: var(--acronex-primary-color);--package-state-pendiente: #cf8888;--package-state-gestion-admin: #b243fd;--package-state-pagado: #f6b26b;--package-state-en-preparacion: #ffc824;--package-state-preparado: #83adf6;--package-state-en-viaje: #d37bcc;--package-state-recibido: #ffc824;--package-state-finalizado: #82bf68;--package-state-cancelado: #b5b5b5;--package-state-reparacion: #fe9400;--ticket-logistics-state-no-logistics: #b5b5b5;--ticket-logistics-state-pendiente: #cf8888;--ticket-logistics-state-en-curso: #477bce;--ticket-logistics-state-listo-resolver: #ffc824;--ticket-logistics-state-finalizado: #82bf68;--error-background-color: #e8e8e8}:root,html[data-theme=dark],html[data-color-mode=dark]{--primary-text-color: #ffffff;--secondary-text-color: #b3b3b3;--tertiary-text-color: #ffffff73;--secondary-background-color: #1f1f1f;--primary-background-color: #000000;--layout-header-bg-color: #1f1f1f;--layout-sider-bg-color: #1f1f1f;--layout-sider-menu-bg-color: #161616;--layout-select-country-bg-color: #1f1f1f;--layout-select-country-border-color: #fdfdfd1f;--antd-color-divider: #fdfdfd1f;--error-background-color: #1f1f1f}html[data-theme-variant=brasil][data-color-mode=light]{--acronex-primary-color: #059669;--acronex-primary-color-l10: #34d399;--acronex-primary-color-l25: #a7f3d0;--acronex-primary-color-l35: #d1fae5;--acronex-primary-color-d10: #047857;--layout-header-bg-color: var(--acronex-primary-color);--layout-sider-bg-color: var(--acronex-primary-color);--layout-sider-menu-bg-color: var(--acronex-primary-color-d10);--antd-tabs-item-selected-color: var(--acronex-primary-color)}html[data-theme-variant=brasil][data-color-mode=dark]{--acronex-primary-color: #059669}html[data-theme-variant=hidden][data-color-mode=light]{--acronex-primary-color: #c084fc;--acronex-primary-color-l10: #c996fc;--acronex-primary-color-l25: #dcbcfd;--acronex-primary-color-l35: #ecd9fe;--acronex-primary-color-d10: #a855f7;--layout-header-bg-color: var(--acronex-primary-color);--layout-sider-bg-color: var(--acronex-primary-color);--layout-sider-menu-bg-color: var(--acronex-primary-color-d10);--antd-tabs-item-selected-color: var(--acronex-primary-color)}body *{font-family:var(--app-font-family)}html{background-color:var(--primary-background-color);color:var(--primary-text-color);overflow:hidden}.ant-layout{min-height:100dvh!important}main.ant-layout-content{position:relative;height:calc(100dvh - 64px)}main.ant-layout-content>div:first-child{height:100%;padding:0!important}main.ant-layout-content>div:first-child .MainSection{height:100%;overflow:auto;padding:24px}@media(max-width:600px){main.ant-layout-content>div:first-child .MainSection{padding:12px}}main.ant-layout-content>div:first-child .MainSection:has(.AnchorableDrawer--anchored){margin-right:500px}html[data-theme=dark],html[data-color-mode=dark]{color-scheme:dark}*{scrollbar-width:thin;scrollbar-color:var(--secondary-text-color) var(--primary-background-color)}*::-webkit-scrollbar{width:10px}*::-webkit-scrollbar-thumb{background:var(--secondary-text-color);border-radius:999px}*::-webkit-scrollbar-track{background:var(--primary-background-color)}.App{transition:all .2s ease}.SpinLoading{min-height:200px;display:flex;justify-content:center;align-items:center}.ErrorBoundary{width:100%;height:100dvh;padding:20px;background-color:var(--error-background-color);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:36px}.ErrorBoundary .Logo{width:280px}.ErrorBoundary .Label{font-size:1.5em;width:fit-content;animation:fadein 1s ease-in;-webkit-animation:fadein 1s ease-in;color:var(--primary-text-color-d20)}.ErrorBoundary .Refresh{margin-top:25px;width:fit-content;text-align:center}.ErrorBoundary .Refresh .RefreshButton{font-size:1.2em;padding:7px 15px;line-height:1.5em;cursor:pointer;color:var(--primary-text-color);background-color:var(--acronex-secondary-color);box-shadow:var(--box-shadow);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:none}.ErrorBoundary .Refresh .RefreshButton:hover{color:var(--primary-text-color-d20);box-shadow:var(--box-shadow-hover)}.LayoutHeader{width:100%;background-color:var(--layout-header-bg-color);display:flex;justify-content:flex-end;align-items:center;padding:0 24px;height:64px;position:sticky;top:0;z-index:10}.LayoutHeader .LayoutHeaderReleaseTag{margin-inline-end:0;max-width:240px;white-space:normal;overflow-wrap:anywhere;text-align:center}.LayoutHeader .LayoutHeaderCountrySelector{min-width:180px}.LayoutHeader .LayoutHeaderMobileTrigger{width:100%}.LayoutHeader .LayoutHeaderMobileTrigger .LayoutHeaderMobileTriggerButton{font-size:18px;color:var(--layout-text-color)}.LayoutHeader .LayoutHeaderMobileTrigger .LayoutHeaderMobileTriggerButton:hover{color:var(--layout-text-color)}.CountrySelector{background:var(--layout-select-country-bg-color);border:1px solid var(--layout-select-country-border-color);padding:2px;width:fit-content}.CountrySelector .ant-segmented-item{min-width:80px;color:#fff;transition:color .2s ease,background-color .2s ease}.CountrySelector .ant-segmented-item-selected{color:#1f1f1f;font-weight:600}.CountrySelector .ant-segmented-thumb,.CountrySelector .ant-segmented-item-selected{background:#fff}.CountrySelector .CountrySelectorOption .ant-segmented-item-label{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.HeaderNotifications{margin-top:2px}.HeaderNotifications .HeaderNotificationsButton{color:var(--layout-text-color)!important;width:28px;height:28px;border-radius:50%;font-size:16px;line-height:0;border:1px solid rgba(255,255,255,.25);background:linear-gradient(145deg,#ffffff24,#ffffff0d);box-shadow:0 6px 18px #0003;transition:transform .15s ease,box-shadow .2s ease,border .2s ease}.HeaderNotifications .HeaderNotificationsButton:hover{color:var(--layout-text-color);transform:scale(1.05);box-shadow:0 10px 24px #00000040;border-color:#ffffff80}.NotificationListPopover{width:360px;max-width:92vw}.NotificationListPopover .ant-popover-inner{padding:0;border-radius:14px;background:linear-gradient(170deg,color-mix(in srgb,var(--primary-background-color) 92%,#ffffff 8%),color-mix(in srgb,var(--primary-background-color) 70%,#ffffff 30%));border:1px solid var(--antd-color-divider);box-shadow:0 20px 40px #0000004d}.NotificationListPopover .HeaderNotificationsPanel{display:flex;flex-direction:column;gap:8px}.NotificationListPopover .HeaderNotificationsHeader{display:flex;justify-content:space-between;align-items:center;padding:14px 16px 8px;border-bottom:1px solid var(--antd-color-divider);border-radius:16px 16px 0 0;background:linear-gradient(120deg,color-mix(in srgb,var(--primary-background-color) 92%,#ffffff 8%),color-mix(in srgb,var(--primary-background-color) 82%,#ffffff 18%))}.NotificationListPopover .HeaderNotificationsHeadings{display:flex;flex-direction:column;gap:2px}.NotificationListPopover .HeaderNotificationsLabel{margin:0;font-size:14px;font-weight:700;color:var(--primary-text-color)}.NotificationListPopover .HeaderNotificationsSubtitle{font-size:12px;color:var(--secondary-text-color)}.NotificationListPopover .HeaderNotificationsHeaderBadge .ant-badge-count{box-shadow:0 10px 20px #4980cc3d}.NotificationListPopover .HeaderNotificationsContent{display:flex;flex-direction:column;gap:10px;padding:12px 14px 16px;max-height:360px;overflow-y:auto;background:radial-gradient(circle at 16% 16%,color-mix(in srgb,var(--acronex-primary-color) 12%,transparent),transparent 40%),radial-gradient(circle at 80% 10%,color-mix(in srgb,var(--acronex-primary-color) 10%,transparent),transparent 42%);scroll-behavior:smooth}.NotificationListPopover .HeaderNotificationsContent::-webkit-scrollbar{width:6px}.NotificationListPopover .HeaderNotificationsContent::-webkit-scrollbar-thumb{background:var(--acronex-primary-color-l25);border-radius:999px}.NotificationListPopover .HeaderNotificationsEmpty{padding:26px 16px;text-align:center;color:var(--secondary-text-color)}.NotificationListPopover .HeaderNotificationsEmpty .ant-empty-description{color:var(--secondary-text-color)}.NotificationListPopover .NotificationItem{display:grid;grid-template-columns:6px 1fr;gap:12px;padding:12px;border-radius:12px;border:1px solid var(--antd-color-divider);background:color-mix(in srgb,var(--primary-background-color) 80%,#ffffff 20%);box-shadow:0 10px 24px #0000002e;transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease;cursor:pointer;outline:none;position:relative}.NotificationListPopover .NotificationItem:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--acronex-primary-color) 45%,#ffffff 10%);box-shadow:0 18px 32px #0000003d}.NotificationListPopover .NotificationItem:active{transform:translateY(0);background:color-mix(in srgb,var(--acronex-primary-color-l35) 70%,var(--primary-background-color) 30%);border-color:var(--acronex-primary-color-l10);box-shadow:inset 0 0 0 1px var(--acronex-primary-color-l10)}.NotificationListPopover .NotificationItem:focus-visible{border-color:var(--acronex-primary-color);box-shadow:0 0 0 2px #4980cc33}.NotificationListPopover .NotificationItem .NotificationItemAccent{width:6px;border-radius:999px;background:var(--acronex-primary-color-l25);transition:background .2s ease,box-shadow .2s ease}.NotificationListPopover .NotificationItem .NotificationItemBody{display:flex;flex-direction:column;gap:4px}.NotificationListPopover .NotificationItem .NotificationItemTitle{margin:0;font-size:14px;font-weight:700;color:var(--primary-text-color)}.NotificationListPopover .NotificationItem .NotificationItemText{margin:0;font-size:12px;color:var(--secondary-text-color);line-height:1.4}.NotificationListPopover .NotificationItem.Unreaded{background:linear-gradient(135deg,color-mix(in srgb,var(--primary-background-color) 80%,#ffffff 20%),color-mix(in srgb,var(--acronex-primary-color) 22%,transparent));border-color:color-mix(in srgb,var(--acronex-primary-color) 35%,#ffffff 10%)}.NotificationListPopover .NotificationItem.Unreaded .NotificationItemAccent{background:var(--acronex-primary-color);box-shadow:0 0 0 4px color-mix(in srgb,var(--acronex-primary-color) 25%,transparent)}.NotificationListPopover .NotificationItem.Readed{background:color-mix(in srgb,var(--primary-background-color) 90%,#ffffff 10%)}.NotificationListPopover .NotificationItem.Readed .NotificationItemAccent{background:var(--acronex-primary-color-l35);box-shadow:none}.NotificationListPopover .NotificationItem.Readed .NotificationItemTitle{opacity:.85}.NotificationListPopover .HeaderNotificationsFooter{border-top:1px solid var(--antd-color-divider);padding:10px 14px 12px;text-align:center;background:color-mix(in srgb,var(--primary-background-color) 92%,var(--acronex-primary-color) 8%);border-bottom-left-radius:14px;border-bottom-right-radius:14px}.NotificationListPopover .HeaderNotificationsViewAll{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:var(--acronex-primary-color);transition:color .2s ease,transform .15s ease}.NotificationListPopover .HeaderNotificationsViewAll:hover{color:var(--acronex-primary-color-d10);transform:translate(2px)}.UserMenuIcon{width:auto;height:30px;font-size:1em;font-weight:400;display:flex;align-items:center;align-content:center}.UserMenuIcon .UserMenuIconAvatar{color:var(--acronex-primary-color);background-color:#fff;font-weight:700;cursor:pointer;border:none;text-align:center;transform-origin:center;display:flex;align-items:center;justify-content:center}.UserMenuIcon .UserMenuIconAvatar:hover{transform:scale(1.1)}.LayoutHeaderReleaseTag{width:fit-content;margin:auto;font-size:.75em;color:var(--secondary-text-color)}.AntdSelectMobileElement{position:relative;width:100%;height:fit-content}.AntdSelectMobileElement .AntdSelectMobileTrigger{cursor:pointer;height:100%;width:90%;position:absolute;top:0}.AntdSelectMobileElement .AntdSelectMobileClear{display:flex;align-items:center;justify-content:flex-end;cursor:pointer;height:100%;width:10%;position:absolute;top:0;right:0;padding:0 11px}.AntdSelectMobileElement .AntdSelect{height:100%;width:100%}.AntdSelectMobileElement .AntdSelect .ant-select-arrow{opacity:1;inset-inline-end:40px}.AntdSelectMobileElement .AntdSelect .ant-select-arrow:hover,.AntdSelectMobileElement .AntdSelect .ant-select-clear,.AntdSelectMobileElement .AntdSelect .ant-select-clear:hover{opacity:1}.AntdSelectMobileElement.NonClear .AntdSelectMobileTrigger{width:100%}.AntdSelectMobileElement.NonClear .AntdSelect .ant-select-arrow{inset-inline-end:11px}.AntdSelectCloseDrawer{width:100%}.MobileDrawer .ant-drawer-content-wrapper{max-height:95vh;height:fit-content!important}.MobileDrawer .MobileDrawerContent{background-color:var(--primary-background-color)}.MobileDrawer .MobileDrawerContent.ant-drawer-content{transition:all .3s}.MobileDrawer .MobileDrawerContent.ant-drawer-content{border-radius:16px 16px 0 0;max-height:90vh}.MobileDrawer .MobileDrawerContent.ant-drawer-content .ant-drawer-header{display:flex;flex-direction:column;gap:16px;padding:0}.MobileDrawer .MobileDrawerContent.ant-drawer-content .ant-drawer-header .MobileDrawerHeader{display:flex;flex-direction:column;align-items:center}.MobileDrawer .MobileDrawerContent.ant-drawer-content .ant-drawer-header .MobileDrawerHeader .MobileDrawerTop{padding:12px;width:100%}.MobileDrawer .MobileDrawerContent.ant-drawer-content .ant-drawer-header .MobileDrawerHeader .MobileDrawerTop .MobileDrawerResizeElement{margin:auto;width:70px;border-radius:8px;height:4px;background-color:var(--secondary-text-color);opacity:.7}.MobileDrawer .MobileDrawerContent.ant-drawer-content .ant-drawer-header .MobileDrawerHeader .MobileDrawerHeaderTitle{width:100%;margin:0;padding:12px 24px 16px}.MobileDrawer .MobileDrawerContent.ant-drawer-content .ant-drawer-header .ant-drawer-header-title{width:100%;position:relative}.MobileDrawer .MobileDrawerContent.ant-drawer-content .ant-drawer-header .ant-drawer-header-title .ant-drawer-close{position:absolute;right:24px;bottom:16px;margin:0}.MobileDrawer .MobileDrawerContent .ant-drawer-body{padding:16px 24px 24px}.MobileDrawer .MobileDrawerContent .ant-drawer-body::-webkit-scrollbar{display:none}.FullscreenDrawer .FullscreenDrawerHeader{flex:none;display:flex;align-items:center;justify-content:center;height:64px;background-color:var(--layout-header-bg-color);padding:0 10px}.FullscreenDrawer .FullscreenDrawerHeader .FullscreenDrawerHeaderTitle{color:var(--layout-text-color)}.FullscreenDrawer .FullscreenDrawerHeader .FullscreenDrawerHeaderCloseButton{font-size:1.3em;color:var(--layout-text-color)}.FullscreenDrawer .FullscreenDrawerBody{padding:24px 10px;background-color:var(--primary-background-color)}@media(max-width:600px){.FullscreenDrawer .FullscreenDrawerBody{scrollbar-width:none;-ms-overflow-style:none}.FullscreenDrawer .FullscreenDrawerBody::-webkit-scrollbar{display:none}}.SelectOnDrawer{min-height:200px;position:relative}.SelectOnDrawer .SelectOnDrawerSearcher{padding:16px 0;background-color:var(--primary-background-color);position:sticky;top:-24px;z-index:10}.SelectOnDrawer .SelectOnDrawerSearcher .ant-input{height:40px}.SelectOnDrawer .SelectOnDrawerOption{position:relative;display:flex;justify-content:center;text-align:center;flex-direction:column;padding:12px 24px;z-index:0}.SelectOnDrawer .SelectOnDrawerOption:hover{background-color:var(--secondary-background-color);cursor:pointer}.SelectOnDrawer .SelectOnDrawerOption.Selected{cursor:pointer;font-weight:700}.SelectOnDrawer .SelectOnDrawerOption .SelectOnDrawerOptionSelectedIcon{position:absolute;right:4px}.SelectOnDrawer .SelectOnDrawerOptionEmpty{margin-top:20px;width:100%;font-size:1.2rem;font-weight:700;color:var(--primary-text-color-l40);text-align:center}.SelectOnDrawer .SelectOnDrawerLoading{margin-top:20px;width:100%;font-size:40px;font-weight:700;color:var(--primary-text-color-l40);text-align:center}.LanguageSegmented .LanguageSegmentedOption{width:120px;display:flex;align-items:center;justify-content:center}@media(max-width:600px){.LanguageSegmented .LanguageSegmentedOption{width:80px}}.LayoutSider{position:sticky;background-color:var(--layout-sider-bg-color)}.LayoutSider .ant-layout-sider-trigger{background:var(--layout-sider-bg-color)}.LayoutDrawer .ant-drawer-body{padding:0}.SiderContent{display:flex;flex-direction:column;background-color:var(--layout-sider-menu-bg-color);height:100%}.SiderContent .SiderContentHeader{background-color:var(--layout-sider-bg-color);width:100%;min-height:64px;display:flex;align-items:center;justify-content:center}.SiderContent .SiderContentHeader div{width:fit-content!important}.SiderContent .SiderContentBody{height:100%;display:flex;flex-direction:column;justify-content:space-between}.SiderContent .SiderContentBody .SiderContentMenu{background-color:inherit;border:none}.SiderContent .SiderContentBody .SiderContentMenu .ant-menu-item{transition:all .2s ease;color:var(--layout-text-color)}.SiderContent .SiderContentBody .SiderContentMenu .ant-menu-item:hover{background-color:var(--layout-sider-bg-color);color:var(--layout-text-color);font-weight:700}.SiderContent .SiderContentBody .SiderContentMenu .ant-menu-item:active,.SiderContent .SiderContentBody .SiderContentMenu .ant-menu-item.ant-menu-item-selected{background-color:var(--layout-sider-bg-color);font-weight:700}.SiderContent .SiderContentBody .SiderContentMenu .ant-menu-item a{transition:none}.SiderContent .SiderContentBody .SiderContentMenu .ant-menu-submenu .ant-menu-submenu-title{transition:all .2s ease;color:var(--layout-text-color)}.SiderContent .SiderContentBody .SiderContentMenu .ant-menu-submenu .ant-menu-submenu-title:hover{background-color:var(--layout-sider-bg-color);color:var(--layout-text-color);font-weight:700}.SiderContent .SiderContentBody .SiderContentMenu .ant-menu-submenu .ant-menu-submenu-title:active,.SiderContent .SiderContentBody .SiderContentMenu .ant-menu-submenu .ant-menu-submenu-title a{color:var(--layout-text-color)}.SiderContent .SiderContentBody .SiderContentMenu .ant-menu-submenu.ant-menu-submenu-selected{background-color:var(--layout-sider-bg-color)}.SiderContent .SiderContentBody .SiderContentMenu .ant-menu-submenu.ant-menu-submenu-selected .ant-menu-submenu-title{font-weight:700}.SiderContent .SiderContentFooter{padding:24px 0;align-self:center;justify-self:end}.LoginSection{height:100dvh;width:100vw;background-color:var(--acronex-primary-color)}.LoginSection.AcronexBackground{background:#78debf;background:-moz-linear-gradient(-45deg,rgb(120,222,191) 0%,rgb(73,146,185) 60%,rgb(56,114,181) 100%);background:-webkit-gradient(left top,right bottom,color-stop(0%,rgb(120,222,191)),color-stop(60%,rgb(73,146,185)),color-stop(100%,rgb(56,114,181)));background:-webkit-linear-gradient(-45deg,rgb(120,222,191) 0%,rgb(73,146,185) 60%,rgb(56,114,181) 100%);background:-o-linear-gradient(-45deg,rgb(120,222,191) 0%,rgb(73,146,185) 60%,rgb(56,114,181) 100%);background:-ms-linear-gradient(-45deg,rgb(120,222,191) 0%,rgb(73,146,185) 60%,rgb(56,114,181) 100%);background:linear-gradient(135deg,#78debf,#4992b9 60%,#3872b5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#78debf",endColorstr="#3872b5",GradientType=1)}.Home{display:flex;flex-direction:column;gap:20px;font-size:16px}.Home .HomeMenuSection{display:flex;flex-direction:column;gap:12px}.Home .HomeSectionTitle{margin:0;font-size:18px;font-weight:700}.Home .HomeMenuList{display:flex;flex-direction:column;gap:10px}.Home .HomeMenuGroup{display:flex;flex-direction:column;gap:6px}.Home .HomeMenuGroupTitle{font-weight:700;white-space:normal;overflow-wrap:anywhere}.Home .HomeMenuGroupLinks{display:flex;flex-direction:column;gap:4px;padding-left:18px}.Home .HomeMenuLink{width:fit-content;color:var(--acronex-primary-color);text-decoration:none;white-space:normal;overflow-wrap:anywhere}.Home .HomeMenuLink:hover{color:var(--acronex-primary-color-l10);text-decoration:underline}.MetricsSection{display:flex;flex-direction:column;gap:20px}.MetricsSection .HomeMetricsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:12px}.MetricsSection .HomeMetricsGroups{display:flex;flex-direction:column;gap:16px}.MetricsSection .HomeMetricsGroup{display:flex;flex-direction:column;gap:10px}.MetricsSection .HomeMetricsGroupTitle{margin:0;font-size:16px;font-weight:700;white-space:normal;overflow-wrap:anywhere}.MetricCard{display:flex;flex-direction:column;gap:8px;min-height:140px;padding:16px;border-radius:12px;border:1px solid var(--antd-color-divider);border-left:4px solid var(--acronex-primary-color);background:color-mix(in srgb,var(--secondary-background-color) 32%,transparent);box-shadow:0 4px 12px color-mix(in srgb,var(--secondary-text-color) 10%,transparent)}.MetricCard.MetricCard--info{border-left-color:var(--antd-color-info)}.MetricCard.MetricCard--warning{border-left-color:var(--antd-color-warning)}.MetricCard.MetricCard--success{border-left-color:var(--antd-color-success)}.MetricCard.MetricCard--danger{border-left-color:var(--antd-color-error)}.MetricCard .MetricCardTitle{font-size:14px;font-weight:600;color:var(--secondary-text-color);white-space:normal;overflow-wrap:anywhere}.MetricCard .MetricCardValue{min-height:36px;font-size:30px;font-weight:700;line-height:1.1;color:var(--primary-text-color)}.MetricCard .MetricCardValue .MetricCardValueSkeleton{width:88px}.MetricCard .MetricCardDescription{color:var(--secondary-text-color);font-size:13px;white-space:normal;overflow-wrap:anywhere}.MetricCard .MetricCardFooter{font-size:12px;color:var(--secondary-text-color);white-space:normal;overflow-wrap:anywhere}.MetricCard .MetricCardLink{width:fit-content;margin-top:auto;color:var(--acronex-primary-color);text-decoration:none;white-space:normal;overflow-wrap:anywhere}.MetricCard .MetricCardLink:hover{color:var(--acronex-primary-color-l10);text-decoration:underline}.ServiceWorkerWrapper{z-index:1000;position:fixed;bottom:10px;left:10px;background-color:var(--error-background-color);color:var(--primary-text-color);border:.05em solid var(--ant-color-divider);padding:20px;font-size:1em;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:4px 4px 5px #0006;display:flex;flex-flow:row nowrap;justify-content:center;align-content:center;align-items:center}.ServiceWorkerWrapper p{margin:0}.ServiceWorkerWrapper a{color:var(--primary-text-color-for-dark-background)}.ServiceWorkerWrapper .ServiceWorkerWrapperLink{color:var(--acronex-primary-color);cursor:pointer;margin:0 15px 0 10px}.ServiceWorkerWrapper .ServiceWorkerWrapperLink:hover{color:var(--acronex-primary-color-d10);text-decoration:underline}@media(max-width:600px){.ServiceWorkerWrapper{bottom:5px;right:auto;padding:10px;font-size:.9em}}
