@import url(https://fonts.googleapis.com/css2?family=MuseoModerno:ital,wght@0,100..900;1,100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);@font-face{font-family:Museo;src:url(/static/media/Museo300-Regular.208ab6511e068bd5e4cc.otf) format("opentype"),url(/static/media/Museo700-Regular.675c549913ecb31fd45d.ttf) format("truetype")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,serif;margin:0}[role=button],a,button,input,label,select,textarea{-webkit-tap-highlight-color:transparent}.main-page-content{display:flex;flex-direction:column;padding-left:68px;width:100%}.login-mobile-page{--login-page-pad-top:32px;--login-page-pad-inline:20px;--login-page-pad-bottom:40px;--login-page-bg:#fff;--login-surface:#fff;--login-title:#060606;--login-label:#000;--login-body:#454545;--login-accent:#eb571c;--login-accent-strong:#f65412;--login-input-border:#d8d2cb;--login-input-filled-bg:#f3f0ec;--login-input-focus-border:#6f6a64;--login-input-focus-ring:#6f6a642e;align-items:flex-start;background:var(--login-page-bg);box-sizing:border-box;display:flex;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;min-height:100svh;padding:var(--login-page-pad-top) var(--login-page-pad-inline) var(--login-page-pad-bottom)}.login-layout{border-radius:28px;margin:0 auto;max-width:410px;width:100%}.login-mobile-content{box-sizing:border-box;display:flex;flex-direction:column;min-height:calc(100vh - var(--login-page-pad-top) - var(--login-page-pad-bottom));min-height:calc(100svh - var(--login-page-pad-top) - var(--login-page-pad-bottom));width:100%}.login-mobile-brand{display:block;height:auto;margin:0 auto;width:clamp(96px,30vw,124px)}.login-mobile-page--sign-in{--login-sign-in-title-size:26px;--login-sign-in-copy-size:16px;--login-sign-in-field-size:18px;--login-sign-in-action-size:18px;--login-sign-in-submit-size:18px}.login-mobile-page--sign-in .login-mobile-brand.login-mobile-brand--sign-in{height:auto;width:clamp(28px,8.75vw,36px)}.login-mobile-page--sign-in .login-mobile-brand-crop{aspect-ratio:284/326;display:block;overflow:hidden;position:relative;width:100%}.login-mobile-page--sign-in .login-mobile-brand-symbol-image{display:block;height:auto;left:-121.48%;max-width:none;position:absolute;top:-99.39%;width:342.96%}.login-mobile-header{margin-top:40px}.login-mobile-header h1{color:var(--login-title);font-size:2.125rem;font-weight:600;line-height:1.15;margin:0}.login-mobile-copy{color:var(--login-body);font-size:1rem;font-weight:400;line-height:1.45;margin:14px 0 0}.login-mobile-copy--desktop{display:none}.login-mobile-copy-stack{grid-gap:14px;display:grid;gap:14px;margin-top:14px}.login-mobile-copy-stack .login-mobile-copy{margin:0}.login-mobile-form{margin-top:48px;width:100%}.login-mobile-field+.login-mobile-field{margin-top:28px}.login-mobile-field--with-action{position:relative}.login-mobile-label{color:var(--login-label);display:block;font-size:1rem;font-weight:500;line-height:1.35;margin-bottom:10px}.login-mobile-input{background:var(--login-surface);border:1px solid var(--login-input-border);border-radius:999px;box-sizing:border-box;color:var(--login-body);font-family:Inter,sans-serif;font-size:1rem;font-weight:400;height:50px;line-height:1.2;outline:none;padding:0 26px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;width:100%}.login-mobile-input::placeholder{color:var(--login-body);opacity:1}.login-mobile-input:focus{background:var(--login-input-filled-bg);border-color:var(--login-input-focus-border);box-shadow:0 0 0 3px var(--login-input-focus-ring)}.login-mobile-input:disabled{background:#f7f6f4}.login-mobile-input:not(:placeholder-shown){background:var(--login-input-filled-bg)}.login-mobile-input:-webkit-autofill,.login-mobile-input:-webkit-autofill:focus,.login-mobile-input:-webkit-autofill:hover{-webkit-text-fill-color:var(--login-body);box-shadow:0 0 0 1000px var(--login-input-filled-bg) inset;-webkit-transition:background-color 9999s ease-out 0s;transition:background-color 9999s ease-out 0s}.login-mobile-input--with-action{padding-right:58px}.login-mobile-trailing-action{color:#7a726a;position:absolute!important;right:12px;top:calc(50% + 16px);transform:translateY(-50%)}.login-mobile-actions{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-top:44px}.login-mobile-checkbox-label{align-items:center;cursor:pointer;display:inline-flex;gap:10px;min-width:0;position:relative}.login-mobile-checkbox-input{opacity:0;pointer-events:none;position:absolute}.login-mobile-checkbox-box{align-items:center;background:#fff;border:1px solid #d4d4d4;border-radius:5px;box-sizing:border-box;display:inline-flex;flex-shrink:0;height:18px;justify-content:center;transition:background-color .2s ease,border-color .2s ease;width:18px}.login-mobile-checkbox-box:after{border-bottom:2px solid #fff;border-left:2px solid #fff;content:"";height:4px;opacity:0;transform:rotate(-45deg) translateY(-1px);transition:opacity .2s ease;width:8px}.login-mobile-checkbox-input:checked+.login-mobile-checkbox-box{background:var(--login-accent);border-color:var(--login-accent)}.login-mobile-checkbox-input:checked+.login-mobile-checkbox-box:after{opacity:1}.login-mobile-checkbox-input:focus-visible+.login-mobile-checkbox-box{box-shadow:0 0 0 3px #eb571c29}.login-mobile-checkbox-text{color:var(--login-body);font-size:.9375rem;font-weight:400;line-height:1.4;white-space:nowrap}.login-mobile-forgot-password{background:#0000;color:var(--login-accent);font-size:.9375rem;font-weight:500;line-height:1.4;padding:0;text-align:right}.login-mobile-forgot-password,.login-mobile-submit{border:0;cursor:pointer;font-family:Inter,sans-serif}.login-mobile-submit{background:var(--login-accent);border-radius:999px;color:#fff;font-size:1.125rem;font-weight:700;height:50px;line-height:1.2;margin-top:52px;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;width:100%}.login-mobile-submit:hover:not(:disabled){box-shadow:0 12px 24px #eb571c38;transform:translateY(-1px)}@media (hover:none) and (pointer:coarse){.login-mobile-submit:hover:not(:disabled){box-shadow:none;transform:none}}.login-mobile-submit--compact{margin-top:24px}.login-mobile-forgot-password:focus-visible,.login-mobile-submit:focus-visible{outline:2px solid #eb571c47;outline-offset:3px}.login-mobile-checkbox-input:disabled+.login-mobile-checkbox-box,.login-mobile-checkbox-input:disabled+.login-mobile-checkbox-box+.login-mobile-checkbox-text{opacity:.7}.login-mobile-forgot-password:disabled,.login-mobile-submit:disabled{cursor:not-allowed;opacity:.7}.login-mobile-secondary-action{background:#0000;border:0;color:var(--login-body);cursor:pointer;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;line-height:1.4;margin-top:18px;padding:0;text-align:center;text-decoration:underline;width:100%}.login-mobile-secondary-action:disabled{cursor:not-allowed;opacity:.7;text-decoration:none}.login-mobile-page--sign-in .login-mobile-header h1{color:#060606;font-size:var(--login-sign-in-title-size);font-weight:600}.login-mobile-page--sign-in .login-mobile-copy{color:#454545;font-size:var(--login-sign-in-copy-size);font-weight:400}.login-mobile-page--sign-in .login-mobile-label{color:#000;font-size:var(--login-sign-in-field-size);font-weight:500}.login-mobile-page--sign-in .login-mobile-input{background:#0000;border-color:#d5d2cc}.login-mobile-page--sign-in .login-mobile-input,.login-mobile-page--sign-in .login-mobile-input::placeholder{color:#454545;font-size:var(--login-sign-in-field-size);font-weight:400}.login-mobile-page--sign-in .login-mobile-input:focus,.login-mobile-page--sign-in .login-mobile-input:not(:placeholder-shown){background:#0000}.login-mobile-page--sign-in .login-mobile-input:-webkit-autofill,.login-mobile-page--sign-in .login-mobile-input:-webkit-autofill:focus,.login-mobile-page--sign-in .login-mobile-input:-webkit-autofill:hover{-webkit-text-fill-color:#454545;box-shadow:inset 0 0 0 1000px #fff}.login-mobile-page--sign-in .login-mobile-checkbox-box{border-color:#d5d2cc}.login-mobile-page--sign-in .login-mobile-checkbox-text{color:#454545;font-size:var(--login-sign-in-action-size);font-weight:500}.login-mobile-page--sign-in .login-mobile-forgot-password{color:#eb571c;flex-shrink:0;font-size:var(--login-sign-in-action-size);font-weight:500;white-space:nowrap}.login-mobile-page--sign-in .login-mobile-submit{background:#eb571c;color:#fff;font-size:var(--login-sign-in-submit-size);font-weight:700}.login-mobile-loading{align-items:center;display:flex;justify-content:center;margin-top:48px;min-height:180px;width:100%}.login-mobile-inline-error,.login-mobile-inline-message{color:var(--login-body);font-size:.9375rem;font-weight:400;line-height:1.45;margin:0}.login-mobile-inline-error,.login-mobile-inline-message--error{color:#b84a1c}.login-mobile-inline-error{margin-top:12px}.login-desktop-visual{display:none}@media (min-width:768px){.login-mobile-page{--login-page-pad-top:40px;--login-page-pad-inline:24px;--login-page-pad-bottom:40px;align-items:center;background:#f5f2ef;padding:var(--login-page-pad-top) var(--login-page-pad-inline) var(--login-page-pad-bottom)}.login-layout{max-width:540px}.login-mobile-content{background:#fff;border-radius:30px;box-shadow:0 28px 64px #15151514;min-height:auto;padding:46px 40px 50px}.login-mobile-brand{width:122px}}@media (max-width:767px){.login-mobile-page--sign-in:not(.login-mobile-page--auth-flow){--login-sign-in-title-size:6.61578vw;--login-sign-in-copy-size:3.56234vw;--login-sign-in-field-size:4.07125vw;--login-sign-in-action-size:3.56234vw;--login-sign-in-submit-size:4.07125vw;--login-page-pad-top:max(calc(100svh*35/852),env(safe-area-inset-top));--login-page-pad-inline:8.90585vw;--login-page-pad-bottom:max(calc(100svh*35/852),env(safe-area-inset-bottom))}.login-mobile-page--sign-in:not(.login-mobile-page--auth-flow) .login-mobile-copy{margin-top:calc(100svh*15/852)}.login-mobile-page--sign-in:not(.login-mobile-page--auth-flow) .login-mobile-form{margin-top:calc(100svh*61/852)}.login-mobile-page--sign-in:not(.login-mobile-page--auth-flow) .login-mobile-label{margin-bottom:calc(100svh*10/852)}.login-mobile-page--sign-in:not(.login-mobile-page--auth-flow) .login-mobile-actions{margin-top:calc(100svh*46/852)}.login-mobile-page--sign-in:not(.login-mobile-page--auth-flow) .login-mobile-submit{margin-top:calc(100svh*61/852)}.login-mobile-page--forgot-password{--login-sign-in-title-size:6.61578vw;--login-sign-in-copy-size:3.56234vw;--login-sign-in-field-size:4.07125vw;--login-sign-in-action-size:3.56234vw;--login-sign-in-submit-size:4.07125vw;--login-page-pad-top:max(calc(100svh*35/852),env(safe-area-inset-top));--login-page-pad-inline:8.90585vw;--login-page-pad-bottom:max(calc(100svh*35/852),env(safe-area-inset-bottom))}.login-mobile-page--forgot-password .login-mobile-copy-stack{gap:calc(100svh*15/852);margin-top:calc(100svh*15/852)}.login-mobile-page--forgot-password .login-mobile-form{margin-top:calc(100svh*61/852)}.login-mobile-page--forgot-password .login-mobile-label{margin-bottom:calc(100svh*10/852)}.login-mobile-page--forgot-password .login-mobile-submit{margin-top:calc(100svh*61/852)}.login-mobile-page--forgot-password .login-mobile-secondary-action{font-size:3.56234vw}}@media (min-width:1100px){.login-mobile-page{--desktop-login-shell-width:min(1300px,67.70833vw);--desktop-login-shell-height:min(800px,calc(100svh*800/910));--desktop-login-left-column-width:min(650px,33.85417vw);--desktop-login-content-pad-top:min(74px,calc(100svh*74/910));--desktop-login-content-pad-right:min(56px,2.91667vw);--desktop-login-content-pad-left:min(82px,4.27083vw);--desktop-login-sign-in-logo-title-gap:min(50px,calc(100svh*50/910));--desktop-login-sign-in-form-gap:min(33px,calc(100svh*33/910));--desktop-login-sign-in-submit-bottom-gap:min(134px,calc(100svh*134/910));--desktop-login-sign-in-actions-submit-gap:min(57px,calc(100svh*57/910));--desktop-login-form-width:min(430px,22.39583vw);--desktop-login-copy-width:min(430px,22.39583vw);--desktop-login-brand-width:min(118px,6.14583vw);--desktop-login-input-height:clamp(44px,calc(100svh*58/910),58px);--desktop-login-input-radius:clamp(22px,calc(100svh*29/910),29px);--desktop-login-visual-gap:min(20px,1.04167vw);--desktop-page-padding-block:clamp(18px,4vh,56px);--desktop-page-padding-inline:32px;align-items:center;background:#f3f0ed;overflow:hidden;padding:var(--desktop-page-padding-block) var(--desktop-page-padding-inline)}.login-layout{align-items:stretch;background:#fff;border-radius:28px;box-shadow:0 30px 80px #18100c14;display:grid;grid-template-columns:var(--desktop-login-left-column-width) minmax(0,1fr);height:min(var(--desktop-login-shell-height),calc(100vh - var(--desktop-page-padding-block)*2));height:min(var(--desktop-login-shell-height),calc(100svh - var(--desktop-page-padding-block)*2));max-width:var(--desktop-login-shell-width);overflow:hidden;width:min(100%,var(--desktop-login-shell-width))}.login-mobile-content{background:#0000;border-radius:0;box-shadow:none;height:100%;min-height:0;padding:var(--desktop-login-content-pad-top) var(--desktop-login-content-pad-right) min(84px,calc(100svh*84/910)) var(--desktop-login-content-pad-left)}.login-mobile-page--sign-in{--login-sign-in-title-size:min(26px,1.35417vw);--login-sign-in-copy-size:min(16px,0.83333vw);--login-sign-in-field-size:min(18px,0.9375vw);--login-sign-in-action-size:min(18px,0.9375vw);--login-sign-in-submit-size:min(18px,0.9375vw)}.login-mobile-brand{margin:0 auto;width:var(--desktop-login-brand-width)}.login-mobile-header{margin-top:min(23px,calc(100svh*23/910));text-align:center}.login-mobile-header h1{font-size:min(28px,1.45833vw);font-weight:700;line-height:1.15}.login-mobile-copy{color:#4a4a4a;font-size:min(16px,.83333vw);font-weight:400;line-height:1.42;margin-top:min(12px,calc(100svh*12/910));margin-inline:auto;max-width:var(--desktop-login-copy-width)}.login-mobile-copy--mobile{display:none}.login-mobile-copy--desktop{display:block}.login-mobile-copy-stack{gap:10px;margin-top:min(12px,calc(100svh*12/910))}.login-mobile-form{margin-top:min(34px,calc(100svh*34/910));margin-inline:auto;max-width:var(--desktop-login-form-width)}.login-mobile-field+.login-mobile-field{margin-top:min(28px,calc(100svh*28/910))}.login-mobile-label{color:#000;font-weight:600;margin-bottom:min(12px,calc(100svh*12/910))}.login-mobile-input,.login-mobile-label{font-size:min(17px,.88542vw);line-height:1.25}.login-mobile-input{border-radius:var(--desktop-login-input-radius);color:#454545;font-weight:400;height:var(--desktop-login-input-height);padding-inline:28px}.login-mobile-input::placeholder{color:#595959;font-size:min(17px,.88542vw);font-weight:400;opacity:1}.login-mobile-trailing-action{top:calc(50% + 18px)}.login-mobile-actions{margin-top:min(26px,calc(100svh*26/910))}.login-mobile-checkbox-text,.login-mobile-forgot-password,.login-mobile-secondary-action{font-size:min(17px,.88542vw);line-height:1.25}.login-mobile-checkbox-text{color:#454545;font-weight:400}.login-mobile-forgot-password{color:#eb571c;font-weight:500}.login-mobile-inline-error,.login-mobile-inline-message{font-size:16px;line-height:1.4}.login-mobile-submit{background:#eb571c;color:#fff;font-size:18px;font-weight:700;height:clamp(46px,calc(100svh*62/910),62px);line-height:1.2;margin-top:min(56px,calc(100svh*56/910));max-width:var(--desktop-login-form-width);width:100%}.login-mobile-submit--compact{margin-top:clamp(20px,3vh,28px)}.login-mobile-checkbox-input:checked+.login-mobile-checkbox-box{background:#eb571c;border-color:#eb571c}.login-desktop-visual{align-items:center;background:#0000;border-radius:28px;box-sizing:border-box;display:flex;height:calc(100% - var(--desktop-login-visual-gap)*2);justify-content:center;margin:var(--desktop-login-visual-gap) var(--desktop-login-visual-gap) var(--desktop-login-visual-gap) 0;max-width:calc(100% - var(--desktop-login-visual-gap));min-height:0;min-width:0;overflow:hidden;position:relative;width:calc(100% - var(--desktop-login-visual-gap))}.login-desktop-illustration{-webkit-user-drag:none;border-radius:28px;display:block;height:auto;max-height:100%;max-width:100%;object-fit:contain;object-position:center;-webkit-user-select:none;user-select:none;width:auto}.login-mobile-page--sign-in .login-mobile-brand.login-mobile-brand--sign-in{width:min(34px,1.77083vw)}.login-mobile-page--sign-in .login-mobile-content--sign-in{padding-bottom:var(--desktop-login-sign-in-submit-bottom-gap)}.login-mobile-page--sign-in .login-mobile-brand{margin:0}.login-mobile-page--sign-in .login-mobile-header{margin-top:var(--desktop-login-sign-in-logo-title-gap);text-align:left}.login-mobile-page--sign-in .login-mobile-copy{margin-inline:0;text-align:left}.login-mobile-page--sign-in .login-mobile-copy--desktop{white-space:nowrap}.login-mobile-page--sign-in .login-mobile-form{display:flex;flex:1 1;flex-direction:column;margin-top:var(--desktop-login-sign-in-form-gap);margin-inline:0;max-width:var(--desktop-login-form-width);min-height:0}.login-mobile-page--sign-in .login-mobile-form:after{content:"";display:block;flex:1 1 auto}.login-mobile-page--sign-in .login-mobile-checkbox-label{flex:1 1 auto}.login-mobile-page--sign-in .login-mobile-submit{margin-top:var(--desktop-login-sign-in-actions-submit-gap)}}@media (min-width:1100px) and (max-width:1260px){.login-mobile-content{padding-inline:60px}.login-desktop-visual{max-width:520px}}@media (min-width:1100px) and (max-height:860px){.login-layout{max-width:1220px}.login-desktop-visual{height:calc(100% - var(--desktop-login-visual-gap)*2);margin:var(--desktop-login-visual-gap) var(--desktop-login-visual-gap) var(--desktop-login-visual-gap) 0}}@media (max-width:380px){.login-mobile-header{margin-top:36px}.login-mobile-header h1{font-size:1.875rem}.login-mobile-actions{align-items:center;flex-direction:column}.login-mobile-actions,.login-mobile-checkbox-label{justify-content:center}.login-mobile-forgot-password,.login-mobile-secondary-action{text-align:center;width:100%}}@media (max-width:767px) and (max-height:760px){.login-mobile-page--sign-in{align-items:center;height:100vh;height:100svh;height:100dvh;min-height:100vh;min-height:100svh;min-height:100dvh;overflow:hidden}.login-mobile-page--sign-in .login-layout{align-items:center;display:flex;height:100%;max-width:390px}.login-mobile-page--sign-in .login-mobile-content--sign-in{height:100%;justify-content:center;min-height:0}.login-mobile-page--sign-in .login-mobile-brand.login-mobile-brand--sign-in{width:clamp(21px,3.8vh,28px)}.login-mobile-page--sign-in .login-mobile-header{margin-top:clamp(12px,2.4vh,22px)}.login-mobile-page--sign-in .login-mobile-header h1{font-size:clamp(1.7rem,4.4vh,2rem)}.login-mobile-page--sign-in .login-mobile-copy{font-size:clamp(.9rem,1.9vh,.98rem);line-height:1.35}.login-mobile-page--sign-in .login-mobile-field+.login-mobile-field{margin-top:clamp(14px,2.2vh,20px)}.login-mobile-page--sign-in .login-mobile-label{font-size:.95rem}.login-mobile-page--sign-in .login-mobile-input{height:clamp(44px,6.8vh,48px);padding:0 22px}.login-mobile-page--sign-in .login-mobile-checkbox-text,.login-mobile-page--sign-in .login-mobile-forgot-password{font-size:.875rem;line-height:1.3}.login-mobile-page--sign-in .login-mobile-submit{font-size:1rem;height:clamp(46px,7vh,50px)}}@media (max-width:767px) and (max-height:640px){.login-mobile-page--sign-in .login-layout{max-width:360px}.login-mobile-page--sign-in .login-mobile-brand.login-mobile-brand--sign-in{width:clamp(20px,3.6vh,25px)}.login-mobile-page--sign-in .login-mobile-header{margin-top:10px}.login-mobile-page--sign-in .login-mobile-header h1{font-size:1.625rem}.login-mobile-page--sign-in .login-mobile-copy{font-size:.875rem;line-height:1.28}.login-mobile-page--sign-in .login-mobile-field+.login-mobile-field{margin-top:12px}.login-mobile-page--sign-in .login-mobile-label{font-size:.875rem}.login-mobile-page--sign-in .login-mobile-input{font-size:.9375rem;height:42px;padding-inline:20px}.login-mobile-page--sign-in .login-mobile-actions{gap:8px}.login-mobile-page--sign-in .login-mobile-checkbox-box{height:16px;width:16px}.login-mobile-page--sign-in .login-mobile-checkbox-text,.login-mobile-page--sign-in .login-mobile-forgot-password{font-size:.8125rem}.login-mobile-page--sign-in .login-mobile-submit{font-size:.98rem;height:44px}}.consultor-image-container{height:130px;margin-left:30px;margin-top:10px;top:0}.ize-logo-sidebar-image{display:block;height:85px;margin-right:5px;margin-top:9px}.line-sidebar{background-color:#fff;height:1.3px;position:fixed;top:95px;width:50px}.avatar-container{align-items:center;display:flex;justify-content:center;overflow:hidden}.side-bar-avatar{flex-shrink:0;height:32px!important;width:32px!important}.profile-sidebar{width:100%}.bottom-info{color:#e0e0e0;display:flex;font-size:10px;justify-content:space-between;margin-top:20px;padding:6px}.react-dashboard-page{--react-dashboard-filters-gap:16px;background:#f6f6f6;box-sizing:border-box;display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:0;height:100dvh;min-height:100dvh;overflow-x:hidden;overflow-y:visible;padding:34px 28px 22px 53px;position:relative}.react-dashboard-page--compact-indicators{-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto;scrollbar-width:none}.react-dashboard-page__inner{display:flex;flex-direction:column;min-height:100%}.react-dashboard-page.react-dashboard-page--indicators-desktop{overflow:hidden;padding:34px 218px 22px 168px;padding:var(--indicator-page-top-padding,34px) var(--indicator-page-right-padding,218px) var(--indicator-page-bottom-padding,22px) var(--indicator-page-left-padding,168px)}.react-dashboard-page.react-dashboard-page--indicators-desktop.react-dashboard-page--compact-indicators{overflow-x:hidden;overflow-y:auto}.react-dashboard-page.react-dashboard-page--indicators-desktop>.react-dashboard-indicators-tab__grid,.react-dashboard-page.react-dashboard-page--indicators-desktop>.react-dashboard-indicators-tab__state-card,.react-dashboard-page.react-dashboard-page--indicators-desktop>.react-dashboard-page__filters{align-self:stretch;margin-left:0;margin-right:0;max-width:100%;width:100%}.react-dashboard-page.react-dashboard-page--indicators-desktop .react-dashboard-page__filters{box-sizing:border-box;gap:var(--react-dashboard-filters-gap);margin-bottom:36px;margin-bottom:var(--indicator-filters-margin-bottom,36px)}.react-dashboard-page.react-dashboard-page--indicators-desktop .react-dashboard-page__filters>:first-child{flex:0 0 auto}@media (min-width:721px) and (max-width:1024px) and (min-height:700px){.react-dashboard-page.react-dashboard-page--tablet{padding:26px 20px 18px 28px}.react-dashboard-page.react-dashboard-page--tablet.react-dashboard-page--dre-desktop,.react-dashboard-page.react-dashboard-page--tablet.react-dashboard-page--fc-desktop,.react-dashboard-page.react-dashboard-page--tablet.react-dashboard-page--indicators-desktop{height:100dvh;min-height:100dvh;overflow:hidden}.react-dashboard-page.react-dashboard-page--tablet.react-dashboard-page--indicators-desktop{padding:24px 20px 18px 28px}.react-dashboard-page.react-dashboard-page--tablet.react-dashboard-page--indicators-desktop .react-dashboard-page__filters{margin-bottom:20px}.react-dashboard-page.react-dashboard-page--tablet.react-dashboard-page--indicators-desktop.react-dashboard-page--tablet-indicators{overflow:hidden}.react-dashboard-page.react-dashboard-page--tablet .react-dashboard-page__filters{-webkit-overflow-scrolling:touch;box-sizing:border-box;flex-wrap:nowrap;justify-content:flex-start;margin-bottom:18px;max-width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:6px;width:-webkit-max-content;width:max-content}.react-dashboard-page.react-dashboard-page--tablet .react-dashboard-page__filters>*{flex:0 0 auto}.react-dashboard-page.react-dashboard-page--tablet.react-dashboard-page--dre-desktop,.react-dashboard-page.react-dashboard-page--tablet.react-dashboard-page--fc-desktop{padding-bottom:14px}}@media (min-width:721px) and (min-height:501px){.react-dashboard-page.react-dashboard-page--dre-desktop,.react-dashboard-page.react-dashboard-page--fc-desktop{padding:min(34px,calc(100dvh*34/920)) min(35px,1.82292vw) min(56px,calc(100dvh*56/920)) 53px;padding:var(--react-dashboard-tabs-page-padding-top,min(34px,calc(100dvh*34/920))) var(--react-dashboard-tabs-page-padding-right,min(35px,1.82292vw)) var(--react-dashboard-tabs-page-padding-bottom,min(56px,calc(100dvh*56/920))) var(--react-dashboard-tabs-page-padding-left,53px)}.react-dashboard-page--dre-desktop .react-dashboard-page__filters{margin-bottom:min(40px,2.08333vw,calc(100dvh*40/920));margin-bottom:var(--react-dashboard-tabs-dropdown-gap,min(40px,2.08333vw,calc(100dvh*40/920)))}}.react-dashboard-page__filters{align-items:center;display:flex;flex-shrink:0;flex-wrap:nowrap;gap:var(--react-dashboard-filters-gap);justify-content:flex-start;margin-bottom:36px;max-width:100%;overflow:visible;overflow-x:auto;overflow-y:hidden;position:relative;scrollbar-width:none;width:-webkit-fit-content;width:fit-content;z-index:200}.react-dashboard-page__filters::-webkit-scrollbar{display:none}.react-dashboard-page__filters>*{flex:0 0 auto;min-width:0}.react-dashboard-page__filters>:first-child{flex:0 0 auto}.react-dashboard-filters{align-items:center;display:flex;flex-shrink:0;flex-wrap:wrap;gap:14px;margin-bottom:41px}.react-dashboard-filter{align-items:center;background:#fff;border:0;border-radius:22px;box-sizing:border-box;color:#060606;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:15px;font-weight:400;gap:16px;height:44px;justify-content:space-between;line-height:1;padding:0 12px 0 0}.react-dashboard-filter__left{align-items:center;display:inline-flex;gap:12px;min-width:0}.react-dashboard-filter__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-dashboard-filter__image-icon{display:block;height:44px;object-fit:contain;width:44px}.react-dashboard-filter__circle{align-items:center;background:#fff;border-radius:50%;display:inline-flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.react-dashboard-filter__arrow{display:block;flex-shrink:0;height:18px;pointer-events:none;width:18px}.react-dashboard-indicators-grid{grid-column-gap:14px;grid-row-gap:15px;align-content:start;align-self:flex-start;column-gap:14px;display:grid;flex:0 0 auto;grid-template-columns:repeat(4,minmax(0,1fr));justify-content:start;max-width:1486px;min-height:auto;row-gap:15px;width:min(100%,1486px)}.react-dashboard-summary-grid{grid-gap:14px;display:grid;flex-shrink:0;gap:14px}.react-dashboard-summary-grid--three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.react-dashboard-card{background:#fff;border-radius:22px;box-sizing:border-box;font-family:Inter,sans-serif;overflow:hidden;position:relative}.react-dashboard-card--indicator{box-sizing:border-box;display:flex;flex-direction:column;height:170px;justify-content:flex-start;min-height:170px;padding:24px 20px 20px}.react-dashboard-card--summary{min-height:138px;padding:18px 22px 16px}.react-dashboard-card__title{color:#454545;font-size:clamp(16px,1.15vw,21px);font-weight:500;line-height:1.15;margin:0}.react-dashboard-card__value{color:#060606;display:block;font-size:clamp(22px,1.7vw,32px);font-weight:700;line-height:1;margin-top:26px}.react-dashboard-card__change{color:#454545;font-size:clamp(13px,.92vw,16px);font-weight:500;line-height:1.22;margin:25px 0 0}.react-dashboard-card__change-highlight{font-weight:500}.react-dashboard-card__change-highlight.is-negative{color:#eb571c}.react-dashboard-card__change-highlight.is-positive{color:#3ca25b}.react-dashboard-summary-card__badge{align-items:center;border-radius:16px;color:#000;display:inline-flex;font-size:14px;font-weight:500;gap:8px;height:32px;padding:0 14px;position:absolute;right:18px;top:16px}.react-dashboard-card--summary .react-dashboard-summary-card__badge{background:#fbe1d5}.react-dashboard-card--summary:has(.react-dashboard-summary-card__badge .MuiSvgIcon-root[data-testid=TrendingUpRoundedIcon]) .react-dashboard-summary-card__badge{background:#d0ede2}.react-dashboard-card--summary.is-up .react-dashboard-summary-card__badge{background:#d0ede2}.react-dashboard-card--summary.is-down .react-dashboard-summary-card__badge{background:#fbe1d5}.react-dashboard-mini-bars{align-items:flex-end;bottom:18px;display:flex;gap:7px;position:absolute;right:22px}.react-dashboard-mini-bars__bar{background:#f6f6f6;border-radius:3px 3px 0 0;width:20px}.react-dashboard-mini-bars__bar--1{height:34px}.react-dashboard-mini-bars__bar--2{height:42px}.react-dashboard-mini-bars__bar--3{height:36px}.react-dashboard-card--summary.is-up .react-dashboard-mini-bars__bar--4{background:#d0ede2}.react-dashboard-card--summary.is-down .react-dashboard-mini-bars__bar--4{background:#fbe1d5}.react-dashboard-mini-bars__bar--4{height:18px}.react-dashboard-panel{background:#fff;border-radius:24px;box-sizing:border-box;flex:1 1 auto;min-height:0;overflow:hidden;padding:56px 20px 20px;position:relative}.react-dashboard-panel--table{min-height:0}.react-dashboard-panel__toggle{align-items:center;display:inline-flex;gap:8px;left:20px;position:absolute;top:18px;z-index:2}.react-dashboard-panel__toggle-btn{align-items:center;background:#f6f6f6;border:0;border-radius:14px;color:#4c4c4c;cursor:pointer;display:inline-flex;font-size:20px;height:28px;justify-content:center;transition:background .2s ease,color .2s ease;width:42px}.react-dashboard-panel__toggle-btn.is-active{background:#eb571c;color:#fff}.react-dashboard-chart{grid-gap:20px;align-items:end;display:grid;gap:20px;grid-template-columns:86px minmax(0,1fr);height:100%}.react-dashboard-chart__y-axis{align-items:flex-start;color:#454545;display:flex;flex-direction:column;font-size:14px;font-weight:500;height:100%;justify-content:space-between;padding-bottom:30px}.react-dashboard-chart__content{align-items:flex-end;display:flex;gap:18px;height:100%;justify-content:space-between;min-width:860px;overflow-x:auto;overflow-y:hidden;padding-bottom:2px}.react-dashboard-chart__group{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:14px;justify-content:flex-end;min-width:52px}.react-dashboard-chart__bars{align-items:flex-end;display:flex;gap:8px;height:min(100%,360px)}.react-dashboard-chart__bar{border-radius:4px 4px 0 0;display:block;width:22px}.react-dashboard-chart__bar--planned{background:#c4e5ce}.react-dashboard-chart__bar--actual{background:#fbe1d5}.react-dashboard-chart__label{color:#454545;font-size:14px;font-weight:500;white-space:nowrap}.react-dashboard-table__scroll{height:100%;overflow:auto;width:100%}.react-dashboard-table{border-collapse:initial;border-spacing:0;color:#171717;font-family:Inter,sans-serif;font-size:15px;min-width:1280px;width:100%}.react-dashboard-table td,.react-dashboard-table th{box-sizing:border-box;padding:10px 12px;text-align:left;white-space:nowrap}.react-dashboard-table thead th{color:#060606;font-weight:700}.react-dashboard-table__blank,.react-dashboard-table__category,.react-dashboard-table__category-header{width:340px}.react-dashboard-table__month{background:#f6f6f6;font-size:20px;font-weight:800!important;position:-webkit-sticky;position:sticky;text-align:center!important;top:0;z-index:2}.react-dashboard-table__category,.react-dashboard-table__category-header{color:#060606}.react-dashboard-table__category--level-1{color:#454545;font-weight:500;padding-left:38px!important}.react-dashboard-table__row td,.react-dashboard-table__row th{font-size:15px}.react-dashboard-table__row--section .react-dashboard-table__category,.react-dashboard-table__row--section td{font-weight:700}.react-dashboard-table__row--highlight .react-dashboard-table__category,.react-dashboard-table__row--highlight td{background:#fbe1d5;font-weight:700}.react-dashboard-table__row--positive .react-dashboard-table__category,.react-dashboard-table__row--positive td{background:#c4e5ce;font-weight:700}.react-dashboard-table__row--highlight .react-dashboard-table__category,.react-dashboard-table__row--highlight td:first-child,.react-dashboard-table__row--positive .react-dashboard-table__category,.react-dashboard-table__row--positive td:first-child{border-bottom-left-radius:14px;border-top-left-radius:14px}.react-dashboard-table__row--highlight td:last-child,.react-dashboard-table__row--positive td:last-child{border-bottom-right-radius:14px;border-top-right-radius:14px}.default-user-main-page-content{background:#f6f6f6;box-sizing:border-box;height:100dvh;margin-left:95px;min-height:100dvh;padding-left:0!important;width:calc(100% - 95px)}@media (max-width:1600px) and (max-height:780px){.react-dashboard-page{padding:22px 16px 12px 96px}.react-dashboard-filters{gap:10px;margin-bottom:18px}.react-dashboard-filter{border-radius:20px;font-size:13px;gap:12px;height:40px;padding-right:10px}.react-dashboard-filter__left{gap:10px}.react-dashboard-filter__circle,.react-dashboard-filter__image-icon{height:40px;width:40px}.react-dashboard-filter__arrow{height:16px;width:16px}.react-dashboard-indicators-grid{column-gap:14px;max-width:1198px;row-gap:15px;width:min(100%,1198px)}.react-dashboard-card--indicator{border-radius:18px;height:136px;min-height:136px;padding:18px 16px 14px}.react-dashboard-card__title{font-size:clamp(13px,.88vw,17px);line-height:1.1}.react-dashboard-card__value{font-size:clamp(16px,1.22vw,24px);margin-top:20px}.react-dashboard-card__change{font-size:clamp(10px,.72vw,12px);line-height:1.15;margin-top:18px}.react-dashboard-pagination{gap:8px;margin-bottom:10px}.react-dashboard-pagination__button{font-size:12px;padding:8px 12px}.react-dashboard-state-card{font-size:15px;min-height:140px;padding:18px}}@media (max-width:1360px){.react-dashboard-summary-grid--three-columns{grid-template-columns:1fr}.react-dashboard-page{padding-left:72px}}@media (max-width:1280px){.react-dashboard-indicators-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:100%;width:100%}.react-dashboard-page{padding-left:48px}}@media (min-width:721px) and (min-height:501px) and (max-width:1400px) and (max-height:820px){.react-dashboard-page.react-dashboard-page--dre-desktop,.react-dashboard-page.react-dashboard-page--fc-desktop{--react-dashboard-filters-gap:12px;padding-bottom:clamp(18px,calc(100dvh*24/675),24px);padding-bottom:var(--react-dashboard-tabs-page-padding-bottom,clamp(18px,calc(100dvh*24/675),24px));padding-top:clamp(18px,calc(100dvh*22/675),22px);padding-top:var(--react-dashboard-tabs-page-padding-top,clamp(18px,calc(100dvh*22/675),22px))}.react-dashboard-page--dre-desktop .react-dashboard-page__filters{margin-bottom:min(40px,2.08333vw,calc(100dvh*40/920));margin-bottom:var(--react-dashboard-tabs-dropdown-gap,min(40px,2.08333vw,calc(100dvh*40/920)))}}@media (min-width:721px) and (max-width:1280px) and (max-height:800px){.react-dashboard-page--compact-indicators{--react-dashboard-filters-gap:12px;padding:20px 18px 16px 28px}.react-dashboard-page--compact-indicators .react-dashboard-page__filters{margin-bottom:18px}}@media (max-width:980px){.react-dashboard-page{padding:24px 16px 16px 32px}.react-dashboard-filters{margin-bottom:28px}.react-dashboard-indicators-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%;width:100%}.react-dashboard-chart{grid-template-columns:60px minmax(0,1fr)}}@media (max-width:720px){.react-dashboard-page__filters{position:relative;z-index:300}#root,body,html{-webkit-overflow-scrolling:touch;height:auto!important;min-height:100%;overflow-x:hidden!important;overflow-y:auto!important;width:100%}.default-user-main-page-content{height:auto!important;margin-left:0;min-height:100dvh;overflow:visible!important;width:100%}.react-dashboard-page,.react-dashboard-page--mobile-scroll{-webkit-overflow-scrolling:touch;height:100dvh!important;min-height:100dvh;overflow-x:hidden!important;overflow-y:auto!important;padding:calc(96px + env(safe-area-inset-top)) 0 calc(110px + env(safe-area-inset-bottom))}.react-dashboard-page--mobile-sticky-filters{padding-top:calc(152px + env(safe-area-inset-top))!important}.react-dashboard-page--mobile-sticky-filters.react-dashboard-page--dre-desktop,.react-dashboard-page--mobile-sticky-filters.react-dashboard-page--fc-desktop{padding-bottom:var(--react-dashboard-mobile-bottom-nav-space)!important}.react-dashboard-page__inner{display:block;min-height:-webkit-max-content;min-height:max-content;padding-bottom:8px}.react-dashboard-page{--react-dashboard-filters-gap:clamp(14px,4.58015vw,22px);--react-dashboard-mobile-side-gap:clamp(15px,4.3257vw,20px);--react-dashboard-mobile-filters-padding-y:clamp(14px,calc(100svh*18/852),20px);--react-dashboard-mobile-bottom-nav-space:calc(var(--dashboard-mobile-bottom-nav-height, 110px) + env(safe-area-inset-bottom) - var(--dashboard-mobile-bottom-nav-bottom-trim, 0px));--react-dashboard-mobile-fixed-filters-top:calc(clamp(66px, calc(66px + ((852px - 100svh) * 0.08)), 82px) + env(safe-area-inset-top));--react-dashboard-mobile-filter-pill-height:clamp(44px,calc(100svh*46/852),48px);--react-dashboard-mobile-filters-stack-height:calc(var(--react-dashboard-mobile-filters-padding-y) + var(--react-dashboard-mobile-filters-padding-y) + var(--react-dashboard-mobile-filter-pill-height));--react-dashboard-mobile-indicators-pagination-top:calc(var(--react-dashboard-mobile-fixed-filters-top) + var(--react-dashboard-mobile-filters-stack-height) + 2px);--react-dashboard-mobile-indicators-pagination-space:56px;--react-dashboard-mobile-indicators-sticky-cover-height:calc(var(--react-dashboard-mobile-indicators-pagination-top) - var(--react-dashboard-mobile-fixed-filters-top) + var(--react-dashboard-mobile-indicators-pagination-space) + 8px)}.react-dashboard-page--mobile-indicators-sticky{padding-top:calc(var(--react-dashboard-mobile-fixed-filters-top) + var(--react-dashboard-mobile-filters-stack-height) + 14px)!important}.react-dashboard-page--mobile-indicators-sticky:before{background:#f6f6f6;content:"";height:var(--react-dashboard-mobile-indicators-sticky-cover-height);left:0;pointer-events:none;position:fixed;right:0;top:var(--react-dashboard-mobile-fixed-filters-top);z-index:1298}.react-dashboard-page--mobile-indicators-sticky.react-dashboard-page--mobile-indicators-no-pagination{padding-top:calc(var(--react-dashboard-mobile-fixed-filters-top) + var(--react-dashboard-mobile-filters-stack-height) + 10px)!important}.react-dashboard-page--mobile-indicators-sticky.react-dashboard-page--mobile-indicators-no-pagination:before{height:calc(var(--react-dashboard-mobile-filters-stack-height) + 8px)!important}.react-dashboard-page__filters{margin:0 0 20px;max-width:100%;width:100%}.react-dashboard-page--mobile-sticky-filters .react-dashboard-page__filters,.react-dashboard-page__filters{box-sizing:border-box;padding:var(--react-dashboard-mobile-filters-padding-y) var(--react-dashboard-mobile-side-gap) var(--react-dashboard-mobile-filters-padding-y) calc(var(--react-dashboard-mobile-side-gap) - 4px)}.react-dashboard-page--mobile-sticky-filters .react-dashboard-page__filters{-webkit-overflow-scrolling:touch;background:#f6f6f6;border-bottom:0;box-shadow:none;height:auto;left:0;margin:0;overflow-x:auto;overflow-y:hidden;position:fixed;right:0;top:var(--react-dashboard-mobile-fixed-filters-top);z-index:1300}.react-dashboard-page__filters>*{flex:0 0 auto}.react-dashboard-page--mobile-sticky-filters .react-dashboard-page__filters>:first-child{margin-left:0}.react-dashboard-page--mobile-sticky-filters .react-dashboard-fc-tab__filters{-webkit-overflow-scrolling:touch;align-items:center;background:#f6f6f6;box-shadow:none;box-sizing:border-box;height:auto;left:0;margin:0;max-width:100%;overflow-x:auto;overflow-y:hidden;padding:var(--react-dashboard-mobile-filters-padding-y) var(--react-dashboard-mobile-side-gap);position:fixed;right:0;scrollbar-width:none;top:var(--react-dashboard-mobile-fixed-filters-top);width:100%;z-index:1300}.react-dashboard-filters{align-items:stretch;flex-direction:column;margin-bottom:24px}.react-dashboard-filter{width:100%}.react-dashboard-filter__left{flex:1 1 auto}.react-dashboard-filter__select{width:100%}.react-dashboard-indicators-grid{grid-template-columns:1fr;max-width:100%;width:100%}.react-dashboard-card--indicator{height:auto;min-height:170px}.react-dashboard-pagination{width:100%}.react-dashboard-state-card{flex:none;margin:0 20px;min-height:140px}}.react-dashboard-filter--select{cursor:pointer;padding-right:12px;position:relative}.react-dashboard-filter__select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#0000;border:0;color:#060606;cursor:pointer;font-family:Inter,sans-serif;font-size:inherit;font-weight:400;line-height:1;outline:none;padding-right:8px;width:100%}.react-dashboard-filter__select::-ms-expand{display:none}.react-dashboard-pagination{align-items:center;display:inline-flex;flex-wrap:wrap;gap:10px}.react-dashboard-pagination__button{background:#fff;border:0;border-radius:18px;color:#060606;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:500;padding:10px 16px}.react-dashboard-pagination__button.is-active{background:#eb571c;color:#fff}.react-dashboard-state-card{align-items:center;background:#fff;border-radius:22px;color:#454545;display:flex;flex:1 1 auto;font-family:Inter,sans-serif;font-size:18px;font-weight:500;justify-content:center;min-height:180px;padding:24px;text-align:center}.react-dashboard-state-card--error{color:#eb571c}@media (max-width:1400px){.react-dashboard-page__filters{gap:var(--react-dashboard-filters-gap)}.react-dashboard-page__filters>:first-child{flex:1.25 1}}@media (max-width:932px) and (max-height:500px) and (orientation:landscape){#root,body,html{-webkit-overflow-scrolling:touch;height:auto!important;min-height:100%;overflow-x:hidden!important;overflow-y:auto!important;width:100%}.default-user-main-page-content{height:auto!important;margin-left:0;min-height:100dvh;overflow:visible!important;width:100%}.react-dashboard-page,.react-dashboard-page--mobile-scroll{-webkit-overflow-scrolling:touch;height:100dvh!important;min-height:100dvh;overflow-x:hidden!important;overflow-y:auto!important;padding:calc(12px + env(safe-area-inset-top)) 0 12px}.react-dashboard-page--mobile-indicators-sticky,.react-dashboard-page--mobile-sticky-filters{padding-top:calc(12px + env(safe-area-inset-top))!important}.react-dashboard-page--mobile-sticky-filters.react-dashboard-page--dre-desktop,.react-dashboard-page--mobile-sticky-filters.react-dashboard-page--fc-desktop{padding-bottom:12px!important}.react-dashboard-page__inner{display:block;min-height:-webkit-max-content;min-height:max-content;padding-bottom:0}.react-dashboard-page{--react-dashboard-filters-gap:clamp(6px,0.9vw,8px);--react-dashboard-mobile-side-gap:0px}.react-dashboard-page>.react-dashboard-dre-tab,.react-dashboard-page>.react-dashboard-fc-tab,.react-dashboard-page>.react-dashboard-indicators-tab__grid,.react-dashboard-page>.react-dashboard-indicators-tab__pagination,.react-dashboard-page>.react-dashboard-indicators-tab__state-card,.react-dashboard-page>.react-dashboard-page__filters{margin-left:0;margin-right:0;max-width:100%;width:100%}.react-dashboard-page>.react-dashboard-indicators-tab__pagination{display:flex}.react-dashboard-page__filters{-webkit-overflow-scrolling:touch;align-items:center;box-shadow:none;box-sizing:border-box;flex-wrap:nowrap;margin:0 0 12px;max-width:100%;overflow-x:auto;overflow-y:visible;padding:0 0 8px;row-gap:0;width:100%}.react-dashboard-page--mobile-sticky-filters .react-dashboard-fc-tab__filters,.react-dashboard-page--mobile-sticky-filters .react-dashboard-page__filters{-webkit-overflow-scrolling:touch;align-items:center;background:#0000;border-bottom:0;box-shadow:none;box-sizing:border-box;flex-wrap:nowrap;height:auto;left:auto;margin:0 0 -8px;max-width:100%;overflow-x:auto;overflow-y:visible;padding:0 0 18px;pointer-events:auto;position:relative;right:auto;row-gap:0;scrollbar-width:none;top:auto;width:100%;z-index:1300}.react-dashboard-page--mobile-indicators-sticky.react-dashboard-page--mobile-sticky-filters .react-dashboard-page__filters{margin:0 0 8px;padding:0 0 10px}.react-dashboard-page--mobile-indicators-sticky>.react-dashboard-indicators-tab__pagination{margin-top:6px;position:relative;z-index:210}.react-dashboard-page--mobile-sticky-filters .react-dashboard-fc-tab__filters::-webkit-scrollbar,.react-dashboard-page--mobile-sticky-filters .react-dashboard-page__filters::-webkit-scrollbar{display:none}.react-dashboard-page--mobile-sticky-filters .react-dashboard-fc-tab__filters>*,.react-dashboard-page--mobile-sticky-filters .react-dashboard-page__filters>*,.react-dashboard-page__filters>*{flex:0 0 auto;min-width:0}.react-dashboard-page--mobile-sticky-filters .react-dashboard-fc-tab__filters{justify-content:flex-start}}.react-dashboard-card,.react-dashboard-filter--select,.react-dashboard-filter__select,.react-dashboard-pagination__button,.react-dashboard-state-card{border:0!important;box-shadow:none!important}@media (max-width:720px){.react-dashboard-page{--react-dashboard-mobile-filter-peek:min(8.6514vw,38px)}.react-dashboard-page--mobile-sticky-filters .react-dashboard-page__filters{padding-left:calc(var(--react-dashboard-mobile-side-gap) + var(--react-dashboard-mobile-filter-peek) - 4px)!important}.react-dashboard-page--mobile-sticky-filters .react-dashboard-fc-tab__filters,.react-dashboard-page--mobile-sticky-filters .react-dashboard-page__filters{left:calc(var(--react-dashboard-mobile-filter-peek)*-1)!important;max-width:none!important;padding-right:var(--react-dashboard-mobile-side-gap)!important;right:auto!important;width:calc(100% + var(--react-dashboard-mobile-filter-peek))!important}.react-dashboard-page--mobile-sticky-filters .react-dashboard-fc-tab__filters{padding-left:calc(var(--react-dashboard-mobile-side-gap) + var(--react-dashboard-mobile-filter-peek))!important}}@media (max-width:932px) and (max-height:500px) and (orientation:landscape){.react-dashboard-page{--react-dashboard-mobile-filter-peek:clamp(56px,8.4507vw,76px)}.react-dashboard-page--mobile-sticky-filters .react-dashboard-fc-tab__filters,.react-dashboard-page--mobile-sticky-filters .react-dashboard-page__filters,.react-dashboard-page__filters{left:auto!important;margin-left:calc(var(--react-dashboard-mobile-filter-peek)*-1)!important;max-width:none!important;padding-left:var(--react-dashboard-mobile-filter-peek)!important;padding-right:0!important;right:auto!important;width:calc(100% + var(--react-dashboard-mobile-filter-peek))!important}.react-dashboard-page{--react-dashboard-mobile-fixed-filters-top:calc(8px + env(safe-area-inset-top));--react-dashboard-mobile-filters-padding-y:6px;--react-dashboard-mobile-filter-pill-height:40px;--react-dashboard-mobile-filters-stack-height:calc(var(--react-dashboard-mobile-filters-padding-y) + var(--react-dashboard-mobile-filters-padding-y) + var(--react-dashboard-mobile-filter-pill-height));--react-dashboard-mobile-indicators-pagination-top:calc(var(--react-dashboard-mobile-fixed-filters-top) + var(--react-dashboard-mobile-filters-stack-height) + 4px);--react-dashboard-mobile-indicators-pagination-space:46px}.react-dashboard-page--mobile-sticky-filters{padding-top:calc(var(--react-dashboard-mobile-fixed-filters-top) + var(--react-dashboard-mobile-filters-stack-height) + 12px)!important}.react-dashboard-page--mobile-indicators-sticky{padding-top:calc(var(--react-dashboard-mobile-indicators-pagination-top) + var(--react-dashboard-mobile-indicators-pagination-space) + 10px)!important}.react-dashboard-page--mobile-sticky-filters.react-dashboard-page--dre-desktop,.react-dashboard-page--mobile-sticky-filters.react-dashboard-page--fc-desktop{padding-bottom:12px!important}.react-dashboard-page--mobile-sticky-filters .react-dashboard-fc-tab__filters,.react-dashboard-page--mobile-sticky-filters .react-dashboard-page__filters{-webkit-overflow-scrolling:touch!important;align-items:center!important;background:#f6f6f6!important;border-bottom:0!important;box-shadow:none!important;box-sizing:border-box!important;flex-wrap:nowrap!important;height:auto!important;left:114px!important;left:calc(var(--dashboard-mobile-landscape-menu-width, 78px) + var(--dashboard-mobile-landscape-side-gap, 36px) - var(--react-dashboard-mobile-filter-peek, 0px))!important;margin:0!important;max-width:none!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:var(--react-dashboard-mobile-filters-padding-y)!important;padding-left:0!important;padding-left:var(--react-dashboard-mobile-filter-peek,0)!important;padding-right:0!important;padding-top:var(--react-dashboard-mobile-filters-padding-y)!important;pointer-events:auto!important;position:fixed!important;right:auto!important;row-gap:0!important;scrollbar-width:none!important;top:var(--react-dashboard-mobile-fixed-filters-top)!important;width:calc(100vw - 150px)!important;width:calc(100vw - var(--dashboard-mobile-landscape-menu-width, 78px) - var(--dashboard-mobile-landscape-side-gap, 36px) - var(--dashboard-mobile-landscape-side-gap, 36px) + var(--react-dashboard-mobile-filter-peek, 0px))!important;z-index:1300!important}}@media (max-width:932px) and (max-height:500px) and (orientation:landscape){.react-dashboard-page--mobile-sticky-filters .react-dashboard-fc-tab__filters::-webkit-scrollbar,.react-dashboard-page--mobile-sticky-filters .react-dashboard-page__filters::-webkit-scrollbar{display:none!important}.react-dashboard-page--mobile-indicators-sticky:before{background:#f6f6f6;content:"";height:calc(var(--react-dashboard-mobile-indicators-pagination-top) - var(--react-dashboard-mobile-fixed-filters-top) + var(--react-dashboard-mobile-indicators-pagination-space) + 6px);left:114px;left:calc(var(--dashboard-mobile-landscape-menu-width, 78px) + var(--dashboard-mobile-landscape-side-gap, 36px));pointer-events:none;position:fixed;right:36px;right:var(--dashboard-mobile-landscape-side-gap,36px);top:var(--react-dashboard-mobile-fixed-filters-top);z-index:1298}.react-dashboard-page{--dashboard-mobile-landscape-menu-width:var(--dashboard-mobile-landscape-menu-width,78px);--dashboard-mobile-landscape-side-gap:var(--dashboard-mobile-landscape-side-gap,36px)}.react-dashboard-page--mobile-sticky-filters .react-dashboard-fc-tab__filters,.react-dashboard-page--mobile-sticky-filters .react-dashboard-page__filters,.react-dashboard-page__filters{box-sizing:border-box!important;left:114px!important;left:calc(var(--dashboard-mobile-landscape-menu-width, 78px) + var(--dashboard-mobile-landscape-side-gap, 36px))!important;margin-left:0!important;max-width:calc(100vw - 150px)!important;max-width:calc(100vw - var(--dashboard-mobile-landscape-menu-width, 78px) - var(--dashboard-mobile-landscape-side-gap, 36px)*2)!important;padding-left:0!important;padding-right:0!important;right:auto!important;width:calc(100vw - 150px)!important;width:calc(100vw - var(--dashboard-mobile-landscape-menu-width, 78px) - var(--dashboard-mobile-landscape-side-gap, 36px)*2)!important}.react-dashboard-page{--react-dashboard-mobile-filter-pill-height:30.8px!important;--react-dashboard-mobile-filters-padding-y:5px!important;--react-dashboard-mobile-filters-stack-height:calc(var(--react-dashboard-mobile-filters-padding-y) + var(--react-dashboard-mobile-filters-padding-y) + var(--react-dashboard-mobile-filter-pill-height))!important}.react-dashboard-page--mobile-sticky-filters{padding-top:calc(var(--react-dashboard-mobile-fixed-filters-top) + var(--react-dashboard-mobile-filters-stack-height) + 6px)!important}.react-dashboard-page--mobile-indicators-sticky:before{height:calc(var(--react-dashboard-mobile-indicators-pagination-top) + var(--react-dashboard-mobile-indicators-pagination-space) + 12px + env(safe-area-inset-top))!important;top:0!important}.react-dashboard-page--mobile-indicators-sticky.react-dashboard-page--mobile-indicators-no-pagination{padding-top:calc(var(--react-dashboard-mobile-fixed-filters-top) + var(--react-dashboard-mobile-filters-stack-height) + 8px)!important}.react-dashboard-page--mobile-indicators-sticky.react-dashboard-page--mobile-indicators-no-pagination:before{height:calc(var(--react-dashboard-mobile-fixed-filters-top) + var(--react-dashboard-mobile-filters-stack-height) + 8px)!important;top:0!important}}.dashboard-filter-pill{--dashboard-filter-pill-height:48px;--dashboard-filter-pill-radius:24px;--dashboard-filter-pill-gap:12px;--dashboard-filter-pill-padding-right:16px;--dashboard-filter-pill-font-size:15px;--dashboard-filter-pill-icon-size:48px;--dashboard-filter-pill-icon-visual-size:calc(var(--dashboard-filter-pill-icon-size) - 8px);--dashboard-filter-pill-arrow-size:18px;--dashboard-filter-pill-arrow-gap:8px;--dashboard-filter-pill-arrow-offset-x:2px;--dashboard-filter-pill-arrow-offset-y:0.5px;align-items:center;appearance:none;-webkit-appearance:none;background:#fff;border:0;border-radius:999px;box-shadow:0 0 0 1px #ece8e1d1;box-sizing:border-box;color:#060606;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:var(--dashboard-filter-pill-font-size);font-weight:400;gap:var(--dashboard-filter-pill-gap);height:var(--dashboard-filter-pill-height);justify-content:space-between;line-height:1;max-width:100%;min-height:var(--dashboard-filter-pill-height);min-width:0;overflow:hidden;padding:0 var(--dashboard-filter-pill-padding-right) 0 0;position:relative;width:auto;z-index:1}.dashboard-filter-pill--multi,.dashboard-filter-pill--select{display:flex;height:var(--dashboard-filter-pill-height);padding-right:0}.dashboard-filter-pill--open{z-index:1400}.dashboard-filter-pill__left{align-items:center;display:inline-flex;flex:1 1 auto;gap:var(--dashboard-filter-pill-gap);height:100%;min-width:0}.dashboard-filter-pill__icon-slot{align-items:center;align-self:center;display:inline-flex;flex:0 0 var(--dashboard-filter-pill-icon-size);height:var(--dashboard-filter-pill-icon-size);justify-content:center;line-height:0;min-width:var(--dashboard-filter-pill-icon-size);overflow:hidden;position:relative;width:var(--dashboard-filter-pill-icon-size)}.dashboard-filter-pill__icon-slot>.dashboard-filter-pill__circle,.dashboard-filter-pill__icon-slot>.dashboard-filter-pill__image-icon{flex:0 0 var(--dashboard-filter-pill-icon-size);margin:0}.dashboard-filter-pill__label{font-size:var(--dashboard-filter-pill-font-size);line-height:2;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-filter-pill__image-icon{display:block;object-fit:contain;object-position:center center;vertical-align:middle}.dashboard-filter-pill__circle,.dashboard-filter-pill__image-icon{box-sizing:border-box;flex:0 0 var(--dashboard-filter-pill-icon-size);flex-shrink:0;height:var(--dashboard-filter-pill-icon-size);padding:max(0px,calc((var(--dashboard-filter-pill-icon-size) - var(--dashboard-filter-pill-icon-visual-size))/2));width:var(--dashboard-filter-pill-icon-size)}.dashboard-filter-pill__circle{align-items:center;background:#fff;border-radius:50%;box-shadow:inset 0 0 0 1px #f0ece6;display:inline-flex;justify-content:center}.dashboard-filter-pill__circle>img,.dashboard-filter-pill__circle>svg{flex:0 0 var(--dashboard-filter-pill-icon-visual-size);height:var(--dashboard-filter-pill-icon-visual-size);width:var(--dashboard-filter-pill-icon-visual-size)}.dashboard-filter-pill--primary-company{border-radius:999px!important;min-height:var(--dashboard-filter-pill-height)!important;min-width:296px!important;min-width:var(--dashboard-filter-pill-fixed-width,var(--dashboard-filter-pill-primary-company-width,296px))!important;padding-right:var(--dashboard-filter-pill-padding-right)!important}.dashboard-filter-pill--select.dashboard-filter-pill--primary-company{padding-right:0!important}.dashboard-filter-pill--primary-company .dashboard-filter-pill__button,.dashboard-filter-pill--primary-company .dashboard-filter-pill__label,.dashboard-filter-pill--primary-company .dashboard-filter-pill__select{font-size:var(--dashboard-filter-pill-font-size)!important}.dashboard-filter-pill__arrow{align-self:center;display:block;flex-shrink:0;height:var(--dashboard-filter-pill-arrow-size);margin-left:var(--dashboard-filter-pill-arrow-gap);object-fit:contain;object-position:center center;pointer-events:none;transform:translate(var(--dashboard-filter-pill-arrow-offset-x),var(--dashboard-filter-pill-arrow-offset-y));width:var(--dashboard-filter-pill-arrow-size)}.dashboard-filter-pill__button,.dashboard-filter-pill__select{appearance:none;-webkit-appearance:none;background:#0000;border:0;border-radius:inherit;box-sizing:border-box;color:#060606;font-family:Inter,sans-serif;font-size:var(--dashboard-filter-pill-font-size);font-weight:400;height:100%;line-height:1;min-height:var(--dashboard-filter-pill-height);min-width:0;outline:none;width:100%}.dashboard-filter-pill__select{-webkit-appearance:none;appearance:none;cursor:pointer;padding:0}.dashboard-filter-pill__button{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:0 var(--dashboard-filter-pill-padding-right) 0 0;text-align:left}.dashboard-filter-pill__button--select{padding-right:var(--dashboard-filter-pill-padding-right)}.dashboard-filter-pill__menu{background:#fff;border-radius:22px;box-shadow:0 12px 30px #0606061a;left:0;padding:10px 0;position:absolute;right:0;top:calc(100% + 8px);z-index:1401}.dashboard-filter-pill__menu--multi,.dashboard-filter-pill__menu--select{padding:10px 0}.dashboard-filter-pill__options-scroll--multi{display:flex;flex-direction:column;gap:0;padding-right:0}.dashboard-filter-pill__multi-option--all{border-bottom:1px solid #f0ece6;margin-bottom:6px;padding-bottom:12px}.dashboard-filter-pill__menu--portal{max-height:280px;max-height:var(--dashboard-filter-menu-max-height,280px);overflow:hidden;right:auto;top:auto}.dashboard-filter-pill__options-scroll{max-height:220px;max-height:calc(var(--dashboard-filter-menu-max-height, 280px) - 60px);overflow:auto;padding-right:0}.dashboard-filter-pill__options-scroll--select{display:flex;flex-direction:column;gap:0;max-height:280px;max-height:var(--dashboard-filter-menu-max-height,280px);padding-right:0}.dashboard-filter-pill__option{align-items:center;border-radius:12px;color:#060606;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:10px;padding:10px 8px}.dashboard-filter-pill__option:hover{background:#f8f6f2}.dashboard-filter-pill__option--all{border-bottom:1px solid #f0ece6;margin-bottom:6px;padding-bottom:12px}.dashboard-filter-pill__option input{accent-color:#eb571c;flex-shrink:0;height:15px;width:15px}.dashboard-filter-pill__select-option{align-items:center;background:#0000;border:0;border-radius:0;color:#454545;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:15px;font-weight:400;gap:12px;justify-content:space-between;line-height:1.35;padding:10px 16px;text-align:left;transition:background .18s ease,color .18s ease;width:100%}.dashboard-filter-pill__select-option:hover{background:#f8f6f2bf;color:#060606}.dashboard-filter-pill__select-option--active{background:#0000;color:#eb571c}@media (hover:none) and (pointer:coarse){.dashboard-filter-pill__option:hover{background:#0000}.dashboard-filter-pill__select-option:hover{background:#0000;color:inherit}.dashboard-filter-pill__select-option--active:hover{color:#eb571c}}.dashboard-filter-pill__menu--primary-company .dashboard-filter-pill__select-option{align-items:flex-start}.dashboard-filter-pill__menu--primary-company .dashboard-filter-pill__select-option-label{line-height:1.3;overflow:visible;overflow-wrap:anywhere;text-overflow:clip;white-space:normal;word-break:break-word}.dashboard-filter-pill__menu--primary-company .dashboard-filter-pill__select-option-indicator{margin-top:5px}.dashboard-filter-pill__select-option-label{flex:1 1 auto;line-height:1.28;min-width:0;overflow:visible;overflow-wrap:anywhere;text-overflow:clip;white-space:normal;word-break:break-word}.dashboard-filter-pill__select-option-indicator{align-items:center;display:inline-flex;flex-shrink:0;height:11px;justify-content:center;margin-top:4px;opacity:0;width:15px}.dashboard-filter-pill__select-option-indicator-icon{display:block;height:11px;width:15px}.dashboard-filter-pill__select-option--active .dashboard-filter-pill__select-option-indicator{opacity:1}@media (min-width:721px) and (max-width:1280px) and (max-height:800px){.dashboard-filter-pill{--dashboard-filter-pill-height:var(--dashboard-filter-pill-height,42px);--dashboard-filter-pill-radius:var(--dashboard-filter-pill-radius,21px);--dashboard-filter-pill-gap:var(--dashboard-filter-pill-gap,10px);--dashboard-filter-pill-font-size:var(--dashboard-filter-pill-font-size,13px);--dashboard-filter-pill-icon-size:var(--dashboard-filter-pill-icon-size,42px);--dashboard-filter-pill-arrow-size:var(--dashboard-filter-pill-arrow-size,16px);--dashboard-filter-pill-arrow-offset-x:1.5px;--dashboard-filter-pill-arrow-offset-y:0.5px}}@media (max-width:1600px) and (max-height:780px){.dashboard-filter-pill{--dashboard-filter-pill-height:var(--dashboard-filter-pill-height,42px);--dashboard-filter-pill-radius:var(--dashboard-filter-pill-radius,21px);--dashboard-filter-pill-gap:var(--dashboard-filter-pill-gap,10px);--dashboard-filter-pill-font-size:var(--dashboard-filter-pill-font-size,13px);--dashboard-filter-pill-icon-size:var(--dashboard-filter-pill-icon-size,42px);--dashboard-filter-pill-arrow-size:var(--dashboard-filter-pill-arrow-size,16px);--dashboard-filter-pill-arrow-offset-x:1.5px;--dashboard-filter-pill-arrow-offset-y:0.5px}}@media (min-width:721px) and (max-width:1024px) and (min-height:700px){.dashboard-filter-pill{--dashboard-filter-pill-height:50px;--dashboard-filter-pill-radius:25px;--dashboard-filter-pill-gap:12px;--dashboard-filter-pill-padding-right:16px;--dashboard-filter-pill-font-size:16px;--dashboard-filter-pill-icon-size:50px;--dashboard-filter-pill-icon-visual-size:46px;--dashboard-filter-pill-arrow-size:19px;--dashboard-filter-pill-arrow-gap:8px;--dashboard-filter-pill-arrow-offset-x:2px;--dashboard-filter-pill-arrow-offset-y:0.5px}.dashboard-filter-pill--primary-company{min-width:276px!important}}@media (max-width:720px){.dashboard-filter-pill--open{z-index:1500}.dashboard-filter-pill{--dashboard-filter-pill-height:clamp(44px,calc(100svh*46/852),48px);--dashboard-filter-pill-radius:23px;--dashboard-filter-pill-gap:12px;--dashboard-filter-pill-padding-right:16px;--dashboard-filter-pill-font-size:15px;--dashboard-filter-pill-icon-size:46px;--dashboard-filter-pill-arrow-size:18px;--dashboard-filter-pill-arrow-offset-x:2px;--dashboard-filter-pill-arrow-offset-y:0.5px;box-shadow:0 0 0 1px #ece8e1e6;flex:0 0 auto;flex:0 0 var(--dashboard-filter-pill-fixed-width,auto);max-width:100%;max-width:var(--dashboard-filter-pill-fixed-width,100%);width:auto;width:var(--dashboard-filter-pill-fixed-width,auto)}.dashboard-filter-pill__menu{border-radius:18px;box-shadow:0 18px 34px #0606061f;padding:8px;top:calc(100% + 10px)}.dashboard-filter-pill__select-option{border-radius:13px;font-size:14px;padding:13px 12px}.dashboard-filter-pill__option{font-size:14px;padding:11px 8px}.dashboard-filter-pill__select-option{align-items:flex-start}.dashboard-filter-pill__option span,.dashboard-filter-pill__select-option-label{line-height:1.28;overflow:visible;overflow-wrap:anywhere;text-overflow:clip;white-space:normal;word-break:break-word}.dashboard-filter-pill__option{align-items:flex-start}.dashboard-filter-pill--primary-company{flex:0 0 clamp(168px,50.38168vw,198px)!important;max-width:none!important;min-width:clamp(168px,50.38168vw,198px)!important;width:clamp(168px,50.38168vw,198px)!important}.dashboard-filter-pill--mobile-priority-company{flex:0 0 clamp(132px,37.65903vw,148px)!important;min-width:clamp(132px,37.65903vw,148px)!important;order:-2;width:clamp(132px,37.65903vw,148px)!important}.dashboard-filter-pill--mobile-priority-month,.dashboard-filter-pill--mobile-priority-year{--dashboard-filter-pill-gap:10px;--dashboard-filter-pill-padding-right:14px;--dashboard-filter-pill-font-size:14px;--dashboard-filter-pill-icon-size:42px;--dashboard-filter-pill-arrow-size:16px;--dashboard-filter-pill-arrow-gap:6px}.dashboard-filter-pill--mobile-priority-month{flex:0 0 clamp(146px,39.69466vw,156px);max-width:clamp(146px,39.69466vw,156px);width:clamp(146px,39.69466vw,156px)}.dashboard-filter-pill--mobile-priority-year{flex:0 0 max(clamp(124px,33.58779vw,136px),8px)!important;flex:0 0 max(clamp(124px,33.58779vw,136px),calc(var(--dashboard-filter-pill-fixed-width, 0px) + 8px))!important;max-width:none!important;min-width:max(clamp(124px,33.58779vw,136px),8px)!important;min-width:max(clamp(124px,33.58779vw,136px),calc(var(--dashboard-filter-pill-fixed-width, 0px) + 8px))!important;order:-1;width:max(clamp(124px,33.58779vw,136px),8px)!important;width:max(clamp(124px,33.58779vw,136px),calc(var(--dashboard-filter-pill-fixed-width, 0px) + 8px))!important}.dashboard-filter-pill--mobile-priority-cost-center{flex:0 0 max(clamp(154px,43.7659vw,184px),0px)!important;flex:0 0 max(clamp(154px,43.7659vw,184px),var(--dashboard-filter-pill-fixed-width,0px))!important;max-width:none!important;min-width:max(clamp(154px,43.7659vw,184px),0px)!important;min-width:max(clamp(154px,43.7659vw,184px),var(--dashboard-filter-pill-fixed-width,0px))!important;width:max(clamp(154px,43.7659vw,184px),0px)!important;width:max(clamp(154px,43.7659vw,184px),var(--dashboard-filter-pill-fixed-width,0px))!important}.dashboard-filter-pill--mobile-priority-vision{flex:0 0 max(clamp(148px,41.73028vw,176px),0px)!important;flex:0 0 max(clamp(148px,41.73028vw,176px),var(--dashboard-filter-pill-fixed-width,0px))!important;max-width:none!important;min-width:max(clamp(148px,41.73028vw,176px),0px)!important;min-width:max(clamp(148px,41.73028vw,176px),var(--dashboard-filter-pill-fixed-width,0px))!important;width:max(clamp(148px,41.73028vw,176px),0px)!important;width:max(clamp(148px,41.73028vw,176px),var(--dashboard-filter-pill-fixed-width,0px))!important}.dashboard-filter-pill--mobile-priority-category{flex:0 0 max(clamp(168px,47.83715vw,204px),0px)!important;flex:0 0 max(clamp(168px,47.83715vw,204px),var(--dashboard-filter-pill-fixed-width,0px))!important;max-width:none!important;min-width:max(clamp(168px,47.83715vw,204px),0px)!important;min-width:max(clamp(168px,47.83715vw,204px),var(--dashboard-filter-pill-fixed-width,0px))!important;width:max(clamp(168px,47.83715vw,204px),0px)!important;width:max(clamp(168px,47.83715vw,204px),var(--dashboard-filter-pill-fixed-width,0px))!important}.dashboard-filter-pill--primary-company .dashboard-filter-pill__label{display:block;line-height:1.08;overflow:hidden;overflow-wrap:normal;text-overflow:ellipsis;white-space:nowrap;word-break:normal}.dashboard-filter-pill--primary-company .dashboard-filter-pill__button,.dashboard-filter-pill--primary-company .dashboard-filter-pill__select{align-items:center;height:var(--dashboard-filter-pill-height);min-height:var(--dashboard-filter-pill-height);padding-bottom:0;padding-top:0}.dashboard-filter-pill--mobile-priority-month .dashboard-filter-pill__label,.dashboard-filter-pill--mobile-priority-year .dashboard-filter-pill__label{overflow:visible;text-overflow:clip}}@media (max-width:932px) and (max-height:500px) and (orientation:landscape){.dashboard-filter-pill{--dashboard-filter-pill-height:clamp(36px,4.69484vw,40px);--dashboard-filter-pill-radius:clamp(18px,2.34742vw,20px);--dashboard-filter-pill-gap:clamp(6px,0.93897vw,8px);--dashboard-filter-pill-padding-right:clamp(12px,1.64319vw,14px);--dashboard-filter-pill-font-size:clamp(12px,1.52582vw,13px);--dashboard-filter-pill-icon-size:clamp(36px,4.69484vw,40px);--dashboard-filter-pill-arrow-size:clamp(14px,1.76056vw,15px);--dashboard-filter-pill-arrow-gap:clamp(7px,0.93897vw,8px);--dashboard-filter-pill-arrow-offset-x:1.5px;--dashboard-filter-pill-arrow-offset-y:0.5px;--dashboard-filter-pill-arrow-reserved-space:clamp(8px,1.17371vw,10px);flex:0 0 auto;flex:0 0 var(--dashboard-filter-pill-fixed-width,auto);max-width:100%;max-width:var(--dashboard-filter-pill-fixed-width,100%);width:auto;width:var(--dashboard-filter-pill-fixed-width,auto)}.dashboard-filter-pill__button{grid-column-gap:var(--dashboard-filter-pill-arrow-reserved-space);align-items:center;column-gap:var(--dashboard-filter-pill-arrow-reserved-space);display:grid;grid-template-columns:minmax(0,1fr) auto;justify-content:normal}.dashboard-filter-pill__left{min-width:0;padding-right:0}.dashboard-filter-pill__button--select{padding-right:calc(var(--dashboard-filter-pill-padding-right) + 1px)}.dashboard-filter-pill__arrow{justify-self:end;margin-left:0;transform:none}.dashboard-filter-pill--mobile-priority-category,.dashboard-filter-pill--mobile-priority-cost-center,.dashboard-filter-pill--mobile-priority-record-company,.dashboard-filter-pill--mobile-priority-vision,.dashboard-filter-pill--mobile-priority-year{--dashboard-filter-pill-padding-right:clamp(14px,1.87793vw,16px);--dashboard-filter-pill-arrow-reserved-space:clamp(10px,1.40845vw,12px)}.dashboard-filter-pill--primary-company{box-sizing:border-box;flex:0 0 clamp(240px,calc(100vw - 384px),420px)!important;height:var(--dashboard-filter-pill-height)!important;max-width:none!important;min-height:var(--dashboard-filter-pill-height)!important;min-width:220px!important;overflow:hidden;width:clamp(240px,calc(100vw - 384px),420px)!important}.dashboard-filter-pill--primary-company .dashboard-filter-pill__label{display:block;line-height:1.08;overflow:hidden;overflow-wrap:normal;text-overflow:ellipsis;white-space:nowrap;word-break:normal}.dashboard-filter-pill--primary-company .dashboard-filter-pill__button,.dashboard-filter-pill--primary-company .dashboard-filter-pill__select{align-items:center;height:var(--dashboard-filter-pill-height);min-height:var(--dashboard-filter-pill-height);padding-bottom:0;padding-top:0}.dashboard-filter-pill--mobile-priority-company{flex:0 0 clamp(108px,15.96244vw,136px)!important;max-width:clamp(108px,15.96244vw,136px)!important;min-width:clamp(108px,15.96244vw,136px)!important;order:-2;width:clamp(108px,15.96244vw,136px)!important}.dashboard-filter-pill--mobile-priority-month{flex:0 0 clamp(116px,15.49296vw,132px)!important;max-width:clamp(116px,15.49296vw,132px)!important;min-width:clamp(116px,15.49296vw,132px)!important;width:clamp(116px,15.49296vw,132px)!important}.dashboard-filter-pill--mobile-priority-year{flex:0 0 max(clamp(132px,16.66667vw,156px),18px)!important;flex:0 0 max(clamp(132px,16.66667vw,156px),calc(var(--dashboard-filter-pill-fixed-width, 0px) + 18px))!important;max-width:none!important;min-width:max(clamp(132px,16.66667vw,156px),18px)!important;min-width:max(clamp(132px,16.66667vw,156px),calc(var(--dashboard-filter-pill-fixed-width, 0px) + 18px))!important;order:-1;width:max(clamp(132px,16.66667vw,156px),18px)!important;width:max(clamp(132px,16.66667vw,156px),calc(var(--dashboard-filter-pill-fixed-width, 0px) + 18px))!important}.dashboard-filter-pill--mobile-priority-cost-center{flex:0 0 max(clamp(132px,17.37089vw,180px),0px)!important;flex:0 0 max(clamp(132px,17.37089vw,180px),var(--dashboard-filter-pill-fixed-width,0px))!important;max-width:none!important;min-width:max(clamp(132px,17.37089vw,180px),0px)!important;min-width:max(clamp(132px,17.37089vw,180px),var(--dashboard-filter-pill-fixed-width,0px))!important;width:max(clamp(132px,17.37089vw,180px),0px)!important;width:max(clamp(132px,17.37089vw,180px),var(--dashboard-filter-pill-fixed-width,0px))!important}.dashboard-filter-pill--mobile-priority-vision{flex:0 0 max(clamp(136px,17.84038vw,176px),0px)!important;flex:0 0 max(clamp(136px,17.84038vw,176px),var(--dashboard-filter-pill-fixed-width,0px))!important;max-width:none!important;min-width:max(clamp(136px,17.84038vw,176px),0px)!important;min-width:max(clamp(136px,17.84038vw,176px),var(--dashboard-filter-pill-fixed-width,0px))!important;width:max(clamp(136px,17.84038vw,176px),0px)!important;width:max(clamp(136px,17.84038vw,176px),var(--dashboard-filter-pill-fixed-width,0px))!important}.dashboard-filter-pill--mobile-priority-category{flex:0 0 max(clamp(144px,19.48357vw,204px),0px)!important;flex:0 0 max(clamp(144px,19.48357vw,204px),var(--dashboard-filter-pill-fixed-width,0px))!important;max-width:none!important;min-width:max(clamp(144px,19.48357vw,204px),0px)!important;min-width:max(clamp(144px,19.48357vw,204px),var(--dashboard-filter-pill-fixed-width,0px))!important;width:max(clamp(144px,19.48357vw,204px),0px)!important;width:max(clamp(144px,19.48357vw,204px),var(--dashboard-filter-pill-fixed-width,0px))!important}.dashboard-filter-pill--mobile-priority-record-company{flex:0 0 max(clamp(128px,17.37089vw,188px),0px)!important;flex:0 0 max(clamp(128px,17.37089vw,188px),var(--dashboard-filter-pill-fixed-width,0px))!important;max-width:none!important;min-width:max(clamp(128px,17.37089vw,188px),0px)!important;min-width:max(clamp(128px,17.37089vw,188px),var(--dashboard-filter-pill-fixed-width,0px))!important;width:max(clamp(128px,17.37089vw,188px),0px)!important;width:max(clamp(128px,17.37089vw,188px),var(--dashboard-filter-pill-fixed-width,0px))!important}.dashboard-filter-pill--mobile-priority-category .dashboard-filter-pill__label,.dashboard-filter-pill--mobile-priority-cost-center .dashboard-filter-pill__label,.dashboard-filter-pill--mobile-priority-month .dashboard-filter-pill__label,.dashboard-filter-pill--mobile-priority-record-company .dashboard-filter-pill__label,.dashboard-filter-pill--mobile-priority-vision .dashboard-filter-pill__label,.dashboard-filter-pill--mobile-priority-year .dashboard-filter-pill__label{display:block;line-height:1.08;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-filter-pill__select-option{align-items:flex-start}.dashboard-filter-pill__option span,.dashboard-filter-pill__select-option-label{line-height:1.24;overflow:visible;overflow-wrap:anywhere;text-overflow:clip;white-space:normal;word-break:break-word}.dashboard-filter-pill__option{align-items:flex-start}}.dashboard-filter-pill,.dashboard-filter-pill__circle,.dashboard-filter-pill__menu{border:0!important;box-shadow:none!important}.dashboard-filter-pill{--dashboard-filter-pill-left-padding:3px;--dashboard-filter-pill-gap:21px!important;--dashboard-filter-pill-arrow-gap:21px!important;--dashboard-filter-pill-padding-right:16px!important;gap:21px!important}.dashboard-filter-pill:not(.dashboard-filter-pill--select):not(.dashboard-filter-pill--multi),.dashboard-filter-pill__button{padding-left:var(--dashboard-filter-pill-left-padding)!important;padding-right:16px!important}.dashboard-filter-pill__button,.dashboard-filter-pill__left{gap:21px!important}.dashboard-filter-pill__arrow{margin-left:0!important}.dashboard-filter-pill{--dashboard-filter-pill-icon-size:46px!important;--dashboard-filter-pill-icon-visual-size:45px!important}.dashboard-filter-pill__circle,.dashboard-filter-pill__image-icon{box-sizing:border-box!important;flex:0 0 var(--dashboard-filter-pill-icon-size)!important;height:var(--dashboard-filter-pill-icon-size)!important;padding:max(0px,calc((var(--dashboard-filter-pill-icon-size) - var(--dashboard-filter-pill-icon-visual-size))/2))!important;width:var(--dashboard-filter-pill-icon-size)!important}@media (max-width:720px){.dashboard-filter-pill{--dashboard-filter-pill-left-padding:0.76336vw!important;--dashboard-filter-pill-gap:5.34351vw!important;--dashboard-filter-pill-arrow-gap:5.34351vw!important;--dashboard-filter-pill-padding-right:4.07125vw!important;--dashboard-filter-pill-icon-size:11.70483vw!important;--dashboard-filter-pill-icon-visual-size:9.66921vw!important;gap:5.34351vw!important}.dashboard-filter-pill:not(.dashboard-filter-pill--select):not(.dashboard-filter-pill--multi){padding-left:.76336vw!important;padding-right:4.07125vw!important}.dashboard-filter-pill__button{gap:5.34351vw!important;padding-left:-.76336vw!important;padding-right:4.07125vw!important}.dashboard-filter-pill__left{gap:5.34351vw!important}.dashboard-filter-pill__circle,.dashboard-filter-pill__image-icon{box-sizing:border-box!important;flex:0 0 var(--dashboard-filter-pill-icon-size)!important;height:var(--dashboard-filter-pill-icon-size)!important;padding:max(0px,calc((var(--dashboard-filter-pill-icon-size) - var(--dashboard-filter-pill-icon-visual-size))/2))!important;width:var(--dashboard-filter-pill-icon-size)!important}}@media (max-width:932px) and (max-height:500px) and (orientation:landscape){.dashboard-filter-pill{--dashboard-filter-pill-left-padding:0.35211vw!important;--dashboard-filter-pill-gap:2.46479vw!important;--dashboard-filter-pill-arrow-gap:2.46479vw!important;--dashboard-filter-pill-padding-right:1.87793vw!important;--dashboard-filter-pill-icon-size:5.39906vw!important;--dashboard-filter-pill-icon-visual-size:4.46009vw!important;gap:2.46479vw!important}.dashboard-filter-pill:not(.dashboard-filter-pill--select):not(.dashboard-filter-pill--multi){padding-left:.35211vw!important;padding-right:1.87793vw!important}.dashboard-filter-pill__button{gap:2.46479vw!important;padding-left:-.35211vw!important;padding-right:1.87793vw!important}.dashboard-filter-pill__left{gap:2.46479vw!important}.dashboard-filter-pill__circle,.dashboard-filter-pill__image-icon{box-sizing:border-box!important;flex:0 0 var(--dashboard-filter-pill-icon-size)!important;height:var(--dashboard-filter-pill-icon-size)!important;padding:max(0px,calc((var(--dashboard-filter-pill-icon-size) - var(--dashboard-filter-pill-icon-visual-size))/2))!important;width:var(--dashboard-filter-pill-icon-size)!important}}@media (max-width:720px){.dashboard-filter-pill{--dashboard-filter-pill-left-padding:0.76336vw!important;--dashboard-filter-pill-gap:1.78117vw!important;--dashboard-filter-pill-arrow-gap:3.05344vw!important;--dashboard-filter-pill-padding-right:2.54453vw!important;--dashboard-filter-pill-icon-size:10.17812vw!important;--dashboard-filter-pill-icon-visual-size:8.6514vw!important;--dashboard-filter-pill-arrow-offset-x:0.50891vw!important;--dashboard-filter-pill-arrow-offset-y:0.12723vw!important;gap:3.05344vw!important}.dashboard-filter-pill:not(.dashboard-filter-pill--select):not(.dashboard-filter-pill--multi){padding-left:.76336vw!important;padding-right:2.54453vw!important}.dashboard-filter-pill__button{gap:3.05344vw!important;padding-left:-.76336vw!important;padding-right:2.54453vw!important}.dashboard-filter-pill__left{gap:1.78117vw!important}.dashboard-filter-pill__circle,.dashboard-filter-pill__image-icon{box-sizing:border-box!important;flex:0 0 var(--dashboard-filter-pill-icon-size)!important;height:var(--dashboard-filter-pill-icon-size)!important;padding:max(0px,calc((var(--dashboard-filter-pill-icon-size) - var(--dashboard-filter-pill-icon-visual-size))/2))!important;width:var(--dashboard-filter-pill-icon-size)!important}}@media (max-width:932px) and (max-height:500px) and (orientation:landscape){.dashboard-filter-pill{--dashboard-filter-pill-left-padding:0.35211vw!important;--dashboard-filter-pill-gap:0.8216vw!important;--dashboard-filter-pill-arrow-gap:1.40845vw!important;--dashboard-filter-pill-padding-right:1.17371vw!important;--dashboard-filter-pill-icon-size:4.69484vw!important;--dashboard-filter-pill-icon-visual-size:3.99061vw!important;--dashboard-filter-pill-arrow-offset-x:0.23474vw!important;--dashboard-filter-pill-arrow-offset-y:0.05869vw!important;gap:1.40845vw!important}.dashboard-filter-pill:not(.dashboard-filter-pill--select):not(.dashboard-filter-pill--multi){padding-left:.35211vw!important;padding-right:1.17371vw!important}.dashboard-filter-pill__button{gap:1.40845vw!important;padding-left:-.35211vw!important;padding-right:1.17371vw!important}.dashboard-filter-pill__left{gap:.8216vw!important}.dashboard-filter-pill__circle,.dashboard-filter-pill__image-icon{box-sizing:border-box!important;flex:0 0 var(--dashboard-filter-pill-icon-size)!important;height:var(--dashboard-filter-pill-icon-size)!important;padding:max(0px,calc((var(--dashboard-filter-pill-icon-size) - var(--dashboard-filter-pill-icon-visual-size))/2))!important;width:var(--dashboard-filter-pill-icon-size)!important}}@media (max-width:720px){.dashboard-filter-pill{--dashboard-filter-pill-height:11.19593vw!important;--dashboard-filter-pill-radius:5.59796vw!important}.dashboard-filter-pill,.dashboard-filter-pill--multi,.dashboard-filter-pill--primary-company,.dashboard-filter-pill--primary-company .dashboard-filter-pill__button,.dashboard-filter-pill--primary-company .dashboard-filter-pill__select,.dashboard-filter-pill--select,.dashboard-filter-pill__button,.dashboard-filter-pill__select{height:var(--dashboard-filter-pill-height)!important;min-height:var(--dashboard-filter-pill-height)!important}}@media (max-width:932px) and (max-height:500px) and (orientation:landscape){.dashboard-filter-pill{--dashboard-filter-pill-height:5.16432vw!important;--dashboard-filter-pill-radius:2.58216vw!important}.dashboard-filter-pill,.dashboard-filter-pill--multi,.dashboard-filter-pill--primary-company,.dashboard-filter-pill--primary-company .dashboard-filter-pill__button,.dashboard-filter-pill--primary-company .dashboard-filter-pill__select,.dashboard-filter-pill--select,.dashboard-filter-pill__button,.dashboard-filter-pill__select{height:var(--dashboard-filter-pill-height)!important;min-height:var(--dashboard-filter-pill-height)!important}}.dashboard-filter-pill,.dashboard-filter-pill__button,.dashboard-filter-pill__option,.dashboard-filter-pill__select-option{-webkit-tap-highlight-color:transparent}.dashboard-filter-pill__option:hover,.dashboard-filter-pill__select-option:hover{background:#0000!important}.dashboard-filter-pill__select-option:hover{color:#454545!important}.dashboard-filter-pill__select-option--active,.dashboard-filter-pill__select-option--active:hover{color:#eb571c!important}.dashboard-filter-pill,.dashboard-filter-pill__button,.dashboard-filter-pill__option,.dashboard-filter-pill__select-option{-webkit-tap-highlight-color:transparent!important}.dashboard-filter-pill:active,.dashboard-filter-pill:focus:not(:focus-visible),.dashboard-filter-pill:hover,.dashboard-filter-pill__button:active,.dashboard-filter-pill__button:focus:not(:focus-visible),.dashboard-filter-pill__button:hover,.dashboard-filter-pill__option:active,.dashboard-filter-pill__option:focus:not(:focus-visible),.dashboard-filter-pill__option:hover,.dashboard-filter-pill__select-option:active,.dashboard-filter-pill__select-option:focus:not(:focus-visible),.dashboard-filter-pill__select-option:hover{background:#0000!important;box-shadow:none!important}.dashboard-filter-pill__select-option:active,.dashboard-filter-pill__select-option:focus:not(:focus-visible),.dashboard-filter-pill__select-option:hover{color:#454545!important}.dashboard-filter-pill__select-option--active,.dashboard-filter-pill__select-option--active:active,.dashboard-filter-pill__select-option--active:focus:not(:focus-visible),.dashboard-filter-pill__select-option--active:hover{background:#0000!important;color:#eb571c!important}@media (max-width:932px) and (max-height:500px) and (orientation:landscape){.dashboard-filter-pill{--dashboard-filter-pill-height:calc(100dvh*44/393)!important;--dashboard-filter-pill-radius:calc(100dvh*22/393)!important;--dashboard-filter-pill-left-padding:calc(100dvh*3/393)!important;--dashboard-filter-pill-gap:calc(100dvh*7/393)!important;--dashboard-filter-pill-arrow-gap:calc(100dvh*12/393)!important;--dashboard-filter-pill-padding-right:calc(100dvh*10/393)!important;--dashboard-filter-pill-icon-size:calc(100dvh*40/393)!important;--dashboard-filter-pill-icon-visual-size:calc(100dvh*34/393)!important;--dashboard-filter-pill-arrow-size:calc(100dvh*16/393)!important;--dashboard-filter-pill-arrow-offset-x:calc(100dvh*2/393)!important;--dashboard-filter-pill-arrow-offset-y:calc(100dvh*0.5/393)!important;gap:calc(100dvh*12/393)!important}.dashboard-filter-pill,.dashboard-filter-pill--multi,.dashboard-filter-pill--primary-company,.dashboard-filter-pill--primary-company .dashboard-filter-pill__button,.dashboard-filter-pill--primary-company .dashboard-filter-pill__select,.dashboard-filter-pill--select,.dashboard-filter-pill__button,.dashboard-filter-pill__select{border-radius:var(--dashboard-filter-pill-radius)!important;height:var(--dashboard-filter-pill-height)!important;min-height:var(--dashboard-filter-pill-height)!important}.dashboard-filter-pill:not(.dashboard-filter-pill--select):not(.dashboard-filter-pill--multi){padding-left:calc(100dvh*3/393)!important;padding-right:calc(100dvh*10/393)!important}.dashboard-filter-pill__button{gap:calc(100dvh*12/393)!important;padding-left:calc(100dvh*-3/393)!important;padding-right:calc(100dvh*10/393)!important}.dashboard-filter-pill__left{gap:calc(100dvh*7/393)!important}.dashboard-filter-pill__circle,.dashboard-filter-pill__image-icon{box-sizing:border-box!important;flex:0 0 var(--dashboard-filter-pill-icon-size)!important;height:var(--dashboard-filter-pill-icon-size)!important;padding:max(0px,calc((var(--dashboard-filter-pill-icon-size) - var(--dashboard-filter-pill-icon-visual-size))/2))!important;width:var(--dashboard-filter-pill-icon-size)!important}.dashboard-filter-pill--primary-company{flex:0 0 clamp(168px,calc(100dvh*198/393),198px)!important;max-width:none!important;min-width:clamp(168px,calc(100dvh*198/393),198px)!important;width:clamp(168px,calc(100dvh*198/393),198px)!important}.dashboard-filter-pill--mobile-priority-company{flex:0 0 clamp(132px,calc(100dvh*148/393),148px)!important;max-width:none!important;min-width:clamp(132px,calc(100dvh*148/393),148px)!important;order:-2;width:clamp(132px,calc(100dvh*148/393),148px)!important}.dashboard-filter-pill--mobile-priority-month{flex:0 0 clamp(146px,calc(100dvh*156/393),156px)!important;max-width:clamp(146px,calc(100dvh*156/393),156px)!important;min-width:clamp(146px,calc(100dvh*156/393),156px)!important;width:clamp(146px,calc(100dvh*156/393),156px)!important}.dashboard-filter-pill--mobile-priority-year{flex:0 0 max(clamp(124px,calc(100dvh*132/393),136px),8px)!important;flex:0 0 max(clamp(124px,calc(100dvh*132/393),136px),calc(var(--dashboard-filter-pill-fixed-width, 0px) + 8px))!important;max-width:none!important;min-width:max(clamp(124px,calc(100dvh*132/393),136px),8px)!important;min-width:max(clamp(124px,calc(100dvh*132/393),136px),calc(var(--dashboard-filter-pill-fixed-width, 0px) + 8px))!important;order:-1;width:max(clamp(124px,calc(100dvh*132/393),136px),8px)!important;width:max(clamp(124px,calc(100dvh*132/393),136px),calc(var(--dashboard-filter-pill-fixed-width, 0px) + 8px))!important}.dashboard-filter-pill--mobile-priority-cost-center{flex:0 0 max(clamp(154px,calc(100dvh*172/393),184px),0px)!important;flex:0 0 max(clamp(154px,calc(100dvh*172/393),184px),var(--dashboard-filter-pill-fixed-width,0px))!important;max-width:none!important;min-width:max(clamp(154px,calc(100dvh*172/393),184px),0px)!important;min-width:max(clamp(154px,calc(100dvh*172/393),184px),var(--dashboard-filter-pill-fixed-width,0px))!important;width:max(clamp(154px,calc(100dvh*172/393),184px),0px)!important;width:max(clamp(154px,calc(100dvh*172/393),184px),var(--dashboard-filter-pill-fixed-width,0px))!important}.dashboard-filter-pill--mobile-priority-vision{flex:0 0 max(clamp(148px,calc(100dvh*164/393),176px),0px)!important;flex:0 0 max(clamp(148px,calc(100dvh*164/393),176px),var(--dashboard-filter-pill-fixed-width,0px))!important;max-width:none!important;min-width:max(clamp(148px,calc(100dvh*164/393),176px),0px)!important;min-width:max(clamp(148px,calc(100dvh*164/393),176px),var(--dashboard-filter-pill-fixed-width,0px))!important;width:max(clamp(148px,calc(100dvh*164/393),176px),0px)!important;width:max(clamp(148px,calc(100dvh*164/393),176px),var(--dashboard-filter-pill-fixed-width,0px))!important}.dashboard-filter-pill--mobile-priority-category,.dashboard-filter-pill--mobile-priority-record-company{flex:0 0 max(clamp(168px,calc(100dvh*188/393),204px),0px)!important;flex:0 0 max(clamp(168px,calc(100dvh*188/393),204px),var(--dashboard-filter-pill-fixed-width,0px))!important;max-width:none!important;min-width:max(clamp(168px,calc(100dvh*188/393),204px),0px)!important;min-width:max(clamp(168px,calc(100dvh*188/393),204px),var(--dashboard-filter-pill-fixed-width,0px))!important;width:max(clamp(168px,calc(100dvh*188/393),204px),0px)!important;width:max(clamp(168px,calc(100dvh*188/393),204px),var(--dashboard-filter-pill-fixed-width,0px))!important}}.dashboard-filter-pill,.dashboard-filter-pill--multi,.dashboard-filter-pill--open,.dashboard-filter-pill--select,.dashboard-filter-pill:active,.dashboard-filter-pill:focus:not(:focus-visible),.dashboard-filter-pill:hover{background:#fff!important}.dashboard-filter-pill__menu,.dashboard-filter-pill__menu--portal{background:#fff!important}.dashboard-filter-pill__button,.dashboard-filter-pill__button:active,.dashboard-filter-pill__button:focus:not(:focus-visible),.dashboard-filter-pill__button:hover{background:#0000!important;box-shadow:none!important}@media (max-width:932px) and (max-height:500px) and (orientation:landscape){.dashboard-filter-pill{--dashboard-filter-pill-height:30.8px!important;--dashboard-filter-pill-radius:15.4px!important;--dashboard-filter-pill-gap:8.4px!important;--dashboard-filter-pill-padding-right:11.2px!important;--dashboard-filter-pill-font-size:10.5px!important;--dashboard-filter-pill-icon-size:32.2px!important;--dashboard-filter-pill-icon-visual-size:23.8px!important;--dashboard-filter-pill-arrow-size:12.6px!important;--dashboard-filter-pill-arrow-gap:5.6px!important;--dashboard-filter-pill-arrow-offset-x:1.4px!important;--dashboard-filter-pill-arrow-offset-y:0.35px!important;background:#fff!important}.dashboard-filter-pill,.dashboard-filter-pill--multi,.dashboard-filter-pill--primary-company,.dashboard-filter-pill--primary-company .dashboard-filter-pill__button,.dashboard-filter-pill--primary-company .dashboard-filter-pill__select,.dashboard-filter-pill--select,.dashboard-filter-pill__button,.dashboard-filter-pill__select{border-radius:999px!important;height:var(--dashboard-filter-pill-height)!important;min-height:var(--dashboard-filter-pill-height)!important}.dashboard-filter-pill__label{font-size:var(--dashboard-filter-pill-font-size)!important;line-height:1!important}.dashboard-filter-pill__circle,.dashboard-filter-pill__image-icon{flex:0 0 var(--dashboard-filter-pill-icon-size)!important;height:var(--dashboard-filter-pill-icon-size)!important;width:var(--dashboard-filter-pill-icon-size)!important}.dashboard-filter-pill__arrow{height:var(--dashboard-filter-pill-arrow-size)!important;margin-left:var(--dashboard-filter-pill-arrow-gap)!important;width:var(--dashboard-filter-pill-arrow-size)!important}.dashboard-filter-pill--primary-company{flex-basis:138.6px;flex-grow:0;flex-shrink:0;max-width:138.6px!important;min-width:138.6px!important;width:138.6px!important}.dashboard-filter-pill--mobile-priority-company{flex-basis:103.6px;flex-grow:0;flex-shrink:0;max-width:103.6px!important;min-width:103.6px!important;width:103.6px!important}.dashboard-filter-pill--mobile-priority-month{flex-basis:109.2px;flex-grow:0;flex-shrink:0;max-width:109.2px!important;min-width:109.2px!important;width:109.2px!important}.dashboard-filter-pill--mobile-priority-year{flex-basis:92.4px;flex-grow:0;flex-shrink:0;max-width:92.4px!important;min-width:92.4px!important;width:92.4px!important}.dashboard-filter-pill--mobile-priority-cost-center{flex-basis:120.4px;flex-grow:0;flex-shrink:0;max-width:120.4px!important;min-width:120.4px!important;width:120.4px!important}.dashboard-filter-pill--mobile-priority-vision{flex-basis:114.8px;flex-grow:0;flex-shrink:0;max-width:114.8px!important;min-width:114.8px!important;width:114.8px!important}.dashboard-filter-pill--mobile-priority-category,.dashboard-filter-pill--mobile-priority-record-company{flex-basis:131.6px;flex-grow:0;flex-shrink:0;max-width:131.6px!important;min-width:131.6px!important;width:131.6px!important}.dashboard-filter-pill--mobile-priority-category,.dashboard-filter-pill--mobile-priority-cost-center,.dashboard-filter-pill--mobile-priority-month,.dashboard-filter-pill--mobile-priority-vision,.dashboard-filter-pill--mobile-priority-year{flex:0 0 auto!important;max-width:none!important;width:-webkit-max-content!important;width:max-content!important}.dashboard-filter-pill--mobile-priority-month{min-width:156px!important}.dashboard-filter-pill--mobile-priority-year{min-width:132px!important}.dashboard-filter-pill--mobile-priority-cost-center{min-width:172px!important}.dashboard-filter-pill--mobile-priority-vision{min-width:164px!important}.dashboard-filter-pill--mobile-priority-category{min-width:188px!important}.dashboard-filter-pill--mobile-priority-category .dashboard-filter-pill__label,.dashboard-filter-pill--mobile-priority-cost-center .dashboard-filter-pill__label,.dashboard-filter-pill--mobile-priority-month .dashboard-filter-pill__label,.dashboard-filter-pill--mobile-priority-vision .dashboard-filter-pill__label,.dashboard-filter-pill--mobile-priority-year .dashboard-filter-pill__label{overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}}@media (min-width:1025px) and (min-height:701px){.react-dashboard-page .dashboard-filter-pill{--dashboard-filter-pill-height:48px!important;--dashboard-filter-pill-radius:24px!important;--dashboard-filter-pill-icon-size:48px!important;--dashboard-filter-pill-icon-visual-size:45px!important;--dashboard-filter-pill-gap:12px!important;--dashboard-filter-pill-padding-right:16px!important;--dashboard-filter-pill-font-size:15px!important;--dashboard-filter-pill-arrow-size:18px!important;--dashboard-filter-pill-arrow-gap:8px!important;--dashboard-filter-pill-arrow-offset-x:2px!important;--dashboard-filter-pill-arrow-offset-y:0.5px!important}}.react-dashboard-fc-tab{--react-dashboard-table-stripe-inset:10px;--react-dashboard-subtab-toolbar-height:-3px;--react-dashboard-subtab-toolbar-gap:14px;--react-dashboard-tabs-summary-content-aside:clamp(86px,6.04167vw,116px);display:flex;flex-direction:column;font-family:Inter,sans-serif;gap:14px;height:100%;min-height:0;overflow:visible;position:relative;width:100%}.react-dashboard-fc-tab__filters{align-items:center;display:flex;flex-shrink:0;flex-wrap:nowrap;gap:16px;gap:var(--react-dashboard-filters-gap,16px);justify-content:flex-start;max-width:100%;overflow:visible;position:relative;width:-webkit-fit-content;width:fit-content;z-index:220}.react-dashboard-fc-tab__filter-item{flex:0 0 auto}.react-dashboard-fc-tab__subtitle{display:none}.react-dashboard-fc-tab__summary-grid{grid-gap:14px;display:grid;flex-shrink:0;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.react-dashboard-fc-tab__panel,.react-dashboard-fc-tab__state-card,.react-dashboard-fc-tab__summary-card{background:#fff;border-radius:22px;border-radius:var(--react-dashboard-tabs-panel-radius,22px);box-shadow:none;box-sizing:border-box}.react-dashboard-fc-tab__summary-card{min-height:99px;overflow:hidden;padding:20px 32px 18px;position:relative}.react-dashboard-fc-tab__panel--loading,.react-dashboard-fc-tab__summary-card--skeleton{pointer-events:none}.react-dashboard-fc-tab__skeleton{animation:react-dashboard-fc-skeleton-loading 1.4s ease-in-out infinite;background:linear-gradient(90deg,#efefef,#e4e4e4 50%,#efefef);background-size:240px 100%;border-radius:999px;display:block}.react-dashboard-fc-tab__skeleton--summary-title{height:15px;width:42%}.react-dashboard-fc-tab__skeleton--summary-value{border-radius:12px;height:28px;margin-top:16px;width:52%}.react-dashboard-fc-tab__skeleton--summary-value.is-short{width:38%}.react-dashboard-fc-tab__skeleton--summary-change{height:12px;margin-top:14px;width:68%}.react-dashboard-fc-tab__skeleton-sparkline{align-items:end;bottom:31px;bottom:var(--react-dashboard-tabs-sparkline-bottom,31px);display:flex;gap:8px;gap:var(--react-dashboard-tabs-sparkline-gap,8px);position:absolute;right:22px;right:var(--react-dashboard-tabs-sparkline-right,22px)}.react-dashboard-fc-tab__skeleton--sparkline-bar{border-radius:2px 2px 0 0;width:21px;width:var(--react-dashboard-tabs-sparkline-bar-width,21px)}.react-dashboard-fc-tab__summary-title{color:#454545;font-size:clamp(15px,1.05vw,18px);font-weight:500;line-height:1.1;margin:0}.react-dashboard-fc-tab__summary-title,.react-dashboard-fc-tab__summary-value{max-width:calc(100% - 116px);max-width:calc(100% - var(--react-dashboard-tabs-summary-content-aside, 116px));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-dashboard-fc-tab__summary-value{font-feature-settings:"tnum";color:#060606;display:block;font-size:clamp(22px,1.8vw,30px);font-variant-numeric:tabular-nums;font-weight:700;line-height:1;margin-top:16px}.react-dashboard-fc-tab__summary-change{color:#4d4d4d;font-size:clamp(10px,.77vw,13px);font-weight:500;line-height:1.1;margin:14px 0 0;max-width:calc(100% - 116px);max-width:calc(100% - var(--react-dashboard-tabs-summary-content-aside, 116px));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-dashboard-fc-tab__sparkline{align-items:end;bottom:31px;bottom:var(--react-dashboard-tabs-sparkline-bottom,31px);display:flex;gap:8px;gap:var(--react-dashboard-tabs-sparkline-gap,8px);position:absolute;right:22px;right:var(--react-dashboard-tabs-sparkline-right,22px)}.react-dashboard-fc-tab__sparkline-bar{background:#f2f2f2;border-radius:2px 2px 0 0;max-height:47px;max-height:var(--react-dashboard-tabs-sparkline-bar-max-height,47px);width:21px;width:var(--react-dashboard-tabs-sparkline-bar-width,21px)}.react-dashboard-fc-tab__panel{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden;padding:18px 25px;padding:var(--react-dashboard-tabs-panel-padding-y,18px) 25px}.react-dashboard-fc-tab__panel-toolbar{align-items:center;display:flex;flex-shrink:0;gap:12px;justify-content:flex-start;margin-bottom:var(--react-dashboard-subtab-toolbar-gap);min-height:var(--react-dashboard-subtab-toolbar-height);width:100%}.react-dashboard-fc-tab__panel-toolbar--loading{justify-content:space-between}.react-dashboard-fc-tab__skeleton-toggle{align-items:center;background:#f2f2f2;border-radius:999px;display:inline-flex;gap:4px;padding:3px}.react-dashboard-fc-tab__skeleton--toggle-button{border-radius:999px;height:28px;width:40px}.react-dashboard-fc-tab__skeleton--toggle-button.is-active{width:44px}.react-dashboard-fc-tab__skeleton--download-button{border-radius:999px;height:36px;margin-left:auto;width:36px}.react-dashboard-fc-tab__skeleton-graph{align-items:stretch;display:flex;flex:1 1;gap:16px;min-height:0;padding-top:6px}.react-dashboard-fc-tab__skeleton-axis{display:flex;flex-direction:column;justify-content:space-between;padding:8px 0 34px;width:72px}.react-dashboard-fc-tab__skeleton--axis-label{height:10px;width:44px}.react-dashboard-fc-tab__skeleton-chart{grid-gap:14px;align-items:end;display:grid;flex:1 1;gap:14px;grid-template-columns:repeat(6,minmax(0,1fr));min-height:260px}.react-dashboard-fc-tab__skeleton-chart-group{align-items:end;display:grid;grid-template-rows:minmax(0,1fr) auto;min-height:100%}.react-dashboard-fc-tab__skeleton-bars{align-items:end;display:flex;gap:8px;height:100%;justify-content:center}.react-dashboard-fc-tab__skeleton--bar{border-radius:6px 6px 0 0;width:25px}.react-dashboard-fc-tab__skeleton--chart-label{height:10px;margin:14px auto 0;width:40px}.react-dashboard-fc-tab__skeleton-table{display:flex;flex:1 1;flex-direction:column;gap:10px;min-height:0}.react-dashboard-fc-tab__skeleton-table-header,.react-dashboard-fc-tab__skeleton-table-row{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:minmax(220px,1.3fr) repeat(5,minmax(74px,1fr))}.react-dashboard-fc-tab__skeleton--table-category-header{height:24px;width:120px}.react-dashboard-fc-tab__skeleton--table-month-header{border-radius:14px;height:30px}.react-dashboard-fc-tab__skeleton--table-category{height:14px;width:74%}.react-dashboard-fc-tab__skeleton--table-category.is-wide{width:88%}.react-dashboard-fc-tab__skeleton--table-cell{height:14px;width:100%}.react-dashboard-fc-tab__skeleton-mobile-table{grid-gap:12px;display:grid;flex:1 1;gap:12px;grid-template-columns:132px minmax(0,1fr);min-height:0}.react-dashboard-fc-tab__skeleton-mobile-table-categories,.react-dashboard-fc-tab__skeleton-mobile-table-page{display:flex;flex-direction:column;gap:10px}.react-dashboard-fc-tab__skeleton-mobile-table-pages{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(120px,1fr))}.react-dashboard-fc-tab__skeleton--mobile-header,.react-dashboard-fc-tab__skeleton--mobile-page-header{border-radius:14px;height:28px}.react-dashboard-fc-tab__skeleton--mobile-subheader{height:12px;width:84%}.react-dashboard-fc-tab__skeleton--mobile-category-row,.react-dashboard-fc-tab__skeleton--mobile-value-row{border-radius:12px;height:34px}.react-dashboard-fc-tab__download-button{align-items:center;background:#f2f2f2;border:0;border-radius:999px;color:#454545;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:0;justify-content:center;margin-left:auto;min-height:36px;min-width:36px;padding:0;transition:background .18s ease,color .18s ease,transform .18s ease}.react-dashboard-fc-tab__download-button:hover{background:#eb571c;color:#fff}.react-dashboard-fc-tab__download-button:disabled{cursor:default;opacity:.54;transform:none}.react-dashboard-fc-tab__download-button.is-loading{background:#e5e7eb;color:#454545;opacity:1}.react-dashboard-fc-tab__download-button:disabled:hover{background:#f2f2f2;color:#454545}.react-dashboard-fc-tab__download-button.is-loading:disabled:hover{background:#e5e7eb;color:#454545}@media (hover:none) and (pointer:coarse){.react-dashboard-fc-tab__download-button:hover{background:#f2f2f2;color:#454545}}.react-dashboard-fc-tab__download-button:focus-visible{outline:2px solid #eb571c47;outline-offset:2px}.react-dashboard-fc-tab__download-button svg{font-size:18px}.react-dashboard-dre-tab .react-dashboard-fc-tab__download-button{margin-left:auto}.react-dashboard-fc-tab__toggle{align-items:center;background:#f2f2f2;border-radius:999px;display:inline-flex;gap:4px;padding:3px}.react-dashboard-fc-tab__toggle button{align-items:center;background:#0000;border:0;border-radius:999px;color:#454545;cursor:pointer;display:inline-flex;font-size:18px;height:28px;justify-content:center;transition:background .18s ease,color .18s ease;width:40px}.react-dashboard-fc-tab__toggle-button{position:relative}.react-dashboard-fc-tab__toggle-icon{background-color:currentColor;display:block;flex:0 0 auto;mask-position:center;-webkit-mask-position:center;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}.react-dashboard-fc-tab__toggle-icon--graph{height:14px;mask-image:url(/static/media/DashboardSubviewGraphCustom.ee9afbc151fa85470d3f.svg);-webkit-mask-image:url(/static/media/DashboardSubviewGraphCustom.ee9afbc151fa85470d3f.svg);width:14px}.react-dashboard-fc-tab__toggle-icon--table{height:10px;mask-image:url(/static/media/DashboardSubviewTableCustom.871c52fce25ab369accc.svg);-webkit-mask-image:url(/static/media/DashboardSubviewTableCustom.871c52fce25ab369accc.svg);width:20px}.react-dashboard-fc-tab__toggle button.is-active{background:#eb571c;color:#fff}.react-dashboard-fc-tab__chart-wrap{align-items:stretch;display:flex;flex:1 1;gap:16px;gap:var(--react-dashboard-tabs-chart-wrap-gap,16px);min-height:0;overflow:hidden;padding-top:6px;position:relative}.react-dashboard-fc-tab__chart-y-axis{color:#7e7e7e;flex-shrink:0;font-size:14px;font-weight:500;position:relative}.react-dashboard-fc-tab__chart-y-axis span{left:0;line-height:1;position:absolute;transform:translateY(-50%)}.react-dashboard-fc-tab__chart-y-axis span[data-edge=top]{transform:translateY(0)}.react-dashboard-fc-tab__chart-y-axis span[data-edge=bottom]{transform:translateY(-100%)}.react-dashboard-fc-tab__chart-y-axis--desktop{display:block;height:250px;padding:0;width:72px;width:var(--react-dashboard-tabs-chart-y-axis-width,72px)}.react-dashboard-fc-tab__chart-y-axis--mobile{display:none}.react-dashboard-fc-tab__chart--desktop-axis,.react-dashboard-fc-tab__chart-y-axis--desktop{height:100%;min-height:250px}.react-dashboard-fc-tab__chart{grid-gap:14px;grid-gap:var(--react-dashboard-tabs-chart-grid-gap,14px);align-items:end;display:grid;flex:1 1;gap:14px;gap:var(--react-dashboard-tabs-chart-grid-gap,14px);grid-template-columns:repeat(12,minmax(72px,1fr));grid-template-columns:repeat(12,minmax(var(--react-dashboard-tabs-chart-column-min-width,72px),1fr));min-width:0;overflow:auto hidden;padding:0 8px 2px 0}.react-dashboard-fc-tab__chart-group{align-items:center;appearance:none;-webkit-appearance:none;background:#0000;border:0;color:inherit;display:flex;flex-direction:column;gap:0;height:100%;justify-content:flex-end;margin:0;min-width:72px;min-width:var(--react-dashboard-tabs-chart-column-min-width,72px);overflow:visible;padding:0;position:relative;text-align:inherit}.react-dashboard-fc-tab__chart-group.is-selected{z-index:18}.react-dashboard-fc-tab__chart-group.is-selected .react-dashboard-fc-tab__chart-label{color:#060606;font-weight:700}.react-dashboard-fc-tab__chart-group.is-tooltip-start .react-dashboard-fc-tab__chart-info{left:0;transform:translateX(0)}.react-dashboard-fc-tab__chart-group.is-tooltip-end .react-dashboard-fc-tab__chart-info{left:100%;transform:translateX(-100%)}.react-dashboard-fc-tab__chart-bars{align-items:end;display:flex;gap:8px;height:250px;justify-content:center;min-height:250px;position:relative}.react-dashboard-fc-tab__chart-bars--desktop-axis{background:none}.react-dashboard-fc-tab__chart--desktop-axis .react-dashboard-fc-tab__chart-group{align-items:end;display:grid;grid-template-rows:minmax(0,1fr) auto;height:100%}.react-dashboard-fc-tab__chart--desktop-axis .react-dashboard-fc-tab__chart-bars{align-self:stretch;height:100%;min-height:0}.react-dashboard-fc-tab__chart-bar-stack{align-items:end;display:flex;height:100%;justify-content:center;min-height:0;position:relative;width:25px}.react-dashboard-fc-tab__chart-bar{border-radius:6px 6px 0 0;bottom:0;position:absolute;width:25px}.react-dashboard-fc-tab__chart-bar--positive{background:#c4e5ce;z-index:2}.react-dashboard-fc-tab__chart-bar--negative{background:#fbe1d5;z-index:2}.react-dashboard-fc-tab__chart--desktop-axis .react-dashboard-fc-tab__chart-bar-stack--negative .react-dashboard-fc-tab__chart-bar,.react-dashboard-fc-tab__chart--desktop-axis .react-dashboard-fc-tab__chart-bar-stack--positive .react-dashboard-fc-tab__chart-bar{border-radius:6px 6px 0 0;bottom:0;top:auto}.react-dashboard-fc-tab__chart-bar--backdrop{background:#efefef;z-index:1}.react-dashboard-fc-tab__chart-label{color:#454545;display:block;font-size:13px;font-size:var(--react-dashboard-tabs-chart-label-font-size,13px);font-weight:500;margin-top:14px;text-align:center;white-space:nowrap}.react-dashboard-fc-tab__panel--graph{padding-right:74px}.react-dashboard-fc-tab__panel--table{padding-right:65px}@media (min-width:721px) and (min-height:501px){.react-dashboard-dre-tab,.react-dashboard-fc-tab{--react-dashboard-tabs-summary-content-aside:clamp(86px,min(6.04167vw,calc(100dvh*116/920)),116px)}.react-dashboard-fc-tab{gap:0}.react-dashboard-fc-tab__filters{margin-bottom:min(40px,2.08333vw,calc(100dvh*40/920));margin-bottom:var(--react-dashboard-tabs-dropdown-gap,min(40px,2.08333vw,calc(100dvh*40/920)))}.react-dashboard-fc-tab__summary-grid{align-self:flex-start;gap:min(15px,.78125vw);gap:var(--react-dashboard-tabs-summary-grid-gap,min(15px,.78125vw));margin-bottom:min(15px,.78125vw,calc(100dvh*15/920));margin-bottom:var(--react-dashboard-tabs-summary-grid-gap,min(15px,.78125vw,calc(100dvh*15/920)));max-width:min(100%,90.625vw);max-width:min(100%,var(--react-dashboard-tabs-summary-grid-width,90.625vw));width:min(100%,90.625vw);width:min(100%,var(--react-dashboard-tabs-summary-grid-width,90.625vw))}.react-dashboard-fc-tab__summary-card{height:min(149px,7.76042vw,calc(100dvh*149/920));height:var(--react-dashboard-tabs-summary-card-height,min(149px,7.76042vw,calc(100dvh*149/920)));min-height:min(149px,7.76042vw,calc(100dvh*149/920));min-height:var(--react-dashboard-tabs-summary-card-height,min(149px,7.76042vw,calc(100dvh*149/920)));padding-left:min(24px,1.25vw);padding-left:var(--react-dashboard-tabs-summary-card-padding-left,min(24px,1.25vw));padding-right:min(32px,1.66667vw);padding-right:var(--react-dashboard-tabs-summary-card-padding-right,min(32px,1.66667vw))}.react-dashboard-fc-tab__summary-title{font-size:min(22px,1.14583vw,calc(100dvh*22/920));font-size:var(--react-dashboard-tabs-summary-title-font-size,min(22px,1.14583vw,calc(100dvh*22/920)))}.react-dashboard-fc-tab__summary-value{font-size:min(30px,1.5625vw,calc(100dvh*30/920));font-size:var(--react-dashboard-tabs-summary-value-font-size,min(30px,1.5625vw,calc(100dvh*30/920)))}.react-dashboard-fc-tab__summary-change{font-size:min(14px,.72917vw,calc(100dvh*14/920));font-size:var(--react-dashboard-tabs-summary-change-font-size,min(14px,.72917vw,calc(100dvh*14/920)))}.react-dashboard-fc-tab__chart-wrap{--react-dashboard-fc-chart-axis-bottom-space:var(--react-dashboard-tabs-chart-axis-bottom-space,min(74px,3.85417vw,calc(100dvh*74/920)));--react-dashboard-fc-chart-label-bottom-space:var(--react-dashboard-tabs-chart-label-bottom-space,min(34px,1.77083vw,calc(100dvh*34/920)));--react-dashboard-fc-chart-label-row-height:calc(var(--react-dashboard-fc-chart-axis-bottom-space) - var(--react-dashboard-fc-chart-label-bottom-space))}.react-dashboard-fc-tab__chart-y-axis--desktop{height:calc(100% - var(--react-dashboard-fc-chart-axis-bottom-space));margin-bottom:var(--react-dashboard-fc-chart-axis-bottom-space);min-height:0}.react-dashboard-fc-tab__chart{box-sizing:border-box;padding-bottom:var(--react-dashboard-fc-chart-label-bottom-space)}.react-dashboard-fc-tab__chart--desktop-axis .react-dashboard-fc-tab__chart-group{grid-template-rows:minmax(0,1fr) var(--react-dashboard-fc-chart-label-row-height)}.react-dashboard-fc-tab__chart-label{align-self:end;line-height:1;margin-top:0}.react-dashboard-fc-tab__panel{align-self:flex-start;flex:0 0 auto;height:min(562px,29.27083vw,calc(100dvh*562/920));height:var(--react-dashboard-tabs-subtab-height,min(562px,29.27083vw,calc(100dvh*562/920)));max-width:min(100%,90.625vw);max-width:min(100%,var(--react-dashboard-tabs-summary-grid-width,90.625vw));min-height:min(562px,29.27083vw,calc(100dvh*562/920));min-height:var(--react-dashboard-tabs-subtab-height,min(562px,29.27083vw,calc(100dvh*562/920)));padding-left:min(25px,1.30208vw);padding-left:var(--react-dashboard-tabs-panel-padding-left,min(25px,1.30208vw));width:min(100%,90.625vw);width:min(100%,var(--react-dashboard-tabs-summary-grid-width,90.625vw))}.react-dashboard-fc-tab__panel--graph{padding-right:min(74px,3.85417vw);padding-right:var(--react-dashboard-tabs-panel-padding-right-graph,min(74px,3.85417vw))}.react-dashboard-fc-tab__panel--table{padding-right:min(65px,3.38542vw);padding-right:var(--react-dashboard-tabs-panel-padding-right-table,min(65px,3.38542vw))}.react-dashboard-fc-tab__panel-toolbar{width:calc(100% + var(--react-dashboard-tabs-panel-current-padding-right) - var(--react-dashboard-tabs-panel-fixed-toolbar-padding))}.react-dashboard-fc-tab__chart-bars{gap:min(8px,.41667vw);gap:var(--react-dashboard-tabs-chart-bar-gap,min(8px,.41667vw))}.react-dashboard-fc-tab__chart-bar,.react-dashboard-fc-tab__chart-bar-stack{width:min(25px,1.30208vw);width:var(--react-dashboard-tabs-chart-bar-width,min(25px,1.30208vw))}.react-dashboard-fc-tab__toggle-button{height:28px;line-height:0;min-height:0;min-width:0;padding:0;width:40px}.react-dashboard-fc-tab__toggle-icon--graph{height:min(14px,.72917vw);height:var(--react-dashboard-tabs-toggle-graph-height,min(14px,.72917vw));width:min(14px,.72917vw);width:var(--react-dashboard-tabs-toggle-graph-width,min(14px,.72917vw))}.react-dashboard-fc-tab__toggle-icon--table{height:min(10px,.52083vw);height:var(--react-dashboard-tabs-toggle-table-height,min(10px,.52083vw));width:min(20px,1.04167vw);width:var(--react-dashboard-tabs-toggle-table-width,min(20px,1.04167vw))}.react-dashboard-fc-tab__download-button{min-height:min(36px,1.875vw);min-height:var(--react-dashboard-tabs-download-button-size,min(36px,1.875vw));min-width:min(36px,1.875vw);min-width:var(--react-dashboard-tabs-download-button-size,min(36px,1.875vw))}}.react-dashboard-fc-tab__chart-info{background:#fffffffa;border-radius:14px;box-shadow:none;box-sizing:border-box;color:#454545;display:flex;flex-direction:column;gap:6px;left:50%;max-width:min(320px,calc(100vw - 32px));padding:12px 14px;position:absolute;top:8px;transform:translateX(-50%);width:clamp(220px,18vw,320px);z-index:30}.react-dashboard-fc-tab__chart-info-month{color:#060606;font-size:14px;font-weight:700;line-height:1.15;text-align:left}.react-dashboard-fc-tab__chart-info-metrics{grid-gap:6px;color:#4d4d4d;display:grid;font-size:12px;font-weight:500;gap:6px;line-height:1.3}.react-dashboard-fc-tab__chart-info-metrics strong{color:#060606}.react-dashboard-fc-tab__table-scroll{flex:1 1;min-height:0;overflow:auto;padding-top:0!important}.react-dashboard-fc-tab__table{border-collapse:initial;border-spacing:0;min-width:100%;width:-webkit-max-content;width:max-content}.react-dashboard-fc-tab__table-col-category{min-width:372px;min-width:var(--react-dashboard-tabs-table-col-category-width,372px);width:372px;width:var(--react-dashboard-tabs-table-col-category-width,372px)}.react-dashboard-fc-tab__table-col-value{min-width:126px;min-width:var(--react-dashboard-tabs-table-col-value-width,126px);width:126px;width:var(--react-dashboard-tabs-table-col-value-width,126px)}.react-dashboard-fc-tab__table-col-metric{min-width:84px;min-width:var(--react-dashboard-tabs-table-col-metric-width,84px);width:84px;width:var(--react-dashboard-tabs-table-col-metric-width,84px)}.react-dashboard-fc-tab__table td,.react-dashboard-fc-tab__table th{border-bottom:0;font-size:11px;font-size:var(--react-dashboard-tabs-table-cell-font-size,11px);padding:8px 10px;padding:var(--react-dashboard-tabs-table-cell-padding-y,8px) 10px;text-align:right;white-space:nowrap}.react-dashboard-fc-tab__table thead th{background:#fff;background-clip:initial;color:#1a1a1a;font-weight:700;position:-webkit-sticky;position:sticky;top:0;z-index:3}.react-dashboard-fc-tab__table td:first-child,.react-dashboard-fc-tab__table-category-header{background:#fff!important;background-clip:padding-box!important;box-shadow:none!important;isolation:isolate;left:0;position:-webkit-sticky;position:sticky}.react-dashboard-fc-tab__table-category-header{background:#fff!important;font-size:20px!important;font-size:var(--react-dashboard-tabs-table-major-font-size,20px)!important;font-weight:700!important;letter-spacing:.02em;padding-bottom:0!important;padding-top:0!important;text-align:left!important;text-transform:uppercase;top:0;vertical-align:middle!important;z-index:10!important}.react-dashboard-fc-tab__table td:first-child{text-align:left;z-index:2}.react-dashboard-fc-tab__table-row--section td{background:#fff;font-weight:700}.react-dashboard-fc-tab__table-month-group,.react-dashboard-fc-tab__table-total-group{background:#fff!important;border-radius:0!important;overflow:hidden;padding:0!important;position:relative;text-align:center!important}.react-dashboard-fc-tab__table-month-button{align-items:center;background:#0000;border:0;color:#1f1f1f;cursor:pointer;display:inline-flex;font:inherit;font-weight:700;height:100%;justify-content:center;min-height:30px;padding:0;position:relative;width:100%;z-index:1}.react-dashboard-fc-tab__table-month-cell.is-selected{box-shadow:-1px 0 0 #d9d9d9,1px 0 0 #d9d9d9}.react-dashboard-fc-tab__table-month-group.is-selected .react-dashboard-fc-tab__table-month-button,.react-dashboard-fc-tab__table-subcolumn.is-selected,.react-dashboard-fc-tab__table-total-group.is-selected .react-dashboard-fc-tab__table-month-button{color:#2f2f2f}.react-dashboard-fc-tab__table-month-button:focus-visible{outline:2px solid #eb571c47;outline-offset:-2px}.react-dashboard-fc-tab__table-subcolumn{background:#fff!important;font-size:15px!important;padding-bottom:10px!important;padding-top:0!important;text-align:center!important}.react-dashboard-fc-tab__table-subcolumn--total{background:#fff!important;vertical-align:middle}.react-dashboard-fc-tab__table-month-cell{transition:background .18s ease}.react-dashboard-fc-tab__table-category-underlay{display:none}.react-dashboard-fc-tab__table-category-content{align-items:center;display:flex;gap:8px;position:relative;z-index:1}.react-dashboard-fc-tab__table-expander,.react-dashboard-fc-tab__table-expander-spacer{flex:0 0 18px;height:18px;width:18px}.react-dashboard-fc-tab__table-expander{align-items:center;background:#0000;border:0;cursor:pointer;display:inline-flex;justify-content:center;padding:0}.react-dashboard-fc-tab__table-expander img{height:12px;opacity:.85;transition:transform .18s ease;width:8px}.react-dashboard-fc-tab__table-expander.is-expanded img{transform:rotate(90deg)}.react-dashboard-fc-tab__table-expander:focus-visible{border-radius:4px;outline:2px solid #eb571c47;outline-offset:2px}.react-dashboard-fc-tab__table-category-label{min-width:0;overflow:hidden;text-overflow:ellipsis}.react-dashboard-fc-tab__table-category-label--clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.react-dashboard-fc-tab__table-category-label--clickable:focus-visible{border-radius:4px;outline:2px solid #eb571c47;outline-offset:2px}.react-dashboard-fc-tab__table-category--level-1{padding-left:18px!important}.react-dashboard-fc-tab__state-card{align-items:center;color:#454545;display:flex;font-size:18px;font-weight:500;justify-content:center;min-height:180px;padding:24px;text-align:center}.react-dashboard-fc-tab__state-card--error{color:#eb571c}@media (max-width:1280px){.react-dashboard-fc-tab__filters{flex-wrap:wrap;width:100%}.react-dashboard-fc-tab__filter-item{flex:1 1 220px;flex:1 1 var(--dashboard-filter-pill-primary-company-width,220px);min-width:0}.react-dashboard-fc-tab__summary-title{font-size:clamp(13px,1.05vw,15px);font-size:var(--react-dashboard-tabs-summary-title-font-size,clamp(13px,1.05vw,15px))}.react-dashboard-fc-tab__summary-value{font-size:clamp(18px,1.55vw,23px);font-size:var(--react-dashboard-tabs-summary-value-font-size,clamp(18px,1.55vw,23px))}}@media (min-width:721px) and (min-height:501px) and (max-width:1400px) and (max-height:820px){.react-dashboard-fc-tab__filters{flex-wrap:nowrap;gap:12px;max-width:100%;overflow-x:auto;overflow-y:visible;padding-bottom:2px;scrollbar-width:none;width:100%}.react-dashboard-fc-tab__filters::-webkit-scrollbar{display:none}.react-dashboard-fc-tab__filter-item{flex:0 0 auto}.react-dashboard-fc-tab .dashboard-filter-pill,.react-dashboard-page--dre-desktop .react-dashboard-page__filters .dashboard-filter-pill{--dashboard-filter-pill-height:var(--dashboard-filter-pill-height,44px);--dashboard-filter-pill-icon-size:var(--dashboard-filter-pill-icon-size,44px);--dashboard-filter-pill-font-size:var(--dashboard-filter-pill-font-size,14px);--dashboard-filter-pill-gap:var(--dashboard-filter-pill-gap,10px);--dashboard-filter-pill-arrow-size:var(--dashboard-filter-pill-arrow-size,16px)}.react-dashboard-fc-tab__panel{border-radius:20px;border-radius:var(--react-dashboard-tabs-panel-radius,20px);padding-bottom:14px;padding-bottom:var(--react-dashboard-tabs-panel-padding-y,14px);padding-top:14px;padding-top:var(--react-dashboard-tabs-panel-padding-y,14px)}.react-dashboard-fc-tab__panel-toolbar{margin-bottom:10px}.react-dashboard-fc-tab__toggle-icon--graph{height:clamp(14px,.72917vw,14px);height:var(--react-dashboard-tabs-toggle-graph-height,clamp(14px,.72917vw,14px));width:clamp(14px,.72917vw,14px);width:var(--react-dashboard-tabs-toggle-graph-width,clamp(14px,.72917vw,14px))}.react-dashboard-fc-tab__toggle-icon--table{height:clamp(10px,.52083vw,10px);height:var(--react-dashboard-tabs-toggle-table-height,clamp(10px,.52083vw,10px));width:clamp(20px,1.04167vw,20px);width:var(--react-dashboard-tabs-toggle-table-width,clamp(20px,1.04167vw,20px))}.react-dashboard-fc-tab__download-button{min-height:32px;min-height:var(--react-dashboard-tabs-download-button-size,32px);min-width:32px;min-width:var(--react-dashboard-tabs-download-button-size,32px)}.react-dashboard-fc-tab__chart-wrap{gap:12px;gap:var(--react-dashboard-tabs-chart-wrap-gap,12px);padding-top:2px}.react-dashboard-fc-tab__chart-y-axis--desktop{font-size:12px;font-size:var(--react-dashboard-tabs-chart-label-font-size,12px);width:58px;width:var(--react-dashboard-tabs-chart-y-axis-width,58px)}.react-dashboard-fc-tab__chart{gap:10px;gap:var(--react-dashboard-tabs-chart-grid-gap,10px);grid-template-columns:repeat(12,minmax(64px,1fr));grid-template-columns:repeat(12,minmax(var(--react-dashboard-tabs-chart-column-min-width,64px),1fr))}.react-dashboard-fc-tab__chart-group{min-width:64px;min-width:var(--react-dashboard-tabs-chart-column-min-width,64px)}.react-dashboard-fc-tab__chart-label{font-size:12px;font-size:var(--react-dashboard-tabs-chart-label-font-size,12px)}.react-dashboard-fc-tab__table-col-category{min-width:300px;min-width:var(--react-dashboard-tabs-table-col-category-width,300px);width:300px;width:var(--react-dashboard-tabs-table-col-category-width,300px)}.react-dashboard-fc-tab__table-col-value{min-width:112px;min-width:var(--react-dashboard-tabs-table-col-value-width,112px);width:112px;width:var(--react-dashboard-tabs-table-col-value-width,112px)}.react-dashboard-fc-tab__table-col-metric{min-width:74px;min-width:var(--react-dashboard-tabs-table-col-metric-width,74px);width:74px;width:var(--react-dashboard-tabs-table-col-metric-width,74px)}.react-dashboard-fc-tab__table td,.react-dashboard-fc-tab__table th{padding-bottom:7px;padding-bottom:var(--react-dashboard-tabs-table-cell-padding-y,7px);padding-top:7px;padding-top:var(--react-dashboard-tabs-table-cell-padding-y,7px)}.react-dashboard-fc-tab__table-subcolumn{padding-bottom:8px!important}}@media (max-width:900px){.react-dashboard-fc-tab{overflow:auto}.react-dashboard-fc-tab__summary-grid{grid-template-columns:1fr}}@media (min-width:721px) and (max-width:1024px) and (min-height:700px){.react-dashboard-dre-tab,.react-dashboard-fc-tab{--react-dashboard-tabs-summary-content-aside:70px;--react-dashboard-summary-value-max-font-size:21px;--react-dashboard-summary-value-min-font-size:13px;--react-dashboard-summary-card-text-gap-title-value:clamp(8px,1.07914vw,11px);--react-dashboard-summary-card-text-gap-value-change:clamp(7px,0.95923vw,10px);--react-dashboard-summary-card-padding-top:clamp(14px,1.79856vw,17px);--react-dashboard-summary-card-padding-right:clamp(12px,1.67866vw,18px);--react-dashboard-summary-card-padding-bottom:clamp(12px,1.55875vw,15px);--react-dashboard-summary-card-padding-left:clamp(12px,1.67866vw,18px);--react-dashboard-summary-card-badge-top:calc(var(--react-dashboard-summary-card-padding-top) + 8px);--react-dashboard-summary-card-sparkline-bottom:calc(var(--react-dashboard-summary-card-padding-bottom) + 12px);--react-dashboard-table-stripe-height:35px;--react-dashboard-tabs-chart-column-min-width:54px;--react-dashboard-tabs-chart-grid-gap:8px;gap:8px;height:100%;min-height:0;overflow:hidden}.react-dashboard-fc-tab__filters{-webkit-overflow-scrolling:touch;box-sizing:border-box;flex-wrap:nowrap;justify-content:flex-start;margin-bottom:10px;max-width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;scrollbar-width:none;width:100%}.react-dashboard-fc-tab__filters::-webkit-scrollbar{display:none}.react-dashboard-fc-tab__filter-item{flex:0 0 auto}.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-grid,.react-dashboard-fc-tab__summary-grid{align-self:stretch;flex:0 0 auto;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:10px;max-width:100%;width:100%}.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-card,.react-dashboard-fc-tab__summary-card{align-items:flex-start;border-radius:18px;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:108px;justify-content:center;min-height:108px;overflow:hidden;padding:var(--react-dashboard-summary-card-padding-top) var(--react-dashboard-summary-card-padding-right) var(--react-dashboard-summary-card-padding-bottom) var(--react-dashboard-summary-card-padding-left)}.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-title,.react-dashboard-fc-tab__summary-title{font-size:12.8px;line-height:1.08;margin:0;max-width:calc(100% - 70px);overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 70px)}.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-value,.react-dashboard-fc-tab__summary-value{font-size:21px;font-size:var(--react-dashboard-summary-value-font-size,21px);letter-spacing:-.04em;line-height:1;margin:var(--react-dashboard-summary-card-text-gap-title-value) 0 0;max-width:calc(100% - 70px);overflow:hidden;text-align:left;text-overflow:clip;white-space:nowrap;width:calc(100% - 70px)}.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-change,.react-dashboard-fc-tab__summary-change{font-size:6.8px;line-height:1.05;margin:var(--react-dashboard-summary-card-text-gap-value-change) 0 0;max-width:calc(100% - 70px);overflow:hidden;text-align:left;text-overflow:clip;white-space:nowrap;width:calc(100% - 70px)}.react-dashboard-dre-tab .react-dashboard-fc-tab__panel,.react-dashboard-fc-tab__panel{flex:1 1 auto;height:auto!important;max-width:100%;min-height:0;padding:14px 20px 12px 16px;width:100%}.react-dashboard-fc-tab__panel--graph,.react-dashboard-fc-tab__panel--table{padding-right:22px}.react-dashboard-fc-tab__panel-toolbar{margin-bottom:6px}.react-dashboard-fc-tab__summary-chip{box-sizing:border-box;font-size:8.5px;gap:3px;height:22px;line-height:1;max-width:58px;min-height:22px;padding:0 7px;right:var(--react-dashboard-summary-card-padding-right);top:var(--react-dashboard-summary-card-badge-top);z-index:3}.react-dashboard-fc-tab__sparkline{bottom:var(--react-dashboard-summary-card-sparkline-bottom);gap:3px;right:var(--react-dashboard-summary-card-padding-right);z-index:2}.react-dashboard-fc-tab__sparkline-bar{max-height:22px;width:8px}.react-dashboard-fc-tab__summary-chip svg{font-size:12px}.react-dashboard-fc-tab__download-button{height:40px;margin-right:4px;min-width:40px;width:40px}.react-dashboard-fc-tab__download-button svg{font-size:22px}.react-dashboard-fc-tab__toggle{border-radius:999px;height:42px;min-width:104px;padding:3px}.react-dashboard-fc-tab__toggle button{border-radius:999px;min-width:46px}.react-dashboard-fc-tab__toggle-icon--graph,.react-dashboard-fc-tab__toggle-icon--table{font-size:18px}.react-dashboard-fc-tab__panel--graph{padding-bottom:8px}.react-dashboard-fc-tab__panel--graph .react-dashboard-fc-tab__chart{gap:6px;grid-template-columns:repeat(12,minmax(54px,1fr));overflow-x:hidden;padding:0}.react-dashboard-fc-tab__panel--graph .react-dashboard-fc-tab__chart-group{min-width:0}.react-dashboard-fc-tab__panel--graph .react-dashboard-fc-tab__chart-bars{height:228px;min-height:228px}.react-dashboard-fc-tab__panel--graph .react-dashboard-fc-tab__chart-bar,.react-dashboard-fc-tab__panel--graph .react-dashboard-fc-tab__chart-bar-stack{width:20px}.react-dashboard-fc-tab__panel--graph .react-dashboard-fc-tab__chart-label{font-size:11px}}@media (min-width:1025px) and (max-width:1366px) and (min-height:700px) and (max-height:1024px) and (orientation:landscape){.react-dashboard-page:has(.react-dashboard-dre-tab),.react-dashboard-page:has(.react-dashboard-fc-tab){height:100dvh!important;max-height:100dvh!important;min-height:100dvh!important;overflow:hidden!important;overscroll-behavior:none!important}.react-dashboard-page:has(.react-dashboard-dre-tab) .react-dashboard-page__content,.react-dashboard-page:has(.react-dashboard-dre-tab) .react-dashboard-page__main,.react-dashboard-page:has(.react-dashboard-dre-tab) .react-dashboard-page__tabs-content,.react-dashboard-page:has(.react-dashboard-fc-tab) .react-dashboard-page__content,.react-dashboard-page:has(.react-dashboard-fc-tab) .react-dashboard-page__main,.react-dashboard-page:has(.react-dashboard-fc-tab) .react-dashboard-page__tabs-content{min-height:0!important;overflow:hidden!important}.react-dashboard-dre-tab,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet,.react-dashboard-fc-tab,.react-dashboard-fc-tab--tablet{--react-dashboard-tabs-summary-content-aside:clamp(70px,7.03518vw,92px)!important;--react-dashboard-tabs-summary-card-height-landscape:clamp(88px,calc(100dvh*94/834),100px)!important;--react-dashboard-tabs-summary-grid-gap-landscape:clamp(8px,0.83752vw,12px)!important;--react-dashboard-tabs-panel-padding-y-landscape:clamp(10px,calc(100dvh*12/834),14px)!important;--react-dashboard-tabs-panel-padding-x-landscape:clamp(18px,1.67504vw,24px)!important;--react-dashboard-tabs-landscape-root-offset:clamp(68px,calc(100dvh*76/834),84px);display:flex!important;flex-direction:column!important;gap:0!important;height:calc(100dvh - var(--react-dashboard-tabs-landscape-root-offset))!important;max-height:calc(100dvh - var(--react-dashboard-tabs-landscape-root-offset))!important;max-width:100%!important;min-height:0!important;overflow:hidden!important;overscroll-behavior:contain!important;width:100%!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__filters,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__filters,.react-dashboard-fc-tab .react-dashboard-fc-tab__filters,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__filters{-webkit-overflow-scrolling:touch!important;align-items:center!important;box-sizing:border-box!important;flex-wrap:nowrap!important;justify-content:flex-start!important;margin-bottom:var(--react-dashboard-tabs-summary-grid-gap-landscape)!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:4px!important;scrollbar-width:none!important;width:100%!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__filters::-webkit-scrollbar,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__filters::-webkit-scrollbar,.react-dashboard-fc-tab .react-dashboard-fc-tab__filters::-webkit-scrollbar,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__filters::-webkit-scrollbar{display:none!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__filter-item,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__filter-item,.react-dashboard-fc-tab .react-dashboard-fc-tab__filter-item,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__filter-item{flex:0 0 auto!important;min-width:0!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-grid,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-grid,.react-dashboard-fc-tab .react-dashboard-fc-tab__summary-grid,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-grid{align-self:stretch!important;flex:0 0 auto!important;gap:var(--react-dashboard-tabs-summary-grid-gap-landscape)!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;margin-bottom:var(--react-dashboard-tabs-summary-grid-gap-landscape)!important;max-width:100%!important;width:100%!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-card,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-card,.react-dashboard-fc-tab .react-dashboard-fc-tab__summary-card,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-card{border-radius:18px!important;box-sizing:border-box!important;height:var(--react-dashboard-tabs-summary-card-height-landscape)!important;min-height:var(--react-dashboard-tabs-summary-card-height-landscape)!important;overflow:hidden!important;padding:12px 22px 10px!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-title,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-title,.react-dashboard-fc-tab .react-dashboard-fc-tab__summary-title,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-title{font-size:clamp(13px,1.17253vw,15px)!important;line-height:1.08!important;max-width:calc(100% - 84px)!important;max-width:calc(100% - var(--react-dashboard-tabs-summary-content-aside, 84px))!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-value,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-value,.react-dashboard-fc-tab .react-dashboard-fc-tab__summary-value,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-value{font-size:clamp(20px,1.84255vw,24px)!important;line-height:1!important;margin-top:9px!important;max-width:calc(100% - 84px)!important;max-width:calc(100% - var(--react-dashboard-tabs-summary-content-aside, 84px))!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-change,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-change,.react-dashboard-fc-tab .react-dashboard-fc-tab__summary-change,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-change{font-size:clamp(9px,.8794vw,11px)!important;line-height:1.08!important;margin-top:8px!important;max-width:calc(100% - 84px)!important;max-width:calc(100% - var(--react-dashboard-tabs-summary-content-aside, 84px))!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-chip,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-chip,.react-dashboard-fc-tab .react-dashboard-fc-tab__summary-chip,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-chip{font-size:9.5px!important;gap:3px!important;height:22px!important;min-height:22px!important;padding:0 8px!important;right:22px!important;top:12px!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-chip svg,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-chip svg,.react-dashboard-fc-tab .react-dashboard-fc-tab__summary-chip svg,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-chip svg{font-size:10.5px!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__sparkline,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__sparkline,.react-dashboard-fc-tab .react-dashboard-fc-tab__sparkline,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__sparkline{bottom:14px!important;gap:4px!important;right:22px!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__sparkline-bar,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__sparkline-bar,.react-dashboard-fc-tab .react-dashboard-fc-tab__sparkline-bar,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__sparkline-bar{max-height:32px!important;width:12px!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__panel,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__panel,.react-dashboard-fc-tab .react-dashboard-fc-tab__panel,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__panel{align-self:stretch!important;border-radius:18px!important;flex:1 1!important;height:auto!important;margin-bottom:0!important;max-height:100%!important;max-width:100%!important;min-height:0!important;overflow:hidden!important;overscroll-behavior:contain!important;padding:var(--react-dashboard-tabs-panel-padding-y-landscape) var(--react-dashboard-tabs-panel-padding-x-landscape)!important;width:100%!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__panel--graph,.react-dashboard-dre-tab .react-dashboard-fc-tab__panel--table,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__panel--graph,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__panel--table,.react-dashboard-fc-tab .react-dashboard-fc-tab__panel--graph,.react-dashboard-fc-tab .react-dashboard-fc-tab__panel--table,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__panel--graph,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__panel--table{padding-left:var(--react-dashboard-tabs-panel-padding-x-landscape)!important;padding-right:var(--react-dashboard-tabs-panel-padding-x-landscape)!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__panel-toolbar,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__panel-toolbar,.react-dashboard-fc-tab .react-dashboard-fc-tab__panel-toolbar,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__panel-toolbar{height:30px!important;margin-bottom:6px!important;min-height:30px!important;width:100%!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__chart-wrap,.react-dashboard-dre-tab .react-dashboard-fc-tab__table-scroll,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart-wrap,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__table-scroll,.react-dashboard-fc-tab .react-dashboard-fc-tab__chart-wrap,.react-dashboard-fc-tab .react-dashboard-fc-tab__table-scroll,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart-wrap,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__table-scroll{flex:1 1 auto!important;height:100%!important;min-height:0!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__chart-y-axis--desktop,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart-y-axis--desktop,.react-dashboard-fc-tab .react-dashboard-fc-tab__chart-y-axis--desktop,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart-y-axis--desktop{display:block!important;height:calc(100% - 54px)!important;height:calc(100% - var(--react-dashboard-fc-chart-axis-bottom-space, 54px))!important;margin-bottom:54px!important;margin-bottom:var(--react-dashboard-fc-chart-axis-bottom-space,54px)!important;min-height:0!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__chart-y-axis--mobile,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart-y-axis--mobile,.react-dashboard-fc-tab .react-dashboard-fc-tab__chart-y-axis--mobile,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart-y-axis--mobile{display:none!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__chart,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart,.react-dashboard-fc-tab .react-dashboard-fc-tab__chart,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart{align-items:stretch!important;height:100%!important;min-height:0!important;overflow-x:hidden!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__chart--desktop-axis .react-dashboard-fc-tab__chart-bars,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart--desktop-axis .react-dashboard-fc-tab__chart-bars,.react-dashboard-fc-tab .react-dashboard-fc-tab__chart--desktop-axis .react-dashboard-fc-tab__chart-bars,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart--desktop-axis .react-dashboard-fc-tab__chart-bars{align-self:stretch!important;height:100%!important;min-height:0!important}.react-dashboard-dre-tab,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet,.react-dashboard-fc-tab,.react-dashboard-fc-tab--tablet{--react-dashboard-fc-mobile-category-width:clamp(190px,17.58794vw,230px)!important;--react-dashboard-fc-mobile-page-gap:0px!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table,.react-dashboard-fc-tab .react-dashboard-fc-tab__mobile-table,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table{display:grid!important;grid-template-columns:var(--react-dashboard-fc-mobile-category-width) minmax(0,1fr)!important;height:100%!important;max-width:100%!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important;width:100%!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-pages,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-pages,.react-dashboard-fc-tab .react-dashboard-fc-tab__mobile-table-pages,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-pages{grid-gap:var(--react-dashboard-fc-mobile-page-gap)!important;display:grid!important;gap:var(--react-dashboard-fc-mobile-page-gap)!important;grid-auto-columns:33.33333%!important;grid-auto-flow:column!important;min-width:0!important;scrollbar-width:none!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-pages--body,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-pages--body,.react-dashboard-fc-tab .react-dashboard-fc-tab__mobile-table-pages--body,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-pages--body{-webkit-overflow-scrolling:touch!important;overflow-x:auto!important;overflow-y:visible!important;overscroll-behavior-x:contain!important;scroll-behavior:auto!important;scroll-snap-type:x proximity!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-pages::-webkit-scrollbar,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-pages::-webkit-scrollbar,.react-dashboard-fc-tab .react-dashboard-fc-tab__mobile-table-pages::-webkit-scrollbar,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-pages::-webkit-scrollbar{display:none!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-page,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page,.react-dashboard-fc-tab .react-dashboard-fc-tab__mobile-table-page,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page{min-width:0!important;scroll-snap-align:start!important;scroll-snap-stop:always!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-page--total,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page--total,.react-dashboard-fc-tab .react-dashboard-fc-tab__mobile-table-page--total,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page--total{min-width:max(33.33333%,300px)!important}}.react-dashboard-fc-tab__summary-chip{align-items:center;border-radius:999px;color:#2b2b2b;display:inline-flex;font-size:14px;font-size:var(--react-dashboard-tabs-summary-chip-font-size,14px);font-weight:500;gap:8px;gap:var(--react-dashboard-tabs-summary-chip-gap,8px);min-height:32px;min-height:var(--react-dashboard-tabs-summary-chip-min-height,32px);padding:0 14px;padding:0 var(--react-dashboard-tabs-summary-chip-padding-x,14px);position:absolute;right:18px;right:var(--react-dashboard-tabs-summary-chip-right,18px);top:16px;top:var(--react-dashboard-tabs-summary-chip-top,16px)}.react-dashboard-fc-tab__summary-chip.is-positive{background:#c4e5ce}.react-dashboard-fc-tab__summary-chip.is-negative{background:#fbe1d5}.react-dashboard-fc-tab__summary-chip svg{font-size:16px;font-size:var(--react-dashboard-tabs-summary-chip-icon-size,16px)}.react-dashboard-fc-tab__summary-change-highlight.is-positive{color:#48a96d;font-weight:600;white-space:nowrap}.react-dashboard-fc-tab__summary-change-highlight.is-negative{color:#eb571c;font-weight:600;white-space:nowrap}.react-dashboard-fc-tab__sparkline.is-positive .react-dashboard-fc-tab__sparkline-bar.is-accent{background:#c4e5ce}.react-dashboard-fc-tab__sparkline.is-negative .react-dashboard-fc-tab__sparkline-bar.is-accent{background:#fbe1d5}.react-dashboard-fc-tab__table-group-chip{align-items:center;background:#0000!important;border-radius:0!important;display:inline-flex;font-size:20px;font-size:var(--react-dashboard-tabs-table-major-font-size,20px);font-weight:700;justify-content:center;min-height:30px;padding:0 18px;position:relative;width:100%;z-index:1}.react-dashboard-fc-tab__table tbody tr td{color:#4a4a4a;font-size:14px;font-weight:500}.react-dashboard-fc-tab__table tbody tr td:first-child{color:#1d1d1d}.react-dashboard-fc-tab__table-row--highlight td,.react-dashboard-fc-tab__table-row--section td{color:#111!important}.react-dashboard-fc-tab__table-row--highlight td,.react-dashboard-fc-tab__table-row--highlight td:first-child,.react-dashboard-fc-tab__table-row--section td,.react-dashboard-fc-tab__table-row--section td:first-child{font-weight:700!important}.react-dashboard-fc-tab__table-row td{height:32px}.react-dashboard-fc-tab__table-category--level-0 .react-dashboard-fc-tab__table-category-label{font-size:17px}.react-dashboard-fc-tab__table-category--level-1 .react-dashboard-fc-tab__table-category-label,.react-dashboard-fc-tab__table-category--level-2 .react-dashboard-fc-tab__table-category-label{font-size:14px}@media (min-width:721px) and (min-height:501px) and (max-width:1400px) and (max-height:820px){.react-dashboard-fc-tab__summary-chip{font-size:13px;font-size:var(--react-dashboard-tabs-summary-chip-font-size,13px);gap:6px;gap:var(--react-dashboard-tabs-summary-chip-gap,6px);min-height:28px;min-height:var(--react-dashboard-tabs-summary-chip-min-height,28px);padding:0 12px;padding:0 var(--react-dashboard-tabs-summary-chip-padding-x,12px);right:16px;right:var(--react-dashboard-tabs-summary-chip-right,16px);top:12px;top:var(--react-dashboard-tabs-summary-chip-top,12px)}.react-dashboard-fc-tab__summary-chip svg{font-size:14px;font-size:var(--react-dashboard-tabs-summary-chip-icon-size,14px)}.react-dashboard-fc-tab__sparkline{bottom:14px;bottom:var(--react-dashboard-tabs-sparkline-bottom,14px);gap:5px;gap:var(--react-dashboard-tabs-sparkline-gap,5px);right:18px;right:var(--react-dashboard-tabs-sparkline-right,18px)}.react-dashboard-fc-tab__sparkline-bar{width:17px;width:var(--react-dashboard-tabs-sparkline-bar-width,17px)}.react-dashboard-fc-tab__table-group-chip{font-size:14px;font-size:var(--react-dashboard-tabs-table-major-font-size,14px);min-height:28px;padding:0 14px}.react-dashboard-fc-tab__table tbody tr td{font-size:13px}.react-dashboard-fc-tab__table-row td{height:28px}.react-dashboard-fc-tab__table-category--level-0 .react-dashboard-fc-tab__table-category-label{font-size:15px}.react-dashboard-fc-tab__table-category--level-1 .react-dashboard-fc-tab__table-category-label,.react-dashboard-fc-tab__table-category--level-2 .react-dashboard-fc-tab__table-category-label{font-size:13px}}.react-dashboard-fc-tab__chart::-webkit-scrollbar,.react-dashboard-fc-tab__table-scroll::-webkit-scrollbar{height:10px;width:10px}@media (min-width:721px) and (min-height:501px){.react-dashboard-fc-tab__chart{scrollbar-width:none}.react-dashboard-fc-tab__chart::-webkit-scrollbar{display:none}.react-dashboard-fc-tab__table-scroll{position:relative;scrollbar-color:#f6f6f6 #0000;scrollbar-gutter:stable;scrollbar-width:thin}.react-dashboard-fc-tab__table-scroll::-webkit-scrollbar{background:#0000;height:10px;width:10px}.react-dashboard-fc-tab__table-scroll::-webkit-scrollbar-track{background:#0000;border-radius:999px}.react-dashboard-fc-tab__table-scroll::-webkit-scrollbar-thumb{background:#f6f6f6;border:0;border-radius:999px}.react-dashboard-fc-tab__table-scroll::-webkit-scrollbar-corner{background:#0000}}.react-dashboard-fc-tab__table-month-group.is-selected .react-dashboard-fc-tab__table-group-chip,.react-dashboard-fc-tab__table-total-group.is-selected .react-dashboard-fc-tab__table-group-chip{background:#0000!important}.react-dashboard-fc-tab__table thead tr:first-child th{background:#fff!important;padding-bottom:0!important;padding-top:0!important;top:0;z-index:8}.react-dashboard-fc-tab__table thead tr:nth-child(2) th{background:#fff!important;top:30px;z-index:7}.react-dashboard-fc-tab__table-month-group:before,.react-dashboard-fc-tab__table-total-group:before{background:#f6f6f6;border-radius:0!important;bottom:0;content:"";left:-1px;position:absolute;right:-1px;top:0;z-index:0}.react-dashboard-fc-tab__table thead tr:first-child th.react-dashboard-fc-tab__table-month-group:nth-child(2):before{border-bottom-left-radius:18px!important;border-top-left-radius:18px!important}.react-dashboard-fc-tab__table thead tr:first-child .react-dashboard-fc-tab__table-total-group:before{border-bottom-right-radius:18px!important;border-top-right-radius:18px!important}.react-dashboard-fc-tab__table thead tr:first-child .react-dashboard-fc-tab__table-total-group.is-selected:before,.react-dashboard-fc-tab__table thead tr:first-child th.react-dashboard-fc-tab__table-month-group:nth-child(2).is-selected:before,.react-dashboard-fc-tab__table-month-group.is-selected:before,.react-dashboard-fc-tab__table-total-group.is-selected:before{background:#d9d9d9!important;border-radius:0!important}.react-dashboard-fc-tab__table thead tr:nth-child(2) .react-dashboard-fc-tab__table-subcolumn:first-child{border-bottom-left-radius:0!important;overflow:visible}.react-dashboard-fc-tab__table thead tr:nth-child(2) .react-dashboard-fc-tab__table-subcolumn--total:last-child{border-bottom-right-radius:0!important;overflow:visible}.react-dashboard-fc-tab__table thead tr:nth-child(2) .react-dashboard-fc-tab__table-subcolumn{background:#fff!important;box-shadow:-1px 0 0 #fff,1px 0 0 #fff}.react-dashboard-fc-tab__table thead tr:nth-child(2) .react-dashboard-fc-tab__table-subcolumn.is-selected{background:#d9d9d9!important;box-shadow:-1px 0 0 #d9d9d9,1px 0 0 #d9d9d9}.react-dashboard-fc-tab__table thead tr:nth-child(2) .react-dashboard-fc-tab__table-subcolumn--total{background:#fff!important;box-shadow:-1px 0 0 #fff,1px 0 0 #fff}.react-dashboard-fc-tab__table thead tr:nth-child(2) .react-dashboard-fc-tab__table-subcolumn--total.is-selected{background:#d9d9d9!important;box-shadow:-1px 0 0 #d9d9d9,1px 0 0 #d9d9d9}.react-dashboard-fc-tab__table-row--highlight td{background:linear-gradient(to bottom,#0000 0,#0000 var(--react-dashboard-table-stripe-inset),#c4e5ce var(--react-dashboard-table-stripe-inset),#c4e5ce calc(100% - var(--react-dashboard-table-stripe-inset)),#0000 calc(100% - var(--react-dashboard-table-stripe-inset)),#0000 100%)!important;background-clip:padding-box!important;box-shadow:none!important;color:#111!important;overflow:hidden;position:relative}.react-dashboard-fc-tab__table-row--highlight td:first-child{border-bottom-left-radius:999px!important;border-top-left-radius:999px!important;padding-left:0!important;padding-right:10px!important}.react-dashboard-fc-tab__table-row--highlight td:first-child .react-dashboard-fc-tab__table-category-content{align-items:center;display:flex;min-height:32px;padding-left:32px;position:relative;z-index:2}.react-dashboard-fc-tab__table-row--highlight td:first-child:before{background:#c4e5ce;border-bottom-left-radius:999px;border-top-left-radius:999px;bottom:var(--react-dashboard-table-stripe-inset);content:"";left:-10px;position:absolute;right:0;top:var(--react-dashboard-table-stripe-inset);z-index:1}.react-dashboard-fc-tab__table-row--highlight td:last-child{border-bottom-right-radius:999px!important;border-top-right-radius:999px!important}.react-dashboard-fc-tab__table-row--highlight td:last-child:before{background:#c4e5ce;border-bottom-right-radius:999px;border-top-right-radius:999px;bottom:var(--react-dashboard-table-stripe-inset);content:"";left:0;position:absolute;right:0;top:var(--react-dashboard-table-stripe-inset);z-index:1}.react-dashboard-fc-tab__table-row--highlight .react-dashboard-fc-tab__table-month-cell.is-selected,.react-dashboard-fc-tab__table-row--highlight td.react-dashboard-fc-tab__table-month-cell.is-selected{background:linear-gradient(to bottom,#d9d9d9 0,#d9d9d9 var(--react-dashboard-table-stripe-inset),#c4e5ce var(--react-dashboard-table-stripe-inset),#c4e5ce calc(100% - var(--react-dashboard-table-stripe-inset)),#d9d9d9 calc(100% - var(--react-dashboard-table-stripe-inset)),#d9d9d9 100%)!important;color:#111!important}.react-dashboard-fc-tab__table-row--highlight td:last-child.react-dashboard-fc-tab__table-month-cell.is-selected:before{background:#c4e5ce!important;bottom:var(--react-dashboard-table-stripe-inset)!important;top:var(--react-dashboard-table-stripe-inset)!important;z-index:1}.react-dashboard-fc-tab__table-row--highlight td:last-child.react-dashboard-fc-tab__table-month-cell.is-selected{background:#d9d9d9!important;border-bottom-right-radius:0!important;border-top-right-radius:0!important}.react-dashboard-fc-tab__table-row--highlight td:last-child.react-dashboard-fc-tab__table-month-cell.is-selected:after{background:#d9d9d9;border-bottom-right-radius:999px;border-top-right-radius:999px;content:"";inset:0;position:absolute;z-index:0}.react-dashboard-fc-tab__table-row--highlight td,.react-dashboard-fc-tab__table-row--highlight td:first-child,.react-dashboard-fc-tab__table-row--highlight td:last-child{z-index:1}.react-dashboard-fc-tab__table-row--highlight td>*{position:relative;z-index:2}.react-dashboard-fc-tab__table td:first-child,.react-dashboard-fc-tab__table-category-header,.react-dashboard-fc-tab__table-row--highlight td:first-child{border-right:0!important}.react-dashboard-fc-tab__table-subcolumn,.react-dashboard-fc-tab__table-subcolumn--total{border-radius:0!important}@media (min-width:721px){.react-dashboard-fc-tab__table tbody td:first-child{z-index:5!important}.react-dashboard-fc-tab__table-row--highlight td:first-child,.react-dashboard-fc-tab__table-row--section td:first-child{z-index:6!important}.react-dashboard-fc-tab__table-row--highlight td:first-child:after{background:#c4e5ce;bottom:var(--react-dashboard-table-stripe-inset);content:"";position:absolute;right:-1px;top:var(--react-dashboard-table-stripe-inset);width:16px;z-index:1}.react-dashboard-fc-tab__table-row--highlight td:first-child .react-dashboard-fc-tab__table-category-content{z-index:3}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--highlight td:first-child,.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td:first-child,.react-dashboard-fc-tab__table-row--highlight td:first-child{background:#fff!important;background-clip:padding-box!important;box-shadow:-24px 0 0 #fff!important}}@media (max-width:720px){.react-dashboard-fc-tab{--react-dashboard-fc-mobile-side-gap:clamp(16px,5.344vw,24px);--react-dashboard-fc-mobile-card-gap:clamp(6px,2.036vw,10px);--react-dashboard-fc-mobile-card-height:clamp(84px,24.173vw,108px);--react-dashboard-fc-mobile-panel-inner-gap:clamp(12px,3.562vw,16px);--react-dashboard-fc-mobile-toggle-width:min(25.19084vw,calc(100dvh*99/852));--react-dashboard-fc-mobile-toggle-height:min(6.36132vw,calc(100dvh*25/852));--react-dashboard-fc-mobile-graph-panel-padding-left:min(2.29008vw,calc(100dvh*9/852));--react-dashboard-fc-mobile-graph-panel-padding-right:min(2.54453vw,calc(100dvh*10/852));--react-dashboard-fc-mobile-graph-panel-padding-top:min(3.30789vw,calc(100dvh*13/852));--react-dashboard-fc-mobile-graph-panel-padding-bottom:min(8.6514vw,calc(100dvh*34/852));--react-dashboard-fc-mobile-graph-toolbar-gap:min(11.70483vw,calc(100dvh*46/852));box-sizing:border-box;gap:clamp(12px,3.817vw,18px);min-height:calc(100dvh - 288px - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow:visible;padding:0 var(--react-dashboard-fc-mobile-side-gap) 0}.react-dashboard-fc-tab__filters{box-sizing:border-box;flex-wrap:nowrap;margin:0 calc(var(--react-dashboard-fc-mobile-side-gap)*-1);max-width:none;overflow-x:auto;overflow-y:visible;padding:6px var(--react-dashboard-fc-mobile-side-gap) 8px;scrollbar-width:none;width:calc(100% + var(--react-dashboard-fc-mobile-side-gap)*2)}.react-dashboard-fc-tab__filters::-webkit-scrollbar{display:none}.react-dashboard-fc-tab__filter-item{flex:0 0 auto}.react-dashboard-fc-tab__summary-grid{align-self:center;box-sizing:border-box;gap:var(--react-dashboard-fc-mobile-card-gap);grid-template-columns:repeat(3,minmax(0,1fr));margin-top:0;max-width:min(100%,calc(100vw - var(--react-dashboard-fc-mobile-side-gap)*2));width:min(100%,calc(100vw - var(--react-dashboard-fc-mobile-side-gap)*2))}.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-grid{gap:clamp(4px,1.272vw,6px)}.react-dashboard-fc-tab__summary-card{align-items:center;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:clamp(4px,1.527vw,6px);height:var(--react-dashboard-fc-mobile-card-height);justify-content:center;min-height:var(--react-dashboard-fc-mobile-card-height);padding:clamp(8px,2.29vw,11px) clamp(6px,1.527vw,8px);text-align:center}.react-dashboard-fc-tab__summary-title{font-size:clamp(9px,2.545vw,11px);line-height:1.1;min-height:auto;order:1}.react-dashboard-fc-tab__summary-title,.react-dashboard-fc-tab__summary-value{max-width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.react-dashboard-fc-tab__summary-value{font-size:clamp(14px,3.9vw,17px);letter-spacing:-.02em;line-height:1.05;margin-top:0;order:2}.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-card{padding-left:clamp(4px,1.018vw,6px);padding-right:clamp(4px,1.018vw,6px)}.react-dashboard-fc-tab__sparkline,.react-dashboard-fc-tab__summary-change{display:none}.react-dashboard-fc-tab__summary-chip{align-self:center;font-size:clamp(9px,2.545vw,10px);gap:4px;justify-content:center;margin-top:0;max-width:100%;min-height:clamp(20px,5.598vw,24px);order:3;padding:0 clamp(8px,2.036vw,10px);position:static;width:-webkit-fit-content;width:fit-content}.react-dashboard-fc-tab__summary-chip svg{font-size:12px}.react-dashboard-fc-tab__chart-info{border-radius:12px;gap:4px;max-width:calc(100vw - 32px);padding:10px 11px;top:4px;width:min(238px,calc(100vw - 32px))}.react-dashboard-fc-tab__chart-info-month{font-size:11px}.react-dashboard-fc-tab__chart-info-metrics{font-size:9px;gap:4px 8px;line-height:1.25}.react-dashboard-fc-tab__panel{align-self:center;aspect-ratio:352/474;border-radius:18px;box-sizing:border-box;flex:1 1 auto;margin-bottom:0;max-width:min(100%,calc(100vw - var(--react-dashboard-fc-mobile-side-gap)*2));min-height:min(480px,calc(100dvh - 337px - env(safe-area-inset-top) - env(safe-area-inset-bottom)));overflow:visible;padding:clamp(10px,3.053vw,12px) var(--react-dashboard-fc-mobile-panel-inner-gap) clamp(12px,3.053vw,14px);width:min(100%,calc(100vw - var(--react-dashboard-fc-mobile-side-gap)*2))}.react-dashboard-fc-tab__panel--graph{padding:var(--react-dashboard-fc-mobile-graph-panel-padding-top) var(--react-dashboard-fc-mobile-graph-panel-padding-right) var(--react-dashboard-fc-mobile-graph-panel-padding-bottom) var(--react-dashboard-fc-mobile-graph-panel-padding-left)}.react-dashboard-fc-tab__panel-toolbar{height:34px;margin-bottom:clamp(8px,2.036vw,10px);min-height:34px}.react-dashboard-fc-tab__panel--graph .react-dashboard-fc-tab__panel-toolbar{margin-bottom:var(--react-dashboard-fc-mobile-graph-toolbar-gap);margin-top:calc(clamp(10px, 3.053vw, 12px) - var(--react-dashboard-fc-mobile-graph-panel-padding-top))}.react-dashboard-fc-tab__download-button{flex:0 0 34px;font-size:12px;height:34px;line-height:0;min-height:34px;min-width:34px;padding:0;width:34px}.react-dashboard-fc-tab__download-button svg{display:block;flex:0 0 auto;font-size:17px}.react-dashboard-fc-tab__toggle{box-sizing:border-box;gap:2px;height:var(--react-dashboard-fc-mobile-toggle-height);padding:3px;width:var(--react-dashboard-fc-mobile-toggle-width)}.react-dashboard-fc-tab__toggle button{background:#0000;flex:1 1;font-size:18px;height:100%;width:auto}.react-dashboard-fc-tab__toggle button.is-active{box-shadow:none}.react-dashboard-fc-tab__chart-wrap{--react-dashboard-fc-chart-mobile-bar-width:clamp(14px,4.580153vw,24px);--react-dashboard-fc-chart-mobile-label-space:clamp(18px,5.089vw,22px);align-items:stretch;flex:1 1 auto;gap:clamp(6px,2.036vw,8px);min-height:0;overflow:visible;padding-top:0}.react-dashboard-fc-tab__chart-y-axis--desktop{display:none}.react-dashboard-fc-tab__chart-y-axis--mobile{color:#8a8a8a;display:block;font-size:10px;height:calc(100% - var(--react-dashboard-fc-chart-mobile-label-space));line-height:1;margin-bottom:var(--react-dashboard-fc-chart-mobile-label-space);padding:0;width:34px}.react-dashboard-fc-tab__chart{align-items:stretch;flex:1 1 auto;gap:12px;grid-template-columns:repeat(12,minmax(0,1fr));height:100%;min-height:0;overflow:visible;padding:0}.react-dashboard-fc-tab__chart-group{align-items:end;display:grid;grid-template-rows:minmax(0,1fr) auto;height:100%;justify-items:center;min-width:0}.react-dashboard-fc-tab__chart--mobile-axis .react-dashboard-fc-tab__chart-group{grid-template-rows:minmax(0,1fr) var(--react-dashboard-fc-chart-mobile-label-space)}.react-dashboard-fc-tab__chart-bars--mobile-axis{align-items:stretch;align-self:stretch;background:none;border-radius:10px 10px 0 0;gap:0;height:100%;min-height:0;position:relative;width:100%}.react-dashboard-fc-tab__chart-bar-stack{height:50%;left:50%;min-height:0;position:absolute;transform:translateX(-50%);width:var(--react-dashboard-fc-chart-mobile-bar-width)}.react-dashboard-fc-tab__chart-bar-stack--positive{top:0}.react-dashboard-fc-tab__chart-bar-stack--negative{bottom:0}.react-dashboard-fc-tab__chart-bar{width:var(--react-dashboard-fc-chart-mobile-bar-width)}.react-dashboard-fc-tab__chart--mobile-axis .react-dashboard-fc-tab__chart-bar-stack--negative .react-dashboard-fc-tab__chart-bar{border-radius:0 0 4px 4px;bottom:auto;top:0}.react-dashboard-fc-tab__chart--mobile-axis .react-dashboard-fc-tab__chart-bar-stack--positive .react-dashboard-fc-tab__chart-bar{border-radius:4px 4px 0 0}.react-dashboard-fc-tab__chart-label{font-size:8px;line-height:1;margin-top:clamp(4px,1.272vw,6px)}.react-dashboard-fc-tab__mobile-table{--react-dashboard-fc-mobile-category-width:clamp(118px,34vw,138px);--react-dashboard-fc-mobile-row-height:37px;--react-dashboard-fc-mobile-month-band-height:18px;--react-dashboard-fc-mobile-page-gap:0px;--react-dashboard-fc-mobile-stripe-inset:5px;--react-dashboard-fc-mobile-sticky-top-cover:12px;align-items:start;border-radius:0;display:grid;flex:1 1 auto;grid-template-columns:var(--react-dashboard-fc-mobile-category-width) minmax(0,1fr);height:100%;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:none}.react-dashboard-fc-tab__mobile-table::-webkit-scrollbar{display:none}.react-dashboard-fc-tab__mobile-table-categories{background:#fff;isolation:isolate;left:0;position:-webkit-sticky;position:sticky;z-index:8}.react-dashboard-fc-tab__mobile-table-top-spacer{display:none;height:0}.react-dashboard-fc-tab__mobile-table-category-header,.react-dashboard-fc-tab__mobile-table-category-row,.react-dashboard-fc-tab__mobile-table-category-subheader-spacer,.react-dashboard-fc-tab__mobile-table-page-header,.react-dashboard-fc-tab__mobile-table-subheader,.react-dashboard-fc-tab__mobile-table-value-row{box-sizing:border-box;height:var(--react-dashboard-fc-mobile-row-height);min-height:var(--react-dashboard-fc-mobile-row-height)}.react-dashboard-fc-tab__mobile-table-category-header{align-items:center;background:#fff;border-bottom:1px solid #fff;color:#1a1a1a;display:flex;font-size:11px;font-weight:700;padding:0 8px 0 0;position:-webkit-sticky;position:sticky;text-transform:uppercase;top:var(--react-dashboard-fc-mobile-sticky-top-cover);z-index:11}.react-dashboard-fc-tab__mobile-table-category-header:before{background:#fff;content:"";height:var(--react-dashboard-fc-mobile-sticky-top-cover);left:0;pointer-events:none;position:absolute;right:0;top:calc(var(--react-dashboard-fc-mobile-sticky-top-cover)*-1)}.react-dashboard-fc-tab__mobile-table-category-subheader-spacer{background:#fff;border-bottom:1px solid #fff;position:-webkit-sticky;position:sticky;top:calc(var(--react-dashboard-fc-mobile-row-height) + var(--react-dashboard-fc-mobile-sticky-top-cover));z-index:10}.react-dashboard-fc-tab__mobile-table-pages-shell{display:flex;flex-direction:column;min-width:0}.react-dashboard-fc-tab__mobile-table-pages{grid-gap:var(--react-dashboard-fc-mobile-page-gap);display:grid;gap:var(--react-dashboard-fc-mobile-page-gap);grid-auto-columns:100%;grid-auto-flow:column;min-width:0;scrollbar-width:none}.react-dashboard-fc-tab__mobile-table-pages--header{background:#fff;isolation:isolate;margin-top:calc(var(--react-dashboard-fc-mobile-sticky-top-cover)*-1);overflow:hidden;padding-top:var(--react-dashboard-fc-mobile-sticky-top-cover);pointer-events:none;position:-webkit-sticky;position:sticky;top:0;z-index:12}.react-dashboard-fc-tab__mobile-table-pages--header:before{background:#fff;content:"";height:var(--react-dashboard-fc-mobile-sticky-top-cover);left:0;pointer-events:none;position:absolute;right:0;top:calc(var(--react-dashboard-fc-mobile-sticky-top-cover)*-1)}.react-dashboard-fc-tab__mobile-table-pages--body{-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:visible;overscroll-behavior-x:contain;padding-bottom:2px;scroll-behavior:auto;scroll-snap-type:x proximity}.react-dashboard-fc-tab__mobile-table-pages::-webkit-scrollbar{display:none}.react-dashboard-fc-tab__mobile-table-page{min-width:0;position:relative;scroll-snap-align:start;scroll-snap-stop:always}.react-dashboard-fc-tab__mobile-table-page-header{align-items:center;background:#fff;border-radius:0;display:flex;justify-content:center;overflow:hidden;position:relative}.react-dashboard-fc-tab__mobile-table-page-header:before{background:#f6f6f6;border-radius:0;content:"";height:var(--react-dashboard-fc-mobile-month-band-height);left:-1px;position:absolute;right:-1px;top:50%;transform:translateY(-50%);z-index:0}.react-dashboard-fc-tab__mobile-table-page:first-child .react-dashboard-fc-tab__mobile-table-page-header:before{border-bottom-left-radius:14px;border-top-left-radius:14px}.react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-page-header:before{border-bottom-right-radius:14px;border-top-right-radius:14px}.react-dashboard-fc-tab__mobile-table-page-header .react-dashboard-fc-tab__table-group-chip{font-size:10px;min-height:calc(var(--react-dashboard-fc-mobile-month-band-height) - 2px);padding:0 8px}.react-dashboard-fc-tab__mobile-table-subheader{align-items:center;background:#fff;color:#111;display:grid;font-size:10px;font-weight:700;position:static;text-align:center}.react-dashboard-fc-tab__mobile-table-subheader--3cols,.react-dashboard-fc-tab__mobile-table-value-row--3cols{grid-template-columns:minmax(0,1.38fr) minmax(0,.81fr) minmax(0,.81fr)}.react-dashboard-fc-tab__mobile-table-subheader--4cols,.react-dashboard-fc-tab__mobile-table-value-row--4cols{grid-template-columns:minmax(0,1.42fr) minmax(0,1.14fr) minmax(0,.9fr) minmax(0,.9fr)}.react-dashboard-fc-tab__mobile-table-category-row,.react-dashboard-fc-tab__mobile-table-value-row{align-items:center;border-bottom:0;color:#4a4a4a;display:grid;font-size:9px}.react-dashboard-fc-tab__mobile-table-category-row{background:#fff;overflow:hidden;padding-left:0!important;padding-right:8px}.react-dashboard-fc-tab__mobile-table-category-row.react-dashboard-fc-tab__table-category--level-0,.react-dashboard-fc-tab__mobile-table-category-row.react-dashboard-fc-tab__table-category--level-1,.react-dashboard-fc-tab__mobile-table-category-row.react-dashboard-fc-tab__table-category--level-2,.react-dashboard-fc-tab__mobile-table-category-row.react-dashboard-fc-tab__table-category--level-3{padding-left:0!important}.react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-category-content{align-items:center;display:flex;gap:3px;min-height:100%;min-width:0;width:100%}.react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-category-label{display:block;font-size:9px;line-height:1.15;max-width:100%;min-width:0;overflow:hidden;overflow-wrap:anywhere;text-overflow:clip;white-space:normal;word-break:break-word}.react-dashboard-fc-tab__mobile-table-value-row{background:#fff;column-gap:3px;padding:0 3px;text-align:center}.react-dashboard-fc-tab__mobile-table-value-row>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-dashboard-fc-tab__mobile-table-value-row--4cols>span,.react-dashboard-fc-tab__mobile-table-value-row>span:nth-child(2),.react-dashboard-fc-tab__mobile-table-value-row>span:nth-child(3){font-feature-settings:"tnum";font-size:8px;font-variant-numeric:tabular-nums}.react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-subheader{font-size:8.2px;letter-spacing:-.02em}.react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row{column-gap:1px;padding:0 1px}.react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row>span{font-size:7.2px}.react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row>span:first-child,.react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row>span:nth-child(2){font-size:7.7px}.react-dashboard-fc-tab__mobile-table-page--total{min-width:calc(100% + 18px);scroll-snap-align:start}.react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-expander,.react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-expander-spacer{flex:0 0 12px;height:12px;width:12px}.react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-expander img{height:8px;width:5px}.react-dashboard-fc-tab__mobile-table-category-row--section,.react-dashboard-fc-tab__mobile-table-value-row--section{color:#111;font-weight:700}.react-dashboard-fc-tab__mobile-table-category-row--highlight,.react-dashboard-fc-tab__mobile-table-value-row--highlight{background:linear-gradient(to bottom,#0000 0,#0000 var(--react-dashboard-fc-mobile-stripe-inset),#c4e5ce var(--react-dashboard-fc-mobile-stripe-inset),#c4e5ce calc(100% - var(--react-dashboard-fc-mobile-stripe-inset)),#0000 calc(100% - var(--react-dashboard-fc-mobile-stripe-inset)),#0000 100%);color:#111;font-weight:700}.react-dashboard-fc-tab__mobile-table-category-row--highlight{border-bottom-left-radius:999px;border-top-left-radius:999px;padding-left:0}.react-dashboard-fc-tab__mobile-table-value-row--highlight{border-bottom-right-radius:0;border-top-right-radius:0}.react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row--highlight{border-bottom-right-radius:999px;border-top-right-radius:999px}}@media (max-width:932px) and (max-height:500px) and (orientation:landscape){.react-dashboard-dre-tab,.react-dashboard-fc-tab{--react-dashboard-fc-landscape-panel-offset:206px;--react-dashboard-fc-landscape-panel-offset-expanded:108px;--react-dashboard-fc-landscape-summary-chip-aside:72px;--react-dashboard-fc-landscape-summary-sparkline-aside:50px;--react-dashboard-tabs-summary-content-aside:var(--react-dashboard-fc-landscape-summary-chip-aside)}.react-dashboard-dre-tab{flex:1 1 auto;min-height:0}.react-dashboard-dre-tab .react-dashboard-fc-tab__panel{align-self:stretch;flex:1 1 auto;height:calc(100dvh - var(--react-dashboard-fc-landscape-panel-offset) - env(safe-area-inset-top) - env(safe-area-inset-bottom));min-height:calc(100dvh - var(--react-dashboard-fc-landscape-panel-offset) - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table,.react-dashboard-dre-tab .react-dashboard-fc-tab__table-scroll{flex:1 1 auto;height:100%;min-height:0}.react-dashboard-fc-tab{--react-dashboard-fc-mobile-side-gap:16px;--react-dashboard-fc-mobile-card-gap:6px;--react-dashboard-fc-mobile-card-height:72px;--react-dashboard-fc-mobile-panel-inner-gap:13px;box-sizing:border-box;gap:8px;min-height:calc(100dvh - 94px - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow:visible;padding:0}.react-dashboard-page .react-dashboard-dre-tab,.react-dashboard-page .react-dashboard-fc-tab{align-self:stretch!important;margin-left:0!important;margin-right:0!important;max-width:100%!important;width:100%!important}.react-dashboard-dre-tab,.react-dashboard-fc-tab,.react-dashboard-fc-tab__mobile-table,.react-dashboard-fc-tab__panel,.react-dashboard-fc-tab__summary-grid,.react-dashboard-fc-tab__table-scroll{align-self:stretch;max-width:100%;min-width:0;width:100%}.react-dashboard-fc-tab__filters{box-sizing:border-box;flex-wrap:nowrap;margin:0;max-width:100%;overflow-x:auto;overflow-y:visible;padding:6px 0 8px;scrollbar-width:none;width:100%}.react-dashboard-fc-tab__filters::-webkit-scrollbar{display:none}.react-dashboard-fc-tab__filter-item{flex:0 0 auto}.react-dashboard-fc-tab__summary-grid{align-self:stretch;box-sizing:border-box;gap:var(--react-dashboard-fc-mobile-card-gap);grid-template-columns:repeat(3,minmax(0,1fr));margin-top:0;max-width:100%;transition:max-height .22s ease,opacity .18s ease,margin .22s ease;width:100%}.react-dashboard-fc-tab__summary-card{border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:4px;height:var(--react-dashboard-fc-mobile-card-height);justify-content:center;min-height:var(--react-dashboard-fc-mobile-card-height);padding:10px;text-align:left}.react-dashboard-fc-tab__summary-title{font-size:clamp(10px,1.22vw,12px);line-height:1.08;max-width:calc(100% - var(--react-dashboard-fc-landscape-summary-chip-aside))}.react-dashboard-fc-tab__summary-title,.react-dashboard-fc-tab__summary-value{margin:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.react-dashboard-fc-tab__summary-value{font-feature-settings:"tnum";font-size:clamp(13px,1.92vw,18px);font-variant-numeric:tabular-nums;letter-spacing:-.02em;line-height:1.05;max-width:calc(100% - var(--react-dashboard-fc-landscape-summary-sparkline-aside))}.react-dashboard-fc-tab__sparkline{align-items:end;bottom:10px;display:flex;gap:3px;height:26px;min-height:16px;position:absolute;right:10px}.react-dashboard-fc-tab__summary-change{color:#4d4d4d;display:block;font-size:clamp(7px,.65vw,8.5px);font-weight:500;line-height:1.05;margin:0;max-width:calc(100% - var(--react-dashboard-fc-landscape-summary-sparkline-aside));overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.react-dashboard-fc-tab__summary-chip{font-size:8px;gap:3px;justify-content:center;margin-top:0;max-width:100%;min-height:18px;padding:0 7px;position:absolute;right:8px;top:8px;width:-webkit-fit-content;width:fit-content;z-index:2}.react-dashboard-fc-tab__summary-chip svg{font-size:9px}.react-dashboard-fc-tab__sparkline-bar{max-height:26px;width:7px}.react-dashboard-fc-tab__chart-info{border-radius:12px;gap:4px;max-width:calc(100vw - 32px);padding:10px 11px;top:4px;width:min(250px,calc(100vw - 32px))}.react-dashboard-fc-tab__chart-info-month{font-size:11px}.react-dashboard-fc-tab__chart-info-metrics{font-size:10px;gap:4px 8px;line-height:1.25}.react-dashboard-fc-tab__panel{align-self:stretch;aspect-ratio:auto;border-radius:18px;box-sizing:border-box;flex:1 1 auto;margin-bottom:0;max-width:100%;min-height:calc(100dvh - var(--react-dashboard-fc-landscape-panel-offset) - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow:visible;padding:8px var(--react-dashboard-fc-mobile-panel-inner-gap) 8px;transition:min-height .22s ease,height .22s ease,padding .22s ease,border-radius .22s ease;width:100%}.react-dashboard-fc-tab__panel--graph{padding-left:13px;padding-right:26px}.react-dashboard-fc-tab:not(.react-dashboard-dre-tab)>.react-dashboard-fc-tab__panel{height:calc(100dvh - var(--react-dashboard-fc-landscape-panel-offset) - env(safe-area-inset-top) - env(safe-area-inset-bottom));min-height:calc(100dvh - var(--react-dashboard-fc-landscape-panel-offset) - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.react-dashboard-fc-tab__panel-toolbar{margin-bottom:2px;min-height:0}.react-dashboard-fc-tab__download-button{font-size:10px;gap:0;min-height:24px;padding:0 10px}.react-dashboard-fc-tab__download-button svg{font-size:14px}.react-dashboard-fc-tab--landscape-expanded{gap:6px}.react-dashboard-fc-tab--landscape-expanded .react-dashboard-fc-tab__summary-grid{height:0;margin:0;max-height:0;min-height:0;opacity:0;overflow:hidden;pointer-events:none}.react-dashboard-fc-tab--landscape-expanded .react-dashboard-fc-tab__panel{padding-bottom:8px;padding-top:8px}.react-dashboard-fc-tab--landscape-expanded .react-dashboard-fc-tab__panel,.react-dashboard-fc-tab:not(.react-dashboard-dre-tab).react-dashboard-fc-tab--landscape-expanded>.react-dashboard-fc-tab__panel{height:calc(100dvh - var(--react-dashboard-fc-landscape-panel-offset-expanded) - env(safe-area-inset-top) - env(safe-area-inset-bottom));min-height:calc(100dvh - var(--react-dashboard-fc-landscape-panel-offset-expanded) - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.react-dashboard-fc-tab__toggle{background:#f2f2f2;border-radius:999px;box-sizing:border-box;gap:0;height:var(--react-dashboard-fc-mobile-toggle-height);overflow:hidden;padding:0;width:var(--react-dashboard-fc-mobile-toggle-width)}.react-dashboard-fc-tab__toggle button{background:#0000;border-radius:0;flex:1 1;font-size:15px;height:100%;width:auto}.react-dashboard-fc-tab__toggle button:first-child{border-bottom-left-radius:999px;border-top-left-radius:999px}.react-dashboard-fc-tab__toggle button:last-child{border-bottom-right-radius:999px;border-top-right-radius:999px}.react-dashboard-fc-tab__toggle-icon--graph{height:11px;width:11px}.react-dashboard-fc-tab__toggle-icon--table{height:8px;width:16px}.react-dashboard-fc-tab__toggle button.is-active{background:#eb571c;box-shadow:none;color:#fff}.react-dashboard-fc-tab__chart-wrap{--react-dashboard-fc-chart-mobile-bar-width:clamp(14px,4.580153vw,24px);--react-dashboard-fc-chart-mobile-label-space:26px;align-items:stretch;flex:1 1 auto;gap:8px;min-height:0;overflow:visible;padding-top:0}.react-dashboard-fc-tab__chart-y-axis--desktop{display:none}.react-dashboard-fc-tab__chart-y-axis--mobile{color:#8a8a8a;display:block;font-size:10px;height:calc(100% - var(--react-dashboard-fc-chart-mobile-label-space));line-height:1;margin-bottom:var(--react-dashboard-fc-chart-mobile-label-space);padding:0;width:34px}.react-dashboard-fc-tab--mobile-landscape .react-dashboard-fc-tab__chart-y-axis--mobile{font-size:9px}.react-dashboard-fc-tab__chart{align-items:stretch;flex:1 1 auto;gap:12px;grid-template-columns:repeat(12,minmax(0,1fr));height:100%;min-height:0;overflow:visible;padding:0}.react-dashboard-fc-tab__chart-group{align-items:end;display:grid;grid-template-rows:minmax(0,1fr) auto;height:100%;justify-items:center;min-width:0}.react-dashboard-fc-tab__chart--mobile-axis .react-dashboard-fc-tab__chart-group{grid-template-rows:minmax(0,1fr) var(--react-dashboard-fc-chart-mobile-label-space)}.react-dashboard-fc-tab__chart-bars--mobile-axis{align-items:stretch;align-self:stretch;background:none;border-radius:10px 10px 0 0;gap:0;height:100%;min-height:0;position:relative;width:100%}.react-dashboard-fc-tab__chart-bar-stack{height:50%;left:50%;min-height:0;position:absolute;transform:translateX(-50%);width:var(--react-dashboard-fc-chart-mobile-bar-width)}.react-dashboard-fc-tab__chart-bar-stack--positive{top:0}.react-dashboard-fc-tab__chart-bar-stack--negative{bottom:0}.react-dashboard-fc-tab__chart-bar{width:var(--react-dashboard-fc-chart-mobile-bar-width)}.react-dashboard-fc-tab__chart--mobile-axis .react-dashboard-fc-tab__chart-bar-stack--negative .react-dashboard-fc-tab__chart-bar{border-radius:0 0 4px 4px;bottom:auto;top:0}.react-dashboard-fc-tab__chart--mobile-axis .react-dashboard-fc-tab__chart-bar-stack--positive .react-dashboard-fc-tab__chart-bar{border-radius:4px 4px 0 0}.react-dashboard-fc-tab__chart-label{font-size:8px;line-height:1;margin-top:6px}.react-dashboard-fc-tab__mobile-table{--react-dashboard-fc-mobile-category-width:clamp(124px,18vw,148px);--react-dashboard-fc-mobile-row-height:clamp(24px,6.2vh,28px);--react-dashboard-fc-mobile-month-band-height:clamp(18px,4.8vh,22px);--react-dashboard-fc-mobile-page-gap:0px;--react-dashboard-fc-mobile-stripe-inset:4px;--react-dashboard-fc-mobile-sticky-top-cover:10px;align-items:start;border-radius:0;display:grid;flex:1 1 auto;grid-template-columns:var(--react-dashboard-fc-mobile-category-width) minmax(0,1fr);height:100%;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:none}.react-dashboard-fc-tab__mobile-table::-webkit-scrollbar{display:none}.react-dashboard-fc-tab__mobile-table-categories{background:#fff;isolation:isolate;left:0;position:-webkit-sticky;position:sticky;z-index:8}.react-dashboard-fc-tab__mobile-table-top-spacer{display:none;height:0}.react-dashboard-fc-tab__mobile-table-category-header,.react-dashboard-fc-tab__mobile-table-category-row,.react-dashboard-fc-tab__mobile-table-category-subheader-spacer,.react-dashboard-fc-tab__mobile-table-page-header,.react-dashboard-fc-tab__mobile-table-subheader,.react-dashboard-fc-tab__mobile-table-value-row{box-sizing:border-box;height:var(--react-dashboard-fc-mobile-row-height);min-height:var(--react-dashboard-fc-mobile-row-height)}.react-dashboard-fc-tab__mobile-table-category-header{align-items:center;background:#fff;border-bottom:1px solid #fff;color:#1a1a1a;display:flex;font-size:10px;font-weight:700;padding:0 8px 0 0;position:-webkit-sticky;position:sticky;text-transform:uppercase;top:var(--react-dashboard-fc-mobile-sticky-top-cover);z-index:11}.react-dashboard-fc-tab__mobile-table-category-header:before{background:#fff;content:"";height:var(--react-dashboard-fc-mobile-sticky-top-cover);left:0;pointer-events:none;position:absolute;right:0;top:calc(var(--react-dashboard-fc-mobile-sticky-top-cover)*-1)}.react-dashboard-fc-tab__mobile-table-category-subheader-spacer{background:#fff;border-bottom:1px solid #fff;position:-webkit-sticky;position:sticky;top:calc(var(--react-dashboard-fc-mobile-row-height) + var(--react-dashboard-fc-mobile-sticky-top-cover));z-index:10}.react-dashboard-fc-tab__mobile-table-pages-shell{display:flex;flex-direction:column;min-width:0}.react-dashboard-fc-tab__mobile-table-pages{grid-gap:var(--react-dashboard-fc-mobile-page-gap);display:grid;gap:var(--react-dashboard-fc-mobile-page-gap);grid-auto-columns:minmax(196px,calc((100% - var(--react-dashboard-fc-mobile-page-gap))/2));grid-auto-flow:column;min-width:0;scrollbar-width:none}.react-dashboard-fc-tab__mobile-table-pages--header{background:#fff;isolation:isolate;margin-top:calc(var(--react-dashboard-fc-mobile-sticky-top-cover)*-1);overflow:hidden;padding-top:var(--react-dashboard-fc-mobile-sticky-top-cover);pointer-events:none;position:-webkit-sticky;position:sticky;top:0;z-index:12}.react-dashboard-fc-tab__mobile-table-pages--header:before{background:#fff;content:"";height:var(--react-dashboard-fc-mobile-sticky-top-cover);left:0;pointer-events:none;position:absolute;right:0;top:calc(var(--react-dashboard-fc-mobile-sticky-top-cover)*-1)}.react-dashboard-fc-tab__mobile-table-pages--body{-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:visible;overscroll-behavior-x:contain;padding-bottom:2px;scroll-behavior:auto;scroll-snap-type:x proximity}.react-dashboard-fc-tab__mobile-table-pages::-webkit-scrollbar{display:none}.react-dashboard-fc-tab__mobile-table-page{min-width:0;position:relative;scroll-snap-align:start;scroll-snap-stop:always}.react-dashboard-fc-tab__mobile-table-page--total{min-width:max(214px,calc((100% - var(--react-dashboard-fc-mobile-page-gap))/2 + 18px));scroll-snap-align:start}.react-dashboard-fc-tab__mobile-table-page-header{align-items:center;background:#fff;border-radius:0;display:flex;justify-content:center;overflow:hidden;position:relative}.react-dashboard-fc-tab__mobile-table-page-header:before{background:#f6f6f6;border-radius:0;content:"";height:var(--react-dashboard-fc-mobile-month-band-height);left:-1px;position:absolute;right:-1px;top:50%;transform:translateY(-50%);z-index:0}.react-dashboard-fc-tab__mobile-table-page:first-child .react-dashboard-fc-tab__mobile-table-page-header:before{border-bottom-left-radius:14px;border-top-left-radius:14px}.react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-page-header:before{border-bottom-right-radius:14px;border-top-right-radius:14px}.react-dashboard-fc-tab__mobile-table-page-header .react-dashboard-fc-tab__table-group-chip{font-size:9px;min-height:calc(var(--react-dashboard-fc-mobile-month-band-height) - 2px);padding:0 8px}.react-dashboard-fc-tab__mobile-table-subheader{align-items:center;background:#fff;color:#111;display:grid;font-size:8.5px;font-weight:700;position:static;text-align:center}.react-dashboard-fc-tab__mobile-table-subheader--3cols,.react-dashboard-fc-tab__mobile-table-value-row--3cols{grid-template-columns:minmax(0,1.38fr) minmax(0,.81fr) minmax(0,.81fr)}.react-dashboard-fc-tab__mobile-table-subheader--4cols,.react-dashboard-fc-tab__mobile-table-value-row--4cols{grid-template-columns:minmax(0,1.42fr) minmax(0,1.14fr) minmax(0,.9fr) minmax(0,.9fr)}.react-dashboard-fc-tab__mobile-table-category-row,.react-dashboard-fc-tab__mobile-table-value-row{align-items:center;border-bottom:0;color:#4a4a4a;display:grid;font-size:8.4px}.react-dashboard-fc-tab__mobile-table-category-row{background:#fff;overflow:hidden;padding-left:0!important;padding-right:8px}.react-dashboard-fc-tab__mobile-table-category-row.react-dashboard-fc-tab__table-category--level-0,.react-dashboard-fc-tab__mobile-table-category-row.react-dashboard-fc-tab__table-category--level-1,.react-dashboard-fc-tab__mobile-table-category-row.react-dashboard-fc-tab__table-category--level-2,.react-dashboard-fc-tab__mobile-table-category-row.react-dashboard-fc-tab__table-category--level-3{padding-left:0!important}.react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-category-content{align-items:center;display:flex;gap:3px;min-height:100%;min-width:0;width:100%}.react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-category-label{display:block;font-size:8.4px;line-height:1.08;max-width:100%;min-width:0;overflow:hidden;overflow-wrap:anywhere;text-overflow:clip;white-space:normal;word-break:break-word}.react-dashboard-fc-tab__mobile-table-value-row{background:#fff;column-gap:3px;padding:0 3px;text-align:center}.react-dashboard-fc-tab__mobile-table-value-row>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-dashboard-fc-tab__mobile-table-value-row--4cols>span,.react-dashboard-fc-tab__mobile-table-value-row>span:nth-child(2),.react-dashboard-fc-tab__mobile-table-value-row>span:nth-child(3){font-feature-settings:"tnum";font-size:7.4px;font-variant-numeric:tabular-nums}.react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-subheader{font-size:7.6px;letter-spacing:-.02em}.react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row{column-gap:1px;padding:0 1px}.react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row>span{font-size:6.8px}.react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row>span:first-child,.react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row>span:nth-child(2){font-size:7.2px}.react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-expander,.react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-expander-spacer{flex:0 0 11px;height:11px;width:11px}.react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-expander img{height:8px;width:5px}.react-dashboard-fc-tab__mobile-table-category-row--section,.react-dashboard-fc-tab__mobile-table-value-row--section{color:#111;font-weight:700}.react-dashboard-fc-tab__mobile-table-category-row--highlight,.react-dashboard-fc-tab__mobile-table-value-row--highlight{background:linear-gradient(to bottom,#0000 0,#0000 var(--react-dashboard-fc-mobile-stripe-inset),#c4e5ce var(--react-dashboard-fc-mobile-stripe-inset),#c4e5ce calc(100% - var(--react-dashboard-fc-mobile-stripe-inset)),#0000 calc(100% - var(--react-dashboard-fc-mobile-stripe-inset)),#0000 100%);color:#111;font-weight:700}.react-dashboard-fc-tab__mobile-table-category-row--highlight{border-bottom-left-radius:999px;border-top-left-radius:999px;padding-left:0}.react-dashboard-fc-tab__mobile-table-value-row--highlight{border-bottom-right-radius:0;border-top-right-radius:0}.react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row--highlight{border-bottom-right-radius:999px;border-top-right-radius:999px}.react-dashboard-dre-tab{--react-dashboard-fc-mobile-row-height:clamp(22px,5.7vh,26px);--react-dashboard-fc-mobile-stripe-inset:5px}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row,.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row{font-size:7.4px}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-category-label{font-size:7.4px;line-height:1.02}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row.react-dashboard-fc-tab__table-category--level-0 .react-dashboard-fc-tab__table-category-content{gap:3px;padding-left:4px}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-expander,.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-expander-spacer{flex:0 0 10px;height:10px;width:10px}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-expander img{height:7px;width:4px}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row{column-gap:3px;padding:0 3px}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row--4cols>span,.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row>span:nth-child(2),.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row>span:nth-child(3){font-size:6.9px}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row--highlight,.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row--highlight{background:linear-gradient(to bottom,#0000 0,#0000 var(--react-dashboard-fc-mobile-stripe-inset),#fbe1d5 var(--react-dashboard-fc-mobile-stripe-inset),#fbe1d5 calc(100% - var(--react-dashboard-fc-mobile-stripe-inset)),#0000 calc(100% - var(--react-dashboard-fc-mobile-stripe-inset)),#0000 100%)}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row--positive,.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row--positive{background:linear-gradient(to bottom,#0000 0,#0000 var(--react-dashboard-fc-mobile-stripe-inset),#c4e5ce var(--react-dashboard-fc-mobile-stripe-inset),#c4e5ce calc(100% - var(--react-dashboard-fc-mobile-stripe-inset)),#0000 calc(100% - var(--react-dashboard-fc-mobile-stripe-inset)),#0000 100%);color:#111;font-weight:700}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row--positive{border-bottom-left-radius:999px;border-top-left-radius:999px;padding-left:0}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row--positive{border-bottom-right-radius:0;border-top-right-radius:0}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row--positive{border-bottom-right-radius:999px;border-top-right-radius:999px}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row--highlight{border-bottom-left-radius:999px;border-top-left-radius:999px}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row--highlight{border-bottom-right-radius:0;border-top-right-radius:0}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row--highlight{border-bottom-right-radius:999px;border-top-right-radius:999px}}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--highlight td{background:linear-gradient(to bottom,#0000 0,#0000 var(--react-dashboard-table-stripe-inset),#fbe1d5 var(--react-dashboard-table-stripe-inset),#fbe1d5 calc(100% - var(--react-dashboard-table-stripe-inset)),#0000 calc(100% - var(--react-dashboard-table-stripe-inset)),#0000 100%)!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--highlight td:first-child:after,.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--highlight td:first-child:before,.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--highlight td:last-child:before{background:#fbe1d5!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--highlight .react-dashboard-fc-tab__table-month-cell.is-selected,.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--highlight td.react-dashboard-fc-tab__table-month-cell.is-selected{background:linear-gradient(to bottom,#d9d9d9 0,#d9d9d9 var(--react-dashboard-table-stripe-inset),#fbe1d5 var(--react-dashboard-table-stripe-inset),#fbe1d5 calc(100% - var(--react-dashboard-table-stripe-inset)),#d9d9d9 calc(100% - var(--react-dashboard-table-stripe-inset)),#d9d9d9 100%)!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--highlight td:last-child.react-dashboard-fc-tab__table-month-cell.is-selected:before{background:#fbe1d5!important;bottom:var(--react-dashboard-table-stripe-inset)!important;top:var(--react-dashboard-table-stripe-inset)!important;z-index:1}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--highlight td:last-child.react-dashboard-fc-tab__table-month-cell.is-selected{background:#d9d9d9!important;border-bottom-right-radius:0!important;border-top-right-radius:0!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--highlight td:last-child.react-dashboard-fc-tab__table-month-cell.is-selected:after{background:#d9d9d9;border-bottom-right-radius:999px;border-top-right-radius:999px;content:"";inset:0;position:absolute;z-index:0}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td{background:linear-gradient(to bottom,#0000 0,#0000 var(--react-dashboard-table-stripe-inset),#c4e5ce var(--react-dashboard-table-stripe-inset),#c4e5ce calc(100% - var(--react-dashboard-table-stripe-inset)),#0000 calc(100% - var(--react-dashboard-table-stripe-inset)),#0000 100%)!important;background-clip:padding-box!important;box-shadow:none!important;color:#111!important;font-weight:700!important;overflow:hidden;position:relative}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td:first-child{border-bottom-left-radius:999px!important;border-top-left-radius:999px!important;padding-left:0!important;padding-right:10px!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td:first-child .react-dashboard-fc-tab__table-category-content{align-items:center;display:flex;min-height:32px;padding-left:32px;position:relative;z-index:2}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td:first-child:before{background:#c4e5ce;border-bottom-left-radius:999px;border-top-left-radius:999px;bottom:var(--react-dashboard-table-stripe-inset);content:"";left:-10px;position:absolute;right:0;top:var(--react-dashboard-table-stripe-inset);z-index:1}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td:last-child{border-bottom-right-radius:999px!important;border-top-right-radius:999px!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td:last-child:before{background:#c4e5ce;border-bottom-right-radius:999px;border-top-right-radius:999px;bottom:var(--react-dashboard-table-stripe-inset);content:"";left:0;position:absolute;right:0;top:var(--react-dashboard-table-stripe-inset);z-index:1}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive .react-dashboard-fc-tab__table-month-cell.is-selected,.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td.react-dashboard-fc-tab__table-month-cell.is-selected{background:linear-gradient(to bottom,#d9d9d9 0,#d9d9d9 var(--react-dashboard-table-stripe-inset),#c4e5ce var(--react-dashboard-table-stripe-inset),#c4e5ce calc(100% - var(--react-dashboard-table-stripe-inset)),#d9d9d9 calc(100% - var(--react-dashboard-table-stripe-inset)),#d9d9d9 100%)!important;color:#111!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td:last-child.react-dashboard-fc-tab__table-month-cell.is-selected:before{background:#c4e5ce!important;bottom:var(--react-dashboard-table-stripe-inset)!important;top:var(--react-dashboard-table-stripe-inset)!important;z-index:1}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td:last-child.react-dashboard-fc-tab__table-month-cell.is-selected{background:#d9d9d9!important;border-bottom-right-radius:0!important;border-top-right-radius:0!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td:last-child.react-dashboard-fc-tab__table-month-cell.is-selected:after{background:#d9d9d9;border-bottom-right-radius:999px;border-top-right-radius:999px;content:"";inset:0;position:absolute;z-index:0}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td,.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td:first-child,.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td:last-child{z-index:1}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td>*{position:relative;z-index:2}@media (min-width:721px){.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td:first-child{z-index:6!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td:first-child:after{background:#c4e5ce;bottom:var(--react-dashboard-table-stripe-inset);content:"";position:absolute;right:-1px;top:var(--react-dashboard-table-stripe-inset);width:16px;z-index:1}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td:first-child .react-dashboard-fc-tab__table-category-content{z-index:3}}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--highlight td.react-dashboard-fc-tab__table-category--level-0 .react-dashboard-fc-tab__table-category-content,.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td.react-dashboard-fc-tab__table-category--level-0 .react-dashboard-fc-tab__table-category-content{gap:6px;padding-left:18px}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td:first-child{left:0;position:-webkit-sticky;position:sticky;z-index:6!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td:first-child .react-dashboard-fc-tab__table-category-content{z-index:3}@media (max-width:720px){.react-dashboard-dre-tab{flex:1 1 auto;min-height:0}.react-dashboard-dre-tab .react-dashboard-fc-tab__panel{align-self:stretch;flex:1 1 auto;height:calc(100dvh - 224px - env(safe-area-inset-top) - env(safe-area-inset-bottom));min-height:calc(100dvh - 224px - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table,.react-dashboard-dre-tab .react-dashboard-fc-tab__table-scroll{flex:1 1 auto;height:100%;min-height:0}.react-dashboard-dre-tab{--react-dashboard-fc-mobile-row-height:clamp(21px,5.5vw,24px);--react-dashboard-fc-mobile-stripe-inset:6px}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row,.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row{font-size:7.5px}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-category-label{font-size:7.5px;line-height:1.02}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row.react-dashboard-fc-tab__table-category--level-0 .react-dashboard-fc-tab__table-category-content{gap:3px;padding-left:4px}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-expander,.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-expander-spacer{flex:0 0 10px;height:10px;width:10px}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-expander img{height:7px;width:4px}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row{column-gap:3px;padding:0 3px}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row--4cols>span,.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row>span:nth-child(2),.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row>span:nth-child(3){font-size:7px}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row--highlight,.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row--highlight{background:linear-gradient(to bottom,#0000 0,#0000 var(--react-dashboard-fc-mobile-stripe-inset),#fbe1d5 var(--react-dashboard-fc-mobile-stripe-inset),#fbe1d5 calc(100% - var(--react-dashboard-fc-mobile-stripe-inset)),#0000 calc(100% - var(--react-dashboard-fc-mobile-stripe-inset)),#0000 100%)}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row--positive,.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row--positive{background:linear-gradient(to bottom,#0000 0,#0000 var(--react-dashboard-fc-mobile-stripe-inset),#c4e5ce var(--react-dashboard-fc-mobile-stripe-inset),#c4e5ce calc(100% - var(--react-dashboard-fc-mobile-stripe-inset)),#0000 calc(100% - var(--react-dashboard-fc-mobile-stripe-inset)),#0000 100%);color:#111;font-weight:700}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row--positive{border-bottom-left-radius:999px;border-top-left-radius:999px;padding-left:0}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row--positive{border-bottom-right-radius:0;border-top-right-radius:0}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row--positive{border-bottom-right-radius:999px;border-top-right-radius:999px}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row--highlight{border-bottom-left-radius:999px;border-top-left-radius:999px;padding-left:0}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row--highlight{border-bottom-right-radius:0;border-top-right-radius:0}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row--highlight{border-bottom-right-radius:999px;border-top-right-radius:999px}}.react-dashboard-page--dre-desktop .react-dashboard-dre-tab,.react-dashboard-page--dre-desktop .react-dashboard-dre-tab .react-dashboard-fc-tab__panel,.react-dashboard-page--dre-desktop .react-dashboard-dre-tab .react-dashboard-fc-tab__table-scroll{flex:1 1;height:100%;min-height:0}.react-dashboard-page--dre-desktop .react-dashboard-dre-tab .react-dashboard-fc-tab__table-scroll{display:flex;flex-direction:column}@media (min-width:721px) and (min-height:501px){.react-dashboard-page--dre-desktop .react-dashboard-dre-tab{flex:0 0 auto;height:auto}.react-dashboard-page--dre-desktop .react-dashboard-dre-tab .react-dashboard-fc-tab__panel{flex:0 0 auto;height:min(562px,29.27083vw,calc(100dvh*562/920));height:var(--react-dashboard-tabs-subtab-height,min(562px,29.27083vw,calc(100dvh*562/920)));min-height:min(562px,29.27083vw,calc(100dvh*562/920));min-height:var(--react-dashboard-tabs-subtab-height,min(562px,29.27083vw,calc(100dvh*562/920)))}.react-dashboard-page--dre-desktop .react-dashboard-dre-tab .react-dashboard-fc-tab__table-scroll{flex:1 1 auto;height:auto}}.react-dashboard-dre-tab .react-dashboard-fc-tab__state-card,.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-card,.react-dashboard-fc-tab__chart-info,.react-dashboard-fc-tab__download-button,.react-dashboard-fc-tab__state-card,.react-dashboard-fc-tab__summary-card,.react-dashboard-fc-tab__toggle-button{border:0!important;box-shadow:none!important}@media (min-width:721px) and (min-height:501px){.react-dashboard-fc-tab__panel{--react-dashboard-tabs-panel-fixed-toolbar-padding:var(--react-dashboard-tabs-panel-padding-left,min(25px,1.30208vw));--react-dashboard-tabs-panel-current-padding-right:var(--react-dashboard-tabs-panel-fixed-toolbar-padding)}.react-dashboard-fc-tab__panel--graph{--react-dashboard-tabs-panel-current-padding-right:var(--react-dashboard-tabs-panel-padding-right-graph,min(74px,3.85417vw))}.react-dashboard-fc-tab__panel--table{--react-dashboard-tabs-panel-current-padding-right:var(--react-dashboard-tabs-panel-padding-right-table,min(65px,3.38542vw))}.react-dashboard-fc-tab__panel-toolbar{width:calc(100% + var(--react-dashboard-tabs-panel-current-padding-right) - var(--react-dashboard-tabs-panel-fixed-toolbar-padding))}}@media (max-width:720px){.react-dashboard-fc-tab__panel--graph .react-dashboard-fc-tab__panel-toolbar{margin-left:calc(var(--react-dashboard-fc-mobile-panel-inner-gap) - var(--react-dashboard-fc-mobile-graph-panel-padding-left));margin-right:calc(var(--react-dashboard-fc-mobile-panel-inner-gap) - var(--react-dashboard-fc-mobile-graph-panel-padding-right));width:calc(100% - var(--react-dashboard-fc-mobile-panel-inner-gap) + var(--react-dashboard-fc-mobile-graph-panel-padding-left) - var(--react-dashboard-fc-mobile-panel-inner-gap) + var(--react-dashboard-fc-mobile-graph-panel-padding-right))}}@media (max-width:932px) and (max-height:500px) and (orientation:landscape){.react-dashboard-fc-tab__panel-toolbar{align-items:center!important;height:24px!important;min-height:24px!important}.react-dashboard-fc-tab__panel--graph .react-dashboard-fc-tab__panel-toolbar,.react-dashboard-fc-tab__panel--table .react-dashboard-fc-tab__panel-toolbar,.react-dashboard-fc-tab__panel-toolbar{margin-bottom:2px!important;margin-top:0!important}.react-dashboard-fc-tab__download-button{align-items:center!important;display:inline-flex!important;flex:0 0 24px!important;height:24px!important;justify-content:center!important;line-height:0!important;min-height:24px!important;min-width:24px!important;padding:0!important;width:24px!important}.react-dashboard-fc-tab__download-button svg{display:block!important;flex:0 0 auto!important;font-size:14px!important}.react-dashboard-fc-tab__panel{--react-dashboard-fc-landscape-toolbar-left:var(--react-dashboard-fc-mobile-panel-inner-gap,13px);--react-dashboard-fc-landscape-toolbar-right:var(--react-dashboard-fc-mobile-panel-inner-gap,13px);position:relative!important}.react-dashboard-fc-tab__panel--graph .react-dashboard-fc-tab__panel-toolbar,.react-dashboard-fc-tab__panel--table .react-dashboard-fc-tab__panel-toolbar,.react-dashboard-fc-tab__panel-toolbar{height:24px!important;left:var(--react-dashboard-fc-landscape-toolbar-left)!important;margin:0!important;min-height:24px!important;position:absolute!important;right:var(--react-dashboard-fc-landscape-toolbar-right)!important;top:8px!important;width:auto!important;z-index:20!important}.react-dashboard-fc-tab__panel--graph,.react-dashboard-fc-tab__panel--table{padding-top:34px!important}.react-dashboard-fc-tab__download-button{align-self:center!important}}@media (min-width:721px) and (min-height:501px) and (max-width:1400px) and (max-height:820px){.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-card,.react-dashboard-fc-tab__summary-card{height:clamp(112px,8.75vw,126px)!important;height:var(--react-dashboard-tabs-summary-card-height-compact,clamp(112px,8.75vw,126px))!important;min-height:clamp(112px,8.75vw,126px)!important;min-height:var(--react-dashboard-tabs-summary-card-height-compact,clamp(112px,8.75vw,126px))!important;padding-bottom:clamp(22px,1.5625vw,26px)!important;padding-bottom:var(--react-dashboard-tabs-summary-card-padding-bottom-compact,clamp(22px,1.5625vw,26px))!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__sparkline,.react-dashboard-fc-tab__sparkline{bottom:clamp(18px,1.40625vw,22px)!important;bottom:var(--react-dashboard-tabs-sparkline-bottom-compact,clamp(18px,1.40625vw,22px))!important}}@media (min-width:721px){.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-card,.react-dashboard-fc-tab__summary-card{padding-left:clamp(20px,1.25vw,24px)!important;padding-left:var(--react-dashboard-tabs-summary-card-padding-left,clamp(20px,1.25vw,24px))!important;padding-right:clamp(26px,1.66667vw,32px)!important;padding-right:var(--react-dashboard-tabs-summary-card-padding-right,clamp(26px,1.66667vw,32px))!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__sparkline,.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-chip,.react-dashboard-fc-tab__sparkline,.react-dashboard-fc-tab__summary-chip{right:var(--react-dashboard-tabs-summary-card-padding-right)!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-change,.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-title,.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-value,.react-dashboard-fc-tab__summary-change,.react-dashboard-fc-tab__summary-title,.react-dashboard-fc-tab__summary-value{max-width:calc(100% - 116px)!important;max-width:calc(100% - var(--react-dashboard-tabs-summary-content-aside, 116px))!important}}.react-dashboard-fc-tab__download-spinner{animation:react-dashboard-download-spin .72s linear infinite;border:2px solid #45454547;border-radius:999px;border-top-color:#454545;display:block;height:16px;pointer-events:none;width:16px}@keyframes react-dashboard-download-spin{to{transform:rotate(1turn)}}@media (min-width:721px) and (min-height:501px){.react-dashboard-fc-tab__toggle{box-sizing:border-box;gap:0;height:min(30px,1.5625vw,calc(100dvh*30/910));overflow:hidden;padding:0;width:min(99px,5.15625vw)}.react-dashboard-fc-tab__toggle button{border-radius:0;flex:1 1;height:100%;min-height:0;min-width:0;padding:0;width:auto}.react-dashboard-fc-tab__toggle button:first-child{border-bottom-left-radius:999px;border-top-left-radius:999px}.react-dashboard-fc-tab__toggle button:last-child{border-bottom-right-radius:999px;border-top-right-radius:999px}.react-dashboard-fc-tab__toggle-icon--graph{height:min(14px,.72917vw);height:var(--react-dashboard-tabs-toggle-graph-height,min(14px,.72917vw));width:min(14px,.72917vw);width:var(--react-dashboard-tabs-toggle-graph-width,min(14px,.72917vw))}.react-dashboard-fc-tab__toggle-icon--table{height:min(10px,.52083vw);height:var(--react-dashboard-tabs-toggle-table-height,min(10px,.52083vw));width:min(20px,1.04167vw);width:var(--react-dashboard-tabs-toggle-table-width,min(20px,1.04167vw))}}.react-dashboard-fc-tab__toggle{overflow:hidden}.react-dashboard-fc-tab__toggle .react-dashboard-fc-tab__toggle-button,.react-dashboard-fc-tab__toggle button{border-radius:0!important}.react-dashboard-fc-tab__toggle .react-dashboard-fc-tab__toggle-button--graph,.react-dashboard-fc-tab__toggle button:first-child{border-bottom-left-radius:999px!important;border-top-left-radius:999px!important}.react-dashboard-fc-tab__toggle .react-dashboard-fc-tab__toggle-button--table,.react-dashboard-fc-tab__toggle button:last-child{border-bottom-right-radius:999px!important;border-top-right-radius:999px!important}.react-dashboard-fc-tab__toggle{overflow:visible!important}.react-dashboard-fc-tab__toggle .react-dashboard-fc-tab__toggle-button,.react-dashboard-fc-tab__toggle button{border-radius:999px!important}.react-dashboard-fc-tab__toggle .react-dashboard-fc-tab__toggle-button.is-active,.react-dashboard-fc-tab__toggle button.is-active{background:#eb571c;border-radius:999px!important;color:#fff}@media (max-height:500px),(max-width:720px){.react-dashboard-fc-tab__toggle{background:#f2f2f2!important;gap:0!important;overflow:hidden!important;padding:0!important}.react-dashboard-fc-tab__toggle .react-dashboard-fc-tab__toggle-button,.react-dashboard-fc-tab__toggle button{background:#0000;border-radius:0!important;flex:1 1!important;height:100%!important;width:auto!important}.react-dashboard-fc-tab__toggle .react-dashboard-fc-tab__toggle-button--graph,.react-dashboard-fc-tab__toggle button:first-child{border-bottom-left-radius:999px!important;border-top-left-radius:999px!important}.react-dashboard-fc-tab__toggle .react-dashboard-fc-tab__toggle-button--table,.react-dashboard-fc-tab__toggle button:last-child{border-bottom-right-radius:999px!important;border-top-right-radius:999px!important}.react-dashboard-fc-tab__toggle .react-dashboard-fc-tab__toggle-button.is-active,.react-dashboard-fc-tab__toggle button.is-active{background:#eb571c!important;color:#fff!important}}@media (max-width:720px),(max-width:932px) and (max-height:500px) and (orientation:landscape){.react-dashboard-fc-tab__mobile-table-page--total{--react-dashboard-fc-mobile-total-grid-width:calc(var(--react-dashboard-fc-mobile-total-col-1, 56px) + var(--react-dashboard-fc-mobile-total-col-2, 54px) + var(--react-dashboard-fc-mobile-total-col-3, 42px) + var(--react-dashboard-fc-mobile-total-col-4, 42px) + 6px);min-width:max(214px,calc(100% + 18px),var(--react-dashboard-fc-mobile-total-grid-width));scroll-snap-align:start}.react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-subheader--4cols,.react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row--4cols{column-gap:2px;grid-template-columns:56px 54px 42px 42px;grid-template-columns:var(--react-dashboard-fc-mobile-total-col-1,56px) var(--react-dashboard-fc-mobile-total-col-2,54px) var(--react-dashboard-fc-mobile-total-col-3,42px) var(--react-dashboard-fc-mobile-total-col-4,42px);justify-items:center;min-width:var(--react-dashboard-fc-mobile-total-grid-width);width:var(--react-dashboard-fc-mobile-total-grid-width)}.react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-subheader>span,.react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row>span{display:block;max-width:none;min-width:0;overflow:visible;text-align:center;text-overflow:clip;white-space:nowrap;width:100%}}.react-dashboard-fc-tab{--react-dashboard-table-stripe-height:min(30px,1.5625vw,calc(100dvh*30/910));--react-dashboard-table-stripe-half:calc(var(--react-dashboard-table-stripe-height)/2);--react-dashboard-fc-mobile-stripe-height-fixed:min(18px,4.58015vw,calc(100dvh*18/852));--react-dashboard-fc-mobile-stripe-half-fixed:calc(var(--react-dashboard-fc-mobile-stripe-height-fixed)/2)}.react-dashboard-fc-tab__table-row--highlight td{background:linear-gradient(to bottom,#0000 0,#0000 calc(50% - var(--react-dashboard-table-stripe-half)),#c4e5ce calc(50% - var(--react-dashboard-table-stripe-half)),#c4e5ce calc(50% + var(--react-dashboard-table-stripe-half)),#0000 calc(50% + var(--react-dashboard-table-stripe-half)),#0000 100%)!important}.react-dashboard-fc-tab__table-row--highlight .react-dashboard-fc-tab__table-month-cell.is-selected,.react-dashboard-fc-tab__table-row--highlight td.react-dashboard-fc-tab__table-month-cell.is-selected{background:linear-gradient(to bottom,#d9d9d9 0,#d9d9d9 calc(50% - var(--react-dashboard-table-stripe-half)),#c4e5ce calc(50% - var(--react-dashboard-table-stripe-half)),#c4e5ce calc(50% + var(--react-dashboard-table-stripe-half)),#d9d9d9 calc(50% + var(--react-dashboard-table-stripe-half)),#d9d9d9 100%)!important}.react-dashboard-fc-tab__table-row--highlight td:first-child:before,.react-dashboard-fc-tab__table-row--highlight td:last-child.react-dashboard-fc-tab__table-month-cell.is-selected:before,.react-dashboard-fc-tab__table-row--highlight td:last-child:before{bottom:auto!important;height:var(--react-dashboard-table-stripe-height)!important;top:50%!important;transform:translateY(-50%)}@media (min-width:721px){.react-dashboard-fc-tab__table-row--highlight td:first-child:after{bottom:auto!important;height:var(--react-dashboard-table-stripe-height)!important;top:50%!important;transform:translateY(-50%)}}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--highlight td{background:linear-gradient(to bottom,#0000 0,#0000 calc(50% - var(--react-dashboard-table-stripe-half)),#fbe1d5 calc(50% - var(--react-dashboard-table-stripe-half)),#fbe1d5 calc(50% + var(--react-dashboard-table-stripe-half)),#0000 calc(50% + var(--react-dashboard-table-stripe-half)),#0000 100%)!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--highlight .react-dashboard-fc-tab__table-month-cell.is-selected,.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--highlight td.react-dashboard-fc-tab__table-month-cell.is-selected{background:linear-gradient(to bottom,#d9d9d9 0,#d9d9d9 calc(50% - var(--react-dashboard-table-stripe-half)),#fbe1d5 calc(50% - var(--react-dashboard-table-stripe-half)),#fbe1d5 calc(50% + var(--react-dashboard-table-stripe-half)),#d9d9d9 calc(50% + var(--react-dashboard-table-stripe-half)),#d9d9d9 100%)!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--highlight td:first-child:after,.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--highlight td:first-child:before,.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--highlight td:last-child.react-dashboard-fc-tab__table-month-cell.is-selected:before,.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--highlight td:last-child:before,.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td:first-child:after,.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td:first-child:before,.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td:last-child.react-dashboard-fc-tab__table-month-cell.is-selected:before,.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td:last-child:before{bottom:auto!important;height:var(--react-dashboard-table-stripe-height)!important;top:50%!important;transform:translateY(-50%)}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td{background:linear-gradient(to bottom,#0000 0,#0000 calc(50% - var(--react-dashboard-table-stripe-half)),#c4e5ce calc(50% - var(--react-dashboard-table-stripe-half)),#c4e5ce calc(50% + var(--react-dashboard-table-stripe-half)),#0000 calc(50% + var(--react-dashboard-table-stripe-half)),#0000 100%)!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive .react-dashboard-fc-tab__table-month-cell.is-selected,.react-dashboard-dre-tab .react-dashboard-fc-tab__table-row--positive td.react-dashboard-fc-tab__table-month-cell.is-selected{background:linear-gradient(to bottom,#d9d9d9 0,#d9d9d9 calc(50% - var(--react-dashboard-table-stripe-half)),#c4e5ce calc(50% - var(--react-dashboard-table-stripe-half)),#c4e5ce calc(50% + var(--react-dashboard-table-stripe-half)),#d9d9d9 calc(50% + var(--react-dashboard-table-stripe-half)),#d9d9d9 100%)!important}@media (max-width:720px){.react-dashboard-dre-tab,.react-dashboard-fc-tab{--react-dashboard-fc-mobile-stripe-height-fixed:min(18px,4.58015vw,calc(100dvh*18/852));--react-dashboard-fc-mobile-stripe-half-fixed:calc(var(--react-dashboard-fc-mobile-stripe-height-fixed)/2)}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row--positive,.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row--positive,.react-dashboard-fc-tab__mobile-table-category-row--highlight,.react-dashboard-fc-tab__mobile-table-value-row--highlight{background:#fff!important;overflow:hidden;position:relative}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row--positive:before,.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row--positive:before,.react-dashboard-fc-tab__mobile-table-category-row--highlight:before,.react-dashboard-fc-tab__mobile-table-value-row--highlight:before{background:#c4e5ce;content:"";height:var(--react-dashboard-fc-mobile-stripe-height-fixed);left:0;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:0}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row--highlight:before,.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row--highlight:before{background:#fbe1d5}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row--positive>*,.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-value-row--positive>*,.react-dashboard-fc-tab__mobile-table-category-row--highlight>*,.react-dashboard-fc-tab__mobile-table-value-row--highlight>*{position:relative;z-index:1}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row--highlight:before,.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-row--positive:before,.react-dashboard-fc-tab__mobile-table-category-row--highlight:before{border-bottom-left-radius:999px;border-top-left-radius:999px;left:0}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row--highlight:before,.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row--positive:before,.react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row--highlight:before{border-bottom-right-radius:999px;border-top-right-radius:999px}}@media (max-width:932px) and (max-height:500px) and (orientation:landscape){.react-dashboard-dre-tab,.react-dashboard-fc-tab{--react-dashboard-fc-mobile-stripe-height-fixed:min(18px,2.11268vw,calc(100dvh*18/393));--react-dashboard-fc-mobile-stripe-half-fixed:calc(var(--react-dashboard-fc-mobile-stripe-height-fixed)/2)}}@media (min-width:721px){.react-dashboard-fc-tab__table-category-header{line-height:1!important;padding-bottom:10px!important;vertical-align:bottom!important}}@media (max-width:720px),(max-width:932px) and (max-height:500px) and (orientation:landscape){.react-dashboard-fc-tab__mobile-table-category-subheader-spacer--title{align-items:center;color:#1a1a1a;display:flex;font-size:10px;font-weight:700;justify-content:flex-start;letter-spacing:0;line-height:1;padding:0 8px 0 0;text-transform:uppercase}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-subheader-spacer--title{font-size:8.5px}}@media (max-width:720px){.react-dashboard-page--mobile-sticky-filters .react-dashboard-fc-tab__filters{left:-34px!important;left:calc(var(--react-dashboard-mobile-filter-peek, 34px)*-1)!important;margin-left:0!important;max-width:none!important;padding-left:34px!important;padding-left:calc(var(--react-dashboard-fc-mobile-side-gap, var(--react-dashboard-mobile-side-gap, 0px)) + var(--react-dashboard-mobile-filter-peek, 34px))!important;padding-right:0!important;padding-right:var(--react-dashboard-fc-mobile-side-gap,var(--react-dashboard-mobile-side-gap,0))!important;right:auto!important;width:calc(100% + 34px)!important;width:calc(100% + var(--react-dashboard-mobile-filter-peek, 34px))!important}}@media (max-width:932px) and (max-height:500px) and (orientation:landscape){.react-dashboard-page{--react-dashboard-mobile-filter-peek:clamp(56px,8.4507vw,76px)}.react-dashboard-page--mobile-sticky-filters .react-dashboard-fc-tab__filters{left:114px!important;left:calc(var(--dashboard-mobile-landscape-menu-width, 78px) + var(--dashboard-mobile-landscape-side-gap, 36px) - var(--react-dashboard-mobile-filter-peek, 0px))!important;margin-left:0!important;max-width:none!important;padding-left:0!important;padding-left:var(--react-dashboard-mobile-filter-peek,0)!important;padding-right:0!important;right:auto!important;width:calc(100vw - 150px)!important;width:calc(100vw - var(--dashboard-mobile-landscape-menu-width, 78px) - var(--dashboard-mobile-landscape-side-gap, 36px) - var(--dashboard-mobile-landscape-side-gap, 36px) + var(--react-dashboard-mobile-filter-peek, 0px))!important}}@media (min-width:721px) and (min-height:501px){.react-dashboard-fc-tab__chart-group{cursor:default}.react-dashboard-fc-tab__chart-info{pointer-events:none}}.react-dashboard-fc-tab__chart-info{background:#fff!important;border-radius:18px!important;box-shadow:none!important;overflow:hidden}@media (min-width:721px) and (min-height:501px){.react-dashboard-dre-tab,.react-dashboard-fc-tab{--react-dashboard-tabs-summary-content-aside:clamp(72px,min(5vw,calc(100dvh*96/920)),96px)!important}}@media (max-width:932px) and (max-height:500px) and (orientation:landscape){.react-dashboard-dre-tab,.react-dashboard-fc-tab{--react-dashboard-tabs-summary-content-aside:clamp(42px,calc(100dvh*54/393),58px)!important;--react-dashboard-fc-landscape-summary-chip-aside:var(--react-dashboard-tabs-summary-content-aside)!important;--react-dashboard-fc-landscape-summary-sparkline-aside:clamp(32px,calc(100dvh*42/393),46px)!important;--react-dashboard-fc-mobile-toggle-width:min(calc(100dvh*99/393),11.61972vw)!important;--react-dashboard-fc-mobile-toggle-height:min(calc(100dvh*25/393),2.93427vw)!important;--react-dashboard-fc-mobile-subtab-bottom-gap:0}.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-change,.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-title,.react-dashboard-dre-tab .react-dashboard-fc-tab__summary-value,.react-dashboard-fc-tab__summary-change,.react-dashboard-fc-tab__summary-title,.react-dashboard-fc-tab__summary-value{max-width:calc(100% - 54px)!important;max-width:calc(100% - var(--react-dashboard-tabs-summary-content-aside, 54px))!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__panel,.react-dashboard-fc-tab__panel{margin-bottom:var(--react-dashboard-fc-mobile-subtab-bottom-gap)!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__panel,.react-dashboard-fc-tab:not(.react-dashboard-dre-tab)>.react-dashboard-fc-tab__panel{height:calc(100dvh - var(--react-dashboard-fc-landscape-panel-offset) - env(safe-area-inset-top) - env(safe-area-inset-bottom) - var(--react-dashboard-fc-mobile-subtab-bottom-gap))!important;min-height:calc(100dvh - var(--react-dashboard-fc-landscape-panel-offset) - env(safe-area-inset-top) - env(safe-area-inset-bottom) - var(--react-dashboard-fc-mobile-subtab-bottom-gap))!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--landscape-expanded .react-dashboard-fc-tab__panel,.react-dashboard-fc-tab--landscape-expanded .react-dashboard-fc-tab__panel,.react-dashboard-fc-tab:not(.react-dashboard-dre-tab).react-dashboard-fc-tab--landscape-expanded>.react-dashboard-fc-tab__panel{height:calc(100dvh - var(--react-dashboard-fc-landscape-panel-offset-expanded) - env(safe-area-inset-top) - env(safe-area-inset-bottom) - var(--react-dashboard-fc-mobile-subtab-bottom-gap))!important;min-height:calc(100dvh - var(--react-dashboard-fc-landscape-panel-offset-expanded) - env(safe-area-inset-top) - env(safe-area-inset-bottom) - var(--react-dashboard-fc-mobile-subtab-bottom-gap))!important}.react-dashboard-fc-tab__toggle{border-radius:999px!important;box-sizing:border-box!important;gap:2px!important;height:var(--react-dashboard-fc-mobile-toggle-height)!important;min-height:var(--react-dashboard-fc-mobile-toggle-height)!important;min-width:var(--react-dashboard-fc-mobile-toggle-width)!important;overflow:visible!important;padding:3px!important;width:var(--react-dashboard-fc-mobile-toggle-width)!important}.react-dashboard-fc-tab__toggle button{background:#0000;border-radius:999px!important;flex:1 1!important;height:100%!important;transition:background .18s ease,color .18s ease;width:auto!important}.react-dashboard-fc-tab__toggle button.is-active,.react-dashboard-fc-tab__toggle button:first-child,.react-dashboard-fc-tab__toggle button:last-child{border-radius:999px!important}.react-dashboard-fc-tab__toggle-icon--graph{height:14px!important;width:14px!important}.react-dashboard-fc-tab__toggle-icon--table{height:10px!important;width:20px!important}}@media (max-width:720px){.react-dashboard-dre-tab .react-dashboard-fc-tab__panel,.react-dashboard-fc-tab__panel{margin-bottom:5px!important}}@media (max-width:932px) and (max-height:500px) and (orientation:landscape){.react-dashboard-page--mobile-sticky-filters .react-dashboard-fc-tab__filters{box-sizing:border-box!important;left:114px!important;left:calc(var(--dashboard-mobile-landscape-menu-width, 78px) + var(--dashboard-mobile-landscape-side-gap, 36px))!important;margin-left:0!important;max-width:calc(100vw - 150px)!important;max-width:calc(100vw - var(--dashboard-mobile-landscape-menu-width, 78px) - var(--dashboard-mobile-landscape-side-gap, 36px)*2)!important;padding-left:0!important;padding-right:0!important;right:auto!important;width:calc(100vw - 150px)!important;width:calc(100vw - var(--dashboard-mobile-landscape-menu-width, 78px) - var(--dashboard-mobile-landscape-side-gap, 36px)*2)!important}.react-dashboard-dre-tab,.react-dashboard-fc-tab{--react-dashboard-fc-mobile-toggle-width:69.3px!important;--react-dashboard-fc-mobile-toggle-height:17.5px!important}.react-dashboard-fc-tab__toggle{background:#f2f2f2!important;border-radius:999px!important;gap:0!important;height:var(--react-dashboard-fc-mobile-toggle-height)!important;min-height:var(--react-dashboard-fc-mobile-toggle-height)!important;min-width:var(--react-dashboard-fc-mobile-toggle-width)!important;overflow:hidden!important;padding:0!important;width:var(--react-dashboard-fc-mobile-toggle-width)!important}.react-dashboard-fc-tab__toggle .react-dashboard-fc-tab__toggle-button,.react-dashboard-fc-tab__toggle button{background:#0000;border-radius:999px!important;flex:1 1!important;height:100%!important;min-height:0!important;padding:0!important;width:auto!important}.react-dashboard-fc-tab__toggle .react-dashboard-fc-tab__toggle-button.is-active,.react-dashboard-fc-tab__toggle button.is-active{background:#eb571c!important;border-radius:999px!important;color:#fff!important}.react-dashboard-fc-tab__toggle-icon--graph{height:9.8px!important;width:9.8px!important}.react-dashboard-fc-tab__toggle-icon--table{height:7px!important;width:14px!important}.react-dashboard-dre-tab,.react-dashboard-fc-tab{--react-dashboard-fc-landscape-panel-offset:182px!important;--react-dashboard-fc-landscape-panel-offset-expanded:86px!important;--react-dashboard-fc-mobile-landscape-body-top-gap:8px}.react-dashboard-fc-tab__mobile-table-pages--body{box-sizing:border-box!important;padding-top:var(--react-dashboard-fc-mobile-landscape-body-top-gap)!important}.react-dashboard-fc-tab__mobile-table-category-subheader-spacer+.react-dashboard-fc-tab__mobile-table-category-row{margin-top:var(--react-dashboard-fc-mobile-landscape-body-top-gap)!important}}.react-dashboard-dre-tab,.react-dashboard-fc-tab{--react-dashboard-table-month-subcolumn-gap:31px}.react-dashboard-fc-tab__table-month-group,.react-dashboard-fc-tab__table-subcolumn,.react-dashboard-fc-tab__table-total-group{background:#fff!important}.react-dashboard-fc-tab__table-month-button{align-items:flex-start;box-sizing:border-box;min-height:calc(30px + var(--react-dashboard-table-month-subcolumn-gap));padding-bottom:var(--react-dashboard-table-month-subcolumn-gap);padding-top:0}.react-dashboard-fc-tab__table thead tr:first-child .react-dashboard-fc-tab__table-total-group.is-selected:before,.react-dashboard-fc-tab__table thead tr:first-child th.react-dashboard-fc-tab__table-month-group:nth-child(2).is-selected:before,.react-dashboard-fc-tab__table-month-group.is-selected:before,.react-dashboard-fc-tab__table-month-group:before,.react-dashboard-fc-tab__table-total-group.is-selected:before,.react-dashboard-fc-tab__table-total-group:before{bottom:auto!important;height:30px!important;top:0!important}.react-dashboard-fc-tab__table-month-cell.is-selected,.react-dashboard-fc-tab__table-month-group.is-selected,.react-dashboard-fc-tab__table-subcolumn.is-selected,.react-dashboard-fc-tab__table-total-group.is-selected{background:#d9d9d9!important}@media (max-width:720px){.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table,.react-dashboard-fc-tab__mobile-table{--react-dashboard-fc-mobile-header-subcolumn-gap:16px;--react-dashboard-fc-mobile-month-header-row-height:calc(var(--react-dashboard-fc-mobile-month-band-height) + var(--react-dashboard-fc-mobile-header-subcolumn-gap))}.react-dashboard-fc-tab__mobile-table-category-header,.react-dashboard-fc-tab__mobile-table-page-header{background:#fff!important;box-sizing:border-box!important;height:var(--react-dashboard-fc-mobile-month-header-row-height)!important;min-height:var(--react-dashboard-fc-mobile-month-header-row-height)!important}.react-dashboard-fc-tab__mobile-table-category-subheader-spacer{background:#fff!important;top:calc(var(--react-dashboard-fc-mobile-month-header-row-height) + var(--react-dashboard-fc-mobile-sticky-top-cover))!important}.react-dashboard-fc-tab__mobile-table-category-subheader-spacer,.react-dashboard-fc-tab__mobile-table-page-header,.react-dashboard-fc-tab__mobile-table-pages--header,.react-dashboard-fc-tab__mobile-table-subheader{background:#fff!important}.react-dashboard-fc-tab__mobile-table-page-header{align-items:flex-start!important;padding-top:0!important}.react-dashboard-fc-tab__mobile-table-page-header:before{background:#f6f6f6!important;height:var(--react-dashboard-fc-mobile-month-band-height)!important;top:0!important;transform:none!important}.react-dashboard-fc-tab__mobile-table-page-header .react-dashboard-fc-tab__table-group-chip{align-items:center;display:inline-flex;justify-content:center;min-height:var(--react-dashboard-fc-mobile-month-band-height)!important}}@media (max-width:932px) and (max-height:500px) and (orientation:landscape){.react-dashboard-dre-tab,.react-dashboard-fc-tab{--react-dashboard-table-month-subcolumn-gap:12px}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table,.react-dashboard-fc-tab__mobile-table{--react-dashboard-fc-mobile-header-subcolumn-gap:12px;--react-dashboard-fc-mobile-month-header-row-height:calc(var(--react-dashboard-fc-mobile-month-band-height) + var(--react-dashboard-fc-mobile-header-subcolumn-gap))}.react-dashboard-fc-tab__mobile-table-category-header,.react-dashboard-fc-tab__mobile-table-page-header{background:#fff!important;box-sizing:border-box!important;height:var(--react-dashboard-fc-mobile-month-header-row-height)!important;min-height:var(--react-dashboard-fc-mobile-month-header-row-height)!important}.react-dashboard-fc-tab__mobile-table-category-subheader-spacer{background:#fff!important;top:calc(var(--react-dashboard-fc-mobile-month-header-row-height) + var(--react-dashboard-fc-mobile-sticky-top-cover))!important}.react-dashboard-fc-tab__mobile-table-category-subheader-spacer,.react-dashboard-fc-tab__mobile-table-page-header,.react-dashboard-fc-tab__mobile-table-pages--header,.react-dashboard-fc-tab__mobile-table-subheader{background:#fff!important}.react-dashboard-fc-tab__mobile-table-page-header{align-items:flex-start!important;padding-top:0!important}.react-dashboard-fc-tab__mobile-table-page-header:before{background:#f6f6f6!important;height:var(--react-dashboard-fc-mobile-month-band-height)!important;top:0!important;transform:none!important}.react-dashboard-fc-tab__mobile-table-page-header .react-dashboard-fc-tab__table-group-chip{align-items:center;display:inline-flex;justify-content:center;min-height:var(--react-dashboard-fc-mobile-month-band-height)!important}.react-dashboard-fc-tab__mobile-table-category-subheader-spacer--title{box-sizing:border-box!important;padding-left:14px!important;padding-right:8px!important}.react-dashboard-dre-tab .react-dashboard-fc-tab__mobile-table-category-subheader-spacer--title{padding-left:13px!important}}.react-dashboard-dre-tab,.react-dashboard-fc-tab{--react-dashboard-table-month-header-height:calc(30px + var(--react-dashboard-table-month-subcolumn-gap, 31px))}.react-dashboard-fc-tab__table thead tr:first-child th.react-dashboard-fc-tab__table-month-group,.react-dashboard-fc-tab__table thead tr:first-child th.react-dashboard-fc-tab__table-total-group{height:var(--react-dashboard-table-month-header-height)!important;min-height:var(--react-dashboard-table-month-header-height)!important;top:0!important;z-index:18!important}.react-dashboard-fc-tab__table thead tr:first-child th.react-dashboard-fc-tab__table-month-group.is-selected,.react-dashboard-fc-tab__table thead tr:first-child th.react-dashboard-fc-tab__table-total-group.is-selected{background:#d9d9d9!important;background-clip:initial!important}.react-dashboard-fc-tab__table thead tr:first-child th.react-dashboard-fc-tab__table-month-group.is-selected .react-dashboard-fc-tab__table-month-button,.react-dashboard-fc-tab__table thead tr:first-child th.react-dashboard-fc-tab__table-total-group.is-selected .react-dashboard-fc-tab__table-month-button{background:#d9d9d9!important}.react-dashboard-fc-tab__table thead tr:nth-child(2) th.react-dashboard-fc-tab__table-subcolumn{position:-webkit-sticky!important;position:sticky!important;top:var(--react-dashboard-table-month-header-height)!important;z-index:17!important}.react-dashboard-fc-tab__table thead tr:nth-child(2) th.react-dashboard-fc-tab__table-subcolumn.is-selected{background:#d9d9d9!important;box-shadow:-1px 0 0 #d9d9d9,1px 0 0 #d9d9d9!important}.react-dashboard-fc-tab__table-category-header{top:0!important;z-index:20!important}@keyframes react-dashboard-fc-skeleton-loading{0%{background-position:240px 0}to{background-position:-240px 0}}@media (min-width:721px) and (max-width:1024px) and (min-height:700px) and (orientation:portrait){.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet,.react-dashboard-fc-tab--tablet{--react-dashboard-tabs-summary-content-aside:70px!important;--react-dashboard-summary-value-max-font-size:21px;--react-dashboard-summary-value-min-font-size:13px;--react-dashboard-summary-card-text-gap-title-value:clamp(8px,1.07914vw,11px);--react-dashboard-summary-card-text-gap-value-change:clamp(7px,0.95923vw,10px);--react-dashboard-summary-card-padding-top:clamp(14px,1.79856vw,17px);--react-dashboard-summary-card-padding-right:clamp(12px,1.67866vw,18px);--react-dashboard-summary-card-padding-bottom:clamp(12px,1.55875vw,15px);--react-dashboard-summary-card-padding-left:clamp(12px,1.67866vw,18px);--react-dashboard-summary-card-badge-top:calc(var(--react-dashboard-summary-card-padding-top) + 8px);--react-dashboard-summary-card-sparkline-bottom:calc(var(--react-dashboard-summary-card-padding-bottom) + 12px);--react-dashboard-fc-mobile-category-width:220px;--react-dashboard-fc-mobile-row-height:52px;--react-dashboard-fc-mobile-month-band-height:28px;--react-dashboard-fc-mobile-page-gap:0px;--react-dashboard-fc-mobile-stripe-inset:14px;--react-dashboard-fc-mobile-sticky-top-cover:12px}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-card,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-card{align-items:flex-start!important;border-radius:18px!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;gap:0!important;height:108px!important;justify-content:center!important;min-height:108px!important;overflow:hidden!important;padding:var(--react-dashboard-summary-card-padding-top) var(--react-dashboard-summary-card-padding-right) var(--react-dashboard-summary-card-padding-bottom) var(--react-dashboard-summary-card-padding-left)!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-title,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-title{font-size:12.8px!important;line-height:1.08!important;margin:0!important;max-width:calc(100% - 70px)!important;overflow:hidden!important;text-align:left!important;text-overflow:ellipsis!important;white-space:nowrap!important;width:calc(100% - 70px)!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-value,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-value{font-size:21px!important;font-size:var(--react-dashboard-summary-value-font-size,21px)!important;letter-spacing:-.04em!important;line-height:1!important;margin:var(--react-dashboard-summary-card-text-gap-title-value) 0 0!important;max-width:calc(100% - 70px)!important;overflow:hidden!important;text-align:left!important;text-overflow:clip!important;white-space:nowrap!important;width:calc(100% - 70px)!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-change,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-change{font-size:6.8px!important;line-height:1.05!important;margin:var(--react-dashboard-summary-card-text-gap-value-change) 0 0!important;max-width:calc(100% - 70px)!important;overflow:hidden!important;text-align:left!important;text-overflow:clip!important;white-space:nowrap!important;width:calc(100% - 70px)!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-chip,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-chip{box-sizing:border-box!important;font-size:8.5px!important;gap:3px!important;height:22px!important;line-height:1!important;max-width:58px!important;min-height:22px!important;padding:0 7px!important;right:var(--react-dashboard-summary-card-padding-right)!important;top:var(--react-dashboard-summary-card-badge-top)!important;z-index:3!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-chip svg,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__summary-chip svg{flex:0 0 auto!important;font-size:10px!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__sparkline,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__sparkline{bottom:var(--react-dashboard-summary-card-sparkline-bottom)!important;gap:3px!important;right:var(--react-dashboard-summary-card-padding-right)!important;z-index:2!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__sparkline-bar,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__sparkline-bar{border-radius:2px 2px 0 0!important;max-height:22px!important;width:8px!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__panel,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__panel{padding:14px 20px 12px 16px!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__panel--table,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__panel--graph,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__panel--table{padding-left:16px!important;padding-right:20px!important;padding-top:14px!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__panel-toolbar,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__panel-toolbar{align-items:center!important;height:34px!important;margin-bottom:8px!important;min-height:34px!important;width:100%!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__toggle,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__toggle{border-radius:999px!important;box-sizing:border-box!important;gap:2px!important;height:30px!important;min-height:30px!important;min-width:99px!important;padding:3px!important;width:99px!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__toggle button,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__toggle button{border-radius:999px!important;flex:1 1!important;height:24px!important;min-height:24px!important;min-width:0!important;padding:0!important;width:auto!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__toggle-icon--graph,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__toggle-icon--graph{height:12px!important;width:12px!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__toggle-icon--table,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__toggle-icon--table{height:9px!important;width:17px!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__download-button,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__download-button{align-self:center!important;flex:0 0 34px!important;height:34px!important;margin-left:auto!important;margin-right:0!important;min-height:34px!important;min-width:34px!important;padding:0!important;width:34px!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__download-button svg,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__download-button svg{display:block!important;font-size:18px!important}.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart-wrap{--react-dashboard-fc-chart-mobile-label-space:34px;--react-dashboard-fc-chart-tablet-bar-width:22px;align-items:stretch!important;flex:1 1 auto!important;height:100%!important;min-height:0!important;overflow:hidden!important;padding-top:0!important}.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart-y-axis--desktop{display:none!important}.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart-y-axis--mobile{color:#8a8a8a!important;display:block!important;font-size:12px!important;height:calc(100% - var(--react-dashboard-fc-chart-mobile-label-space))!important;line-height:1!important;margin-bottom:var(--react-dashboard-fc-chart-mobile-label-space)!important;min-height:0!important;padding:0!important;width:46px!important}.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart{align-items:stretch!important;gap:10px!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;height:100%!important;min-height:0!important;overflow-x:hidden!important;padding:0!important}.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart--desktop-axis .react-dashboard-fc-tab__chart-group,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart--mobile-axis .react-dashboard-fc-tab__chart-group,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart-group{align-items:end!important;display:grid!important;grid-template-rows:minmax(0,1fr) var(--react-dashboard-fc-chart-mobile-label-space)!important;height:100%!important;justify-items:center!important;min-width:0!important}.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart--desktop-axis .react-dashboard-fc-tab__chart-bars,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart--mobile-axis .react-dashboard-fc-tab__chart-bars,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__panel--graph .react-dashboard-fc-tab__chart-bars{align-items:stretch!important;align-self:stretch!important;background:none!important;border-radius:10px 10px 0 0!important;gap:0!important;height:100%!important;justify-content:center!important;min-height:0!important;position:relative!important;width:100%!important}.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart--desktop-axis .react-dashboard-fc-tab__chart-bar-stack,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart--mobile-axis .react-dashboard-fc-tab__chart-bar-stack,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart-bar-stack{height:50%!important;left:50%!important;min-height:0!important;position:absolute!important;transform:translateX(-50%)!important;width:var(--react-dashboard-fc-chart-tablet-bar-width)!important}.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart--desktop-axis .react-dashboard-fc-tab__chart-bar-stack--positive,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart--mobile-axis .react-dashboard-fc-tab__chart-bar-stack--positive,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart-bar-stack--positive{bottom:auto!important;top:0!important}.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart--desktop-axis .react-dashboard-fc-tab__chart-bar-stack--negative,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart--mobile-axis .react-dashboard-fc-tab__chart-bar-stack--negative,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart-bar-stack--negative{bottom:0!important;top:auto!important}.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart--desktop-axis .react-dashboard-fc-tab__chart-bar,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart--mobile-axis .react-dashboard-fc-tab__chart-bar,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart-bar{width:var(--react-dashboard-fc-chart-tablet-bar-width)!important}.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart--desktop-axis .react-dashboard-fc-tab__chart-bar-stack--positive .react-dashboard-fc-tab__chart-bar,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart--mobile-axis .react-dashboard-fc-tab__chart-bar-stack--positive .react-dashboard-fc-tab__chart-bar,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart-bar-stack--positive .react-dashboard-fc-tab__chart-bar{border-radius:5px 5px 0 0!important;bottom:0!important;top:auto!important}.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart--desktop-axis .react-dashboard-fc-tab__chart-bar-stack--negative .react-dashboard-fc-tab__chart-bar,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart--mobile-axis .react-dashboard-fc-tab__chart-bar-stack--negative .react-dashboard-fc-tab__chart-bar,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart-bar-stack--negative .react-dashboard-fc-tab__chart-bar{border-radius:0 0 5px 5px!important;bottom:auto!important;top:0!important}.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__chart-label{font-size:10px!important;line-height:1!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table{align-items:start!important;border-radius:0!important;display:grid!important;flex:1 1 auto!important;grid-template-columns:var(--react-dashboard-fc-mobile-category-width) minmax(0,1fr)!important;height:100%!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:contain!important;scrollbar-width:none!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table::-webkit-scrollbar,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table::-webkit-scrollbar{display:none!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-categories,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-categories{background:#fff!important;isolation:isolate!important;left:0!important;position:-webkit-sticky!important;position:sticky!important;z-index:8!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-top-spacer,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-top-spacer{display:none!important;height:0!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-header,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-subheader-spacer,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page-header,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-subheader,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-header,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-subheader-spacer,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page-header,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-subheader,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row{box-sizing:border-box!important;height:var(--react-dashboard-fc-mobile-row-height)!important;min-height:var(--react-dashboard-fc-mobile-row-height)!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-header,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-header{align-items:center!important;background:#fff!important;border-bottom:1px solid #fff!important;color:#1a1a1a!important;display:flex!important;font-size:12px!important;font-weight:700!important;padding:0 10px 0 0!important;position:-webkit-sticky!important;position:sticky!important;text-transform:uppercase!important;top:var(--react-dashboard-fc-mobile-sticky-top-cover)!important;z-index:11!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-header:before,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-header:before{background:#fff!important;content:""!important;height:var(--react-dashboard-fc-mobile-sticky-top-cover)!important;left:0!important;pointer-events:none!important;position:absolute!important;right:0!important;top:calc(var(--react-dashboard-fc-mobile-sticky-top-cover)*-1)!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-subheader-spacer,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-subheader-spacer{align-items:center!important;background:#fff!important;border-bottom:1px solid #fff!important;color:#111!important;display:flex!important;font-size:12px!important;font-weight:700!important;position:-webkit-sticky!important;position:sticky!important;text-transform:uppercase!important;top:calc(var(--react-dashboard-fc-mobile-row-height) + var(--react-dashboard-fc-mobile-sticky-top-cover))!important;z-index:10!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-pages-shell,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-pages-shell{display:flex!important;flex-direction:column!important;min-width:0!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-pages,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-pages{grid-gap:var(--react-dashboard-fc-mobile-page-gap)!important;display:grid!important;gap:var(--react-dashboard-fc-mobile-page-gap)!important;grid-auto-columns:50%!important;grid-auto-flow:column!important;min-width:0!important;scrollbar-width:none!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-pages--header,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-pages--header{background:#fff!important;isolation:isolate!important;margin-top:calc(var(--react-dashboard-fc-mobile-sticky-top-cover)*-1)!important;overflow:hidden!important;padding-top:var(--react-dashboard-fc-mobile-sticky-top-cover)!important;pointer-events:none!important;position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:12!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-pages--header:before,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-pages--header:before{background:#fff!important;content:""!important;height:var(--react-dashboard-fc-mobile-sticky-top-cover)!important;left:0!important;pointer-events:none!important;position:absolute!important;right:0!important;top:calc(var(--react-dashboard-fc-mobile-sticky-top-cover)*-1)!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-pages--body,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-pages--body{-webkit-overflow-scrolling:touch!important;overflow-x:auto!important;overflow-y:visible!important;overscroll-behavior-x:contain!important;padding-bottom:2px!important;scroll-behavior:auto!important;scroll-snap-type:x proximity!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-pages::-webkit-scrollbar,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-pages::-webkit-scrollbar{display:none!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page{min-width:0!important;position:relative!important;scroll-snap-align:start!important;scroll-snap-stop:always!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page--total,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page--total{min-width:100%!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page-header,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page-header{align-items:center!important;background:#fff!important;border-radius:0!important;display:flex!important;justify-content:center!important;overflow:hidden!important;position:relative!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page-header:before,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page-header:before{background:#f6f6f6!important;border-radius:0!important;content:""!important;height:var(--react-dashboard-fc-mobile-month-band-height)!important;left:-1px!important;position:absolute!important;right:-1px!important;top:50%!important;transform:translateY(-50%)!important;z-index:0!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page:first-child .react-dashboard-fc-tab__mobile-table-page-header:before,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page:first-child .react-dashboard-fc-tab__mobile-table-page-header:before{border-bottom-left-radius:14px!important;border-top-left-radius:14px!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-page-header:before,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-page-header:before{border-bottom-right-radius:14px!important;border-top-right-radius:14px!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page-header .react-dashboard-fc-tab__table-group-chip,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page-header .react-dashboard-fc-tab__table-group-chip{font-size:12px!important;min-height:calc(var(--react-dashboard-fc-mobile-month-band-height) - 2px)!important;padding:0 8px!important;position:relative!important;z-index:1!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-subheader,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-subheader{align-items:center!important;background:#fff!important;color:#111!important;display:grid!important;font-size:12px!important;font-weight:700!important;position:static!important;text-align:center!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-subheader--3cols,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row--3cols,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-subheader--3cols,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row--3cols{grid-template-columns:minmax(0,1.38fr) minmax(0,.81fr) minmax(0,.81fr)!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-subheader--4cols,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row--4cols,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-subheader--4cols,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row--4cols{grid-template-columns:minmax(0,1.42fr) minmax(0,1.14fr) minmax(0,.9fr) minmax(0,.9fr)!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row{align-items:center!important;border-bottom:0!important;color:#4a4a4a!important;display:grid!important;font-size:11px!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row{background:#fff!important;overflow:hidden!important;padding-left:0!important;padding-right:10px!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row.react-dashboard-fc-tab__table-category--level-0,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row.react-dashboard-fc-tab__table-category--level-1,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row.react-dashboard-fc-tab__table-category--level-2,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row.react-dashboard-fc-tab__table-category--level-3,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row.react-dashboard-fc-tab__table-category--level-0,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row.react-dashboard-fc-tab__table-category--level-1,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row.react-dashboard-fc-tab__table-category--level-2,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row.react-dashboard-fc-tab__table-category--level-3{padding-left:0!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-category-content,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-category-content{align-items:center!important;display:flex!important;gap:4px!important;min-height:100%!important;min-width:0!important;width:100%!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-category-label,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-category-label{display:block!important;font-size:11px!important;line-height:1.12!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;overflow-wrap:anywhere!important;text-overflow:clip!important;white-space:normal!important;word-break:break-word!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row{background:#fff!important;column-gap:4px!important;padding:0 5px!important;text-align:center!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row>span,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row>span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row--4cols>span,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row>span:nth-child(2),.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row>span:nth-child(3),.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row--4cols>span,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row>span:nth-child(2),.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row>span:nth-child(3){font-feature-settings:"tnum"!important;font-size:10px!important;font-variant-numeric:tabular-nums!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-subheader,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-subheader{font-size:9.5px!important;letter-spacing:-.02em!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row{column-gap:2px!important;padding:0 3px!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row>span,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row>span{font-size:8.8px!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-expander,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-expander-spacer,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-expander,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-expander-spacer{flex:0 0 14px!important;height:14px!important;width:14px!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-expander img,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row .react-dashboard-fc-tab__table-expander img{height:9px!important;width:6px!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row--highlight,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row--positive,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row--section,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row--highlight,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row--positive,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row--section,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row--highlight,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row--section,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row--highlight,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row--section{color:#111!important;font-weight:700!important}.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row--highlight,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row--highlight{background:linear-gradient(to bottom,#0000 0,#0000 var(--react-dashboard-fc-mobile-stripe-inset),#c4e5ce var(--react-dashboard-fc-mobile-stripe-inset),#c4e5ce calc(100% - var(--react-dashboard-fc-mobile-stripe-inset)),#0000 calc(100% - var(--react-dashboard-fc-mobile-stripe-inset)),#0000 100%)!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row--highlight,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row--highlight{background:linear-gradient(to bottom,#0000 0,#0000 var(--react-dashboard-fc-mobile-stripe-inset),#fbe1d5 var(--react-dashboard-fc-mobile-stripe-inset),#fbe1d5 calc(100% - var(--react-dashboard-fc-mobile-stripe-inset)),#0000 calc(100% - var(--react-dashboard-fc-mobile-stripe-inset)),#0000 100%)!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row--positive,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row--positive{background:linear-gradient(to bottom,#0000 0,#0000 var(--react-dashboard-fc-mobile-stripe-inset),#c4e5ce var(--react-dashboard-fc-mobile-stripe-inset),#c4e5ce calc(100% - var(--react-dashboard-fc-mobile-stripe-inset)),#0000 calc(100% - var(--react-dashboard-fc-mobile-stripe-inset)),#0000 100%)!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row--highlight,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row--positive,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-category-row--highlight{border-bottom-left-radius:999px!important;border-top-left-radius:999px!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row--highlight,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row--positive,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-value-row--highlight{border-bottom-right-radius:0!important;border-top-right-radius:0!important}.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row--highlight,.react-dashboard-dre-tab.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row--positive,.react-dashboard-fc-tab--tablet .react-dashboard-fc-tab__mobile-table-page--total .react-dashboard-fc-tab__mobile-table-value-row--highlight{border-bottom-right-radius:999px!important;border-top-right-radius:999px!important}}.react-dashboard-fc-tab__chart-wrap{overflow:visible}.react-dashboard-fc-tab__chart-info{left:50%!important;left:var(--react-dashboard-fc-chart-tooltip-left,50%)!important;transform:translateX(-50%)!important;transform:var(--react-dashboard-fc-chart-tooltip-transform,translateX(-50%))!important}@media (max-width:720px),(orientation:landscape) and (max-width:932px) and (max-height:500px){.react-dashboard-fc-tab__chart-info{max-width:min(218px,calc(100vw - 32px))!important;min-width:174px;width:-webkit-max-content!important;width:max-content!important}}.react-dashboard-fc-tab__chart-info{border:1px solid #06060614!important}@media (min-width:1025px) and (min-height:701px){body.dashboard-custom-sidebar-active .react-dashboard-dre-tab .react-dashboard-fc-tab__chart-info,body.dashboard-custom-sidebar-active .react-dashboard-fc-tab__chart-info{border-radius:12.6px;gap:5.4px;padding:10.8px 12.6px;width:min(288px,calc(100% - 21.6px))}body.dashboard-custom-sidebar-active .react-dashboard-dre-tab .react-dashboard-fc-tab__chart-info-month,body.dashboard-custom-sidebar-active .react-dashboard-fc-tab__chart-info-month{font-size:12.6px}body.dashboard-custom-sidebar-active .react-dashboard-dre-tab .react-dashboard-fc-tab__chart-info-metrics,body.dashboard-custom-sidebar-active .react-dashboard-fc-tab__chart-info-metrics{font-size:10.8px;gap:5.4px}body.dashboard-custom-sidebar-active .react-dashboard-dre-tab .react-dashboard-fc-tab__table td,body.dashboard-custom-sidebar-active .react-dashboard-dre-tab .react-dashboard-fc-tab__table th,body.dashboard-custom-sidebar-active .react-dashboard-fc-tab__table td,body.dashboard-custom-sidebar-active .react-dashboard-fc-tab__table th{padding-left:9px;padding-right:9px}body.dashboard-custom-sidebar-active .react-dashboard-dre-tab .react-dashboard-fc-tab__table-month-button,body.dashboard-custom-sidebar-active .react-dashboard-fc-tab__table-month-button{min-height:27px}body.dashboard-custom-sidebar-active .react-dashboard-dre-tab .react-dashboard-fc-tab__table-subcolumn,body.dashboard-custom-sidebar-active .react-dashboard-fc-tab__table-subcolumn{font-size:13.5px!important;padding-bottom:9px!important}body.dashboard-custom-sidebar-active .react-dashboard-dre-tab .react-dashboard-fc-tab__table-expander,body.dashboard-custom-sidebar-active .react-dashboard-dre-tab .react-dashboard-fc-tab__table-expander-spacer,body.dashboard-custom-sidebar-active .react-dashboard-fc-tab__table-expander,body.dashboard-custom-sidebar-active .react-dashboard-fc-tab__table-expander-spacer{flex-basis:16.2px;height:16.2px;width:16.2px}body.dashboard-custom-sidebar-active .react-dashboard-dre-tab .react-dashboard-fc-tab__table-expander img,body.dashboard-custom-sidebar-active .react-dashboard-fc-tab__table-expander img{height:10.8px;width:7.2px}body.dashboard-custom-sidebar-active .react-dashboard-dre-tab .react-dashboard-fc-tab__table-category-content,body.dashboard-custom-sidebar-active .react-dashboard-fc-tab__table-category-content{gap:7.2px}body.dashboard-custom-sidebar-active .react-dashboard-dre-tab .react-dashboard-fc-tab__table-category--level-1,body.dashboard-custom-sidebar-active .react-dashboard-fc-tab__table-category--level-1{padding-left:16.2px!important}body.dashboard-custom-sidebar-active .react-dashboard-dre-tab .react-dashboard-fc-tab__state-card,body.dashboard-custom-sidebar-active .react-dashboard-fc-tab__state-card{font-size:16.2px;min-height:162px;padding:21.6px}}.react-dashboard-fc-tab__chart-group{cursor:pointer}.react-dashboard-fc-tab__chart-info,.react-dashboard-fc-tab__chart-info *{pointer-events:auto!important;user-select:text!important;-webkit-user-select:text!important}.react-dashboard-indicators-tab__grid{grid-column-gap:16px;grid-row-gap:16px;align-content:start;align-self:flex-start;column-gap:16px;display:grid;flex:0 0 auto;grid-template-columns:repeat(4,minmax(0,1fr));justify-content:start;max-width:1360px;min-height:auto;row-gap:16px;width:min(100%,1360px)}.react-dashboard-indicators-tab__card{--indicators-card-title-slot-height:20.06px;--indicators-card-change-slot-height:18.3px;background:#fff;border-radius:24px;box-sizing:border-box;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:156px;justify-content:flex-start;min-height:156px;overflow:hidden;padding:24px 26px 20px;position:relative}.react-dashboard-indicators-tab__title{color:#454545;display:block;flex:0 0 auto;flex:0 0 var(--indicators-card-title-slot-height,auto);font-size:clamp(16px,1.05vw,17px);font-weight:500;height:auto;height:var(--indicators-card-title-slot-height,auto);line-height:1.18;margin:0;max-width:100%;min-height:1.18em;min-height:var(--indicators-card-title-slot-height,1.18em);min-width:0;overflow:visible;text-overflow:clip;white-space:nowrap;width:100%}.react-dashboard-indicators-tab__value{color:#060606;display:block;font-size:clamp(30px,1.95vw,42px);font-weight:700;letter-spacing:-.03em;line-height:1;margin-top:24px}.react-dashboard-indicators-tab__change{color:#454545;display:block;flex:0 0 auto;flex:0 0 var(--indicators-card-change-slot-height,auto);font-size:clamp(13px,.88vw,15px);font-weight:500;height:auto;height:var(--indicators-card-change-slot-height,auto);line-height:1.22;margin:18px 0 0;max-width:100%;min-height:1.22em;min-height:var(--indicators-card-change-slot-height,1.22em);min-width:0;overflow:visible;text-overflow:clip;white-space:nowrap;width:100%}.react-dashboard-indicators-tab__change-highlight{font-weight:500}.react-dashboard-indicators-tab__change-highlight.is-negative{color:#eb571c}.react-dashboard-indicators-tab__change-highlight.is-positive{color:#3ca25b}.react-dashboard-indicators-tab__grid--loading{align-items:stretch}.react-dashboard-indicators-tab__card--skeleton{pointer-events:none}.react-dashboard-indicators-tab__skeleton{animation:react-dashboard-skeleton-loading 1.4s ease-in-out infinite;background:linear-gradient(90deg,#efefef,#e4e4e4 50%,#efefef);background-size:220px 100%;border-radius:999px;display:block}.react-dashboard-indicators-tab__skeleton--title{height:16px;width:62%}.react-dashboard-indicators-tab__skeleton--title.is-medium{width:54%}.react-dashboard-indicators-tab__skeleton--value{border-radius:12px;height:34px;margin-top:24px;width:56%}.react-dashboard-indicators-tab__skeleton--value.is-short{width:42%}.react-dashboard-indicators-tab__skeleton--change{height:14px;margin-top:18px;width:74%}.react-dashboard-indicators-tab__skeleton--change.is-medium{width:66%}.react-dashboard-indicators-tab__pagination{align-items:center;display:inline-flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.react-dashboard-indicators-tab__pagination-button{background:#fff;border:0;border-radius:18px;color:#060606;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:500;padding:10px 16px}.react-dashboard-indicators-tab__pagination-button.is-active{background:#eb571c;color:#fff}.react-dashboard-indicators-tab__pagination-spacer{display:none}.react-dashboard-indicators-tab__state-card{align-items:center;background:#fff;border-radius:24px;color:#454545;display:flex;flex:1 1 auto;font-family:Inter,sans-serif;font-size:18px;font-weight:500;justify-content:center;min-height:180px;padding:24px;text-align:center}.react-dashboard-indicators-tab__state-card--error{color:#eb571c}.react-dashboard-page--indicators-desktop .react-dashboard-indicators-tab__pagination{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:10px;gap:var(--indicators-pagination-gap,10px);margin-bottom:16px;margin-bottom:var(--indicators-pagination-margin-bottom,16px);overflow-x:auto;overflow-y:hidden;scrollbar-width:none;width:100%}.react-dashboard-page--indicators-desktop .react-dashboard-indicators-tab__pagination::-webkit-scrollbar{display:none}.react-dashboard-page--indicators-desktop .react-dashboard-indicators-tab__pagination-button{flex:0 0 auto;font-size:14px;font-size:var(--indicators-pagination-button-font-size,14px);min-height:44px;min-height:var(--indicators-pagination-button-min-height,44px);padding:0 16px;padding:0 var(--indicators-pagination-button-padding-x,16px)}.react-dashboard-page--indicators-desktop .react-dashboard-indicators-tab__grid{align-self:stretch;column-gap:16px;column-gap:var(--indicators-grid-gap,16px);max-width:100%;row-gap:16px;row-gap:var(--indicators-grid-gap,16px);width:100%}.react-dashboard-page--indicators-desktop .react-dashboard-indicators-tab__card{--indicators-card-title-slot-height:var(--indicators-card-title-row-height,18.36px);--indicators-card-change-slot-height:var(--indicators-card-change-row-height,17.08px);border-radius:24px;border-radius:var(--indicators-card-radius,24px);height:156px;height:var(--indicators-card-height,156px);min-height:156px;min-height:var(--indicators-card-height,156px);padding:24px 26px 20px;padding:var(--indicators-card-padding-top,24px) var(--indicators-card-padding-right,26px) var(--indicators-card-padding-bottom,20px) var(--indicators-card-padding-left,26px)}.react-dashboard-page--indicators-desktop .react-dashboard-indicators-tab__title{font-size:17px;font-size:var(--indicators-card-title-font-size,17px);line-height:1.08}.react-dashboard-page--indicators-desktop .react-dashboard-indicators-tab__value{font-size:34px;font-size:var(--indicators-card-value-font-size,34px);line-height:1;margin-top:24px;margin-top:var(--indicators-card-value-margin-top,24px)}.react-dashboard-page--indicators-desktop .react-dashboard-indicators-tab__change{font-size:14px;font-size:var(--indicators-card-change-font-size,14px);line-height:1.22;margin-top:18px;margin-top:var(--indicators-card-change-margin-top,18px)}.react-dashboard-page--indicators-desktop .react-dashboard-indicators-tab__state-card{align-self:stretch;max-width:100%;width:100%}@media (max-width:1600px){.react-dashboard-indicators-tab__grid{column-gap:14px;max-width:1280px;row-gap:14px;width:min(100%,1280px)}.react-dashboard-indicators-tab__card{--indicators-card-title-slot-height:20.06px;--indicators-card-change-slot-height:17.08px;border-radius:22px;height:148px;min-height:148px;padding:22px 22px 18px}.react-dashboard-indicators-tab__title{font-size:clamp(15px,.92vw,17px)}.react-dashboard-indicators-tab__value{font-size:clamp(26px,1.55vw,34px);margin-top:22px}.react-dashboard-indicators-tab__change{font-size:clamp(12px,.78vw,14px);margin-top:16px}}@media (max-width:1279px){.react-dashboard-indicators-tab__grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:100%;width:100%}}@media (min-width:981px) and (max-width:1280px) and (max-height:800px){.react-dashboard-indicators-tab__grid{column-gap:12px;row-gap:12px}.react-dashboard-indicators-tab__card{--indicators-card-title-slot-height:16.52px;--indicators-card-change-slot-height:14.16px;border-radius:20px;height:132px;min-height:132px;padding:18px 18px 16px}.react-dashboard-indicators-tab__title{font-size:14px}.react-dashboard-indicators-tab__value{font-size:clamp(22px,1.75vw,30px);margin-top:18px}.react-dashboard-indicators-tab__change{font-size:12px;line-height:1.18;margin-top:14px}}@media (max-width:980px){.react-dashboard-indicators-tab__grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%;width:100%}}@media (min-width:721px) and (max-width:980px) and (max-height:800px){.react-dashboard-indicators-tab__grid{column-gap:12px;row-gap:12px}.react-dashboard-indicators-tab__card{--indicators-card-title-slot-height:16.52px;--indicators-card-change-slot-height:14.16px;border-radius:18px;height:124px;min-height:124px;padding:16px 16px 14px}.react-dashboard-indicators-tab__title{font-size:14px}.react-dashboard-indicators-tab__value{font-size:clamp(20px,2vw,28px);margin-top:16px}.react-dashboard-indicators-tab__change{font-size:11px;line-height:1.18;margin-top:12px}}@media (min-width:721px) and (max-width:1024px) and (min-height:700px){.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__grid{align-content:start;column-gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));height:100%;row-gap:12px}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__card{border-radius:18px;height:min(14.8vh,122px);min-height:min(14.8vh,122px);padding:14px 14px 12px}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__title{font-size:13px}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__value{font-size:clamp(20px,2.4vw,26px);margin-top:12px}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__change{font-size:10px;line-height:1.18;margin-top:10px}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__pagination{gap:10px;margin-bottom:12px}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__pagination-button{font-size:13px;min-height:38px;padding:0 14px}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__pagination-spacer{height:0}}@media (max-width:720px){.react-dashboard-indicators-tab__grid{box-sizing:border-box;gap:18px;grid-template-columns:1fr;max-width:100%;padding:0 20px;width:100%}.react-dashboard-indicators-tab__card{--indicators-card-title-slot-height:18.88px;--indicators-card-change-slot-height:14.64px;border-radius:22px;height:auto;min-height:132px;padding:clamp(14px,4.07125vw,18px) 18px clamp(18px,5.08906vw,22px)}.react-dashboard-indicators-tab__title{font-size:16px;line-height:1.18}.react-dashboard-indicators-tab__value{font-size:31px;margin-top:clamp(14px,4.07125vw,18px)}.react-dashboard-indicators-tab__change{font-size:12px;margin-top:clamp(15px,4.3257vw,19px)}.react-dashboard-indicators-tab__pagination{box-sizing:border-box;padding:0 20px;width:100%}.react-dashboard-page--mobile-indicators-sticky .react-dashboard-indicators-tab__pagination{background:#f6f6f6;flex-wrap:nowrap;left:0;margin:0;overflow-x:auto;overflow-y:hidden;padding:6px 20px 10px;position:fixed;right:0;scrollbar-width:none;top:calc(150px + env(safe-area-inset-top));top:var(--react-dashboard-mobile-indicators-pagination-top,calc(150px + env(safe-area-inset-top)));z-index:1299}.react-dashboard-page--mobile-indicators-sticky .react-dashboard-indicators-tab__pagination::-webkit-scrollbar{display:none}.react-dashboard-page--mobile-indicators-sticky .react-dashboard-indicators-tab__pagination-button{flex:0 0 auto;line-height:1.1;min-height:38px;padding:0 16px}.react-dashboard-page--mobile-indicators-sticky .react-dashboard-indicators-tab__pagination-spacer{display:block;flex:0 0 auto;height:54px;height:var(--react-dashboard-mobile-indicators-pagination-space,54px);width:100%}.react-dashboard-indicators-tab__state-card{flex:none;font-size:15px;margin:0 20px;min-height:140px;padding:18px}}@media (max-width:932px) and (max-height:500px) and (orientation:landscape){.react-dashboard-indicators-tab__grid{align-self:stretch;box-sizing:border-box;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));max-width:100%;padding:0 0 12px;width:100%}.react-dashboard-indicators-tab__card{--indicators-card-title-slot-height:16.24px;--indicators-card-change-slot-height:13.42px;border-radius:20px;height:auto;min-height:112px;padding:16px 16px 14px}.react-dashboard-indicators-tab__title{font-size:14px;line-height:1.16}.react-dashboard-indicators-tab__value{font-size:28px;margin-top:14px}.react-dashboard-indicators-tab__change{font-size:11px;margin-top:14px}.react-dashboard-indicators-tab__pagination{box-sizing:border-box;margin:0 0 12px;padding:0;width:100%}.react-dashboard-indicators-tab__pagination,.react-dashboard-page--mobile-indicators-sticky .react-dashboard-indicators-tab__pagination{align-self:stretch;display:flex;flex:0 0 auto;flex-wrap:nowrap;justify-content:flex-start;overflow-x:hidden;overflow-y:visible;scrollbar-width:none}.react-dashboard-page--mobile-indicators-sticky .react-dashboard-indicators-tab__pagination{background:#0000;border-bottom:0;box-shadow:none;left:auto;margin:0 0 16px;padding:0 0 8px;position:relative;right:auto;top:auto;z-index:210}.react-dashboard-indicators-tab__pagination::-webkit-scrollbar,.react-dashboard-page--mobile-indicators-sticky .react-dashboard-indicators-tab__pagination::-webkit-scrollbar{display:none}.react-dashboard-indicators-tab__pagination-button,.react-dashboard-page--mobile-indicators-sticky .react-dashboard-indicators-tab__pagination-button{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center;line-height:1.1;min-height:38px;padding:0 16px;white-space:nowrap}.react-dashboard-page--mobile-indicators-sticky .react-dashboard-indicators-tab__pagination-spacer{display:none;flex:0 0;height:0;width:0}.react-dashboard-page--mobile-indicators-sticky .react-dashboard-indicators-tab__grid,.react-dashboard-page--mobile-indicators-sticky .react-dashboard-indicators-tab__state-card{margin-top:0;position:relative;z-index:1}.react-dashboard-indicators-tab__state-card{flex:none;font-size:14px;margin:0;min-height:120px;padding:16px}}.react-dashboard-indicators-tab__card,.react-dashboard-indicators-tab__pagination-button,.react-dashboard-indicators-tab__state-card{border:0!important;box-shadow:none!important}@keyframes react-dashboard-skeleton-loading{0%{background-position:220px 0}to{background-position:-220px 0}}@media (max-width:932px) and (max-height:500px) and (orientation:landscape){.react-dashboard-page--mobile-indicators-sticky .react-dashboard-indicators-tab__pagination{background:#f6f6f6!important;border-bottom:0!important;box-shadow:none!important;box-sizing:border-box!important;flex-wrap:nowrap!important;left:114px!important;left:calc(var(--dashboard-mobile-landscape-menu-width, 78px) + var(--dashboard-mobile-landscape-side-gap, 36px))!important;margin:0!important;max-width:none!important;overflow-x:auto!important;overflow-y:hidden!important;padding:5px 0 8px!important;position:fixed!important;right:auto!important;scrollbar-width:none!important;top:calc(60px + env(safe-area-inset-top))!important;top:var(--react-dashboard-mobile-indicators-pagination-top,calc(60px + env(safe-area-inset-top)))!important;width:calc(100vw - 150px)!important;width:calc(100vw - var(--dashboard-mobile-landscape-menu-width, 78px) - var(--dashboard-mobile-landscape-side-gap, 36px) - var(--dashboard-mobile-landscape-side-gap, 36px))!important;z-index:1299!important}.react-dashboard-page--mobile-indicators-sticky .react-dashboard-indicators-tab__pagination::-webkit-scrollbar{display:none!important}.react-dashboard-page--mobile-indicators-sticky .react-dashboard-indicators-tab__pagination-button{flex:0 0 auto!important}.react-dashboard-page--mobile-indicators-sticky .react-dashboard-indicators-tab__pagination-spacer{display:block!important;flex:0 0 auto!important;height:46px!important;height:var(--react-dashboard-mobile-indicators-pagination-space,46px)!important;width:100%!important}.react-dashboard-page--mobile-indicators-sticky .react-dashboard-indicators-tab__pagination{padding:3px 0 5px!important}.react-dashboard-page--mobile-indicators-sticky .react-dashboard-indicators-tab__pagination-button{border-radius:17px!important;font-size:13px!important;height:34px!important;line-height:1!important;min-height:34px!important;padding:0 14px!important}.react-dashboard-page--mobile-indicators-sticky .react-dashboard-indicators-tab__pagination-spacer{height:58px!important;height:calc(var(--react-dashboard-mobile-indicators-pagination-space, 46px) + 12px)!important}}@media (min-width:721px) and (max-width:1024px) and (min-height:700px) and (orientation:portrait){.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__pagination{display:flex!important;flex-wrap:nowrap!important;gap:10px!important;margin:0 0 14px!important;max-width:660px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0!important;scrollbar-width:none!important;width:660px!important}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__pagination::-webkit-scrollbar{display:none!important}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__pagination-button{border-radius:19px!important;flex:0 0 auto!important;font-size:13px!important;height:38px!important;line-height:1!important;min-height:38px!important;padding:0 14px!important}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__pagination-spacer{display:none!important;height:0!important;width:0!important}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__grid{align-content:start!important;align-self:flex-start!important;column-gap:18px!important;grid-template-columns:repeat(3,208px)!important;height:auto!important;justify-content:start!important;max-width:660px!important;row-gap:16px!important;width:660px!important}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__card{--indicators-card-title-slot-height:15.5px!important;--indicators-card-change-slot-height:12.8px!important;border-radius:18px!important;height:112px!important;max-height:none!important;min-height:112px!important;padding:16px 16px 14px!important;width:208px!important}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__title{font-size:13px;line-height:1.18!important}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__value{font-size:24px!important;letter-spacing:-.03em!important;line-height:1!important;margin-top:10px!important}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__change{font-size:9.8px!important;line-height:1.18!important;margin-top:9px!important}}@media (min-width:981px) and (max-width:1280px) and (min-height:700px) and (max-height:950px) and (orientation:landscape){.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__pagination{align-self:flex-start!important;display:flex!important;flex-wrap:nowrap!important;gap:10px!important;margin:0 0 12px!important;max-width:calc(100vw - 260px)!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0!important;scrollbar-width:none!important;width:min(100%,960px)!important}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__pagination::-webkit-scrollbar{display:none!important}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__pagination-button{border-radius:17px!important;flex:0 0 auto!important;font-size:13px!important;height:34px!important;line-height:1!important;min-height:34px!important;padding:0 14px!important}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__pagination-spacer{display:none!important;flex:0 0!important;height:0!important;width:0!important}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__grid{align-content:start!important;align-self:flex-start!important;column-gap:16px!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;height:auto!important;justify-content:start!important;max-width:calc(100vw - 260px)!important;min-height:0!important;overflow:visible!important;row-gap:12px!important;width:min(100%,960px)!important}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__card{--indicators-card-title-slot-height:16px!important;--indicators-card-change-slot-height:12.4px!important;border-radius:18px!important;height:106px!important;max-height:106px!important;min-height:106px!important;padding:14px 16px 12px!important;width:auto!important}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__title{font-size:14px;line-height:1.14!important}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__value{font-size:clamp(22px,2vw,26px)!important;letter-spacing:-.03em!important;line-height:1!important;margin-top:9px!important}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__change{font-size:9.8px!important;line-height:1.16!important;margin-top:8px!important}.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__state-card{align-self:flex-start!important;max-width:calc(100vw - 260px)!important;min-height:160px!important;width:min(100%,960px)!important}.react-dashboard-indicators-tab__pagination,.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__pagination{align-self:flex-start!important;display:flex!important;flex:0 0 auto!important;flex-wrap:nowrap!important;gap:10px!important;margin:0 0 10px!important;max-width:calc(100vw - 260px)!important;overflow-x:auto!important;overflow-y:hidden!important;padding:0!important;position:relative!important;scrollbar-width:none!important;width:min(100%,960px)!important;z-index:5!important}}@media (min-width:981px) and (max-width:1280px) and (min-height:700px) and (max-height:950px) and (orientation:landscape){.react-dashboard-indicators-tab__pagination::-webkit-scrollbar,.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__pagination::-webkit-scrollbar{display:none!important}.react-dashboard-indicators-tab__pagination-button,.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__pagination-button{border-radius:17px!important;flex:0 0 auto!important;font-size:13px!important;height:34px!important;line-height:1!important;min-height:34px!important;padding:0 14px!important}.react-dashboard-indicators-tab__pagination-spacer,.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__pagination-spacer{display:none!important;flex:0 0!important;height:0!important;width:0!important}.react-dashboard-indicators-tab__grid,.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__grid{align-content:start!important;align-self:flex-start!important;column-gap:16px!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;height:auto!important;justify-content:start!important;max-width:calc(100vw - 260px)!important;min-height:0!important;overflow:visible!important;row-gap:12px!important;width:min(100%,960px)!important}.react-dashboard-indicators-tab__card,.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__card{--indicators-card-title-slot-height:15.5px!important;--indicators-card-change-slot-height:12px!important;border-radius:18px!important;height:102px!important;max-height:102px!important;min-height:102px!important;padding:13px 15px 11px!important;width:auto!important}.react-dashboard-indicators-tab__title,.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__title{font-size:13.5px;line-height:1.14!important}.react-dashboard-indicators-tab__value,.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__value{font-size:clamp(21px,1.9vw,25px)!important;letter-spacing:-.03em!important;line-height:1!important;margin-top:8px!important}.react-dashboard-indicators-tab__change,.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__change{font-size:9.5px!important;line-height:1.16!important;margin-top:8px!important}.react-dashboard-indicators-tab__state-card,.react-dashboard-page--tablet-indicators .react-dashboard-indicators-tab__state-card{align-self:flex-start!important;max-width:calc(100vw - 260px)!important;min-height:160px!important;width:min(100%,960px)!important}}.dashboard-menu .MuiMenu-list{padding-bottom:0!important;padding-top:0!important}.dashboard-menu-content-line{align-items:center;display:flex;width:100%}.dashboard-menu-option{font-family:Museo,serif!important;font-size:20px!important}.sidebar-icon{color:#fff;width:80%}.sidebar-selected-icon{align-items:center;align-self:center;background-color:#fff;border-radius:10px;color:#ff6900;display:flex;height:28px;justify-content:center;padding:7px;width:28px;img{width:85%}}.sidebar-icon-admin{align-items:center;align-self:center;color:#ff6900;display:flex;height:25px;justify-content:center;padding:8px;width:25px;img{width:100%}}.sidebar-icon-admin-selected{background-color:#fff;border-radius:10px}.default-user-main-page-content{display:block;height:100vh;min-height:100vh;overflow:hidden;width:auto}#report-icon{width:100%}.default-user-dashboard-layout{background:#f6f6f6;min-height:100dvh;overflow:hidden}.default-user-dashboard-layout .MuiDrawer-paper{background:#f6f6f6!important;box-shadow:none!important}.default-user-dashboard-layout .default-user-main-page-content{background:#f6f6f6;overflow:hidden}.UserListingAdminPageconsultor-main-page-list-section{width:75%}.UserListingAdminPageconsultor-table{border-collapse:collapse;font-family:Museo,serif;height:-webkit-fit-content;height:fit-content;width:100%}.UserListingAdminPageconsultor-table td{padding:24px 20px}.UserListingAdminPageconsultor-table th{font-size:20px;font-weight:700;text-align:left;text-align:initial}.UserListingAdminPageconsultor-table th,td{border-bottom:1px solid #000;padding:10px 20px;vertical-align:center}.UserListingAdminPageconsultor-table th:hover{background-color:#f2f2f2;cursor:pointer}.create-client-modal-box{overflow-y:auto}.delete-modal-title{color:#f44!important;font-family:Museo,serif!important;font-weight:700!important}.delete-modal-content{font-family:Museo,serif!important;font-size:16px!important}.delete-modal-button{font-family:Museo,serif!important;font-weight:600!important}.products-grid{grid-gap:40px 0;display:grid;gap:40px 0;margin-bottom:30px;margin-top:40px;place-items:center}.product-item{align-items:center;background-color:#53565a;border-radius:15px;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:16px;height:100px;justify-content:center;text-align:center;width:200px}.product-item.selected{background-color:#ff6900}.product-icon{height:24px;margin-top:10px;width:auto}.UserListingAdminPage-main-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:20px}.ConsultantListingPage-main-page-list-section{width:75%}.search-bar-container{flex-wrap:wrap;gap:16px}.consultant-listing-filter-container{min-width:240px}.consultant-listing-filter-select{background-color:#fff;border-radius:20px;width:100%}.ConsultantListingPage-table{border-collapse:collapse;font-family:Museo,serif;height:-webkit-fit-content;height:fit-content;width:100%}.userlisting-header{align-items:center;display:flex}.ConsultantListingPage-table td{padding:24px 20px}.ConsultantListingPage-table th{font-size:20px;font-weight:700;text-align:left;text-align:initial}.ConsultantListingPage-table th,td{border-bottom:1px solid #000;padding:10px 20px;vertical-align:center}.ConsultantListingPage-table th:hover{background-color:#f2f2f2;cursor:pointer}.userlisting-sort-icon{height:6px;margin-left:10px}.userlisting-sort-icon-rotated{transform:rotate(180deg)}.userlisting-action-icon-container{align-items:center;display:flex;justify-content:space-between}.userlisting-action-icon{height:25px}.userlisting-action-icon:hover{cursor:pointer}.create-client-icon{align-items:center;background-color:#f2f2f2;border-radius:50%;display:flex;height:40px;justify-content:center;margin-left:20px!important;width:40px}.create-client-modal-box{background-color:#fff;border-radius:10px;box-shadow:0 3px 5px #0000004d;font-family:Museo,serif;left:50%;max-height:90vh;overflow-y:scroll;padding:20px;position:absolute;top:50%;transform:translate(-50%,-50%);width:500px}.create-client-modal-box::-webkit-scrollbar{display:none}.create-client-modal-title{color:#ff6900;margin-bottom:20px;text-align:center}.create-client-modal-form{display:flex;flex-direction:column}.form-field{margin-bottom:15px}.form-field label{display:block;font-weight:700;margin-bottom:5px}.form-buttons{display:flex;justify-content:right}.cancel-button,.confirm-button{border:none;border-radius:5px;cursor:pointer;margin:0 5px;padding:10px 20px}.cancel-button{background-color:#f2f2f2}.confirm-button{background-color:#0bd692;color:#000}.selected-customer span{padding:0 2px}.consultor-main-page{display:flex}.consultor-main-page-content{display:flex;flex-direction:column}.consultor-sidebar-icon{height:40px;width:40px}.consultor-sidebar-icon img{height:69%;width:74%}.search-bar-container{align-items:center;display:flex;justify-content:center;margin-bottom:20px}.consultor-main-page-search-section{align-items:center;display:flex;flex-direction:column;height:16vh;justify-content:center;width:100%}.filter-menu{padding-top:100px}.MuiMenuItem-root,.filter-menu{font-family:Museo,serif!important}.MuiMenuItem-root{background:#fff}.MuiInputBase-input{font-family:Museo,serif!important}.filter-menu .MuiMenu-list{padding-bottom:0!important}.filter-menu-title{font-family:Museo,serif!important;font:700;font-size:20px!important;font-weight:700!important;margin-bottom:10px!important}.filter-menu-content-line{align-items:center;display:flex;padding:16px;width:100%}.filter-menu-onde{font-weight:700!important;margin-right:10px}.filter-menu-igual{font-weight:700!important;margin:0 10px}.consultor-main-page-list-section{align-self:center;display:flex;flex-direction:row;flex-wrap:wrap;height:80vh;justify-content:center;overflow:auto;padding:0 20px;width:90%}.consultor-main-page-list-section--grid{grid-gap:20px;align-content:start;box-sizing:border-box;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(330px,330px));height:80vh;justify-content:center;overflow:auto;padding:0 20px;width:90%}.consultor-main-page-list-section::-webkit-scrollbar{width:16px}.consultor-main-page-list-section::-webkit-scrollbar-track{background:#fff;border:1px solid #53565a;border-radius:20px}.consultor-main-page-list-section::-webkit-scrollbar-thumb{background:#53565a;background-clip:content-box;border:5px solid #fff0;border-radius:20px;padding:5px}.consultor-main-page-list-item{align-items:center;border:1px solid #c7c7c7;border-radius:25px;display:flex;flex:0 0 330px;flex-direction:column;font-family:Inter,serif;height:114px;inline-size:300px;justify-content:center;margin:15px 10px;word-break:break-all}.consultor-main-page-list-item:hover{background-color:#f2f2f2;cursor:pointer}.consultor-main-page-list-item-name{align-items:center;display:flex;font-size:16px;font-weight:200;height:80%;justify-content:center;text-align:center;width:100%;inline-size:300px;word-break:break-word}.consultor-main-page-list-item-system-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:10px}.consultor-main-page-list-item-system{align-items:center;color:#fff;height:17px;justify-content:center;text-align:center;width:84px}.consultor-main-page-list-item-end,.consultor-main-page-list-item-system{border-radius:10px;display:flex;font-size:10px;font-weight:500;margin:2px 5px}.consultor-main-page-list-item-end{align-items:normal;color:#000;justify-content:normal;text-align:left;text-align:initial}.report-page{width:100%}.report-page,.report-page-content{box-sizing:border-box;display:flex;min-height:100vh;overflow:hidden}.report-page-content{align-items:center;flex:1 1;flex-direction:column;justify-content:center;margin-left:1px;padding:1rem}.report-sidebar-icon{display:inline-block;height:1.25rem;width:1.25rem}.iframe-container{align-items:center;display:flex;height:100%;justify-content:center;max-height:calc(100vh - 2rem);overflow:hidden;position:relative;width:100%}.iframe-main-content{border:none;display:block;height:100%;max-height:100%;width:100%}.loading-container{align-items:center;background-color:#fffc;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}@media (max-width:768px){.report-page-content{margin-left:0;overflow:hidden;padding:.5rem}.iframe-container{max-height:calc(100vh - 1rem)}}.rec-filter-select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27 fill=%27%236b7280%27><path fill-rule=%27evenodd%27 d=%27M5.23 7.21a.75.75 0 011.06.02L10 10.94l3.71-3.71a.75.75 0 111.06 1.06l-4.24 4.24a.75.75 0 01-1.06 0L5.21 8.29a.75.75 0 01.02-1.08z%27 clip-rule=%27evenodd%27/></svg>");background-position:right 10px center;background-repeat:no-repeat;background-size:20px 20px;border:1px solid #e5e7eb;border:1px solid var(--rec-border);border-radius:10px;color:#111827;color:var(--rec-text);cursor:pointer;font-size:14px;font-weight:600;min-width:200px;padding:10px 36px 10px 14px;transition:all .2s ease}.rec-filter-select:hover{border-color:#ff690066;box-shadow:0 0 0 3px #ff690014}.rec-filter-select:focus{border-color:#ff690080;box-shadow:0 0 0 3px #ff69001f;outline:none}.rec-table-wrap::-webkit-scrollbar{width:12px}.rec-table-wrap::-webkit-scrollbar-thumb{background:#d1d5db;border:3px solid #fff;border:3px solid var(--rec-surface);border-radius:999px}.rec-table-wrap::-webkit-scrollbar-thumb:hover{background:#c1c7d0}.rec-table{border-collapse:initial;border-spacing:0;color:#111827;color:var(--rec-text);max-width:100%;min-width:0;table-layout:fixed}.rec-table thead th{background:#fafbfc;border-bottom:2px solid #e9ecef;color:#374151;font-size:12px;font-weight:700;letter-spacing:.5px;position:-webkit-sticky;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:5}.rec-table tbody td,.rec-table thead th{overflow:hidden;padding:12px 14px;padding:var(--rec-cell-pad-y) var(--rec-cell-pad-x);text-overflow:ellipsis}.rec-table tbody td{background:#fff;background:var(--rec-surface);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--rec-border);min-width:0;vertical-align:middle}.rec-table tbody tr:hover td{background:#fafbfc;transition:background-color .15s ease}.rec-table tbody tr:last-child td{border-bottom:none}.rec-muted{color:#6b7280;color:var(--rec-muted)}.rec-table--exc{--rec-col-client:28%;--rec-col-ids:18%;--rec-col-day:10%;--rec-col-cost:10%;--rec-col-exc:12%;--rec-col-actions:10%;--rec-col-modified:12%}.rec-table--noexc{--rec-col-client:30%;--rec-col-ids:19%;--rec-col-day:11%;--rec-col-cost:11%;--rec-col-exc:0%;--rec-col-actions:12%;--rec-col-modified:17%}.rec-w-client{width:25%;width:var(--rec-col-client)}.rec-w-ids{width:20%;width:var(--rec-col-ids)}.rec-w-day{width:12%;width:var(--rec-col-day)}.rec-w-cost{width:var(--rec-col-cost)}.rec-w-exc{width:var(--rec-col-exc)}.rec-w-actions{width:15%;width:var(--rec-col-actions)}.rec-w-modified{width:16%;width:var(--rec-col-modified)}.rec-col-client,.rec-col-ids,.rec-col-modified{text-align:left}.rec-col-center .rec-dd{display:flex;justify-content:center}.rec-col-center .rec-dd__btn{max-width:140px;width:100%}.rec-col-actions{text-align:center}.rec-client{display:flex;flex-direction:column;gap:8px;min-width:0}.rec-client-name{font-weight:700;line-height:1.2;overflow-wrap:anywhere;word-break:break-word}.rec-mode-toggle{display:flex;gap:6px;margin-top:4px}.rec-mode-btn{align-items:center;-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--rec-border);border-radius:8px;color:#111827;color:var(--rec-text);cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;gap:4px;padding:6px 10px;transition:all .15s ease}.rec-mode-btn:hover{background:#f9fafb;border-color:#d1d5db}.rec-mode-btn--active{background:#ff690014;border-color:#ff69004d;color:#ff6900;color:var(--rec-primary)}.rec-mode-btn--active:hover{background:#ff69001f;border-color:#ff690066}.rec-col-separado-info{padding:12px 14px!important;padding:var(--rec-cell-pad-y) var(--rec-cell-pad-x)!important}.rec-separado-hint{align-items:center;color:#6b7280;color:var(--rec-muted);display:flex;font-size:13px;font-style:italic;font-weight:600;gap:8px}.rec-row-id,.rec-row-id td{background:#fafbfc!important}.rec-row-id td{border-bottom:1px solid #f0f1f3!important}.rec-row-id:hover td{background:#f5f6f8!important}.rec-id-label{color:#6b7280;color:var(--rec-muted);font-family:SF Mono,Monaco,Consolas,monospace;font-size:13px;font-weight:600;padding-left:24px}.rec-row-separado td{border-bottom:2px solid #e9ecef!important}.rec-modby{display:flex;flex-direction:column;gap:4px;min-width:0}.rec-modby-name{color:#111827;font-weight:600;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rec-modby-when{color:#6b7280;color:var(--rec-muted);font-size:12px;line-height:1.2}.rec-ids{align-items:center;display:inline-flex;flex-wrap:wrap;gap:8px}.rec-id-one,.rec-ids{overflow-wrap:anywhere;word-break:break-word}.rec-id-one{white-space:normal}.rec-expand-btn{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--rec-border);border-radius:10px;color:#374151;cursor:pointer;flex:0 0 auto;font-weight:700;height:28px;transition:border-color .12s ease,background-color .12s ease;width:28px}.rec-expand-btn:hover{background:#fbfbfb;border-color:#d1d5db}.rec-warning{background:#fffbeb;border:1px solid #fde68a;border-radius:999px;color:#92400e;font-size:12px;gap:6px;padding:6px 10px;width:-webkit-fit-content;width:fit-content}.rec-save-btn,.rec-warning{align-items:center;display:inline-flex}.rec-save-btn{-webkit-appearance:none;appearance:none;background:linear-gradient(135deg,#ff6900,#ff7a1a);border:1px solid #ff69004d;border-radius:10px;box-shadow:0 2px 4px #ff690033;font-weight:700;justify-content:center;max-width:140px;padding:9px 12px;transition:all .2s ease;width:100%}.rec-save-btn:hover{background:linear-gradient(135deg,#ff7a1a,#ff8b33);box-shadow:0 4px 12px #ff69004d;transform:translateY(-1px)}.rec-save-btn:active{box-shadow:0 2px 4px #ff690033;transform:translateY(0)}.rec-save-btn:disabled{transform:none}.rec-dd{min-width:0;position:relative;width:100%}.rec-dd__btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--rec-border);border-radius:10px;color:#111827;color:var(--rec-text);cursor:pointer;display:flex;font-weight:600;justify-content:space-between;min-width:0;overflow:hidden;padding:9px 10px;transition:all .2s ease}.rec-dd[data-open=true] .rec-dd__btn,.rec-dd__btn:hover{border-color:#ff690066;box-shadow:0 0 0 3px #ff690014}.rec-dd__label{font-size:14px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rec-dd__caret{background:no-repeat 50%/16px 16px url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27 fill=%27%236b7280%27><path fill-rule=%27evenodd%27 d=%27M5.23 7.21a.75.75 0 011.06.02L10 10.94l3.71-3.71a.75.75 0 111.06 1.06l-4.24 4.24a.75.75 0 01-1.06 0L5.21 8.29a.75.75 0 01.02-1.08z%27 clip-rule=%27evenodd%27/></svg>");display:inline-block;flex:0 0 auto;height:16px;opacity:.65;transition:transform .12s ease;width:16px}.rec-dd[data-open=true] .rec-dd__caret{opacity:.9;transform:rotate(180deg)}.rec-dd__menu{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--rec-border);border-radius:12px;box-shadow:0 10px 25px #0000001a,0 4px 10px #00000014;max-height:240px;overflow:auto;padding:6px}.rec-dd__item{align-items:center;background:#0000;border:0;border-radius:10px;color:#111827;color:var(--rec-text);cursor:pointer;display:flex;font-weight:600;gap:10px;justify-content:space-between;padding:10px;text-align:left;width:100%}.rec-dd__item:hover{background:#f6f7f9}.rec-dd__item[data-selected=true]{background:#ff69001a}.rec-dd__item-text{font-size:14px;min-width:0}.rec-dd__check{background:no-repeat 50%/16px 16px url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27 fill=%27%23ff6900%27><path fill-rule=%27evenodd%27 d=%27M16.704 5.29a1 1 0 010 1.414l-7.5 7.5a1 1 0 01-1.414 0l-3.5-3.5A1 1 0 015.704 9.29l2.793 2.793 6.793-6.793a1 1 0 011.414 0z%27 clip-rule=%27evenodd%27/></svg>");height:16px;width:16px}@media (max-width:767px){.rec-page-header{padding:20px 16px 12px}.rec-page-title{font-size:20px}.rec-stats-section{padding:0 16px 20px}.rec-stats-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.rec-stat-card{padding:16px 12px}.rec-stat-value{font-size:28px}.rec-search-filters-row{gap:12px;margin-bottom:16px;padding:0 16px}.rec-filters-wrapper{flex-direction:column;width:100%}.rec-filter-select{min-width:0;width:100%}.rec-refresh-btn{max-width:none;width:100%}.rec-clear-filters-btn{width:100%}.rec-scope .consultor-main-page-list-section.rec-table-section{height:65vh;padding:0 16px}.rec-table-wrap{overflow-x:auto}.rec-table{min-width:800px}.rec-table thead th{font-size:11px;padding:10px 8px}.rec-table tbody td{font-size:13px;padding:10px 8px}.rec-client-name{font-size:13px}.rec-mode-toggle{flex-direction:column;gap:4px}.rec-mode-btn{width:100%}.rec-save-btn{font-size:13px;padding:8px 10px}.rec-dd__btn{font-size:13px;padding:8px}.rec-modby-name{font-size:12px}.rec-modby-when{font-size:11px}}.rec-scope,.rec-scope *{box-sizing:border-box}.rec-page-header{align-items:center;display:flex;justify-content:center;padding:24px 20px 16px;width:100%}.rec-page-title{color:var(--rec-text);font-size:28px;line-height:1.3;margin:0;text-align:center}.rec-stats-section{padding:0 20px 24px;width:100%}.rec-stats-grid{margin:0 auto;max-width:1200px}.rec-stat-card{-webkit-appearance:none;appearance:none;background:linear-gradient(135deg,#fff,#fafbfc);border:2px solid #e5e7eb;border:2px solid var(--rec-border);border-radius:16px;box-shadow:0 2px 4px #0000000a;cursor:pointer;overflow:hidden;padding:24px 20px;position:relative;text-align:center;transition:all .25s ease}.rec-stat-card:before{background:linear-gradient(90deg,#ff6900,#ff8b33);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .25s ease}.rec-stat-card--active:before,.rec-stat-card:hover:before{opacity:1}.rec-stat-card:hover{border-color:#ff69004d;box-shadow:0 8px 16px #ff69001f;transform:translateY(-2px)}.rec-stat-card--active{background:linear-gradient(135deg,#ff690014,#ff69000a);border-color:#ff690080;box-shadow:0 8px 20px #ff69002e}.rec-stat-label{font-size:14px;font-weight:600;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.rec-stat-value{color:#ff6900;color:var(--rec-primary);font-size:36px;font-weight:700;line-height:1;margin-bottom:4px}.rec-stat-card--active .rec-stat-value{color:#ff6900}.rec-stat-desc{color:#6b7280;color:var(--rec-muted);font-size:13px;font-weight:500}.rec-search-filters-row{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;padding:0 20px}.rec-search-filters-row,.rec-search-wrapper{max-width:100%;width:100%}.rec-filters-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.rec-filter-dd{position:relative}.rec-filter-dd--active:after{background:#ff6900;background:var(--rec-primary);border-radius:999px;box-shadow:0 0 0 2px #fff,0 6px 14px #ff690040;content:"";height:10px;pointer-events:none;position:absolute;right:-4px;top:-4px;width:10px}.rec-filter-dd--active .rec-dd__btn{border-color:#ff690073;box-shadow:0 0 0 3px #ff69001a}.rec-clear-filters-btn{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--rec-border);border-radius:10px;color:#6b7280;color:var(--rec-muted);cursor:pointer;font-size:14px;font-weight:600;padding:10px 16px;transition:all .2s ease}.rec-clear-filters-btn:hover{background:#ff69000d;border-color:#ff690066;color:#ff6900;color:var(--rec-primary)}.rec-refresh-btn{align-items:center;-webkit-appearance:none;appearance:none;background:#fff;background:var(--rec-surface);border:1px solid #e5e7eb;border:1px solid var(--rec-border);border-radius:10px;color:#111827;color:var(--rec-text);cursor:pointer;display:inline-flex;height:38px;justify-content:center;padding:9px;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease;width:38px}.rec-refresh-btn:hover{background:#ff69000d;border-color:#ff690066;box-shadow:0 2px 8px #ff690026}.rec-refresh-btn:active{background:#ff69001a;border-color:#ff690099}.rec-refresh-btn:disabled{cursor:not-allowed;opacity:.5}.rec-refresh-btn svg{display:block}.rec-scope .consultor-main-page-list-section.rec-table-section{align-self:stretch;flex-direction:column;flex-wrap:nowrap;height:80vh;justify-content:flex-start;max-width:100%;min-width:0;overflow:hidden;padding:0 20px;width:100%}.rec-loading{color:#6b7280;color:var(--rec-muted);font-weight:600;padding:18px 8px}.rec-table-wrap{background:#fff;background:var(--rec-surface);border:1px solid #e5e7eb;border:1px solid var(--rec-border);border-radius:12px;border-radius:var(--rec-radius);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--rec-shadow-lg);height:100%;max-width:100%;min-width:0;overflow-x:hidden;overflow-y:auto;transition:opacity .18s ease,transform .18s ease,filter .18s ease;width:100%;will-change:opacity,transform,filter}.rec-table-wrap.rec-table-wrap--filtering{filter:blur(.6px);opacity:0;pointer-events:none;transform:translateY(2px)}@media (prefers-reduced-motion:reduce){.rec-table-wrap{transition:none!important}.rec-table-wrap.rec-table-wrap--filtering{filter:none!important;transform:none!important}}.rec-table tbody td.rec-col-modified,.rec-table thead th.rec-col-modified{padding-right:10px;text-align:right}.rec-col-modified .rec-modby{align-items:flex-end;text-align:right}@media (max-width:1024px){.rec-page-title{font-size:24px}.rec-stats-grid{grid-template-columns:repeat(2,1fr)}.rec-table--exc{--rec-col-client:25%;--rec-col-ids:15%;--rec-col-day:12%;--rec-col-cost:12%;--rec-col-exc:12%;--rec-col-actions:12%;--rec-col-modified:12%}.rec-table--noexc{--rec-col-client:28%;--rec-col-ids:16%;--rec-col-day:13%;--rec-col-cost:13%;--rec-col-actions:14%;--rec-col-modified:16%}}@media (max-width:767px){.rec-page-header{padding:20px 16px 12px}.rec-page-title{font-size:20px}.rec-stats-section{padding:0 16px 20px}.rec-stats-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.rec-stat-card{padding:16px 12px}.rec-stat-value{font-size:28px}.rec-search-filters-row{gap:12px;margin-bottom:16px;padding:0 16px}.rec-filters-wrapper{flex-direction:column;width:100%}.rec-refresh-btn{max-width:none;width:100%}.rec-clear-filters-btn{width:100%}.rec-scope .consultor-main-page-list-section.rec-table-section{height:65vh;padding:0 16px}.rec-table-wrap{overflow-x:auto}.rec-table{min-width:800px}}@media (max-width:480px){.rec-stats-grid{grid-template-columns:1fr}.rec-page-title{font-size:18px}}.rec-dd__btn--static{background:#fff;gap:0;justify-content:center}.rec-col-center .rec-dd--static .rec-dd__btn{max-width:140px;width:100%}.rec-dd__btn--static .rec-dd__label{flex:1 1;text-align:left}.rec-dd__caret--hidden{visibility:hidden}.rec-dd__btn--static{padding-left:8px}:root{--rec-primary:#ff6900;--rec-bg:#fff;--rec-surface:#fff;--rec-surface-2:#fafafa;--rec-text:#111827;--rec-muted:#6b7280;--rec-border:#e5e7eb;--rec-radius:12px;--rec-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;--rec-shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--rec-focus:0 0 0 3px #ff69001f;--rec-cell-pad-x:14px;--rec-cell-pad-y:12px;--rec-col-client:25%;--rec-col-ids:20%;--rec-col-day:12%;--rec-col-toggle:12%;--rec-col-actions:15%;--rec-col-modified:16%}.rec-scope{color:#111827;color:var(--rec-text);font-family:Inter,system-ui,-apple-system,sans-serif;max-width:100%;min-width:0;overflow-x:hidden;width:100%}.rec-scope *{box-sizing:border-box}.rec-container{background:#f9fafb;min-height:100vh;padding:24px}.rec-header{margin-bottom:24px}.rec-page-title{color:#111827;font-size:24px;font-weight:700;margin:0 0 20px}.rec-stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.rec-stat-card{background:#fff;background:var(--rec-surface);border:1px solid #e5e7eb;border:1px solid var(--rec-border);border-radius:12px;border-radius:var(--rec-radius);box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;box-shadow:var(--rec-shadow);padding:16px}.rec-stat-label{color:#6b7280;color:var(--rec-muted);display:block;font-size:13px;margin-bottom:4px}.rec-stat-value{color:#111827;color:var(--rec-text);font-size:20px;font-weight:600}.rec-filters-bar{align-items:flex-end;background:#fff;background:var(--rec-surface);border:1px solid #e5e7eb;border:1px solid var(--rec-border);border-radius:12px;border-radius:var(--rec-radius);box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;box-shadow:var(--rec-shadow);display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px;padding:20px}.rec-filter-group{display:flex;flex-direction:column;gap:6px;min-width:160px}.rec-filter-label{color:#6b7280;color:var(--rec-muted);font-size:12px;font-weight:600;letter-spacing:.025em;text-transform:uppercase}.rec-table-card{background:#fff;background:var(--rec-surface);border:1px solid #e5e7eb;border:1px solid var(--rec-border);border-radius:12px;border-radius:var(--rec-radius);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--rec-shadow-lg);overflow:hidden}.rec-table-wrap{overflow-x:auto}.rec-table{border-collapse:collapse;font-size:14px;table-layout:auto;width:100%}.rec-table th{background:#f8fafc;border-bottom:2px solid #e5e7eb;border-bottom:2px solid var(--rec-border);color:#6b7280;color:var(--rec-muted);font-weight:600;padding:12px 14px;padding:12px var(--rec-cell-pad-x);text-align:left;white-space:nowrap}.rec-table td{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--rec-border);padding:12px 14px;padding:var(--rec-cell-pad-y) var(--rec-cell-pad-x);vertical-align:middle}.rec-row-main{background:#fff}.rec-row-sub{background:#fcfcfc}.rec-row-sub td:first-child{padding-left:40px}.rec-client-name{color:#111827;color:var(--rec-text);display:block;font-weight:600}.rec-ids{background:#f3f4f6;border-radius:4px;color:#4b5563;display:inline-block;font-family:Roboto Mono,monospace;font-size:12px;padding:4px 8px;white-space:normal;word-break:break-all}.rec-col-center{text-align:center!important}.rec-badge{border-radius:9999px;font-size:12px;font-weight:500;padding:4px 10px}.rec-badge--yes{background:#dcfce7;color:#166534}.rec-badge--no{background:#fee2e2;color:#991b1b}.rec-save-btn{background:#ff6900;background:var(--rec-primary);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:8px 16px;transition:all .2s}.rec-save-btn:hover:not(:disabled){background:#e65f00;transform:translateY(-1px)}.rec-save-btn:disabled{cursor:not-allowed;opacity:.6}.rec-toggle-input{accent-color:#ff6900;accent-color:var(--rec-primary);cursor:pointer;height:18px;width:18px}.rec-dd--static{pointer-events:none}.rec-dd__btn--static{align-items:center;background:#fafafa;border:1px solid #e5e7eb;border:1px solid var(--rec-border);border-radius:8px;color:#6b7280;color:var(--rec-muted);cursor:default;display:flex;justify-content:space-between;max-width:140px;padding:8px 12px;width:100%}.rec-dd__caret--hidden{opacity:0}@media (max-width:1024px){.rec-table{min-width:900px}}@media (max-width:640px){.rec-container,.rec-filters-bar{padding:16px}.rec-filter-group{min-width:100%}}.rec-cc-cell{gap:8px}.rec-cc-cell,.rec-cc-multi{align-items:center;display:flex;flex-direction:column}.rec-cc-multi{gap:4px;width:100%}.rec-cc-hint{color:#14181fb8;font-size:11px;line-height:1.2;max-width:160px;text-align:center}.rec-dd__menu--multi{padding-bottom:0}.rec-dd__multi-actions{background:#fff;border-top:1px solid #e5e7eb;border-top:1px solid var(--rec-border);bottom:0;display:flex;gap:8px;margin-top:6px;padding:10px 8px;position:-webkit-sticky;position:sticky}.rec-dd__multi-btn{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--rec-border);border-radius:10px;color:#111827;color:var(--rec-text);cursor:pointer;flex:1 1;font-weight:700;padding:8px 10px}.rec-dd__multi-btn:hover{background:#f6f7f9}.rec-dd__multi-btn--primary{background:#ff69001a;border-color:#ff690059}.rec-dd__multi-btn--primary:hover{background:#ff690029}.rec-totalizador-hint{align-items:center;color:#555;display:flex;flex-wrap:wrap;font-size:12px;gap:8px;margin-top:4px}.rec-totalizador-badge{align-items:center;background:#ff690024;border-radius:999px;color:#ff6900;display:inline-flex;font-weight:800;letter-spacing:.2px;padding:2px 8px}.rec-totalizador-text{color:#555}.rec-row-id .rec-totalizador-hint{padding-left:24px}.page-transition-shell{min-height:100%;overflow:hidden;width:100%}.page-transition-animate{animation:pageTransitionIn .42s cubic-bezier(.16,1,.3,1) both;will-change:opacity,transform,filter}.page-transition-animate,.page-transition-animate-auth{-webkit-backface-visibility:hidden;backface-visibility:hidden}.page-transition-animate-auth{animation:pageTransitionAuthIn .28s cubic-bezier(.22,1,.36,1) both;transform-origin:top center;will-change:opacity,transform}@keyframes pageTransitionIn{0%{filter:blur(2px);opacity:0;transform:translate3d(0,12px,0) scale3d(.985,.985,1)}to{filter:blur(0);opacity:1;transform:translateZ(0) scaleX(1)}}@keyframes pageTransitionAuthIn{0%{opacity:0;transform:scale3d(.995,.995,1)}to{opacity:1;transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.page-transition-animate,.page-transition-animate-auth{animation:none}}
/*# sourceMappingURL=main.540e7974.css.map*/