:root{--dashboard-green: #06bb75;--dashboard-yellow: #ffc300;--dashboard-orange: #f57800;--dashboard-red: #e00039}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body{margin:0;background-color:#eceff0;font-family:Arial,Helvetica,sans-serif}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.App *,.App *:before,.App *:after{box-sizing:border-box}.App,.App textarea,.App input,.App select{font-family:Gotham Rounded A,Gotham Rounded B,Arial,Helvetica,sans-serif;letter-spacing:-.01em;font-weight:500}.Toast{color:#fff}.Toast__Progress{background-color:#fff}.Toast--Error{background-color:#e00039}.Toast--Success{background-color:#009de0}.Button{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;line-height:1;outline:none;border:none;background-color:transparent;position:relative;font-family:Gotham Rounded A,Gotham Rounded B}.Button__Inner{margin-top:-1px;font-family:Gotham Rounded A,Gotham Rounded B}.Button--Height-Default{height:28px;border-radius:14px;padding-left:15px;padding-right:15px;font-size:14px}.Button--Height-Small{height:24px;border-radius:12px;padding-left:10px;padding-right:10px;font-size:13px}.Button--Height-Large{height:36px;border-radius:18px;padding-left:10px;padding-right:10px;font-size:13px}.Button--Theme-Blue{background-color:#009de0;color:#fff;transition:background-color .18s ease-out}.Button--Theme-Blue:hover{background-color:#33b1e6}.Button--Theme-Grey{background-color:#eceff0;color:#fff;transition:color .18s ease-out}.Button--Theme-Grey:hover{background-color:#b8b8b8}.Button--Theme-GreyText{color:#fff9;transition:color .18s ease-out}.Button--Theme-GreyText:hover{color:#ffffffe6}.Button--Theme-OutlineGrey{color:#fff9;transition:color .18s ease-out;border:1px solid currentColor}.Button--Theme-OutlineGrey:hover{color:#ffffffe6}.Button--Theme-OutlineBlue{color:#009de0;transition:color .18s ease-out,background-color .18s ease-out;border:1px solid currentColor}.Button--Theme-OutlineBlue:hover{background-color:#009de01a}.Button--Theme-TrafficLight{color:#fff;transition:color .18s ease-out,background-color .18s ease-out;border:1px solid currentColor;height:30px;border-radius:15px;padding-left:10px;padding-right:10px;font-size:13px}.Button--Theme-TrafficLight:disabled{cursor:initial}.Button--Theme-TrafficLight[data-active=false]{color:#ffffff40}.Button--Theme-TrafficLight[data-active=false]:hover{color:#fffc;border-color:currentColor}.Button--Theme-TrafficLight>.Button__Inner{color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Button--Theme-TrafficLightRound{color:#fff;transition:color .18s ease-out,background-color .18s ease-out;border:1px solid currentColor;height:30px;width:30px;border-radius:50%;padding-left:5px;padding-right:5px;font-size:13px}.Button--Theme-TrafficLightRound:disabled{cursor:initial}.Button--Theme-TrafficLightRound[data-active=false]{color:#ffffff40}.Button--Theme-TrafficLightRound[data-active=false]:hover{color:#fffc;border-color:currentColor}.Button--Theme-TrafficLightRound>.Button__Inner{color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Button--Theme-Circle{color:#ffffff40;transition:color .18s ease-out,background-color .18s ease-out;border:1px solid currentColor;height:30px;width:30px;border-radius:50%}.Button--Theme-Circle:hover{color:#fffc}.Icon{position:relative;line-height:0}.Icon svg{width:100%}.PopMenu{display:flex;flex-flow:column;border-radius:6px;font-weight:400;max-width:28em;box-shadow:0 2px 15px #00000080;font-size:14px;z-index:1000;min-width:200px;overflow:hidden;gap:1px}.PopMenu__Item+.PopMenu__Item:before{position:absolute;bottom:100%;left:0;right:0;content:"";height:1px;background-color:#ffffff26}.PopMenu__Item:hover{background-color:#ffffff1a}.PopMenu__Item{display:flex;align-items:center;height:40px;transition:background-color .18s ease-out;cursor:pointer;position:relative}.PopMenu__Item--Theme-Default{background-color:#eceff0}.PopMenu__Item--Theme-Default:hover{background-color:#fff}.PopMenu__Item--Theme-Default .PopMenu__ItemLabel{color:#002433}.PopMenu__Item:focus{outline:transparent;border:1px solid;border-color:#0024334d;border-radius:5px}.PopMenu__Item.hasIcon .PopMenu__ItemLabel{padding-left:0}.PopMenu__ItemLabel{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:inherit;padding-left:11px;padding-right:11px}.PopMenu__ItemIcon{display:flex;align-items:center;justify-content:center;width:40px}.PopMenuWrapper{position:relative;z-index:1000}.PopMenu.hasIcon .PopMenu__Item.hasIcon .PopMenu__ItemLabel{padding-left:0}.PopMenu.hasIcon .PopMenu__ItemLabel{padding-left:40px}.PopMenu--Theme-Default{background-color:#d4e0e6;color:#002433;box-shadow:0 2px 15px #0003}.PopMenu--Theme-Default .PopMenu__Item{background-color:#eceff0}.PopMenu--Theme-Default .PopMenu__Item:hover{background-color:#fff}.PopMenu--Theme-Default .PopMenu__Item.isSelected{background-color:#dae0e2;color:#002433b3}.PopMenu--Theme-Dark{background-color:#00384f;color:#fffc}.PopMenu--Theme-Dark .PopMenu__Item:hover{background-color:#ffffff1a}.PopMenu--Theme-Dark .PopMenu__Item.isSelected{color:#ffffff4d}.PopMenu--Theme-Admin{background-color:#00384f;color:#fffc;width:100%;max-width:424px}.PopMenu--Theme-Admin .PopMenu__Item:hover{background-color:#ffffff1a}.PopMenu--Theme-Admin .PopMenu__Item.isSelected{color:#002433cc;color:#ffffff4d}.ToggleButton{height:16px;width:53px;border:1px solid rgba(0,36,51,.4);border-radius:8px;padding:0;padding-inline:4px;cursor:pointer;background-color:#fff;transition:.15s ease-in-out background-color,.15s ease-in-out border-color}.ToggleButton:focus{box-shadow:0 0 0 2px #007bff40}.ToggleButton:focus-visible{outline:none}.ToggleButton--Disabled{opacity:.8;cursor:not-allowed}.ToggleButton:hover{border-color:#0006}.ToggleButton:hover .ToggleButton__Tick{background-color:#0006}.ToggleButton--On{border-color:#009de0}.ToggleButton--On:hover{border-color:#008bc7}.ToggleButton--On:hover .ToggleButton__Tick{background-color:#008bc7}.ToggleButton__Tick{background-color:#00243366;transition:transform .15s ease-out,background-color .15s ease-out;height:8px;width:23px;border-radius:4px;transform:translate(0);margin:0}.ToggleButton__Tick--On{background-color:#009de0;transform:translate(20px)}.FormInput{position:relative;font-size:16px;width:100%}.FormInput--Default{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center}.FormInput__Label{color:#009de0}.FormInput__Label--Disabled{color:#ffffff80}.FormInput__Label--Login{transition:transform .15s ease-in-out,font-size .15s ease-in-out;transform-origin:top left;position:absolute;top:13px;transform:translateY(0);pointer-events:none}.FormInput__Label--Login--dirty{transform:translateY(-20px);font-size:13px}.FormInput__Label--Default{font-size:15px;line-height:18px;color:#002433;font-weight:700}.FormInput__Label--Admin{transition:transform .15s ease-in-out,font-size .15s ease-in-out;transform-origin:top left;position:absolute;top:13px;transform:translateY(0);pointer-events:none}.FormInput__Label--Admin--dirty{transform:translateY(-20px);font-size:13px}.FormInput__Input{display:flex;justify-content:flex-end}.FormInput__Error{font-size:14px;margin-top:4px;height:18px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}.FormInputText{outline:none;border:none;background-color:transparent;padding:3px 0 0;margin-top:10px;color:currentColor;width:100%;box-sizing:border-box}.FormInputText--Login{color:#fff;font-size:15px;border-bottom:1px solid #009de0;width:100%}.FormInputText--Default{height:40px;background-color:#eceff0;border-radius:6px;padding-inline:18px;text-align:right;display:flex;justify-content:flex-end;font-size:15px;border:1px solid transparent;transition:border-color .15s ease-out}.FormInputText--Default:focus,.FormInputText--Default:hover{border-color:#0024334d}.FormInputText--Admin{color:#fff;font-size:15px;border-bottom:1px solid #fff;width:100%}.FormInputText:disabled{opacity:.5;border-bottom-color:#ffffff80}.FormInputSelect{width:100%;background-color:#eceff0;border-radius:6px;padding-inline:18px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:9px;height:40px;transition:border-color .15s ease-out,transform .15s ease-out;border:1px solid transparent}.FormInputSelect:hover{border-color:#0024334d}.FormInputSelect:focus{outline:transparent;border:1px solid;border-color:#0024334d}.FormInputSelect--Admin{background-color:transparent;border-bottom:1px solid #fff;border-radius:0;justify-content:space-between;padding-inline:0px;height:45px}.FormInputSelect--Admin:hover{border-bottom-color:#fff}.FormInputSelect__Value{overflow:hidden;line-height:50px;text-overflow:ellipsis;white-space:nowrap;max-width:91%;-webkit-user-select:none;user-select:none}.FormInputSelect__Value--Admin{text-align:left;font-size:15px;color:#fff;max-width:100%;padding:13px 0}.FormInputSelect__Select{margin-top:-10px;margin-bottom:-10px;display:flex;align-items:center;transition:background-color .18s ease-out;cursor:pointer;width:100%;font-size:15px}.FormInputSelect__Select .Icon{transition:transform .15s ease-out}.FormInputSelect__Select:hover,.FormInputSelect__Select.isOpen{background-color:#fff6}.FormInputSelect__Select.isOpen .Icon{transform:rotate(-180deg)}.FormInputSelect__Select--Admin{margin-top:0;margin-bottom:0}.FormInputSelect__Select--Admin:hover,.FormInputSelect__Select--Admin.isOpen{background-color:#fff0}.FormInputSelect__Select .Icon{position:relative;color:#009de0}.FormInputSelect__Select.isDisabled{opacity:.5;border-bottom-color:#ffffff80}.LoginForm{position:relative}.LoginForm__Form{display:flex;flex-direction:column;gap:10px}.LoginForm__Actions{width:100%;display:flex;flex-direction:column;gap:10px;margin-top:8px}.LoginForm__Actions .Button{width:100%}.LoginForm__Login>.Button{font-size:14px}.LoginForm__ForgotPassword>.Button{font-size:12px}.LoginForm__Error{opacity:0;font-size:14px;margin-top:15px;margin-bottom:25px;text-align:center;color:#fff;border-radius:6px;padding:10px;transition:opacity .1s ease-out}.LoginForm__Error--Active{opacity:1}.Login{display:grid;grid-template-columns:1fr 500px;grid-template-rows:1fr;height:100vh;background-color:#002433}.Login__BackgroundImage{flex:auto;background-position:center center;background-size:cover}.Login__Logo{position:absolute;top:58px;left:60px}.Login__Icon{margin-bottom:50px}.Login__Title{font-size:30px;color:#009de0;margin-bottom:20px}.Login__Instruction{color:#fff;margin-top:20px;line-height:1.2}.Login__Form{background-color:#002433;padding:120px 90px;display:flex;flex-direction:column;height:100%}.Login__TOS{display:flex;justify-self:flex-end;margin-top:auto}.Login__TOS>.Button{font-size:12px;width:110px}.Login__Link{color:inherit;text-decoration:none}.IconButton{display:flex;align-items:center;cursor:pointer;column-gap:4px}.IconButton__Text{font-size:13px;margin-top:-1px}.IconButton__Text,.IconButton__Icon{transition:color .18s ease-out}.IconButton--align-right{flex-direction:row}.IconButton--align-left{flex-direction:row-reverse}.IconButton--theme-blue-grey .IconButton__Text{color:#fff9}.IconButton--theme-blue-grey .IconButton__Icon{color:#00a0dd}.IconButton--theme-blue-grey:hover .IconButton__Text{color:#fff}.IconButton--theme-blue-text-transparent .IconButton__Text,.IconButton--theme-blue-text-transparent .IconButton__Icon{color:#00a0dd}.IconButton--theme-blue-text-transparent:hover .IconButton__Text,.IconButton--theme-blue-text-transparent:hover .IconButton__Icon{color:#007baa}.IconButton--theme-blue-white-rounded{display:flex;align-items:center;justify-content:center;gap:10px;background-color:#00a0dd;border-radius:24px;border:none;padding:10px;height:100%;width:100%}.IconButton--theme-blue-white-rounded .IconButton__Text{color:#f5fafc}.IconButton--theme-blue-white-rounded .IconButton__Icon{color:#f5fafc;margin-right:2px}.IconButton--theme-greyed-out-transparent .IconButton__Text,.IconButton--theme-greyed-out-transparent .IconButton__Icon{color:#809199}.IconButton--theme-none{color:red}.IconButton--theme-none .IconButton__Text,.IconButton--theme-none .IconButton__Icon{color:currentColor}.ToolTip{background-color:#00384f;border-radius:6px;padding:10px 11px;font-weight:400;color:#fffc;max-width:25em;box-shadow:0 2px 15px #00000080;font-size:14px;pointer-events:none;z-index:2000;white-space:normal;word-wrap:break-word}.ToolTipWrapper{position:relative;z-index:2000}.ResultBar__BarTrack{height:6px;border-radius:2px;background-color:#ffffff26;overflow:hidden;position:relative}.ResultBar__Bar{height:100%}.ResultBar__Text{display:flex;margin-top:4px;align-items:baseline}.ResultBar__Label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff6;line-height:1;margin-right:5px;font-size:9px}.ResultBar__Value{line-height:1;color:#ffffffb3;margin-left:auto;font-size:13px}.MenuButton{width:50px;height:50px;display:flex;justify-content:center;align-items:center;color:#fff9;position:relative;transition:color .18s ease-out;cursor:pointer}.MenuButton:after{position:absolute;top:0;bottom:0;right:0;left:0;border:2px solid currentColor;border-radius:9px;content:"";opacity:0;transform:scale(.8);transition:transform .18s ease-out,opacity .18s ease-out}.MenuButton:not(.is-selected):not(.is-disabled):hover:after{transform:scale(1);opacity:.4}.MenuButton:not(.is-selected):not(.is-disabled):hover{color:#fffc}.MenuButton.is-disabled{cursor:default}.MenuButton.is-selected{color:#009de0}.MenuButton.is-selected:after{transform:scale(1);opacity:1}.SideMenu{width:110px;display:flex;flex-flow:column;padding-top:35px;padding-bottom:38px;overflow:hidden;position:relative}.SideMenu:after{content:"";position:absolute;top:10px;bottom:10px;right:10px;left:10px;border-radius:20px;background-color:#002433;transition:transform ease-out .7s}.SideMenu>*{z-index:1}.SideMenu__Logo{width:100%;display:flex;justify-content:center;cursor:pointer}.SideMenu__Buttons{margin-top:97px;display:flex;flex-flow:column;align-items:center}.SideMenu__Buttons .MenuButton+.MenuButton{margin-top:30px}.SideMenu__BottomActions{margin-top:auto;display:flex;flex-flow:column;align-items:center}.SideMenu__User{height:34px;width:34px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:12px;line-height:1;color:#fff;position:relative}.SideMenu__User:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#1b5275;border-radius:6px;transition:background-color .18s ease-out,transform .18s ease-out}.SideMenu__User:hover:after{background-color:#256f9e;transform:scale(1.15)}.SideMenu__UserLetter{position:relative;z-index:1}.SideMenu__LogOut{width:34px;height:34px;display:flex;justify-content:center;align-items:center;color:#fff6;cursor:pointer;transition:color .18s ease-out;margin-bottom:16px}.SideMenu__LogOut:hover{color:#fffc}.SideMenu--Theme-Overlay:after{transform:scale(1)}.SideMenu--Theme-Sidebar:after{transform:scale(1.6666666667,1.1)}.RIAMS{position:absolute;top:0;bottom:0;left:0;right:0}.RIAMS__Menu{position:absolute;top:0;bottom:0;left:0;display:flex;z-index:1}.RIAMS__Main{position:absolute;top:0;right:0;bottom:0;height:auto;flex:1 0 auto}.RIAMS__RambollLogo{position:absolute;top:45px;right:45px;transition:color .18s ease-out}.RIAMS__Model{position:relative}.RIAMS:not(.has-sidemenuOverlay) .RIAMS__Main{left:110px}.RIAMS:not(.has-sidemenuOverlay) .RIAMS__RambollLogo{color:#00a0dd}.RIAMS.has-sidemenuOverlay{background-color:#bcb7ae}.RIAMS.has-sidemenuOverlay .RIAMS__Main{left:0}.RIAMS.has-sidemenuOverlay .RIAMS__RambollLogo{color:#fff}.SlideInOverlay__Content{position:fixed;top:0;bottom:0;right:0;z-index:2;width:100%}.SlideInOverlay__Background{position:fixed;top:0;bottom:0;right:0;left:0;z-index:1;background-color:#022433b3}.ElementDetailsHeader{padding:41px 43px 41px 45px}.ElementDetailsHeader__Details{margin-top:45px;display:flex;align-items:center}.ElementDetailsHeader__Identifier{color:#fff;font-size:30px;font-weight:500;line-height:1}.ElementDetailsHeader__Type{color:#009de0;margin-left:auto;font-size:13px}.ElementType{display:flex;align-items:center}.ElementType__Name{font-size:13px;font-weight:700;color:#009de0;margin-right:6px;margin-top:-1px}.ElementDetailsOverlay{background-color:#002433;max-width:768px;width:100%;height:100%}.List{display:flex;flex-direction:column;gap:1px;border:1px solid #d4e0e6;background-color:#d4e0e6;border-radius:10px;overflow:hidden}.List__Headline{font-size:16px;font-weight:500;padding-bottom:12px}.List__Top{display:flex;align-items:center;width:100%}.List__Top>.Button{position:absolute;top:-52px;right:0;width:114px}.ListItem{background-color:#fff;display:grid;padding:22px 29px;gap:6px;align-items:center;font-size:15px}.ListItem__HandleClick:hover{cursor:pointer;background-color:#f7f7f7}.ListItem>*{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ListItem__Action{place-self:end;display:flex;align-items:center;justify-content:center;width:30px;height:100%;border-radius:50%;flex:none;transition:border-color .18s ease-out;cursor:pointer;grid-column-end:-1}.ListItem__Action:hover,.ListItem__Action.isOpen{border-color:currentColor}.ListItem__Action .Icon{position:relative;top:-1px;color:currentColor}.ListLoading{display:flex;align-items:center;justify-content:center}.ListLoading__Text{color:#0006}.AdminAccounts{display:grid;grid-template-rows:196px 1fr}.AdminAccounts__Header{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:24px}.AdminAccounts__HeaderTop{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.AdminAccounts__Logo{color:#009de0}.AdminAccounts__Search{max-width:260px}.AdminAccounts__Title{font-size:2rem;color:#002433}.AdminAccounts__TitleBar{display:flex;justify-content:space-between;align-items:flex-end}.Search{position:relative}.Search>input{background-color:#3e6c7e4d;border:1px solid rgba(62,108,126,.3);height:40px;min-width:250px;border-radius:20px;outline:none;border:none;width:100%;padding-left:44px;font-size:15px;letter-spacing:-.5px;color:#ffffffb3;transition:all .2s ease-out}.Search>input::placeholder{color:currentColor}.Search>input:active,.Search>input:focus{color:#000000b3;background-color:#fff;border:1px solid #d4e0e6;box-shadow:0 5px 10px #00000012}.Search>input:active~.Search__Icon,.Search>input:focus~.Search__Icon{color:#000000b3}.Search__Icon{position:absolute;left:12px;top:0;bottom:0;color:#fff;display:flex;align-items:center}.AdminBreadcrumb{display:flex;align-items:center}.AdminBreadcrumb__Base{display:flex;align-items:center;gap:4px;color:#00243380}.AdminBreadcrumb__Icon{width:30px;height:30px;border:1px solid rgba(0,36,51,.5);border-radius:50%;position:relative;transition:all .2s ease-out;order:-1}.AdminBreadcrumb__Icon>.Icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-55%)}.AdminBreadcrumb__Icon--Last{color:#0024334d;border-color:#0024334d;cursor:default}.AdminBreadcrumb__Section{display:flex;align-items:center}.AdminBreadcrumb>a{text-decoration:none}.AdminBreadcrumb__Text{font-size:1rem;color:#00243380;transition:all .2s ease-out}.AdminBreadcrumb__Text:hover{text-decoration:underline;color:#002433}.AdminBreadcrumb__Text:hover~.AdminBreadcrumb__Icon{background-color:#002433;border-color:#002433;color:#eceff0}.AdminBreadcrumb__Text--Last{color:#0024334d;cursor:default}.AdminBreadcrumb__Text--Last:hover{text-decoration:none;color:#0024334d}.AdminBreadcrumb__Text--Last:hover~.AdminBreadcrumb__Icon{background-color:#eceff0;color:#00243366;border-color:#00243366}.AdminBreadcrumb__Divider:hover{text-decoration:none}.AdminLayout{padding:35px 40px;overflow:auto;height:100%;display:grid;grid-template-rows:196px 1fr}.AdminLayout::-webkit-scrollbar{background-color:transparent;width:8px}.AdminLayout::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}.AdminLayout::-webkit-scrollbar-track{background-color:#002433}.AdminLayout__Header{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:24px}.AdminLayout__HeaderTop{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;min-height:40px}.AdminLayout__Logo{color:#009de0}.AdminLayout__Search{max-width:260px}.AdminLayout__Title{font-size:1.8rem}.AdminLayout__TitleBar{display:flex;justify-content:flex-start;align-items:flex-end;width:100%}.AdminLayout__Content{position:relative}.ActionModal{max-height:500px;background-color:#fff;border-radius:20px;box-shadow:0 2px 15px #00000080;display:flex;flex-flow:column;padding-block:40px}.ActionModal__Header,.ActionModal__Footer{height:80px;flex:none;padding-left:40px;padding-right:40px;display:flex;align-items:center;justify-content:center}.ActionModal__Footer{grid-gap:10px}.ActionModal__Footer .Button{width:114px}.ActionModal__Body{flex:auto;overflow:auto;max-width:60%;align-self:center;line-height:21px}.ActionModal__Title{color:#009de0;font-size:30px;letter-spacing:-2px;font-weight:400}.ActionModal__Title strong{font-weight:500}.AdminRemoveUserModal{padding:20px;text-align:center}.AdminRemoveUserModal__warning{margin-top:10px;font-style:italic;font-weight:300}.AdminModalActions{display:flex;gap:10px}.LoadingBlock{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.Admin{overflow:hidden;height:100vh}.BackButton{display:flex;align-items:center;gap:7px;cursor:pointer}.BackButton>.Icon{color:#009de0}.BackButton__Label{font-size:13px;font-weight:500;opacity:.6;letter-spacing:-.87px;line-height:16px}.AdminAccountEdit{height:100vh;background-color:#002433;display:grid;grid-template-rows:150px 1fr;color:#fff}.AdminAccountEdit__Error{width:100%;padding:0 48px;display:flex;align-items:center}.AdminAccountEdit__ErrorMessage{padding:10px;border-radius:6px;text-align:center;width:100%}.AdminAccountEdit__Top{display:flex;justify-content:space-between;align-items:flex-start;padding:40px 48px 0}.AdminAccountForm{padding:0 48px;color:#fff;display:flex;flex-direction:column;align-items:flex-start;gap:1.6rem}.AdminAccountForm__Actions{display:flex;flex-direction:column}.AdminAccountForm__Actions>.Button{padding:0}.AdminAccountForm>.Button:last-of-type{position:fixed;top:40px;right:48px}.AdminSiteDimension__List{display:flex;flex-direction:column;gap:12px}.ActiveIndicator{display:flex;align-items:center;gap:5px}.ActiveIndicator__Dot{width:10px;height:10px;border-radius:3px;transform:translateY(-1px)}.ActiveIndicator__Text{color:#0006}.Configurator{position:relative;top:0;right:0;left:0;bottom:0;background-color:#002432;display:flex;flex-flow:column;color:#fff;z-index:2}.Configurator .ConfiguratorHeader{flex-grow:0;-webkit-user-select:none;user-select:none}.Configurator .ConfiguratorBody{flex-grow:1;overflow:auto}.SizeDragContainer{top:40vh;left:3px;position:absolute;height:250px;width:24px;border-radius:10px;z-index:1;cursor:grab;transition:background-color .18s ease-in-out}.SizeDragContainer:hover{background-color:#ffffff1a}.SizeDragContainer:hover .SizeDragContainer__Button__Shape{opacity:1}.SizeDragContainer:hover:active{cursor:grabbing;background-color:#fff3}.SizeDragContainer__Button{display:flex;gap:2px}.SizeDragContainer__Button__Shape{-webkit-user-select:none;user-select:none;transition:opacity .18s ease-in-out;position:relative;width:2px;height:30px;top:106px;left:8px;border-radius:10px;opacity:.6;background-color:#fff}.ConfiguratorBody{background:#002432;position:relative}.ConfiguratorBody::-webkit-scrollbar{background-color:transparent;width:8px}.ConfiguratorBody::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}.ConfiguratorBody::-webkit-scrollbar-track{background-color:#002433}.ConfiguratorHeader{background-color:#002432;position:relative}.ConfiguratorHeader:after{content:"";top:100%;left:0;right:0;height:14px;position:absolute;pointer-events:none;z-index:3;background:linear-gradient(#0006,#0000)}.ConfiguratorHeader__Header{display:flex;padding:43px 44px 43px 48px;align-items:center}.ConfiguratorHeader__Title{color:#fff;font-size:20px;height:20px;font-weight:700;line-height:1}.ConfiguratorHeader__Icons{display:flex;flex-flow:row;grid-gap:15px;margin-left:auto}.ConfiguratorHeader__Close,.ConfiguratorHeader__Expand,.ConfiguratorHeader__QuickReference{color:#009de0;transition:color .18s ease-out}.ConfiguratorHeader__Close .Icon,.ConfiguratorHeader__Expand .Icon,.ConfiguratorHeader__QuickReference .Icon{cursor:pointer}.ConfiguratorHeader__Close:hover,.ConfiguratorHeader__Expand:hover,.ConfiguratorHeader__QuickReference:hover{color:#80cef0}.ConfiguratorHeader__Close--Open,.ConfiguratorHeader__Expand--Open,.ConfiguratorHeader__QuickReference--Open{color:#ffffff40}.ConfiguratorHeader__Close--Open .Icon,.ConfiguratorHeader__Expand--Open .Icon,.ConfiguratorHeader__QuickReference--Open .Icon{cursor:not-allowed}.ConfiguratorHeader__Close--Open:hover,.ConfiguratorHeader__Expand--Open:hover,.ConfiguratorHeader__QuickReference--Open:hover{color:#ffffff40}.ConfiguratorHeader.hasChildren .ConfiguratorHeader__Header{padding-bottom:18px}.ConfiguratorTabs__Tabs{display:flex}.ConfiguratorTabs__Tab{flex:auto;display:flex;justify-items:center;padding-top:20px;padding-bottom:24px;font-weight:700;line-height:1;font-size:14px;justify-content:center;position:relative;color:#ffffff80;transition:color .18s ease-out;cursor:pointer}.ConfiguratorTabs__Tab:before{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background-color:#fff3;transition:background-color .18s ease-out}.ConfiguratorTabs__Tab:hover{color:#ffffffb3}.ConfiguratorTabs__Tab:hover:before{background-color:#ffffff4d}.ConfiguratorTabs__Tab.isSelected{color:#fff}.ConfiguratorTabs__Tab.isSelected:before{background-color:#009de0}.Calendar__DateValue{font-size:13px}.Calendar__InputFields{cursor:pointer;border:1px solid rgba(255,255,255,.25);background-color:#002433;color:#fff;display:flex;align-items:center;justify-content:space-around;gap:4px;border-radius:15px;height:30px;padding:8px 28px 8px 17px;font-size:13px;transition:border-color .15s ease-out,width .15s ease-out;min-width:195px;width:100%}.Calendar__InputFields:hover,.Calendar__InputFields--Active{border-color:#fff}.Calendar__Input{position:relative}.Calendar__DatepickerWrapper{position:absolute;z-index:10;top:30px;right:-320px}.Calendar__InputElement{width:fit-content;max-width:13ch;color:#fff;background-color:transparent;box-sizing:border-box;font-family:inherit;cursor:pointer;outline:none;border:none;text-align:center}.Calendar__InputElement:focus-within{outline:none;border-color:#fff9}.Calendar__Icon{position:absolute;right:10px;top:15px;transform:translateY(-50%) translate(0) rotate(0);transform-origin:center}.Calendar__Icon--Open{transform:translateY(-65%) translate(-2px) rotate(180deg)}.CalendarContainer{display:grid;grid-template-columns:198px 1fr;grid-template-rows:auto;border-radius:6px;transform:translate(-60%);overflow:hidden;box-shadow:0 2px 15px #00000080;-webkit-user-select:none;user-select:none}.CalendarContainer__QuickAccess{background-color:#003145;border-right:1px solid rgba(212,224,230,.15)}.CalendarContainer__Option{padding:13px 25px;color:#fffc;font-size:14px;line-height:17px;border-bottom:1px solid rgba(212,224,230,.15)}.CalendarContainer__Option:hover{background-color:#ffffff1a}.CalendarContainer>.react-datepicker{width:100%;font-size:14px;background-color:#00384f;border:none;border-radius:0}.CalendarContainer>.react-datepicker .react-datepicker__month-container{float:none}.CalendarContainer>.react-datepicker .react-datepicker__month{margin:0;padding-inline:45px;padding-bottom:45px}.CalendarContainer>.react-datepicker .react-datepicker__day{opacity:1;width:31px;height:31px;border-radius:50%;border:1px solid rgba(255,255,255,.25);color:#fff;margin:2px;line-height:29px}.CalendarContainer>.react-datepicker .react-datepicker__day:hover{cursor:pointer;background-color:#009de0}.CalendarContainer>.react-datepicker .react-datepicker__day--selected{background-color:#009de0;z-index:4;transform:translateZ(2px)}.CalendarContainer>.react-datepicker .react-datepicker__day--in-range{border:0px solid #009de0;background-color:transparent;position:relative;transform-style:preserve-3d}.CalendarContainer>.react-datepicker .react-datepicker__day--in-range:last-child:after{transform:translateZ(-1px) translate(-5px)}.CalendarContainer>.react-datepicker .react-datepicker__day--in-range:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:calc(100% + 5px);background-color:#00567a;transform:translateZ(-1px)}.CalendarContainer>.react-datepicker .react-datepicker__day--keyboard-selected{background-color:transparent}.CalendarContainer>.react-datepicker .react-datepicker__day--range-start{background-color:#009de0;border-radius:50%;z-index:4;transform-style:preserve-3d}.CalendarContainer>.react-datepicker .react-datepicker__day--range-start:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:19px;background-color:#00567a;transform:translate(19px) translateZ(-1px);z-index:1}.CalendarContainer>.react-datepicker .react-datepicker__day--range-start:last-child:after{transform:translateZ(-1px) translate(12px)}.CalendarContainer>.react-datepicker .react-datepicker__day--range-end{background-color:#009de0;border-radius:50%;transform-style:preserve-3d;z-index:4}.CalendarContainer>.react-datepicker .react-datepicker__day--range-end:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:19px;background-color:#00567a;transform:translate(-5px) translateZ(-1px);z-index:1}.CalendarContainer>.react-datepicker .react-datepicker__day--range-end:first-child:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:19px;background-color:#00567a;transform:translate(0) translateZ(-1px);z-index:1}.CalendarContainer>.react-datepicker .react-datepicker__day--range-end:hover{background-color:#009de0!important}.CalendarContainer>.react-datepicker .react-datepicker__day--in-selecting-range{background-color:#009de0;border-color:#009de0}.CalendarContainer>.react-datepicker .react-datepicker__day--in-selecting-range:hover{background-color:transparent}.CalendarContainer>.react-datepicker .react-datepicker__day--outside-month{color:#ffffff40}.CalendarContainer>.react-datepicker .react-datepicker__day--outside-month:hover{background-color:transparent;cursor:default}.CalendarContainer>.react-datepicker .react-datepicker__day--disabled{color:#ffffff40;cursor:default}.CalendarContainer>.react-datepicker .react-datepicker__day--disabled:hover{background-color:transparent;cursor:default}.CalendarHeader{display:block;position:relative}.CalendarHeader__Month{display:flex;justify-content:space-between;align-items:center;padding-inline:45px}.CalendarHeader__Action{cursor:pointer;border-radius:50%;width:31px;height:31px;transition:background-color .15s ease-out;display:flex;align-items:center;justify-content:center;border:1px solid #fff}.CalendarHeader__Action--PrevMonth{transform-origin:50%;transform:rotate(180deg) translateY(-1px)}.CalendarHeader__Action--PrevMonth>.Icon{transform:translate(.5px,-.5px)}.CalendarHeader__Action:hover{border-color:#009de0;color:#009de0}.CalendarHeader .react-datepicker{display:block}.CalendarHeader .react-datepicker__current-month{color:#fff;text-transform:capitalize;font-size:14px}.react-datepicker__header{background-color:#00384f;border-bottom:1px solid #00384f;color:#fff;padding-bottom:17px;padding-top:32px}.react-datepicker__day-names{display:none}.react-datepicker__navigation-icon--next{transform:rotate(180deg)}.react-datepicker__navigation-icon{color:#fff}.react-datepicker__navigation-icon:before{display:none}.Card{width:100%;height:100%;border-radius:6px;position:relative}.Card--Theme-default{background-color:#00384f}.Card--Theme-dark{background-color:#003347}.Card--Padding-default{padding:1.5rem 20px}.Card--Padding-small{padding:1rem 20px}.Card--Padding-large{padding:2rem 20px}.Card--Padding-tiny{padding:6px 20px}.Card--Radius-top{border-radius:6px 6px 0 0}.Card--Radius-bottom{border-radius:0 0 6px 6px}.Card--Radius-left{border-radius:6px 0 0 6px}.Card--Radius-right{border-radius:0 6px 6px 0}.Card--Radius-all{border-radius:6px}.IndicatorDot{border-radius:50%}.IndicatorDot__Status-default{background-color:var(--dashboard-green)}.IndicatorDot__Status-alert{background-color:var(--dashboard-yellow)}.IndicatorDot__Status-warning{background-color:var(--dashboard-orange)}.IndicatorDot__Status-critical{background-color:var(--dashboard-red)}.LineChart{width:100%;cursor:pointer;min-height:160px;height:100%;padding-bottom:1.3rem;padding-top:1.2rem;position:relative}.LineChart__NoData{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.LineChart svg:not(:root){overflow:visible}.LineChart--Analytical{padding-top:2.2rem}.LineChart__Label{background-color:#002838;color:#fff;border:none;outline:none;font-size:11px;padding:3px 6px 3px 4px}.LineChart__LoadingOverlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;background-color:#0003}.LineChart__YAxis{letter-spacing:.2px}.LineChart .apexcharts-gridlines-horizontal line{stroke-width:1px;height:1px}.LineChart .apexcharts-tooltip.apexcharts-theme-light{border:none;box-shadow:none}.LineChart .apexcharts-toolbar{z-index:2;gap:4px}.LineChart .apexcharts-menu-icon{transform:scale(1);display:flex;align-items:center;justify-content:center}.LineChart .apexcharts-menu-icon>div{transform:translateY(1px)}.LineChart .apexcharts-menu-icon:hover svg{color:#fff}.LineChart .apexcharts-reset-icon{transform:scale(1);margin-left:0;display:flex;align-items:center;justify-content:center}.LineChart .apexcharts-reset-icon>div{transform:translateY(2px)}.LineChart .apexcharts-reset-icon:hover svg{color:#fff}.LineChart .apexcharts-zoomin-icon{transform:scale(1);display:flex;align-items:center;justify-content:center}.LineChart .apexcharts-zoomin-icon>div{transform:translateY(2px)}.LineChart .apexcharts-zoomin-icon:hover svg{color:#fff}.LineChart .apexcharts-zoomout-icon{transform:scale(1);display:flex;align-items:center;justify-content:center;margin:0}.LineChart .apexcharts-zoomout-icon:hover svg{color:#fff}.LineChart .apexcharts-zoom-icon{transform:scale(1);display:flex;align-items:center;justify-content:center;margin:0;display:none}.LineChart .apexcharts-zoom-icon>div{transform:translateY(2px)}.LineChart .apexcharts-zoom-icon:hover svg{color:#fff}.LineChart .apexcharts-menu{background-color:#002838;color:#fff;border:none;display:flex;flex-flow:column;gap:1px;padding:0;margin:0}.LineChart .apexcharts-menu>.apexcharts-menu-item{border-bottom:1px solid rgba(255,255,255,.25);cursor:pointer}.LineChart .apexcharts-menu>.apexcharts-menu-item:last-child{border-bottom:none}.LineChart .apexcharts-menu>.apexcharts-menu-item:hover{background-color:#004c6b}.MultilineChartTooltip{background-color:#002838;color:#fff;border:none;outline:none;font-size:11px;min-width:100px;padding-block:.2em}.MultilineChartTooltip__Title{font-weight:700;padding-block:.4em;padding-inline:10px;background-color:#002838}.MultilineChartTooltip__Content{display:flex;flex-direction:column;background-color:#ffffff37}.MultilineChartTooltip__Item{display:flex;align-items:center;padding-inline:14px;background-color:#002838;height:22px;gap:5px}.MultilineChartTooltip__Label{min-width:18ch}.MultilineChartTooltip__Value{justify-self:flex-end;margin-left:auto}.Counter{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.Counter--Default{border-radius:50%;border:1px solid rgba(255,255,255,.25);background-color:#00384f;font-size:9px}.ButtonCounter{position:relative}.ButtonCounter__Counter{position:absolute;top:-4px;right:-4px;width:16px;height:16px}.TrendsContent{padding:23px}.TrendsContent__Calendar{display:flex;max-width:200px;margin-left:auto;justify-content:flex-end;margin-bottom:16px}.TrendsContent__Content{display:grid;grid-template-columns:minmax(0,1fr);gap:1em}.TrendsContent__Content>.Card{display:flex;flex-direction:column}.TrendsContent__Content--Fullscreen{grid-template-columns:repeat(2,minmax(0,1fr))}.TrendsContent__CardButtons{display:inline-flex;gap:6px}.TrendsContent__CardButtons>.Button{max-width:119px}.TrendsContent__ButtonContent{display:flex;align-items:center;gap:4px}.TrendsContent__ButtonContent>p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.TrendsContent__MoreButton>.Button{padding:0;width:30px}.TrendsContent__PopMenu>.PopMenu__Item{cursor:default}.TrendsContent__PopMenu>.PopMenu__Item:hover{background-color:transparent}.Trends{overflow:hidden;height:100%;background-color:#002432;display:grid;grid-template-columns:1fr 0px}.Trends>.Configurator{position:relative;overflow:hidden}.Trends>.Configurator::-webkit-scrollbar{background-color:transparent;width:8px}.Trends>.Configurator::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}.Trends>.Configurator::-webkit-scrollbar-track{background-color:#002433}.Trends__ShowQuickReference{grid-template-columns:minmax(700px,1fr) minmax(0px,319px)}.Trends__ShowQuickReference>.Trends__QuickReference{width:100%;background-color:#002433}.DashboardQuickReference{border-left:1px solid rgba(255,255,255,.15);height:100%}.DashboardQuickReference__Header{padding-inline:35px;height:110px;width:100%;color:#fff;display:flex;align-items:center;justify-content:space-between;box-shadow:6px 2px 12px #00000080}.DashboardQuickReference__Close{color:#009de0;transition:color .18s ease-out}.DashboardQuickReference__Close>.Icon{cursor:pointer}.DashboardQuickReference__Close:hover{color:#80cef0}.DashboardQuickReference__Body{padding:35px;color:#fff;overflow-y:auto;height:calc(100vh - 110px)}.DashboardQuickReference__Body::-webkit-scrollbar{background-color:transparent;width:8px}.DashboardQuickReference__Body::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}.DashboardQuickReference__Body::-webkit-scrollbar-track{background-color:#002433}.DashboardQuickReference__Body>div{display:flex;flex-flow:column;gap:.5rem}.DashboardQuickReference__Body h1{font-size:16px;letter-spacing:-1.07px;font-weight:700;margin-top:2rem}.DashboardQuickReference__Body p{font-size:14px;letter-spacing:-.93px;line-height:22px;font-weight:400;color:#ffffffd9}.DashboardQuickReference__Body strong{font-weight:700}.DashboardQuickReference__Body ul{list-style:disc;margin-left:1rem;margin-block:.5rem}.DashboardQuickReference__Body li{font-weight:400;font-size:14px;letter-spacing:-.93px;color:#ffffffd9;line-height:22px;position:relative}.DashboardQuickReference__Body>div>*:first-child{margin-top:0}.Dashboard{top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:1fr 0px;overflow:hidden}.Dashboard--Fullscreen{grid-template-columns:1fr 0px;z-index:1}.Dashboard__SiteTitle{position:absolute;top:35px;left:120px;z-index:1;pointer-events:none}.Dashboard__ShowQuickReference{grid-template-columns:1fr minmax(0px,300px)}.Dashboard__ShowQuickReference>.Dashboard__QuickAccess{width:100%}.Dashboard__ShowQuickReference.Dashboard--Fullscreen{grid-template-columns:minmax(700px,1fr) minmax(0px,300px)}.Dashboard__Content{background-color:#002433;width:50vw;height:100%;overflow:hidden;position:relative}.Dashboard__Navigation{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;padding-left:46px;padding-right:24px;padding-block:16px}.Dashboard__Model{-webkit-user-select:none;user-select:none}.Dashboard__Breadcrumb{color:#fff}.Dashboard__Charts{display:grid;grid-template-columns:minmax(0px,1fr) minmax(0px,1fr);grid-auto-rows:max-content;gap:6px;width:100%;padding-inline:24px;padding-bottom:24px;overflow-y:auto;position:relative;height:calc(100vh - 172px)}.Dashboard__Charts::-webkit-scrollbar{background-color:transparent;width:8px}.Dashboard__Charts::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}.Dashboard__Charts::-webkit-scrollbar-track{background-color:#002433}.Dashboard__Charts--Fullscreen{grid-template-columns:minmax(0px,1fr) minmax(0px,1fr)}.Dashboard__Metric{display:grid;grid-template-columns:minmax(0px,1fr);grid-auto-rows:max-content;gap:6px;padding-inline:24px;padding-bottom:24px;width:100%;height:100%;overflow-y:auto;position:relative;height:calc(100vh - 172px)}.Dashboard__Metric::-webkit-scrollbar{background-color:transparent;width:8px}.Dashboard__Metric::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}.Dashboard__Metric::-webkit-scrollbar-track{background-color:#002433}.Dashboard__Metric--Fullscreen{grid-template-columns:minmax(0px,1fr) minmax(0px,1fr)}.Dashboard__Metric--Fullscreen>.DashboardCard:first-child{grid-column:1/3}.Dashboard__QuickAccess{width:0px;overflow:hidden;background-color:#002433}.Dashboard__Loading{position:absolute;top:0;right:0;bottom:0;left:0;height:75%;width:100%;z-index:5}.Dashboard__Calendar{display:flex;justify-content:center;align-items:center;gap:7px}.Dashboard__Calendar__YTD{color:#fff;font-size:13px;font-weight:500;min-height:30px;min-width:60px;border-radius:15px;border:solid 1px rgba(255,255,255,.25);display:flex;justify-content:center;align-items:center;transition:border .15s ease-out}.Dashboard__Calendar__YTD:hover{border:solid 1px rgb(255,255,255);cursor:pointer}.Dashboard__Calendar__DoubleArrowRight{transform:rotate(180deg);border:solid 1px rgba(255,255,255,.25);min-height:30px;min-width:30px;border-radius:15px;padding-left:2px;display:flex;justify-content:center;align-items:center;transition:border .15s ease-out}.Dashboard__Calendar__DoubleArrowRight .Icon--DoubleArrow>div:nth-child(1){color:#fff}.Dashboard__Calendar__DoubleArrowRight:hover{border:solid 1px rgb(255,255,255);cursor:pointer}.Dashboard__Calendar__SingleArrowRight{border:solid 1px rgba(255,255,255,.25);min-height:30px;min-width:30px;border-radius:15px;display:flex;justify-content:center;align-items:center;padding-left:7px;transition:border .15s ease-out}.Dashboard__Calendar__SingleArrowRight .Icon--CaretRight>div:nth-child(1){color:#fff}.Dashboard__Calendar__SingleArrowRight:hover{border:solid 1px rgb(255,255,255);cursor:pointer}.Dashboard__Calendar__DoubleArrowLeft{border:solid 1px rgba(255,255,255,.25);min-height:30px;min-width:30px;border-radius:15px;padding-left:2px;display:flex;justify-content:center;align-items:center;transition:border .15s ease-out}.Dashboard__Calendar__DoubleArrowLeft .Icon--DoubleArrow>div:nth-child(1){color:#fff}.Dashboard__Calendar__DoubleArrowLeft:hover{border:solid 1px rgb(255,255,255);cursor:pointer}.Dashboard__Calendar__SingleArrowLeft{transform:rotate(180deg);border:solid 1px rgba(255,255,255,.25);min-height:30px;min-width:30px;border-radius:15px;display:flex;justify-content:center;align-items:center;padding-left:7px;transition:border .15s ease-out}.Dashboard__Calendar__SingleArrowLeft .Icon--CaretRight>div:nth-child(1){color:#fff}.Dashboard__Calendar__SingleArrowLeft:hover{border:solid 1px rgb(255,255,255);cursor:pointer}.Breadcrumb{display:flex;align-items:center;gap:4px}.Breadcrumb__Base{display:flex;align-items:center;gap:6px;color:#ffffff4d;font-weight:400;text-decoration:none;cursor:default}.Breadcrumb__Base--Highlight{cursor:pointer;color:#fff}.Breadcrumb__Base--Highlight:hover>.Breadcrumb__Icon{color:#00384f;background-color:#fff}.Breadcrumb__Base--Highlight:hover .Breadcrumb__Title{text-decoration:underline}.Breadcrumb__Icon{transition:color .15s ease-out,background-color .15s ease-out;width:30px;height:30px;border:1px solid rgba(255,255,255,.3);border-radius:50%;position:relative}.Breadcrumb__Icon>.Icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-55%)}.Breadcrumb__Icon--Highlight{border-color:#fff}.Breadcrumb__Title{font-size:13px;text-transform:capitalize}.Breadcrumb__Divider{color:#ffffff4d;font-weight:400;transform:translateY(1px)}.ChartNoData{color:#fff;height:100%;display:flex;align-items:center;justify-content:center;min-height:160px;margin-inline:2rem}.ProgressBar{height:4px;width:100%;border-radius:2px;background-color:#ffffff26;overflow:hidden;position:relative}.ProgressBar__Bar{height:100%}.ProgressBar__Bar-default{background-color:var(--dashboard-green)}.ProgressBar__Bar-alert{background-color:var(--dashboard-yellow)}.ProgressBar__Bar-warning{background-color:var(--dashboard-orange)}.ProgressBar__Bar-critical{background-color:var(--dashboard-red)}.ProgressBarBreakpoint{background-color:#00384f;height:100%;width:1px;z-index:2;position:absolute;top:0;bottom:0}.DashboardCard{display:grid;grid-template-rows:minmax(0px,122px) 1fr;gap:1px}.DashboardCard>.Card{height:fit-content}.DashboardCard__MenuIcon{margin-top:-10px;margin-bottom:-10px;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;color:#ffffff40;border:1px solid currentColor;flex:none;transition:border-color .18s ease-out;cursor:pointer}.DashboardCard__MenuIcon:hover,.DashboardCard__MenuIcon.isOpen{color:#fff;border-color:currentColor}.DashboardCard__MenuIcon .Icon{position:relative;top:-1px;color:currentColor}.DashboardCard>.Card{transition:background-color .15s ease-out}.DashboardCard__WithHover:not([data-screen=fullscreen])>.Card:first-child:hover{cursor:pointer;background-color:#004663}.DashboardCard[data-screen=fullscreen]>.Card:hover{background-color:#bada55}.DashboardCard[data-size=extended]>.Card__Theme-dark{display:block}.DashboardCard[data-size=fullscreen]{flex-direction:row;display:flex;gap:0px;height:100%;max-height:158px}.DashboardCard[data-size=fullscreen] .LineChart{padding-top:0rem;padding-bottom:.4rem}.DashboardCard[data-size=fullscreen]>div{height:100%;width:50%}.DashboardCard[data-size=fullscreen] .LineChart svg{background-color:#00384f!important}.DashboardCard__Grid{display:grid;grid-template-columns:minmax(0,74px) minmax(0,1fr);gap:1rem;width:100%;height:100%}.DashboardCard__Main{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:4px;position:relative;color:#fff}.DashboardCard__Main[data-size=default] .DashboardCard__Title{grid-column:1;place-self:end start;grid-row:1}.DashboardCard__Main[data-size=default] .DashboardCard__TitleAction{display:none}.DashboardCard__Main[data-size=default] .DashboardCard__Value{place-self:end end;grid-column:2;grid-row:1}.DashboardCard__Main[data-size=default] .DashboardCard__Progress{grid-row:2;grid-column:1/3;place-items:start center}.DashboardCard__Main[data-size=extended] .DashboardCard__Title{grid-column:1;grid-row:1/3;place-self:center start}.DashboardCard__Main[data-size=extended] .DashboardCard__TitleAction{display:block}.DashboardCard__Main[data-size=extended] .DashboardCard__Value{place-self:end end}.DashboardCard__Main[data-size=extended] .DashboardCard__Progress{grid-column:2}.DashboardCard__Main[data-size=fullscreen] .DashboardCard__Title{grid-column:1;grid-row:1/3;place-self:center start}.DashboardCard__Main[data-size=fullscreen] .DashboardCard__TitleAction{display:none}.DashboardCard__Main[data-size=fullscreen] .DashboardCard__Value{place-self:end end}.DashboardCard__Main[data-size=fullscreen] .DashboardCard__Progress{grid-column:2}.DashboardCard__Value{font-size:1rem;opacity:.7}.DashboardCard__Progress{display:flex;flex-direction:column;gap:4px}.DashboardCard__Title{display:flex;justify-content:space-between;align-items:center;font-size:16px;letter-spacing:-.16px;line-height:19px;color:#fff;max-width:100%}.DashboardCard__TitleText{font-size:1rem;margin-right:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize}.DashboardCard__TitleAction{margin-left:5px;transition:transform .15s ease-in;transform:rotate(-90deg)}.DashboardCard__TitleAction--Expanded{transform:rotate(0)}.DashboardCard__Selectors{position:absolute;z-index:4;display:flex;gap:6px;align-items:center;margin-top:7px}.DashboardCard__Selectors-Label{max-width:15ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.DashboardCard__Indicators{display:flex;justify-content:space-between;align-items:center;width:100%}.DashboardCardStatus{width:74px;height:74px;place-self:center;display:flex;align-items:center;justify-content:center;position:relative;border-radius:6px;color:#fff}.DashboardCardStatus__Status-default{background-color:var(--dashboard-green)}.DashboardCardStatus__Status-alert{background-color:var(--dashboard-yellow)}.DashboardCardStatus__Status-warning{background-color:var(--dashboard-orange)}.DashboardCardStatus__Status-critical{background-color:var(--dashboard-red)}.DashboardCardStatus__Alert-icon{position:absolute;top:0;right:0;transform:translate(50%,-50%)}.ScatterPlotChart{padding-bottom:1rem;position:relative;padding-top:2.2rem;aspect-ratio:1/1}.ScatterPlotChart__DateRange{position:absolute;left:0;bottom:0}.ScatterPlotChart .apexcharts-gridlines-horizontal line{stroke-width:1px;height:1px}.ScatterPlotChart .apexcharts-tooltip.apexcharts-theme-light{border:none;box-shadow:none}.ScatterPlotChart .apexcharts-toolbar{z-index:1;gap:4px}.ScatterPlotChart .apexcharts-menu-icon{transform:scale(1);display:flex;align-items:center;justify-content:center}.ScatterPlotChart .apexcharts-menu-icon>div{transform:translateY(1px)}.ScatterPlotChart .apexcharts-menu-icon:hover svg{color:#fff}.ScatterPlotChart .apexcharts-reset-icon{transform:scale(1);margin-left:0;display:flex;align-items:center;justify-content:center}.ScatterPlotChart .apexcharts-reset-icon>div{transform:translateY(2px)}.ScatterPlotChart .apexcharts-reset-icon:hover svg{color:#fff}.ScatterPlotChart .apexcharts-zoomin-icon{transform:scale(1);display:flex;align-items:center;justify-content:center}.ScatterPlotChart .apexcharts-zoomin-icon>div{transform:translateY(2px)}.ScatterPlotChart .apexcharts-zoomin-icon:hover svg{color:#fff}.ScatterPlotChart .apexcharts-zoomout-icon{transform:scale(1);display:flex;align-items:center;justify-content:center;margin:0}.ScatterPlotChart .apexcharts-zoomout-icon:hover svg{color:#fff}.ScatterPlotChart .apexcharts-zoom-icon{transform:scale(1);display:flex;align-items:center;justify-content:center;margin:0;display:none}.ScatterPlotChart .apexcharts-zoom-icon>div{transform:translateY(2px)}.ScatterPlotChart .apexcharts-zoom-icon:hover svg{color:#fff}.ScatterPlotChart .apexcharts-menu{background-color:#002838;color:#fff;border:none;display:flex;flex-flow:column;gap:1px;padding:0;margin:0}.ScatterPlotChart .apexcharts-menu>.apexcharts-menu-item{border-bottom:1px solid rgba(255,255,255,.25);cursor:pointer}.ScatterPlotChart .apexcharts-menu>.apexcharts-menu-item:last-child{border-bottom:none}.ScatterPlotChart .apexcharts-menu>.apexcharts-menu-item:hover{background-color:#004c6b}.ChartWarning{position:absolute;left:50%;transform:translate(-50%);bottom:16px}.ChartWarning__Message{padding:.35rem 0;color:#fff;font-size:11px;font-weight:400;display:flex;white-space:nowrap}.ChartWarning__Message>p{line-height:14px;color:#fff6}.ChartWarning__Message>p>b{font-weight:700}@keyframes pulsating{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.RealtimeIndicator{border:1px solid rgba(255,255,255,.6);border-radius:3px;display:flex;align-items:center;justify-content:center;gap:4px;padding:3px 7px}.RealtimeIndicator__Dot{background-color:#06bb75;width:7px;height:7px;border-radius:50%}.RealtimeIndicator__Dot--Pulsating{animation:pulsating infinite 1.5s linear}.RealtimeIndicator__Dot--Offline{background-color:#e00039}.RealtimeIndicator__Title{-webkit-user-select:none;user-select:none;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:-.73px;vertical-align:baseline}.DashboardHeader{width:100%;height:110px;display:flex;align-items:center;box-shadow:6px 2px 12px #00000080}.DashboardHeader__Title{padding-left:46px;color:#fff;font-size:20px;line-height:24px;letter-spacing:-1.33px}.DashboardHeader__Realtime{margin-left:13px}.DashboardHeader__Actions{margin-left:auto;justify-self:flex-end;padding-right:38px;display:flex;color:#009de0;gap:15px}.DashboardHeader__Fullscreen{transition:color .18s ease-out}.DashboardHeader__Fullscreen .Icon{cursor:pointer}.DashboardHeader__Fullscreen:hover{color:#80cef0}.DashboardHeader__QuickReference{transition:color .18s ease-out}.DashboardHeader__QuickReference .Icon{cursor:pointer}.DashboardHeader__QuickReference:hover{color:#80cef0}.DashboardHeader__QuickReference--Open{color:#ffffff40}.DashboardHeader__QuickReference--Open .Icon{cursor:not-allowed}.DashboardHeader__QuickReference--Open:hover{color:#ffffff40}.Fullscreener{display:flex;flex-direction:row;height:100%;width:100%}.Fullscreener>*:first-child{flex:1}.Fullscreener>.Dashboard__ShowQuickReference{flex:1.5}.Fullscreener>.Trends__ShowQuickReference{flex:1.5}.Fullscreener--Fullscreen>*:first-child{flex:0}.Fullscreener--Fullscreen>*:last-child{flex:1}.Fullscreener--NoRightElement>*:first-child{flex:1}.Fullscreener--NoRightElement>*:last-child{flex:0}.AnalysisExplorer{overflow:hidden;height:100%;background-color:#002432;display:grid;grid-template-columns:1fr 0px}.AnalysisExplorer>.Configurator{position:relative;overflow:hidden}.AnalysisExplorer>.Configurator::-webkit-scrollbar{background-color:transparent;width:8px}.AnalysisExplorer>.Configurator::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}.AnalysisExplorer>.Configurator::-webkit-scrollbar-track{background-color:#002433}.AnalysisExplorer__ResultsTable{margin-left:30px;bottom:0;left:0;position:absolute;right:0;top:0}.DataTable{overflow:auto}.DataTableContent{opacity:1;filter:blur(0);transition:opacity .15s ease-in-out,filter .15s ease-in-out}.DataTableContent__isDragging{transform:translate3d(1,0,0);opacity:.6;filter:blur(2.5px)}.SelectedDivider{display:flex;align-items:center;gap:6px;height:30px}.SelectedDivider:after,.SelectedDivider:before{content:"";height:1px;flex:auto;background-color:#ffffff40}.SelectedDividerButton{-webkit-user-select:none;user-select:none;padding:0 10px;border:1px solid #405a66;height:20px;border-radius:10px;font-size:13px;font-weight:400;display:flex;align-items:center;flex:none;color:#fff9;cursor:pointer;transition:background-color .18s ease-out,color .18s ease-out}.SelectedDividerButton:hover{background-color:#ffffff1a;color:#ffffffb3}.DragOverScrollSection{display:flex;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;pointer-events:none}.DragOverScrollSection__Left,.DragOverScrollSection__Right{background-color:transparent;width:75px;height:100%;position:absolute;top:0;pointer-events:all}.DragOverScrollSection__Left{left:0}.DragOverScrollSection__Right{right:0}.ResultsTable{scrollbar-color:white #002433;scrollbar-width:14px}.ResultsTable::-webkit-scrollbar{width:14px;height:14px}.ResultsTable::-webkit-scrollbar-track,.ResultsTable::-webkit-scrollbar-corner{background-color:#002433}.ResultsTable::-webkit-scrollbar-thumb{background-color:#fff}.ResultsTable::-webkit-scrollbar-thumb:hover{background-color:#ffffff4d}.ResultsTable .DataTable__SelectedDivider{margin-top:12px;margin-bottom:12px;height:1px;background-color:#fff3}.ResultsTableHeaderColumn{height:45px;display:flex;flex-flow:column;justify-content:center;background-color:#002532;background-clip:padding-box;padding-left:20px;padding-right:20px;color:#ffffff80;transition:background-color .18s ease-out,border .18s ease-out ease-in-out;-webkit-user-select:none;user-select:none;margin-bottom:1px;margin-top:7px}.ResultsTableHeaderColumn--AddButton{position:absolute;right:25px;top:12px;display:inline-block;z-index:10;border:#009de0 1px solid;border-radius:50px;white-space:nowrap;overflow:hidden;padding:7px 4px 7px 8px;transition:padding-right .1s,opacity .18s,color .18s;background-color:#00202e;filter:drop-shadow(0px 0px 8px #000000)}.ResultsTableHeaderColumn--AddButton--show{opacity:1;cursor:pointer}.ResultsTableHeaderColumn--AddButton--show--text{opacity:0;display:inline-block;max-width:0;transition:opacity .18s ease-out,max-width .18s ease-out}.ResultsTableHeaderColumn--AddButton--show:hover .ResultsTableHeaderColumn--AddButton--show--text{opacity:1;max-width:100px;color:#fff}.ResultsTableHeaderColumn--AddButton--show:hover .Icon__element{color:#fff;fill:#fff}.ResultsTableHeaderColumn--AddButton--show:hover{padding-right:10px;padding-left:10x;background-color:#009de0}.ResultsTableHeaderColumn--AddButton--hide{opacity:0;cursor:default;z-index:0}.ResultsTableHeaderColumn.isHighlighted{border-bottom:#009de0 2px solid;border-top-left-radius:7px;border-top-right-radius:7px;background:#00384f;background:linear-gradient(180deg,#00384f 35%,#00202e)}.ResultsTableHeaderColumn__TitleWrapper{display:flex;position:relative;align-items:center;transition:color .18s ease-out}.ResultsTableHeaderColumn__TitleWrapper .ResultsTable__Caret{position:absolute;top:3px;right:calc(100% + 5px);opacity:0;transition:opacity .18s ease-out}.ResultsTableHeaderColumn__TitleWrapper.isSorted{color:#fff}.ResultsTableHeaderColumn__TitleWrapper.isSorted .ResultsTable__Caret{opacity:1}.ResultsTableHeaderColumn__HoverEffect:hover{border-top-left-radius:7px;border-top-right-radius:7px;background:#004a68;cursor:pointer}.ResultsTableHeaderColumn__HoverEffect:hover:first-child{background-color:#002532;cursor:default}.ResultsTableHeaderColumn__HoverEffect:hover:last-child{background-color:#002532;cursor:default}.ResultsTableHeaderColumn__HoverEffect:hover.isHighlighted{border-bottom:#009de0 2px solid;border-top-left-radius:7px;border-top-right-radius:7px;background:#00384f;background:linear-gradient(180deg,#004d6b 35%,#00384f00)}.ResultsTableHeaderColumn__DragEffect{border-top-left-radius:7px;border-top-right-radius:7px;background:#004a68;cursor:pointer}.ResultsTableHeaderColumn__DragOver{border-top-left-radius:7px;border-top-right-radius:7px;background:#006086;background:linear-gradient(180deg,#006086 35%,#006086)}.ResultsTableHeaderColumn__DragOver.isHighlighted{border-bottom:#009de0 2px solid;border-top-left-radius:7px;border-top-right-radius:7px;background:#006086;background:linear-gradient(180deg,#006086 35%,#006086)}.ResultsTableHeaderColumn__MenuIcon{margin-top:-10px;margin-bottom:-10px;display:flex;align-items:center;justify-content:center;width:27px;height:27px;border-radius:50%;flex:none;margin-left:auto;transition:background-color .18s ease-out;cursor:pointer}.ResultsTableHeaderColumn__MenuIcon.isOpen{background-color:#fff6}.ResultsTableHeaderColumn__MenuIcon .Icon{position:relative;top:-1px}.ResultsTableHeaderColumn__noDrag:hover{background-color:#fff6}.ResultsTableHeaderColumn__Title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;min-width:0}.ResultsTableHeaderColumn__Title__Subscript{margin-left:1px;font-size:9px;vertical-align:sub;padding-right:1px}.ResultsTableHeaderColumn__Subtitle{font-size:9px}.ResultsTableRow+.ResultsTableRow{margin-top:2px}.ResultsTableRow__ParentCell,.ResultsTableRow__ChildCell{display:flex;flex-flow:column;justify-content:center;padding-left:20px;padding-right:20px}.ResultsTableRow__ParentCell.isHighlighted,.ResultsTableRow__ChildCell.isHighlighted{background-color:#366d82}.ResultsTableRow__ParentCell{height:61px;background-color:#00384f;transition:background-color .18s ease-out;cursor:pointer}.ResultsTableRow__ParentCell.isSelected{background-color:#26576a}.ResultsTableRow__ParentCell.isUnfolded{margin-bottom:1px}.ResultsTableRow__ParentCell.isFirstColumn{border-top-left-radius:6px}.ResultsTableRow__ParentCell.isFirstColumn:not(.isUnfolded){border-bottom-left-radius:6px}.ResultsTableRow__ParentCell.isLastColumn{border-top-right-radius:6px}.ResultsTableRow__ParentCell.isLastColumn:not(.isUnfolded){border-bottom-right-radius:6px}.ResultsTableRow__ChildCell{background-color:#003446;height:50px}.ResultsTableRow__ChildCell.isLastChild.isFirstColumn{border-bottom-left-radius:6px}.ResultsTableRow__ChildCell.isLastChild.isLastColumn{border-bottom-right-radius:6px}.ResultsTableRow__Info{border-right:1px solid #002532}.ResultsTableRow__InfoNameWrapper{position:relative}.ResultsTableRow__InfoNameWrapper .ResultsTable__Caret{position:absolute;top:3px;right:calc(100% + 4px);color:#ffffffb3;padding:6px 10px;margin:-6px -10px;transition:color .18s ease-out;cursor:pointer}.ResultsTableRow__InfoNameWrapper .ResultsTable__Caret:hover{color:#fff}.ResultsTableRow__InfoName{font-size:14px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ResultsTableRow__InfoType{margin-top:1px;font-size:9px;color:#fff6}.ResultsTableRow__ChooserCell{margin-left:2px;background-color:#00384f99}.ResultsTableRow__ChooserCell.isFirstRow{border-top-left-radius:6px;border-top-right-radius:6px}.ResultsTableRow__ChooserCell.isLastRow{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.ResultsTableLoading{position:absolute;top:0;bottom:0;right:0;left:0;display:flex;align-items:center;justify-content:center;z-index:100;background-color:#00253280}.SectionResultsTable__NullScreen{position:absolute;top:0;bottom:0;right:0;left:0;display:flex;align-items:center;justify-content:center}.SectionResultsTable__NullScreenButton{height:40px;padding-left:12px;padding-right:16px;border-radius:20px;display:flex;align-items:center;background-color:#ffffff1a;cursor:pointer;transition:background-color .18s ease-out}.SectionResultsTable__NullScreenButton:hover{background-color:#000}.FoldOutList__Icon{color:#009de0;transition:transform .15s ease-out;transform:rotate(-90deg)}.FoldOutList__Icon--Active{transform:rotate(0)}.Modal{height:calc(100% - 30px);max-height:500px;background-color:#fff;border-radius:20px;box-shadow:0 2px 15px #00000080;display:flex;flex-flow:column;overflow:hidden}.Modal__Header,.Modal__Footer{height:80px;border-style:solid;border-color:#d4e0e6;flex:none;padding-left:40px;padding-right:40px;display:flex;align-items:center}.Modal__Header{border-bottom-width:1px}.Modal__Footer{border-top-width:1px;justify-content:flex-end;grid-gap:10px}.Modal__Footer .Button{width:114px}.Modal__Body{flex:auto;overflow:auto}.Modal__Title{color:#429dda;font-size:20px;font-weight:400}.Modal__Title strong{font-weight:500}.ModalOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.u-full-height>div{height:100%}.DimensionChooser__CategoryName{padding-left:40px;padding-right:40px;height:50px;display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:15px;color:#002433;border-bottom:1px solid #d4e0e6;cursor:pointer}.DimensionChooser__CategoryDimensions{background-color:#eceff0;border-bottom:1px solid #d4e0e6}.DimensionChooser__Dimension{margin-left:40px;padding-right:40px;height:40px;align-items:center;display:flex;cursor:pointer}.DimensionChooser__Dimension+.DimensionChooser__Dimension{border-top:1px solid #d4e0e6}.DimensionChooser__DimensionName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#000;font-size:15px;font-weight:500;transition:color .18s ease-out}.DimensionChooser__Dimension.isSelected .DimensionChooser__DimensionName{color:#00243366}.DimensionChooser__Dimension.isSelected:hover .DimensionChooser__DimensionName{color:#00243399}.DimensionChooser__DimensionAdd,.DimensionChooser__DimensionRemove{margin-left:auto;padding-left:20px}.DimensionChooser__DimensionAdd .IconButton{color:#009de0}.DimensionChooser__Dimension:hover .DimensionChooser__DimensionAdd .IconButton{color:#003247}.DimensionChooser__DimensionRemove .IconButton{color:#00243366}.DimensionChooser__Dimension:hover .DimensionChooser__DimensionRemove .IconButton{color:#002433b3}.DimensionChooser__FooterButtons{display:flex;justify-content:space-between;width:100%}.DimensionChooser__FooterButtons__SaveCancel{display:flex;justify-content:flex-end;gap:10px}.DimensionChooser__FooterButtons__Clear{outline:transparent;background-color:transparent;border:none;font-family:Gotham Rounded A,Gotham Rounded B,sans-serif;transition:color .15s ease-in-out}.DimensionChooser__FooterButtons__Clear--Disabled{color:#00263670}.DimensionChooser__FooterButtons__Clear--Enabled{color:#009de0;cursor:pointer}.DimensionChooser__FooterButtons__Clear--Enabled:hover{color:#008bc7}.ManageSRSButton{position:absolute;bottom:0;right:0;padding:30px;z-index:10;width:205px;font-weight:400}.ManageSRSButton .IconButton{background-color:#ffffff1a;border-radius:6px;height:40px;transition:background-color .18s ease-out}.ManageSRSButton .IconButton:hover{background-color:#ffffff26}.ManageSRSButton .IconButton__Text{color:#fff9}.ManageSRSButton .IconButton .Icon{color:#a3b0b5}.Modal__Body{overflow:scroll;overflow-x:hidden}.SRSHeader{display:flex;justify-content:space-between;align-items:center;height:100%;width:100%}.SRSHeader__Title{display:flex;justify-content:space-between;align-items:center;gap:6px;color:#429dda;font-size:22px;letter-spacing:-1.33px}.SRSHeader__Title__Main{font-weight:500}.SRSHeader__Title__Section{font-weight:400;overflow:hidden}.SRSHeader__RightContainer{display:flex;align-items:center;gap:25px}.SRSHeader__RightContainer__UploadButton .IconButton__Text{font-weight:400;-webkit-user-select:none;user-select:none;margin-right:0}.SRSHeader__RightContainer__CloseButton{color:#009de0;transition:color .18s ease-out;height:23px}.SRSHeader__RightContainer__CloseButton .Icon{cursor:pointer}.SRSHeader__RightContainer__CloseButton:hover{color:#008dca}.SRSHeader__RightContainer__CloseButton--Open{color:#ffffff40}.SRSHeader__RightContainer__CloseButton--Open .Icon{cursor:not-allowed}.SRSHeader__RightContainer__CloseButton--Open:hover{color:#ffffff40}.Body__UploadArea{display:flex;align-items:center;justify-content:center;width:100%;background-color:#fbfbfc;border-bottom:#d4e0e6 1px solid;cursor:pointer;transition:background-color .18s ease-out;box-sizing:border-box;line-height:17px}.Body__UploadArea-Drag-Over{display:flex;align-items:center;justify-content:center;width:100%;background-color:#d8e8ef;border-bottom:#d4e0e6 1px solid;cursor:pointer;transition:background-color .18s ease-out;box-sizing:border-box;line-height:17px}.Body__UploadArea__Content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:140px;width:95%;gap:15px;border-radius:20px;transition:all .18s ease-out;border:2px dashed transparent;box-sizing:border-box}.Body__UploadArea__Content-Drag-Over{display:flex;flex-direction:column;align-items:center;justify-content:center;height:140px;width:95%;gap:15px;border-radius:20px;transition:all .18s ease-out;border:2px dashed #009de0;box-sizing:border-box}.Body__UploadArea__Content__Icon{font-size:50px;color:#009de0}.Body__UploadArea__Content__Text{width:260px;font-size:14px;color:#809199;text-align:center;font-weight:400;transition:color .18s ease-out;box-sizing:border-box}.Body__UploadArea__Content__Text-Drag-Over{width:260px;font-size:14px;text-align:center;font-weight:400;transition:color .18s ease-out;color:#009de0;box-sizing:border-box}.Body__UploadArea__Content__Text__Folder{font-weight:500;color:#596469;transition:color .2s ease-in-out}.Body__UploadArea__Content__Text__Folder:hover{color:#009de0}.SRSBodyFileComponent__Body{position:relative;top:-1px}.SRSFileStructureBody{height:100%}.SRSFileStructureBody__Navigation{display:flex;justify-content:flex-start;align-items:center;gap:10px;height:50px;border-bottom:1px solid #d4e0e6;transition:background-color .2s ease-in-out,border-bottom .2s ease-in-out;margin-top:1px}.SRSFileStructureBody__Navigation:hover{cursor:pointer;background-color:#fafafa;border-bottom:1px solid #009de0}.SRSFileStructureBody__Navigation__Path{display:flex;justify-content:flex-start;align-items:center;margin-left:2px;height:100%;overflow:hidden;letter-spacing:-.5px}.SRSFileStructureBody__Navigation__Path__prevPath{color:#ccd3d6;display:flex;justify-content:flex-start;align-items:center;gap:5px;height:100%}.SRSFileStructureBody__Navigation__Path__prevPath__Content{display:flex;justify-content:flex-start;align-items:center;gap:5px}.SRSFileStructureBody__Navigation__Path__prevPath__Content__FirstElement{color:#8a9092;transition:color .2s ease-in-out}.SRSFileStructureBody__Navigation__Path__prevPath__Content__FirstElement:hover{color:#646a6b;cursor:pointer}.SRSFileStructureBody__Navigation__Path__prevPath__Content:last-child{padding-right:5px}.SRSFileStructureBody__Navigation__Path__currentPath{color:#002433}.SRSFileStructureBody__Navigation__BackButton{margin-left:20px;transform:rotate(180deg);color:#429dda}.SRSFileStructureBody__Navigation__BackButton:hover{color:#2d92d6;cursor:pointer}.SRSFileStructureBody__AddButton{display:flex;justify-content:center;align-items:center;height:50px;width:170px;padding:0 40px;font-weight:500;letter-spacing:-.8px}.SRSFileStructureBody__AddButton .IconButton__Text{font-size:14px}.SRSFileStructureBody__Add{margin-left:41px;margin-right:41px;margin-top:17px}.SRSFileStructureBody__Loading{position:relative;display:flex;justify-content:center;align-items:center;transform:translateY(150%)}.SRSFileStructureBody__Node{display:flex;justify-content:space-between;align-items:center;background-color:#f6f7f8;height:50px;padding:0 40px}.SRSFileStructureBody__Node__Name{letter-spacing:-1.13px;color:#002433}.SRSFileStructureBody__Node--Folder{cursor:pointer;transition:background-color .2s ease-in-out;background-color:#fff}.SRSFileStructureBody__Node--Folder:hover{background-color:#fafafa}.SRSFileStructureBody__Node--File{transition:background-color .2s ease-in-out}.SRSFileStructureBody__Node__Controls{display:flex;justify-content:space-between;align-items:center;gap:15px;height:100%}.SRSFileStructureBody__Node__Controls__ConditionContainer{display:flex;justify-content:center;align-items:center;width:12px}.SRSFileStructureBody__Node__Controls__Menu{display:flex;justify-content:center;align-items:center;height:100%}.SRSFileStructureBody__Node__Controls__Menu:hover{cursor:pointer}.SRSFileStructureBody__Node__Controls__Menu__ThreeDotsH{display:flex;justify-content:center;align-items:center;color:#979797;height:100%}.SRSFileStructureBody__Node__Controls__Menu__ThreeDotsH:hover{color:#003247}.SRSFileStructureBody__Node__Controls__Info{color:#429dda}.SRSFileStructureBody__Node__Controls__Info:hover{color:#2d92d6;cursor:help}.SRSFileStructureBody__Node__Controls__MetaData{position:absolute;top:10px;right:10px;color:#429dda;z-index:100}.SRSFileStructureBody__Node__Controls__Download{color:#429dda;transition:color .2s ease-in-out}.SRSFileStructureBody__Node__Controls__Download:hover{color:#2276ae;cursor:pointer}.SRSFileStructureBody__Node__Controls__CaretRight{margin-top:1px;color:#429dda}.Textbox{position:relative}.Textbox__Input,.Textbox__TextArea{border-radius:4px;width:100%;background-color:#eceff0;border:1px #d4e0e6 solid;outline:none;box-shadow:none;transition:border-color .2s ease-in-out;padding:25px 14px 14px;font-weight:400!important;font-size:16px;letter-spacing:-1.33px}.Textbox__Input:focus,.Textbox__TextArea:focus{border:1px rgba(0,36,51,.3) solid}.Textbox__Input:hover,.Textbox__TextArea:hover{border:1px rgba(0,36,51,.3) solid}.Textbox__Input{height:50px}.Textbox__TextArea{padding-top:25px;min-height:120px;max-height:120px;max-width:100%;min-width:100%;resize:none}.Textbox__Title{font-family:Gotham Rounded A,Gotham Rounded B;position:absolute;top:18px;left:0;transition:all .2s ease-in-out;transform-origin:left bottom;pointer-events:none;font-size:12px;color:#809199;padding:0 14px;font-weight:500}.Textbox.is-active .Textbox__Title{top:8px;color:#809199}.SRSAdd{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.SRSAdd__Title{font-size:14px;font-weight:500;letter-spacing:-.8px;color:#809199}.SRSAdd__TextboxContainer{display:flex;flex-direction:column;gap:6px}.SRSAdd__Buttons{display:flex;gap:10px;justify-content:flex-end;transition:all .2s ease;margin-top:5px}.SRSAdd__Buttons--Loading .Button{background-color:#f5f5f5;color:#809199;cursor:not-allowed}.SRSMenuControls__Menu{position:absolute;background:#fff;box-shadow:0 0 10px #0000001a;border-radius:6px;padding:8px;z-index:100}.SRSMenuControls__Menu__Item{width:100%;height:100%;font-weight:400;font-size:14px;border-bottom:#f6f7f8 1px solid}.SRSMenuControls__Menu__Item:hover{cursor:pointer;background:#f6f7f8}.SRSMenuControls__Menu__Item:last-child{border-bottom:none}.SRSMenuControls__DeleteConfirmation{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#002433b3;z-index:1050;cursor:default}.SRSMenuControls__DeleteConfirmation__Content{background:#fff;border-radius:20px;z-index:1051;width:auto;width:465px;height:277px;padding:20px;cursor:default}.SRSMenuControls__DeleteConfirmation__Content__Title{display:flex;justify-content:center;align-items:center;font-size:25px;font-weight:500;margin-bottom:25px;letter-spacing:-2px;color:#009de0;margin-top:45px}.SRSMenuControls__DeleteConfirmation__Content__Text{display:flex;justify-content:center;align-items:center;margin-left:70px;margin-right:70px;font-size:15px;font-weight:400;text-align:center;letter-spacing:-1.13px;line-height:20px;margin-bottom:25px}.SRSMenuControls__DeleteConfirmation__Content__Buttons{display:flex;justify-content:center;align-items:center;gap:5px;margin-top:20px;margin-bottom:20px}.SRSMenuControls__DeleteConfirmation__Content__Buttons__Cancel{width:150px;height:25px;border-radius:14px;border:none;font-size:14px;font-weight:400;cursor:pointer;transition:.3s;font-family:Gotham Rounded A,Gotham Rounded B;background-color:#fff;border:1px solid #009de0;color:#009de0}.SRSMenuControls__DeleteConfirmation__Content__Buttons__Cancel:hover{background-color:#e6e6e6}.SRSMenuControls__DeleteConfirmation__Content__Buttons__Delete{width:150px;height:25px;border-radius:14px;border:none;font-size:14px;font-weight:400;cursor:pointer;transition:.3s;font-family:Gotham Rounded A,Gotham Rounded B;background-color:#009de0;color:#fff}.SRSMenuControls__DeleteConfirmation__Content__Buttons__Delete:hover{background-color:#0079ad}.DescriptionTip__Title{font-size:16px;font-weight:600}.DescriptionTip__Content{margin-top:10px;font-weight:400}.FileTreeTip__Title{font-size:16px;font-weight:600}.FileTreeTip__Content__Row{display:flex;justify-content:space-between;align-items:center;margin-top:10px;gap:10px}.FileTreeTip__Content__Row__Key{font-weight:600}.FileTreeTip__Content__Row__Value{font-weight:400}.SRSEdit{display:flex;flex-direction:column;gap:10px;margin:10px 40px 20px}.SRSEdit__Title{font-size:14px;font-weight:500;letter-spacing:-.8px;color:#809199}.SRSEdit__TextboxContainer{display:flex;flex-direction:column;gap:6px}.SRSEdit__Buttons{display:flex;gap:10px;justify-content:flex-end;transition:all .2s ease;margin-top:5px}.SRSEdit__Buttons--Loading .Button{background-color:#f5f5f5;color:#809199;cursor:not-allowed}.SRSUpload{height:50px;width:100%;padding:0 40px;display:flex;justify-content:space-between;align-items:center;background-color:#f6f7f8;border-bottom:1px solid #d4e0e6}.SRSUpload__fileName{color:#a5b2b7;font-size:15px}.SRSUpload__progressContainer{height:50px;display:flex;justify-content:center;align-items:center;gap:10px}.SRSUpload__progressContainer__uploadText{color:#809199;font-size:11px;margin-right:4px}.SRSUpload__progressContainer__uploadText--error{font-size:11px;margin-right:4px;color:#e00039}.SRSUpload__progressContainer__progressBarContainer{height:4px;width:80px;background-color:#d2d7db;border-radius:2px}.SRSUpload__progressContainer__progressBarContainer__progressBar{height:100%;background-color:#009de0;border-radius:2px}.SRSUpload__progressContainer__progressBarContainer__progressBar--error{height:100%;border-radius:2px;background-color:#e00039}.SRSUpload__progressContainer__progress{color:#809199;font-size:11px;width:30px;display:flex;justify-content:flex-end}.SRSUpload__progressContainer__errorDismiss{color:#809199;transition:color .2s ease-in-out}.SRSUpload__progressContainer__errorDismiss:hover{cursor:pointer;color:#5b6a71}.SRSRevisionBody__Revisions__Container{border-bottom:1px solid #d4e0e6}.SRSRevisionBody__Revisions__Container__Entry{display:flex;justify-content:space-between;align-items:center;padding:0 40px;height:50px;cursor:pointer;transition:background-color .2s;font-weight:700}.SRSRevisionBody__Revisions__Container__Entry:hover{background-color:#fafafa}.SRSRevisionBody__Revisions__Container__Entry__Name{font-size:16px}.SRSRevisionBody__Revisions__Container__Entry__Controls{display:flex;align-items:center;gap:10px;height:100%}.SRSRevisionBody__Revisions__Container__Entry__Controls__Menu{display:flex;justify-content:center;align-items:center;height:100%}.SRSRevisionBody__Revisions__Container__Entry__Controls__Menu:hover{cursor:pointer}.SRSRevisionBody__Revisions__Container__Entry__Controls__Menu__ThreeDotsH{display:flex;justify-content:center;align-items:center;color:#979797;height:100%;margin-right:5px}.SRSRevisionBody__Revisions__Container__Entry__Controls__Menu__ThreeDotsH:hover{color:#003247}.SRSRevisionBody__Revisions__Container__Entry__Controls__Info{color:#429dda;margin-right:1px}.SRSRevisionBody__Revisions__Container__Entry__Controls__Info:hover{cursor:help}.SRSRevisionBody__Revisions__Container__Entry__Controls__CaretRight{margin-left:8px;margin-top:1px;color:#429dda}.SRSRevisionBody__AddButton{display:flex;justify-content:center;align-items:center;padding:0 38px;height:50px;width:178px;font-weight:500;letter-spacing:-.8px}.SRSRevisionBody__AddButton .IconButton__Text{font-size:14px}.SRSRevisionBody__Add{margin-left:41px;margin-right:41px;margin-top:17px}.SRSRevisionBody__Loading{position:relative;display:flex;justify-content:center;align-items:center;transform:translateY(150%)}.Explorer{position:absolute;top:0;bottom:0;right:0;left:0;display:flex}.Explorer__Model{position:relative;flex:1 1 auto;width:0;-webkit-user-select:none;user-select:none}.Explorer__SectionMenu{position:absolute;top:35px;left:120px;z-index:1}.Explorer__Navigation{position:absolute;bottom:30px;right:30px}.Explorer__AnalysisExplorer{width:50%;background-color:#002433;flex:none;position:relative;z-index:1}.Explorer__AnalysisExplorer.isSmall{width:620px}.Explorer__AnalysisExplorer.isLarge{width:calc(100% - 110px)}.TitleBar{position:absolute;height:40px;border-radius:20px;display:inline-flex;align-items:center;transition:background-color .18s ease-out;margin-right:15px;width:max-content}.TitleBar__Title{padding-right:25px;padding-left:25px;font-size:14px;font-weight:400}.TitleBar__Divider{height:100%;width:1px}.TitleBar__Icon{width:40px;display:flex;align-items:center;justify-content:center;position:relative;left:3px}.TitleBar.hasIcon .TitleBar__Title{padding-left:13px}.TitleBar--Theme-Default{background-color:#ddd}.TitleBar--Theme-Default .TitleBar__Divider{background-color:#ccc}.TitleBar--Theme-Default.TitleBar.isActive{background-color:#fff}.TitleBar--Theme-Overlay{background-color:#3e6c7e40;color:#fff}.TitleBar--Theme-Overlay .TitleBar__Divider{background-color:#fff3}.TitleBar--Theme-Overlay.TitleBar.isActive{background-color:#3e6c7ecc}.NavigationButton{width:40px;height:40px;cursor:pointer;display:flex;justify-content:center;align-items:center}.ExplorerNavigation{display:flex;text-shadow:0px 1px 3px rgba(0,0,0,.15)}.ExplorerNavigation__Button{background-color:#007eb4;transition:background-color .18s ease-out,color .18s ease-out;color:#fffc}.ExplorerNavigation__Button:hover{background-color:#1a8bbc;color:#fff}.ExplorerNavigation__Button:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}.ExplorerNavigation__Button:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px}.ExplorerNavigation__Button+.ExplorerNavigation__Button{border-left:.5px solid #005a81}.ExplorerNavigation__AnalysisExplorerButton{background-color:#009de0;transition:background-color .18s ease-out,color .18s ease-out;border-left:.5px solid #005a81;display:flex;width:131px;align-items:center;justify-content:center;border-top-right-radius:6px;border-bottom-right-radius:6px;transition:#007eb4 .18s ease-out,color .18s ease-out,width .18s ease-out,display .18s ease-out}.ExplorerNavigation__AnalysisExplorerButton--Active{background-color:#234a6d;width:40px}.ExplorerNavigation__AnalysisExplorerButton--Active .Icon{color:#ffffff6c;text-shadow:0px 1px 3px rgba(0,0,0,.15);margin-bottom:3px}.ExplorerNavigation__AnalysisExplorerButton--Active .IconButton__Text{color:#ffffff6c;font-weight:400;text-shadow:0px 1px 3px rgba(0,0,0,.15);display:none}.ExplorerNavigation__AnalysisExplorerButton--Active:hover{background-color:#395c7c;color:#fff;cursor:pointer}.ExplorerNavigation__AnalysisExplorerButton--NoActive .Icon{color:#fff;text-shadow:0px 1px 3px rgba(0,0,0,.15);margin-bottom:3px}.ExplorerNavigation__AnalysisExplorerButton--NoActive .IconButton__Text{color:#fff;font-weight:400;text-shadow:0px 1px 3px rgba(0,0,0,.15)}.ExplorerNavigation__AnalysisExplorerButton--NoActive:hover{background-color:#1aa7e3;color:#fff;cursor:pointer}.ResetViewContainer{display:flex;align-items:center;color:#fff;cursor:pointer;padding:6px 8px;text-shadow:0 2px 10px rgba(0,0,0,.25);font-family:Gotham Rounded A,Gotham Rounded B;border-radius:9px;position:absolute;background-color:#0000;opacity:.7;transition:.18s ease-in-out;transition:opacity .35s ease-in-out,transform .35s ease-in-out}.ResetViewContainer .ResetView__Text{margin-left:8px;transition:.18s ease-in-out;z-index:1;font-size:14px;font-weight:400}.ResetViewContainer svg{fill:#fff;width:17px;height:20px;transition:.18s ease-in-out}.ResetViewContainer:hover{background-color:#3e6c7ecc;opacity:1}.hide{opacity:0;pointer-events:none}.show{opacity:.7}.LegendInformationContainer{position:fixed;bottom:0;left:140px;transform:translateY(10px);opacity:0;transition:opacity .3s ease-in-out,transform .3s ease-in-out,display .3s ease-in-out;min-height:80px}.LegendInformationContainer.show{opacity:1;transform:translateY(0)}.LegendInformationContainer.hide{opacity:0;transform:translateY(10px)}.LegendInformationContainer .LegendInformation{background:#fff9;box-shadow:1px 1px 8px #00000026;border:1px solid rgba(255,255,255,.6);border-radius:10px;width:250px;height:10px;display:flex;pointer-events:none}.LegendInformationContainer .LegendInformation__text-top,.LegendInformationContainer .LegendInformation__text-bottom{display:flex;justify-content:space-between;width:100%;font-style:normal;font-weight:325;font-size:11px;line-height:12px;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.25);letter-spacing:.54px;font-family:Gotham Rounded A,Gotham Rounded B,Arial,Helvetica,sans-serif}.LegendInformationContainer .LegendInformation__text-top,.LegendInformationContainer .LegendInformation__text-bottom,.LegendInformationContainer .LegendInformation__text-topTitle,.LegendInformationContainer .LegendInformation__text-bottomTitle{opacity:0;transform:translateY(5px);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.LegendInformationContainer .LegendInformation__text-top.shown,.LegendInformationContainer .LegendInformation__text-bottom.shown,.LegendInformationContainer .LegendInformation__text-topTitle.shown,.LegendInformationContainer .LegendInformation__text-bottomTitle.shown{opacity:1;transform:translateY(0)}.LegendInformationContainer .LegendInformation__Subscript{margin-left:1px;font-size:xx-small;vertical-align:sub;padding-right:1px}.LegendInformationContainer .LegendInformation__spanGreenYellow,.LegendInformationContainer .LegendInformation__spanYellowOrange,.LegendInformationContainer .LegendInformation__spanOrangeRed{width:25%;text-align:center}.LegendInformationContainer .LegendInformation__spanGreenYellow{margin-right:30px}.LegendInformationContainer .LegendInformation__spanYellowOrange{margin-left:-62.5px;margin-right:29.5px}.LegendInformationContainer .LegendInformation__spanOrangeRed{margin-left:-62.5px;margin-right:31.5px}.LegendInformationContainer .LegendInformation__text-top{margin-bottom:-6px}.LegendInformationContainer .LegendInformation__text-bottom{margin-top:6px}.LegendInformationContainer .LegendInformation__text-topTitle,.LegendInformationContainer .LegendInformation__text-bottomTitle{display:flex;gap:3px;justify-content:first baseline;position:relative;left:270px;bottom:10px;font-size:11px;line-height:12px;color:#fff;font-style:bold;text-shadow:1px 1px 3px rgba(0,0,0,.25);letter-spacing:.7px;font-family:Gotham Rounded A,Gotham Rounded B,Arial,Helvetica,sans-serif}.LegendInformationContainer .LegendInformation__textTitle{font-weight:325;font-style:normal}.LegendInformationContainer .LegendInformation__text-topTitle{top:-6px}.LegendInformationContainer .LegendInformation__text-bottomTitle{top:-12px}.LegendInformationContainer .LegendInformation__maxValue{position:absolute;left:75%;text-align:right;width:25%}.LegendInformationContainer .LegendInformation__minValue{position:absolute}.LegendInformationContainer .LegendInformation__green,.LegendInformationContainer .LegendInformation__yellow,.LegendInformationContainer .LegendInformation__orange,.LegendInformationContainer .LegendInformation__red{flex:1;height:8px}.LegendInformationContainer .LegendInformation__green{background-color:#06bb75;border-top-left-radius:10px;border-bottom-left-radius:10px}.LegendInformationContainer .LegendInformation__yellow{background-color:#ffc300}.LegendInformationContainer .LegendInformation__orange{background-color:#f57800}.LegendInformationContainer .LegendInformation__red{background-color:#e00039;border-top-right-radius:10px;border-bottom-right-radius:10px}.Modal__Title{font-style:normal;font-weight:500;font-size:20px;line-height:24px}.Modal__Footer__Buttons{display:flex;justify-content:flex-end;gap:15px}.Button{font-family:Gotham Rounded A," Gotham Rounded B",Arial,Helvetica,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:17px;text-align:center;width:90px;height:32px;padding:10px;cursor:pointer;transition:background-color .3s;border-radius:25px}.Button--Primary{background-color:#009de0;color:#fff;border:2px solid #009de0}.Button--Primary:hover{background-color:#008bc7;border:rgb(0,139.1272321429,198.5)}.Button--Default{background-color:#fff;color:#009de0;margin-right:10px;border:2px solid #009de0}.Button--Default:hover{background-color:#f2f2f2;border-color:#008bc7}.Button:focus{box-shadow:0 0 0 2px #007bff40}.ExplorerSettings__FormContainer{margin-left:40px;margin-right:40px}.ExplorerSettings__FormContainer .FormInput__Label{position:relative;padding-bottom:17px;padding-top:17px}.ExplorerSettings__FormContainer .FormInput:after{content:"";position:absolute;left:-40px;right:-40px;bottom:0;border-bottom:1px solid #d4e0e6}.ExplorerSettings__FormContainer .FormInputText{margin-top:0}.ExplorerSettings__FormContainer .FormInput:last-child:after{border-bottom:none}.PopMenu__Item{width:260px}.SiteSelector{position:absolute;top:0;bottom:0;left:0;right:0;display:flex}.SiteSelector__BackgroundImage{flex:auto;background-position:center center;background-size:cover}.SiteSelector__Sidebar{flex:none;max-width:500px;width:100%;background-color:#002433;height:100%;display:flex;flex-flow:column}.SiteSelector__SiteSelector__SidebarHeader{flex:none}.SiteSelector__SidebarMain{flex:auto;padding:5px 24px 24px;display:flex;flex-flow:column;gap:6px;overflow-y:auto}.UserCard{display:flex}.UserCard__Thumbnail{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9px;border:2px solid #00e075;background-color:#1b5275;font-size:12px;font-weight:700;color:#fff;line-height:0}.UserCard__Details{display:flex;flex-flow:column;justify-content:center;margin-left:10px}.UserCard__Name{color:#fff;font-size:13px;font-weight:700}.UserCard__AccountName{margin-top:1px;color:#fff6;font-size:13px;font-weight:500}.UserHeader{padding-left:54px;padding-right:54px;display:flex;align-items:center;height:140px;background-color:#002433;position:relative}.UserHeader:after{content:"";top:100%;left:0;right:0;height:14px;position:absolute;pointer-events:none;z-index:3;background:linear-gradient(rgba(0,0,0,.4),transparent)}.UserHeader__Main{flex:auto}.UserHeader__Controls{flex:none;display:flex;align-items:center;height:40px;border-left:1px solid rgba(255,255,255,.25);margin-right:-8px}.UserHeader__Control{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#fff6;cursor:pointer;transition:color .18s ease-out}.UserHeader__Control:hover{color:#fff}.SiteControl{padding-top:24px}.SiteControl__Name{color:#009de0;font-size:14px;font-weight:700;padding-left:33px}.SiteControl__Sites{margin-top:13px;display:flex;flex-flow:column;gap:2px}.SiteControlButton{display:flex;align-items:center;height:85px;padding-left:33px;padding-right:33px;border-radius:6px;background-color:#00384f;cursor:pointer;transition:background-color .18s ease-out}.SiteControlButton:hover{background-color:#0a455c}.SiteControlButton__Text{color:#fff;font-size:16px;font-weight:700;flex:auto}.SiteControlButton__Caret{color:#009de0;flex:none}
