:root{--brand-black:#000;--brand-white:#fff;--brand-ocean-100:#bfe0f3;--brand-ocean-200:#a4c8df;--brand-ocean-300:#86b0cb;--brand-ocean-400:#6f9dba;--brand-ocean-500:#578baa;--brand-ocean-600:#497c98;--brand-ocean-700:#3a6781;--brand-ocean-800:#2c546a;--brand-ocean-900:#193e52;--brand-ocean-050:#ddf3ff;--brand-storm-100:#f1ecff;--brand-storm-200:#e6e1fd;--brand-storm-300:#d4cfeb;--brand-storm-400:#afabc6;--brand-storm-500:#8f8aa4;--brand-storm-600:#67637b;--brand-storm-700:#535068;--brand-storm-800:#353248;--brand-storm-900:#151326;--brand-storm-050:#f9f4ff;--brand-sunset-100:#fbe0af;--brand-sunset-200:#f8cc7b;--brand-sunset-300:#f6b844;--brand-sunset-400:#f5a811;--brand-sunset-500:#f49900;--brand-sunset-600:#f18d00;--brand-sunset-700:#ec7e00;--brand-sunset-800:#e66e00;--brand-sunset-900:#de5300;--brand-sunset-050:#fdf3df;--brand-charcoal-100:#f4f4f4;--brand-charcoal-200:#efefef;--brand-charcoal-300:#dedede;--brand-charcoal-400:#bbb;--brand-charcoal-500:#9b9b9b;--brand-charcoal-600:#727272;--brand-charcoal-700:#5f5f5f;--brand-charcoal-800:#404040;--brand-charcoal-900:#1f1f1f;--brand-charcoal-050:#fafafa;--brand-hero-primary:var(--brand-ocean-400);--brand-hero-secondary:var(--brand-storm-800);--brand-hero-tertiary:var(--brand-sunset-300);--page-margin-block:10px;--page-margin-inline:24px;--z-side-menu:50;--z-loader:20;--app-nav-bg-color:var(--brand-storm-800);--app-header-height:64px;--app-nav-width:250px;--app-main-height:calc(100vh - var(--app-header-height));--menu-expand-width:var(--app-nav-width);--menu-collapse-width:50px;--app-breadcrumb-color:var(--brand-sunset-100)}body{margin:0;font-family:Arial,Helvetica,sans-serif;font-size:1rem;line-height:1.5}#root .root-layout{--menu-current-width:var(--menu-collapse-width);grid-template-areas:"header header""nav main";grid-template-columns:var(--menu-current-width) 1fr;grid-template-rows:var(--app-header-height) 1fr;display:grid}#root .root-layout.expanded{--menu-current-width:var(--menu-expand-width)}#root .root-layout.expanded nav:hover{width:unset;box-shadow:none;overflow-y:auto}body{overflow:clip}#app-header{grid-area:header}#app-nav{z-index:var(--z-side-menu);width:var(--menu-current-width);height:var(--app-main-height);background-color:var(--app-nav-bg-color);scrollbar-color:var(--brand-storm-600) var(--app-nav-bg-color);scrollbar-width:thin;scrollbar-gutter:stable;grid-area:nav;transition:width .2s ease-in-out,box-shadow .2s ease-in-out;overflow:clip hidden}#app-nav:hover{width:var(--menu-expand-width);overflow-y:auto;box-shadow:10px 0 10px #0006}#app-main{box-sizing:border-box;height:var(--app-main-height);flex:1 0 auto;grid-area:main;overflow:auto}#app-container-internal{box-sizing:border-box;height:var(--app-main-height);padding-block:var(--page-margin-block);padding-inline:var(--page-margin-inline);overflow-y:auto}.cubeLoginBtn{z-index:calc(var(--z-side-menu) + 1);box-sizing:border-box;background:var(--brand-storm-700);width:var(--app-nav-width);justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset-block-end:0}._header_1nbym_1{--header-space:10px;--mui-button-space:8px;--header-gap:calc(var(--header-space) * 2);background-color:var(--app-nav-bg-color);color:#fff;justify-content:space-between;align-items:center;padding-inline-end:var(--header-space);display:flex}._header_1nbym_1>div{align-items:center;display:flex}._logoWrapper_1nbym_19{box-sizing:border-box;align-items:center;column-gap:var(--header-gap);width:var(--app-nav-width);padding-inline-start:var(--mui-button-space);display:flex}._userInfo_1nbym_28{gap:var(--header-space);align-items:center;font-size:.8rem;display:flex}._userInfo_1nbym_28 svg{width:36px;height:36px}._userInfo_1nbym_28 ul{all:unset;color:var(--brand-storm-200);flex-direction:column;line-height:1.5;display:flex}._userInfo_1nbym_28 li{display:block}._customerName_1nbym_49:after{content:"|";margin-inline:1ch}._breadCrumb_1nbym_54 ol,._breadCrumb_1nbym_54 li{margin:0;padding:0;list-style:none}._breadCrumb_1nbym_54 ol{display:inline-flex}._breadCrumb_1nbym_54 li:not(:last-child):after{content:">";margin-inline:calc(var(--page-margin-inline) / 2)}._breadCrumbText_1nbym_73{flex:auto}._breadCrumbText_1nbym_73 a{color:var(--app-breadcrumb-color);text-decoration:none;transition:color .3s}._breadCrumbText_1nbym_73 a:hover{color:var(--app-breadcrumb-hover-color);text-decoration:underline}._menuContainer_rjdjq_1{--highlight-bar-width:6px;--active-border:var(--highlight-bar-width) solid var(--brand-sunset-400);--active-padding:calc(16px - var(--highlight-bar-width));width:var(--app-nav-width);color:#fff;margin:0;padding-inline:0;list-style:none}._itemButton_rjdjq_13{box-sizing:border-box;color:currentColor;-webkit-user-select:none;user-select:none;background-color:inherit;justify-content:flex-start;align-items:center;padding-block:8px;padding-inline:16px;text-decoration:none;transition:background-color .15s linear;display:flex}._itemButton_rjdjq_13._open_rjdjq_25{background-color:var(--brand-storm-600)}._itemButton_rjdjq_13:hover{background-color:var(--brand-storm-600)!important}._itemButtonIcon_rjdjq_33{flex-shrink:0;min-width:5ch;display:inline-flex}._itemButtonText_rjdjq_39{flex:auto;margin-block:4px;font-size:14px}._expandingList_rjdjq_45{background-color:inherit;opacity:0;height:0;margin:0;padding:0;list-style:none;transition:background-color .3s linear,height .15s ease-in-out,opacity .15s ease-in-out;overflow-y:clip}._expandingList_rjdjq_45._open_rjdjq_25{background-color:var(--brand-storm-700);opacity:1;height:calc-size(auto, size)}@supports not (height:calc-size(auto, size)){._expandingList_rjdjq_45._open_rjdjq_25{height:auto}}._activeSection_rjdjq_67:not(._open_rjdjq_25){border-inline-start:var(--active-border);padding-inline-start:var(--active-padding)}[aria-current=page]{background-color:var(--brand-sunset-800);border-inline-start:var(--active-border);padding-inline-start:var(--active-padding)}[aria-current=page]:hover{background-color:var(--brand-sunset-700)!important}._errorPageContainer_g9vni_1{text-align:center;margin-inline:auto}._backButton_g9vni_6{justify-content:center;margin-block:2rem;display:flex}
