@charset "UTF-8";@import"https://fonts.googleapis.com/css?family=Open+Sans";@import"https://fonts.googleapis.com/css?family=PT+Mono";.rc-slider{position:relative;width:100%;height:14px;padding:5px 0;border-radius:6px;touch-action:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{position:absolute;width:100%;height:4px;background-color:#e9e9e9;border-radius:6px}.rc-slider-track,.rc-slider-tracks{position:absolute;height:4px;background-color:#abe2fb;border-radius:6px}.rc-slider-track-draggable{z-index:1;box-sizing:content-box;background-clip:content-box;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);transform:translateY(-5px)}.rc-slider-handle{position:absolute;z-index:1;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:solid 2px #96dbfa;border-radius:50%;cursor:pointer;cursor:-webkit-grab;cursor:grab;opacity:.8;touch-action:pan-x}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle:focus{outline:none;box-shadow:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:-webkit-grabbing;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;color:#999;text-align:center;vertical-align:middle;cursor:pointer}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;width:8px;height:8px;vertical-align:middle;background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;cursor:pointer}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-handle,.rc-slider-disabled .rc-slider-dot{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-mark-text,.rc-slider-disabled .rc-slider-dot{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{width:4px;height:100%}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-top:0;border-bottom:0;border-right:5px solid rgba(0,0,0,0);border-left:5px solid rgba(0,0,0,0);transform:translate(-5px)}.rc-slider-vertical .rc-slider-handle{position:absolute;z-index:1;margin-top:0;margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{width:4px;height:100%}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-leave{display:block!important;animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear{transform:scale(0);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{transform:scale(0);transform-origin:50% 100%;opacity:0}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{transform:scale(0);transform-origin:50% 100%;opacity:0}}.rc-slider-tooltip{position:absolute;top:-9999px;left:-9999px;visibility:visible;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{min-width:24px;height:24px;padding:6px 2px;color:#fff;font-size:12px;line-height:1;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}body{margin:0;padding:0;height:100vh;min-width:60em;overflow:hidden;line-height:1.4rem;font-size:14px;font-weight:600;font-family:Open Sans,sans-serif}@-webkit-keyframes scale{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes scale{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}body .ball-pulse>div:nth-child(0){-webkit-animation:scale .75s -.36s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.36s infinite cubic-bezier(.2,.68,.18,1.08)}body .ball-pulse>div:nth-child(1){-webkit-animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08)}body .ball-pulse>div:nth-child(2){-webkit-animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08)}body .ball-pulse>div:nth-child(3){-webkit-animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08)}body .ball-pulse>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block}@-webkit-keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}body .ball-pulse-sync>div:nth-child(0){-webkit-animation:ball-pulse-sync .6s -.21s infinite ease-in-out;animation:ball-pulse-sync .6s -.21s infinite ease-in-out}body .ball-pulse-sync>div:nth-child(1){-webkit-animation:ball-pulse-sync .6s -.14s infinite ease-in-out;animation:ball-pulse-sync .6s -.14s infinite ease-in-out}body .ball-pulse-sync>div:nth-child(2){-webkit-animation:ball-pulse-sync .6s -.07s infinite ease-in-out;animation:ball-pulse-sync .6s -.07s infinite ease-in-out}body .ball-pulse-sync>div:nth-child(3){-webkit-animation:ball-pulse-sync .6s 0s infinite ease-in-out;animation:ball-pulse-sync .6s 0s infinite ease-in-out}body .ball-pulse-sync>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block}@-webkit-keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}body .ball-scale>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;height:60px;width:60px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite}body .ball-scale-random{width:37px;height:40px}body .ball-scale-random>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;display:inline-block;height:30px;width:30px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite;animation:ball-scale 1s 0s ease-in-out infinite}body .ball-scale-random>div:nth-child(1){margin-left:-7px;-webkit-animation:ball-scale 1s .2s ease-in-out infinite;animation:ball-scale 1s .2s ease-in-out infinite}body .ball-scale-random>div:nth-child(3){margin-left:-2px;margin-top:9px;-webkit-animation:ball-scale 1s .5s ease-in-out infinite;animation:ball-scale 1s .5s ease-in-out infinite}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}body .ball-rotate{position:relative}body .ball-rotate>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:relative}body .ball-rotate>div:first-child{-webkit-animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite;animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite}body .ball-rotate>div:before,body .ball-rotate>div:after{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;content:"";position:absolute;opacity:.8}body .ball-rotate>div:before{top:0;left:-28px}body .ball-rotate>div:after{top:0;left:25px}body .ball-clip-rotate>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;border:2px solid #fff;border-bottom-color:transparent;height:25px;width:25px;background:transparent!important;display:inline-block;-webkit-animation:rotate .75s 0s linear infinite;animation:rotate .75s 0s linear infinite}@keyframes scale{30%{-webkit-transform:scale(.3);transform:scale(.3)}to{-webkit-transform:scale(1);transform:scale(1)}}body .ball-clip-rotate-pulse{position:relative;-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}body .ball-clip-rotate-pulse>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;top:0;left:0;border-radius:100%}body .ball-clip-rotate-pulse>div:first-child{background:#fff;height:16px;width:16px;top:7px;left:-7px;-webkit-animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite}body .ball-clip-rotate-pulse>div:last-child{position:absolute;border:2px solid #fff;width:30px;height:30px;left:-16px;top:-2px;background:transparent;border:2px solid;border-color:#fff transparent #fff transparent;-webkit-animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;-webkit-animation-duration:1s;animation-duration:1s}@keyframes rotate{0%{-webkit-transform:rotate(0deg) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}to{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}body .ball-clip-rotate-multiple{position:relative}body .ball-clip-rotate-multiple>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;left:-20px;top:-20px;border:2px solid #fff;border-bottom-color:transparent;border-top-color:transparent;border-radius:100%;height:35px;width:35px;-webkit-animation:rotate 1s 0s ease-in-out infinite;animation:rotate 1s 0s ease-in-out infinite}body .ball-clip-rotate-multiple>div:last-child{display:inline-block;top:-10px;left:-10px;width:15px;height:15px;-webkit-animation-duration:.5s;animation-duration:.5s;border-color:#fff transparent #fff transparent;-webkit-animation-direction:reverse;animation-direction:reverse}@-webkit-keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}to{opacity:0}}@keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}to{opacity:0}}body .ball-scale-ripple>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;height:50px;width:50px;border-radius:100%;border:2px solid #fff;-webkit-animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8)}@-webkit-keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}to{opacity:0}}@keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}to{opacity:0}}body .ball-scale-ripple-multiple{position:relative;-webkit-transform:translateY(-25px);-ms-transform:translateY(-25px);transform:translateY(-25px)}body .ball-scale-ripple-multiple>div:nth-child(0){-webkit-animation-delay:-.8s;animation-delay:-.8s}body .ball-scale-ripple-multiple>div:nth-child(1){-webkit-animation-delay:-.6s;animation-delay:-.6s}body .ball-scale-ripple-multiple>div:nth-child(2){-webkit-animation-delay:-.4s;animation-delay:-.4s}body .ball-scale-ripple-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s}body .ball-scale-ripple-multiple>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;top:-2px;left:-26px;width:50px;height:50px;border-radius:100%;border:2px solid #fff;-webkit-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8)}@-webkit-keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);transform:scale(.75)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);transform:scale(.75)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}body .ball-beat>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation:ball-beat .7s 0s infinite linear;animation:ball-beat .7s 0s infinite linear}body .ball-beat>div:nth-child(2n-1){-webkit-animation-delay:-.35s!important;animation-delay:-.35s!important}@-webkit-keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:0}}body .ball-scale-multiple{position:relative;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}body .ball-scale-multiple>div:nth-child(2){-webkit-animation-delay:-.4s;animation-delay:-.4s}body .ball-scale-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s}body .ball-scale-multiple>div{background-color:#fff;width:15px;height:15px;border-radius:100%;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;left:-30px;top:0;opacity:0;margin:0;width:60px;height:60px;-webkit-animation:ball-scale-multiple 1s 0s linear infinite;animation:ball-scale-multiple 1s 0s linear infinite}@-webkit-keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-webkit-transform:translate(50px,0px);transform:translate(50px)}to{-webkit-transform:translate(0px,0px);transform:translate(0)}}@keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-webkit-transform:translate(50px,0px);transform:translate(50px)}to{-webkit-transform:translate(0px,0px);transform:translate(0)}}@-webkit-keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-webkit-transform:translate(-25px,50px);transform:translate(-25px,50px)}to{-webkit-transform:translate(0px,0px);transform:translate(0)}}@keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-webkit-transform:translate(-25px,50px);transform:translate(-25px,50px)}to{-webkit-transform:translate(0px,0px);transform:translate(0)}}@-webkit-keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px,0px);transform:translate(-50px)}66%{-webkit-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}to{-webkit-transform:translate(0px,0px);transform:translate(0)}}@keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px,0px);transform:translate(-50px)}66%{-webkit-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}to{-webkit-transform:translate(0px,0px);transform:translate(0)}}body .ball-triangle-path{position:relative;-webkit-transform:translate(-29.994px,-37.50938px);-ms-transform:translate(-29.994px,-37.50938px);transform:translate(-29.994px,-37.50938px)}body .ball-triangle-path>div:nth-child(1){-webkit-animation-name:ball-triangle-path-1;animation-name:ball-triangle-path-1;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}body .ball-triangle-path>div:nth-child(2){-webkit-animation-name:ball-triangle-path-2;animation-name:ball-triangle-path-2;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}body .ball-triangle-path>div:nth-child(3){-webkit-animation-name:ball-triangle-path-3;animation-name:ball-triangle-path-3;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}body .ball-triangle-path>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:10px;height:10px;border-radius:100%;border:1px solid #fff}body .ball-triangle-path>div:nth-of-type(1){top:50px}body .ball-triangle-path>div:nth-of-type(2){left:25px}body .ball-triangle-path>div:nth-of-type(3){top:50px;left:50px}@-webkit-keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);transform:translateY(30px)}to{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);transform:translateY(30px)}to{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(.75);transform:scale(.75)}}@keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(.75);transform:scale(.75)}}body .ball-pulse-rise>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:cubic-bezier(.15,.46,.9,.6);animation-timing-function:cubic-bezier(.15,.46,.9,.6);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}body .ball-pulse-rise>div:nth-child(2n){-webkit-animation-name:ball-pulse-rise-even;animation-name:ball-pulse-rise-even}body .ball-pulse-rise>div:nth-child(2n-1){-webkit-animation-name:ball-pulse-rise-odd;animation-name:ball-pulse-rise-odd}@-webkit-keyframes ball-grid-beat{50%{opacity:.7}to{opacity:1}}@keyframes ball-grid-beat{50%{opacity:.7}to{opacity:1}}body .ball-grid-beat{width:57px}body .ball-grid-beat>div:nth-child(1){-webkit-animation-delay:.44s;animation-delay:.44s;-webkit-animation-duration:1.27s;animation-duration:1.27s}body .ball-grid-beat>div:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-duration:1.52s;animation-duration:1.52s}body .ball-grid-beat>div:nth-child(3){-webkit-animation-delay:.14s;animation-delay:.14s;-webkit-animation-duration:.61s;animation-duration:.61s}body .ball-grid-beat>div:nth-child(4){-webkit-animation-delay:.15s;animation-delay:.15s;-webkit-animation-duration:.82s;animation-duration:.82s}body .ball-grid-beat>div:nth-child(5){-webkit-animation-delay:-.01s;animation-delay:-.01s;-webkit-animation-duration:1.24s;animation-duration:1.24s}body .ball-grid-beat>div:nth-child(6){-webkit-animation-delay:-.07s;animation-delay:-.07s;-webkit-animation-duration:1.35s;animation-duration:1.35s}body .ball-grid-beat>div:nth-child(7){-webkit-animation-delay:.29s;animation-delay:.29s;-webkit-animation-duration:1.44s;animation-duration:1.44s}body .ball-grid-beat>div:nth-child(8){-webkit-animation-delay:.63s;animation-delay:.63s;-webkit-animation-duration:1.19s;animation-duration:1.19s}body .ball-grid-beat>div:nth-child(9){-webkit-animation-delay:-.18s;animation-delay:-.18s;-webkit-animation-duration:1.48s;animation-duration:1.48s}body .ball-grid-beat>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;float:left;-webkit-animation-name:ball-grid-beat;animation-name:ball-grid-beat;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}body .ball-grid-pulse{width:57px}body .ball-grid-pulse>div:nth-child(1){-webkit-animation-delay:.58s;animation-delay:.58s;-webkit-animation-duration:.9s;animation-duration:.9s}body .ball-grid-pulse>div:nth-child(2){-webkit-animation-delay:.01s;animation-delay:.01s;-webkit-animation-duration:.94s;animation-duration:.94s}body .ball-grid-pulse>div:nth-child(3){-webkit-animation-delay:.25s;animation-delay:.25s;-webkit-animation-duration:1.43s;animation-duration:1.43s}body .ball-grid-pulse>div:nth-child(4){-webkit-animation-delay:-.03s;animation-delay:-.03s;-webkit-animation-duration:.74s;animation-duration:.74s}body .ball-grid-pulse>div:nth-child(5){-webkit-animation-delay:.21s;animation-delay:.21s;-webkit-animation-duration:.68s;animation-duration:.68s}body .ball-grid-pulse>div:nth-child(6){-webkit-animation-delay:.25s;animation-delay:.25s;-webkit-animation-duration:1.17s;animation-duration:1.17s}body .ball-grid-pulse>div:nth-child(7){-webkit-animation-delay:.46s;animation-delay:.46s;-webkit-animation-duration:1.41s;animation-duration:1.41s}body .ball-grid-pulse>div:nth-child(8){-webkit-animation-delay:.02s;animation-delay:.02s;-webkit-animation-duration:1.56s;animation-duration:1.56s}body .ball-grid-pulse>div:nth-child(9){-webkit-animation-delay:.13s;animation-delay:.13s;-webkit-animation-duration:.78s;animation-duration:.78s}body .ball-grid-pulse>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;float:left;-webkit-animation-name:ball-grid-pulse;animation-name:ball-grid-pulse;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}body .ball-spin-fade-loader{position:relative;top:-10px;left:-10px}body .ball-spin-fade-loader>div:nth-child(1){top:25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.96s infinite linear;animation:ball-spin-fade-loader 1s -.96s infinite linear}body .ball-spin-fade-loader>div:nth-child(2){top:17.04545px;left:17.04545px;-webkit-animation:ball-spin-fade-loader 1s -.84s infinite linear;animation:ball-spin-fade-loader 1s -.84s infinite linear}body .ball-spin-fade-loader>div:nth-child(3){top:0;left:25px;-webkit-animation:ball-spin-fade-loader 1s -.72s infinite linear;animation:ball-spin-fade-loader 1s -.72s infinite linear}body .ball-spin-fade-loader>div:nth-child(4){top:-17.04545px;left:17.04545px;-webkit-animation:ball-spin-fade-loader 1s -.6s infinite linear;animation:ball-spin-fade-loader 1s -.6s infinite linear}body .ball-spin-fade-loader>div:nth-child(5){top:-25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.48s infinite linear;animation:ball-spin-fade-loader 1s -.48s infinite linear}body .ball-spin-fade-loader>div:nth-child(6){top:-17.04545px;left:-17.04545px;-webkit-animation:ball-spin-fade-loader 1s -.36s infinite linear;animation:ball-spin-fade-loader 1s -.36s infinite linear}body .ball-spin-fade-loader>div:nth-child(7){top:0;left:-25px;-webkit-animation:ball-spin-fade-loader 1s -.24s infinite linear;animation:ball-spin-fade-loader 1s -.24s infinite linear}body .ball-spin-fade-loader>div:nth-child(8){top:17.04545px;left:-17.04545px;-webkit-animation:ball-spin-fade-loader 1s -.12s infinite linear;animation:ball-spin-fade-loader 1s -.12s infinite linear}body .ball-spin-fade-loader>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute}@-webkit-keyframes ball-spin-loader{75%{opacity:.2}to{opacity:1}}@keyframes ball-spin-loader{75%{opacity:.2}to{opacity:1}}body .ball-spin-loader{position:relative}body .ball-spin-loader>span:nth-child(1){top:45px;left:0;-webkit-animation:ball-spin-loader 2s .9s infinite linear;animation:ball-spin-loader 2s .9s infinite linear}body .ball-spin-loader>span:nth-child(2){top:30.68182px;left:30.68182px;-webkit-animation:ball-spin-loader 2s 1.8s infinite linear;animation:ball-spin-loader 2s 1.8s infinite linear}body .ball-spin-loader>span:nth-child(3){top:0;left:45px;-webkit-animation:ball-spin-loader 2s 2.7s infinite linear;animation:ball-spin-loader 2s 2.7s infinite linear}body .ball-spin-loader>span:nth-child(4){top:-30.68182px;left:30.68182px;-webkit-animation:ball-spin-loader 2s 3.6s infinite linear;animation:ball-spin-loader 2s 3.6s infinite linear}body .ball-spin-loader>span:nth-child(5){top:-45px;left:0;-webkit-animation:ball-spin-loader 2s 4.5s infinite linear;animation:ball-spin-loader 2s 4.5s infinite linear}body .ball-spin-loader>span:nth-child(6){top:-30.68182px;left:-30.68182px;-webkit-animation:ball-spin-loader 2s 5.4s infinite linear;animation:ball-spin-loader 2s 5.4s infinite linear}body .ball-spin-loader>span:nth-child(7){top:0;left:-45px;-webkit-animation:ball-spin-loader 2s 6.3s infinite linear;animation:ball-spin-loader 2s 6.3s infinite linear}body .ball-spin-loader>span:nth-child(8){top:30.68182px;left:-30.68182px;-webkit-animation:ball-spin-loader 2s 7.2s infinite linear;animation:ball-spin-loader 2s 7.2s infinite linear}body .ball-spin-loader>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:15px;height:15px;border-radius:100%;background:green}@-webkit-keyframes ball-zig{33%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}to{-webkit-transform:translate(0,0);transform:translate(0)}}@keyframes ball-zig{33%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}to{-webkit-transform:translate(0,0);transform:translate(0)}}@-webkit-keyframes ball-zag{33%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}to{-webkit-transform:translate(0,0);transform:translate(0)}}@keyframes ball-zag{33%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}to{-webkit-transform:translate(0,0);transform:translate(0)}}body .ball-zig-zag{position:relative;-webkit-transform:translate(-15px,-15px);-ms-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}body .ball-zig-zag>div{background-color:#fff;width:15px;height:15px;border-radius:100%;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;margin:2px 2px 2px 15px;top:4px;left:-7px}body .ball-zig-zag>div:first-child{-webkit-animation:ball-zig .7s 0s infinite linear;animation:ball-zig .7s 0s infinite linear}body .ball-zig-zag>div:last-child{-webkit-animation:ball-zag .7s 0s infinite linear;animation:ball-zag .7s 0s infinite linear}@-webkit-keyframes ball-zig-deflect{17%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}50%{-webkit-transform:translate(0,0);transform:translate(0)}67%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}84%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}to{-webkit-transform:translate(0,0);transform:translate(0)}}@keyframes ball-zig-deflect{17%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}50%{-webkit-transform:translate(0,0);transform:translate(0)}67%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}84%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}to{-webkit-transform:translate(0,0);transform:translate(0)}}@-webkit-keyframes ball-zag-deflect{17%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}34%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}50%{-webkit-transform:translate(0,0);transform:translate(0)}67%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}84%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}to{-webkit-transform:translate(0,0);transform:translate(0)}}@keyframes ball-zag-deflect{17%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}34%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}50%{-webkit-transform:translate(0,0);transform:translate(0)}67%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}84%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}to{-webkit-transform:translate(0,0);transform:translate(0)}}body .ball-zig-zag-deflect{position:relative;-webkit-transform:translate(-15px,-15px);-ms-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}body .ball-zig-zag-deflect>div{background-color:#fff;width:15px;height:15px;border-radius:100%;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;margin:2px 2px 2px 15px;top:4px;left:-7px}body .ball-zig-zag-deflect>div:first-child{-webkit-animation:ball-zig-deflect 1.5s 0s infinite linear;animation:ball-zig-deflect 1.5s 0s infinite linear}body .ball-zig-zag-deflect>div:last-child{-webkit-animation:ball-zag-deflect 1.5s 0s infinite linear;animation:ball-zag-deflect 1.5s 0s infinite linear}@-webkit-keyframes line-scale{0%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}to{-webkit-transform:scaley(1);transform:scaley(1)}}@keyframes line-scale{0%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}to{-webkit-transform:scaley(1);transform:scaley(1)}}body .line-scale>div:nth-child(1){-webkit-animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08)}body .line-scale>div:nth-child(2){-webkit-animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08)}body .line-scale>div:nth-child(3){-webkit-animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08)}body .line-scale>div:nth-child(4){-webkit-animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08)}body .line-scale>div:nth-child(5){-webkit-animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08)}body .line-scale>div{background-color:#fff;width:4px;height:35px;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block}@-webkit-keyframes line-scale-party{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes line-scale-party{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);transform:scale(1)}}body .line-scale-party>div:nth-child(1){-webkit-animation-delay:-.09s;animation-delay:-.09s;-webkit-animation-duration:.83s;animation-duration:.83s}body .line-scale-party>div:nth-child(2){-webkit-animation-delay:.33s;animation-delay:.33s;-webkit-animation-duration:.64s;animation-duration:.64s}body .line-scale-party>div:nth-child(3){-webkit-animation-delay:.32s;animation-delay:.32s;-webkit-animation-duration:.39s;animation-duration:.39s}body .line-scale-party>div:nth-child(4){-webkit-animation-delay:.47s;animation-delay:.47s;-webkit-animation-duration:.52s;animation-duration:.52s}body .line-scale-party>div{background-color:#fff;width:4px;height:35px;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation-name:line-scale-party;animation-name:line-scale-party;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes line-scale-pulse-out{0%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}to{-webkit-transform:scaley(1);transform:scaley(1)}}@keyframes line-scale-pulse-out{0%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}to{-webkit-transform:scaley(1);transform:scaley(1)}}body .line-scale-pulse-out>div{background-color:#fff;width:4px;height:35px;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85)}body .line-scale-pulse-out>div:nth-child(2),body .line-scale-pulse-out>div:nth-child(4){-webkit-animation-delay:-.4s!important;animation-delay:-.4s!important}body .line-scale-pulse-out>div:nth-child(1),body .line-scale-pulse-out>div:nth-child(5){-webkit-animation-delay:-.2s!important;animation-delay:-.2s!important}@-webkit-keyframes line-scale-pulse-out-rapid{0%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);transform:scaley(.3)}90%{-webkit-transform:scaley(1);transform:scaley(1)}}@keyframes line-scale-pulse-out-rapid{0%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);transform:scaley(.3)}90%{-webkit-transform:scaley(1);transform:scaley(1)}}body .line-scale-pulse-out-rapid>div{background-color:#fff;width:4px;height:35px;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78)}body .line-scale-pulse-out-rapid>div:nth-child(2),body .line-scale-pulse-out-rapid>div:nth-child(4){-webkit-animation-delay:-.25s!important;animation-delay:-.25s!important}body .line-scale-pulse-out-rapid>div:nth-child(1),body .line-scale-pulse-out-rapid>div:nth-child(5){-webkit-animation-delay:0s!important;animation-delay:0s!important}@-webkit-keyframes line-spin-fade-loader{50%{opacity:.3}to{opacity:1}}@keyframes line-spin-fade-loader{50%{opacity:.3}to{opacity:1}}body .line-spin-fade-loader{position:relative;top:-10px;left:-4px}body .line-spin-fade-loader>div:nth-child(1){top:20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out}body .line-spin-fade-loader>div:nth-child(2){top:13.63636px;left:13.63636px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out}body .line-spin-fade-loader>div:nth-child(3){top:0;left:20px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out}body .line-spin-fade-loader>div:nth-child(4){top:-13.63636px;left:13.63636px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out}body .line-spin-fade-loader>div:nth-child(5){top:-20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out}body .line-spin-fade-loader>div:nth-child(6){top:-13.63636px;left:-13.63636px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out}body .line-spin-fade-loader>div:nth-child(7){top:0;left:-20px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out}body .line-spin-fade-loader>div:nth-child(8){top:13.63636px;left:-13.63636px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out;animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out}body .line-spin-fade-loader>div{background-color:#fff;width:4px;height:35px;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:5px;height:15px}@-webkit-keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}to{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}to{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}body .triangle-skew-spin>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:20px solid #fff;-webkit-animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite}@-webkit-keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}to{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}to{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}body .square-spin>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;width:50px;height:50px;background:#fff;border:1px solid red;-webkit-animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite}@-webkit-keyframes rotate_pacman_half_up{0%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@keyframes rotate_pacman_half_up{0%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@-webkit-keyframes rotate_pacman_half_down{0%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes rotate_pacman_half_down{0%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@-webkit-keyframes pacman-balls{75%{opacity:.7}to{-webkit-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}@keyframes pacman-balls{75%{opacity:.7}to{-webkit-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}body .pacman{position:relative}body .pacman>div:nth-child(2){-webkit-animation:pacman-balls 1s -.99s infinite linear;animation:pacman-balls 1s -.99s infinite linear}body .pacman>div:nth-child(3){-webkit-animation:pacman-balls 1s -.66s infinite linear;animation:pacman-balls 1s -.66s infinite linear}body .pacman>div:nth-child(4){-webkit-animation:pacman-balls 1s -.33s infinite linear;animation:pacman-balls 1s -.33s infinite linear}body .pacman>div:nth-child(5){-webkit-animation:pacman-balls 1s 0s infinite linear;animation:pacman-balls 1s 0s infinite linear}body .pacman>div:first-of-type{width:0px;height:0px;border-right:25px solid transparent;border-top:25px solid #fff;border-left:25px solid #fff;border-bottom:25px solid #fff;border-radius:25px;-webkit-animation:rotate_pacman_half_up .5s 0s infinite;animation:rotate_pacman_half_up .5s 0s infinite;position:relative;left:-30px}body .pacman>div:nth-child(2){width:0px;height:0px;border-right:25px solid transparent;border-top:25px solid #fff;border-left:25px solid #fff;border-bottom:25px solid #fff;border-radius:25px;-webkit-animation:rotate_pacman_half_down .5s 0s infinite;animation:rotate_pacman_half_down .5s 0s infinite;margin-top:-50px;position:relative;left:-30px}body .pacman>div:nth-child(3),body .pacman>div:nth-child(4),body .pacman>div:nth-child(5),body .pacman>div:nth-child(6){background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;width:10px;height:10px;position:absolute;-webkit-transform:translate(0,-6.25px);-ms-transform:translate(0,-6.25px);transform:translateY(-6.25px);top:25px;left:70px}@-webkit-keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translate(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translate(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}to{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}body .cube-transition{position:relative;-webkit-transform:translate(-25px,-25px);-ms-transform:translate(-25px,-25px);transform:translate(-25px,-25px)}body .cube-transition>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;width:10px;height:10px;position:absolute;top:-5px;left:-5px;background-color:#fff;-webkit-animation:cube-transition 1.6s 0s infinite ease-in-out;animation:cube-transition 1.6s 0s infinite ease-in-out}body .cube-transition>div:last-child{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes spin-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}body .semi-circle-spin{position:relative;width:35px;height:35px;overflow:hidden}body .semi-circle-spin>div{position:absolute;border-width:0px;border-radius:100%;-webkit-animation:spin-rotate .6s 0s infinite linear;animation:spin-rotate .6s 0s infinite linear;background-image:-webkit-linear-gradient(transparent 0%,transparent 70%,#fff 30%,#fff 100%);background-image:linear-gradient(transparent 0%,transparent 70%,#fff 30%,#fff 100%);width:100%;height:100%}@-webkit-keyframes bar-progress{0%{-webkit-transform:scaleY(20%);transform:scaleY(.2);opacity:1}25%{-webkit-transform:translateX(6%) scaleY(10%);transform:translate(6%) scaleY(.1);opacity:.7}50%{-webkit-transform:translateX(20%) scaleY(20%);transform:translate(20%) scaleY(.2);opacity:1}75%{-webkit-transform:translateX(6%) scaleY(10%);transform:translate(6%) scaleY(.1);opacity:.7}to{-webkit-transform:scaleY(20%);transform:scaleY(.2);opacity:1}}@keyframes bar-progress{0%{-webkit-transform:scaleY(20%);transform:scaleY(.2);opacity:1}25%{-webkit-transform:translateX(6%) scaleY(10%);transform:translate(6%) scaleY(.1);opacity:.7}50%{-webkit-transform:translateX(20%) scaleY(20%);transform:translate(20%) scaleY(.2);opacity:1}75%{-webkit-transform:translateX(6%) scaleY(10%);transform:translate(6%) scaleY(.1);opacity:.7}to{-webkit-transform:scaleY(20%);transform:scaleY(.2);opacity:1}}body .bar-progress{width:30%;height:12px}body .bar-progress>div{position:relative;width:20%;height:12px;border-radius:10px;background-color:#fff;-webkit-animation:bar-progress 3s cubic-bezier(.57,.1,.44,.93) infinite;animation:bar-progress 3s cubic-bezier(.57,.1,.44,.93) infinite;opacity:1}@-webkit-keyframes bar-swing{0%{left:0}50%{left:70%}to{left:0}}@keyframes bar-swing{0%{left:0}50%{left:70%}to{left:0}}body .bar-swing{width:30%;height:8px}body .bar-swing>div{position:relative;width:30%;height:8px;border-radius:10px;background-color:#fff;-webkit-animation:bar-swing 1.5s infinite;animation:bar-swing 1.5s infinite}@-webkit-keyframes bar-swing-container{0%{left:0;-webkit-transform:translateX(0);transform:translate(0)}50%{left:70%;-webkit-transform:translateX(-4px);transform:translate(-4px)}to{left:0;-webkit-transform:translateX(0);transform:translate(0)}}@keyframes bar-swing-container{0%{left:0;-webkit-transform:translateX(0);transform:translate(0)}50%{left:70%;-webkit-transform:translateX(-4px);transform:translate(-4px)}to{left:0;-webkit-transform:translateX(0);transform:translate(0)}}body .bar-swing-container{width:20%;height:8px;position:relative}body .bar-swing-container div:nth-child(1){position:absolute;width:100%;background-color:#fff3;height:12px;border-radius:10px}body .bar-swing-container div:nth-child(2){position:absolute;width:30%;height:8px;border-radius:10px;background-color:#fff;-webkit-animation:bar-swing-container 2s cubic-bezier(.91,.35,.12,.6) infinite;animation:bar-swing-container 2s cubic-bezier(.91,.35,.12,.6) infinite;margin:2px 2px 0}body ::-webkit-scrollbar{width:14px;height:14px}body ::-webkit-scrollbar-thumb{height:6px;border:4px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:7px;border-radius:7px;background-color:#00000059}body ::-webkit-scrollbar-button{width:0;height:0;display:none}body ::-webkit-scrollbar-corner{background-color:transparent}body .dashboard-root .button-icon{margin-left:7px;color:#0092cc}body .dashboard-root .vendor-model-details-dropdown-select{height:2em;display:inline-block}body .dashboard-root .component-select-field .scala-field-input{margin-left:.5em;margin-top:.3em!important;max-width:98%}body .dashboard-root .scala-card{border:solid 1px lightgrey;font-size:1rem;display:inline-flex;border-radius:.2rem;padding:.5rem 0rem 1em}body .dashboard-root .scala-card *{font-size:1rem}body .dashboard-root .scala-card.success{border-color:#00c4a1}body .dashboard-root .scala-card.disabled{border-color:#d3d3d3}body .dashboard-root .scala-card-header{display:block}body .dashboard-root .grid-wrapper{display:grid;grid-gap:10px;grid-template-columns:repeat(auto-fill,minmax(45%,1fr));background-color:#fff;color:#444}body .dashboard-root .box{background-color:#444;color:#fff;border-radius:5px;padding:20px;font-size:150%}body .dashboard-root .model-version-button{display:flex;justify-content:space-between;align-items:center;padding:0 15px;width:200px;height:60px;box-shadow:0 2px #e1e1e1;border:solid 1px #a2a2a2;background-color:#fff}body .dashboard-root .model-version-button aside{color:#5a5a5a}body .dashboard-root .model-version-button aside:first-child{width:80px;line-height:normal;text-align:left;white-space:normal}body .dashboard-root .model-version-button aside:last-child{font-size:20px}body .dashboard-root .model-version-button.selected{box-shadow:0 2px #0a715f;background-color:#00c4a1}body .dashboard-root .model-version-button.selected *{color:#fff}body .dashboard-root .scala-loader .loader-root{display:flex;flex-direction:column}body .dashboard-root .scala-loader.overlay{position:relative}body .dashboard-root .scala-loader.overlay .loader-hidden{display:none}body .dashboard-root .scala-loader.overlay.loading>*{opacity:.2}body .dashboard-root .scala-loader.overlay.loading>*.loader-root{opacity:1}body .dashboard-root .scala-loader.overlay .loader-root{top:0;height:100%;position:absolute;width:100%}body .dashboard-root .scala-loader.contained.loading .loader{position:static;width:unset}body .dashboard-root .scala-loader .centered{display:flex;justify-content:center;align-items:center;height:fit-content;flex-grow:1}body .dashboard-root .scala-loader .centered .loader{left:unset;top:unset;width:unset}body .dashboard-root .scala-loader .with-height{min-height:50px}body .dashboard-root .scala-loader .loader-inner>div{background-color:#5e8dbf}body .dashboard-root .user-card{display:inline-flex;align-items:center;justify-content:space-between;height:50px;padding:10px;box-sizing:border-box}body .dashboard-root .user-card:hover .remove-icon{display:block}body .dashboard-root .user-card .user-icon{margin-right:10px}body .dashboard-root .user-card .user-name{margin-right:10px;min-width:0}body .dashboard-root .user-card .user-name aside{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body .dashboard-root .user-card .remove-icon{display:none}body .dashboard-root .user-icon,body .dashboard-root .workspace-icon{width:30px;height:30px;border-radius:50%;display:flex;flex-shrink:0;justify-content:center;align-items:center}body .dashboard-root .user-icon span,body .dashboard-root .workspace-icon span{color:#fafafa}body .dashboard-root .user-icon.icon-color-1,body .dashboard-root .workspace-icon.icon-color-1{background-color:#61b0cf}body .dashboard-root .user-icon.icon-color-1:after,body .dashboard-root .workspace-icon.icon-color-1:after{background-color:#61b0cf}body .dashboard-root .user-icon.icon-color-2,body .dashboard-root .workspace-icon.icon-color-2{background-color:#5a5a5a}body .dashboard-root .user-icon.icon-color-2:after,body .dashboard-root .workspace-icon.icon-color-2:after{background-color:#5a5a5a}body .dashboard-root .user-icon.icon-color-3,body .dashboard-root .workspace-icon.icon-color-3{background-color:#0092cc}body .dashboard-root .user-icon.icon-color-3:after,body .dashboard-root .workspace-icon.icon-color-3:after{background-color:#0092cc}body .dashboard-root .user-icon.icon-color-4,body .dashboard-root .workspace-icon.icon-color-4{background-color:#00c4a1}body .dashboard-root .user-icon.icon-color-4:after,body .dashboard-root .workspace-icon.icon-color-4:after{background-color:#00c4a1}body .dashboard-root .user-icon.icon-color-5,body .dashboard-root .workspace-icon.icon-color-5{background-color:#084781}body .dashboard-root .user-icon.icon-color-5:after,body .dashboard-root .workspace-icon.icon-color-5:after{background-color:#084781}body .dashboard-root .workspace-icon{border-radius:5px}body .dashboard-root .snapshots-tab{padding-top:3.5em}body .dashboard-root .snapshots-tab .scheduler-card{border:1px solid lightgray;background:#fff;width:100%;padding:1.5em 1em}body .dashboard-root .snapshots-tab .onetime-radio{display:flex;flex-direction:column;padding:.2em 0 0 2em}body .dashboard-root .snapshots-tab .onetime-time-selection{display:inline-flex;padding-top:3.1em}body .dashboard-root .snapshots-tab .SingleDatePickerInput__withBorder{border:solid 1px #61b0cf;border-radius:0}body .dashboard-root .snapshots-tab .DateInput_input__focused{border:none}body .dashboard-root .snapshots-tab #onetime-datepicker{height:13px;font-family:Open Sans,sans-serif;font-size:14px;font-weight:700;padding:10px 0;text-align:center}body .dashboard-root .snapshots-tab .DateInput_input{border-bottom:none}body .dashboard-root .snapshots-tab .DateInput{width:100px}body .dashboard-root .snapshots-tab .onetime-select.scala-field{padding:0 1em 0 0}body .dashboard-root .snapshots-tab .onetime-radio-label{display:flex;padding:0 .5em .5em}body .dashboard-root .snapshots-tab .onetime-radio-label span{padding-right:.2em;font-size:14px}body .dashboard-root .snapshots-tab .scala-radio-label{display:inline-flex;padding:.25em 2em}body .dashboard-root .snapshots-tab .tab-selected{font-weight:800}body .dashboard-root .snapshots-tab .cron-scheduler .selected{color:#000}body .dashboard-root .snapshots-tab .scheduler-text{line-height:2.5em}body .dashboard-root .snapshots-tab .period-select,body .dashboard-root .snapshots-tab .times-select,body .dashboard-root .snapshots-tab .cron-exp-field{width:inherit}body .dashboard-root .snapshots-tab .period-select .scala-field-input,body .dashboard-root .snapshots-tab .times-select .scala-field-input,body .dashboard-root .snapshots-tab .cron-exp-field .scala-field-input{margin:0}body .dashboard-root .snapshots-tab .submit-schedule-button{height:inherit}body .dashboard-root .snapshots-tab .scala-field{padding:0 1em}body .dashboard-root .snapshots-tab .times-input{margin:0;width:45px}body .dashboard-root .snapshots-tab .ml-auto{margin-left:auto}body .dashboard-root .snapshots-tab .snapshots-table{padding-top:1.5em}body .dashboard-root .snapshots-tab .scala-item-type{color:#5a5a5a;font-size:14px;font-style:normal;font-weight:700;font-family:Open Sans,sans-serif;line-height:34px;font-stretch:normal;letter-spacing:.3px}body .dashboard-root .snapshots-tab .scala-table-content{border:1px solid #d3d3d3;font-size:1rem;border-radius:.2rem;padding:.5rem 0 1em;box-shadow:none}body .dashboard-root .snapshots-tab .scala-table-content .table-row .created-cell{flex:2 1}body .dashboard-root .snapshots-tab .scala-table-content .table-row .created-cell .remove-default{display:none!important}body .dashboard-root .snapshots-tab .scala-table-content .table-row .table-sort-label svg{opacity:0!important}body .dashboard-root .snapshots-tab .scala-table-content .no-snapshots-found{margin:auto}body .dashboard-root .files-section .upload-progress-bar-section{flex:auto;width:50%;margin:0 auto;padding:0 1em;background-color:#ececec;border-radius:4px;font-weight:800;color:#00425c}body .dashboard-root .files-section .upload-progress-bar-section .completed-container{margin:0 auto;width:60%;text-align:center;line-height:24px;vertical-align:middle}body .dashboard-root .files-section .upload-progress-bar-section .completed-container .completed-icon{color:#00c4a1;vertical-align:bottom;line-height:24px;font-size:17px;padding-right:.2em}body .dashboard-root .files-section .upload-progress-bar-section .completed-container .completed-text{color:#00c4a1;display:inline-block}body .dashboard-root .files-section .upload-progress-bar-section .uploading-container{margin:0 auto;width:60%;text-align:center;line-height:24px;vertical-align:middle}body .dashboard-root .files-section .upload-progress-bar-section .uploading-container .upload-text{color:#00425c}body .dashboard-root .files-section .upload-progress-bar-section .uploading-container .upload-text :after{overflow:hidden;display:inline-block;vertical-align:bottom;-webkit-animation:ellipsis steps(4,end) .9s infinite;animation:ellipsis steps(4,end) .9s infinite;content:"…";width:0px}body .dashboard-root .files-section .upload-progress-bar-section .progress-bar-container{width:100%;height:100%;padding-bottom:.5em}body .dashboard-root .file-explorer-table tr{cursor:context-menu}body .dashboard-root .upload-files-modal .scala-modal-content,body .dashboard-root.upload-files-modal .scala-modal-content{display:flex;flex-direction:column}body .dashboard-root .upload-files-modal .scala-modal-content .scala-modal-body,body .dashboard-root.upload-files-modal .scala-modal-content .scala-modal-body{padding:0 1em;width:50vw;box-sizing:border-box}body .dashboard-root .upload-files-modal .scala-modal-content .scala-modal-body .modal-section,body .dashboard-root.upload-files-modal .scala-modal-content .scala-modal-body .modal-section{padding:0em 2rem}body .dashboard-root .upload-files-modal .scala-modal-content .scala-modal-body .modal-section .center-field,body .dashboard-root.upload-files-modal .scala-modal-content .scala-modal-body .modal-section .center-field{width:100%}body .dashboard-root .upload-files-modal .scala-modal-content .scala-modal-body .dropzone-container,body .dashboard-root.upload-files-modal .scala-modal-content .scala-modal-body .dropzone-container{width:100%;padding:0 1em}body .dashboard-root .upload-files-modal .scala-modal-content .scala-modal-body .dropzone-container .dropzone,body .dashboard-root.upload-files-modal .scala-modal-content .scala-modal-body .dropzone-container .dropzone{border:unset}body .dashboard-root .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container,body .dashboard-root.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container{width:100%;padding:0 1rem 2em 2em;max-height:48vh;overflow-y:scroll;margin-top:1em}body .dashboard-root .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item,body .dashboard-root.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item{margin-top:5px}body .dashboard-root .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .file-icon span,body .dashboard-root .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .cancel-icon span,body .dashboard-root.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .file-icon span,body .dashboard-root.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .cancel-icon span{line-height:34px;vertical-align:middle}body .dashboard-root .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .file-name,body .dashboard-root .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .file-size,body .dashboard-root.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .file-name,body .dashboard-root.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .file-size{display:inline-block;padding-left:.5em;white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis!important}body .dashboard-root .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .cancel-icon,body .dashboard-root.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .cancel-icon{margin-left:auto;display:flex;height:inherit}body .dashboard-root .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .cancel-icon span,body .dashboard-root.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .cancel-icon span{cursor:pointer;height:auto}body .dashboard-root .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item,body .dashboard-root.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item{border-bottom:solid 1px #cfcfcf;outline:none;margin-top:5px}body .dashboard-root .upload-files-modal .scala-modal-content .scala-modal-body .upload-buttons,body .dashboard-root.upload-files-modal .scala-modal-content .scala-modal-body .upload-buttons{width:100%;padding:2em 1em 0}body .dashboard-root .movecopy-modal .scala-modal-content,body .dashboard-root.movecopy-modal .scala-modal-content{display:flex;flex-direction:column}body .dashboard-root .movecopy-modal .scala-modal-content .scala-modal-body,body .dashboard-root.movecopy-modal .scala-modal-content .scala-modal-body{padding:0 2em;width:80vw;box-sizing:border-box}body .dashboard-root .movecopy-modal .scala-modal-content .scala-modal-body .modal-section,body .dashboard-root.movecopy-modal .scala-modal-content .scala-modal-body .modal-section{padding:0;margin-top:1em}body .dashboard-root .movecopy-modal .scala-modal-content .scala-modal-body .modal-section .card-file-header-title,body .dashboard-root.movecopy-modal .scala-modal-content .scala-modal-body .modal-section .card-file-header-title{display:flex;padding:8px 12px;background-color:#ececec;width:auto;border-radius:4px;font-weight:800;color:#00425c}body .dashboard-root .movecopy-modal .scala-modal-content .scala-modal-body .modal-section .card-file-header-path,body .dashboard-root.movecopy-modal .scala-modal-content .scala-modal-body .modal-section .card-file-header-path{font-weight:500;white-space:nowrap;cursor:pointer;min-width:1em;max-width:10em;overflow:hidden;text-overflow:ellipsis;padding:0 .5em}body .dashboard-root .movecopy-modal .scala-modal-content .scala-modal-body .modal-section .card-file-header-path:hover,body .dashboard-root.movecopy-modal .scala-modal-content .scala-modal-body .modal-section .card-file-header-path:hover{background:#fff;border-radius:3px;color:#000}body .dashboard-root .movecopy-modal .scala-modal-content .scala-modal-body .modal-section .center-field,body .dashboard-root.movecopy-modal .scala-modal-content .scala-modal-body .modal-section .center-field{width:100%}body .dashboard-root .movecopy-modal .scala-modal-content .scala-modal-body .modal-section .movecopy-buttons,body .dashboard-root.movecopy-modal .scala-modal-content .scala-modal-body .modal-section .movecopy-buttons{padding-top:32px}body .dashboard-root .movecopy-modal .scala-modal-content .scala-modal-body .modal-section .table-row,body .dashboard-root .movecopy-modal .scala-modal-content .scala-modal-body .modal-section.table-row,body .dashboard-root.movecopy-modal .scala-modal-content .scala-modal-body .modal-section .table-row,body .dashboard-root.movecopy-modal .scala-modal-content .scala-modal-body .modal-section.table-row{display:none}body .dashboard-root .movecopy-modal .scala-modal-content .scala-modal-body .modal-section .table-row ::hover,body .dashboard-root .movecopy-modal .scala-modal-content .scala-modal-body .modal-section.table-row ::hover,body .dashboard-root.movecopy-modal .scala-modal-content .scala-modal-body .modal-section .table-row ::hover,body .dashboard-root.movecopy-modal .scala-modal-content .scala-modal-body .modal-section.table-row ::hover{background-color:#cef1ff}body .dashboard-root .movecopy-modal .scala-modal-content .scala-modal-body .files-section .card-file-header-title,body .dashboard-root.movecopy-modal .scala-modal-content .scala-modal-body .files-section .card-file-header-title{display:flex;padding:8px 12px;background-color:#ececec;width:auto;border-radius:4px;font-weight:800;color:#00425c}body .dashboard-root .movecopy-modal .scala-modal-content .scala-modal-body .files-section .card-file-header-path,body .dashboard-root.movecopy-modal .scala-modal-content .scala-modal-body .files-section .card-file-header-path{font-weight:500;white-space:nowrap;cursor:pointer;min-width:1em;max-width:10em;overflow:hidden;text-overflow:ellipsis;padding:0 .5em}body .dashboard-root .movecopy-modal .scala-modal-content .scala-modal-body .files-section .card-file-header-path:hover,body .dashboard-root.movecopy-modal .scala-modal-content .scala-modal-body .files-section .card-file-header-path:hover{background:#fff;border-radius:3px;color:#000}body .dashboard-root .movecopy-modal .scala-modal-content tbody tr:hover,body .dashboard-root.movecopy-modal .scala-modal-content tbody tr:hover{background-color:#cef1ff}body .dashboard-root .movecopy-modal .scala-modal-content .colhead-checkbox,body .dashboard-root.movecopy-modal .scala-modal-content .colhead-checkbox{max-width:1em}body .dashboard-root .movecopy-modal .scala-modal-content .item-checkbox,body .dashboard-root .movecopy-modal .scala-modal-content .colhead-checkbox,body .dashboard-root.movecopy-modal .scala-modal-content .item-checkbox,body .dashboard-root.movecopy-modal .scala-modal-content .colhead-checkbox{max-width:5%;cursor:pointer}body .dashboard-root .movecopy-modal .scala-modal-content .item-icon,body .dashboard-root .movecopy-modal .scala-modal-content .colhead-icon,body .dashboard-root.movecopy-modal .scala-modal-content .item-icon,body .dashboard-root.movecopy-modal .scala-modal-content .colhead-icon{max-width:5%}body .dashboard-root .movecopy-modal .scala-modal-content .item-name,body .dashboard-root .movecopy-modal .scala-modal-content .colhead-name,body .dashboard-root.movecopy-modal .scala-modal-content .item-name,body .dashboard-root.movecopy-modal .scala-modal-content .colhead-name{min-width:35%;cursor:pointer}body .dashboard-root .movecopy-modal .scala-modal-content .item-name.item-directory,body .dashboard-root.movecopy-modal .scala-modal-content .item-name.item-directory{cursor:pointer}body .dashboard-root .movecopy-modal .scala-modal-content .item-created,body .dashboard-root .movecopy-modal .scala-modal-content .colhead-created,body .dashboard-root.movecopy-modal .scala-modal-content .item-created,body .dashboard-root.movecopy-modal .scala-modal-content .colhead-created,body .dashboard-root .movecopy-modal .scala-modal-content .item-modified,body .dashboard-root .movecopy-modal .scala-modal-content .colhead-modified,body .dashboard-root.movecopy-modal .scala-modal-content .item-modified,body .dashboard-root.movecopy-modal .scala-modal-content .colhead-modified{min-width:20%}body .dashboard-root .movecopy-modal .movecopy-file-buttons,body .dashboard-root.movecopy-modal .movecopy-file-buttons{margin-top:2em}body .dashboard-root .movecopy-modal .file-explorer-item-name,body .dashboard-root.movecopy-modal .file-explorer-item-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body .dashboard-root .movecopy-modal .file-explorer-folder-name,body .dashboard-root.movecopy-modal .file-explorer-folder-name{cursor:pointer}body .dashboard-root .movecopy-modal .empty-folder,body .dashboard-root.movecopy-modal .empty-folder{margin:auto}body .dashboard-root .movecopy-modal .empty-folder p,body .dashboard-root.movecopy-modal .empty-folder p{color:#cfcfcf;font-style:italic}body .dashboard-root .movecopy-modal .folder-explorer-card,body .dashboard-root.movecopy-modal .folder-explorer-card{max-height:64vh;overflow-y:auto;scrollbar-width:0;padding-right:0}body .dashboard-root #add-version-label-field{line-height:1.1875em;height:1.5em}body .dashboard-root.add-version-modal .scala-modal-body{max-width:40em;padding:.5em 2rem}body .dashboard-root.add-version-modal .select-container{display:flex;width:inherit}body .dashboard-root.add-version-modal .description-label{margin-top:.5em}body .dashboard-root.add-version-modal .description-field{display:flex;width:inherit}body .dashboard-root.add-version-modal .description-field .scala-field-input{margin-top:0}body .dashboard-root.add-version-modal .add-version-button-container{margin-top:1.5em}body .dashboard-root .file-restore-modal .header-container,body .dashboard-root.file-restore-modal .header-container{margin:2em 0 1em}body .dashboard-root .file-restore-modal .header-container .select-container,body .dashboard-root.file-restore-modal .header-container .select-container{min-width:13em}body .dashboard-root .file-restore-modal .scala-folder-explorer-loader,body .dashboard-root.file-restore-modal .scala-folder-explorer-loader{min-width:76vw;min-height:45vh}body .dashboard-root .file-restore-modal .scala-table-content,body .dashboard-root.file-restore-modal .scala-table-content{width:auto!important}body .dashboard-root .file-restore-modal .scala-table-content tbody,body .dashboard-root.file-restore-modal .scala-table-content tbody{max-height:58vh;min-height:30vh;overflow-x:hidden;overflow-y:scroll}body .dashboard-root .file-restore-modal .card-file-header-title,body .dashboard-root.file-restore-modal .card-file-header-title{display:flex;padding:8px 12px;background-color:#ececec;width:auto;border-radius:4px;font-weight:800;color:#00425c}body .dashboard-root .file-restore-modal .card-file-header-path,body .dashboard-root.file-restore-modal .card-file-header-path{font-weight:500;white-space:nowrap;cursor:pointer;min-width:1em;max-width:10em;overflow:hidden;text-overflow:ellipsis;padding:0 .5em}body .dashboard-root .file-restore-modal .card-file-header-path:hover,body .dashboard-root.file-restore-modal .card-file-header-path:hover{background:#fff;border-radius:3px;color:#000}body .dashboard-root .file-restore-modal .backup-folder-viewer-container,body .dashboard-root.file-restore-modal .backup-folder-viewer-container{overflow:hidden}body .dashboard-root .file-restore-modal .backup-folder-viewer-item,body .dashboard-root.file-restore-modal .backup-folder-viewer-item{min-height:20em;min-width:20em}body .dashboard-root .file-restore-modal .folder-explorer-table .folder-explorer-header-row,body .dashboard-root.file-restore-modal .folder-explorer-table .folder-explorer-header-row{padding-right:1.5em}body .dashboard-root .file-restore-modal .folder-explorer-table .empty-folder-row,body .dashboard-root.file-restore-modal .folder-explorer-table .empty-folder-row{justify-content:center}body .dashboard-root .file-restore-modal .folder-explorer-table .empty-folder-row .empty-folder p,body .dashboard-root.file-restore-modal .folder-explorer-table .empty-folder-row .empty-folder p{font-style:italic}body .dashboard-root .file-restore-modal .folder-explorer-table .navigation-row,body .dashboard-root.file-restore-modal .folder-explorer-table .navigation-row{cursor:pointer}body .dashboard-root .file-restore-modal .folder-explorer-table .backup-row,body .dashboard-root.file-restore-modal .folder-explorer-table .backup-row{cursor:context-menu}body .dashboard-root .file-restore-modal .folder-explorer-table .backup-row .file-explorer-folder-name,body .dashboard-root.file-restore-modal .folder-explorer-table .backup-row .file-explorer-folder-name{color:#5e8dbf;cursor:pointer}body .dashboard-root .file-restore-modal .folder-explorer-table,body .dashboard-root.file-restore-modal .folder-explorer-table{width:75vw}body .dashboard-root .file-restore-modal .folder-explorer-table .scala-cell,body .dashboard-root.file-restore-modal .folder-explorer-table .scala-cell{height:inherit}body .dashboard-root .file-restore-modal .folder-explorer-table .scala-cell p,body .dashboard-root.file-restore-modal .folder-explorer-table .scala-cell p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}body .dashboard-root .file-restore-modal .folder-explorer-table .item-name,body .dashboard-root.file-restore-modal .folder-explorer-table .item-name{text-overflow:ellipsis}body .dashboard-root .file-restore-modal .folder-explorer-table .colhead-description span,body .dashboard-root.file-restore-modal .folder-explorer-table .colhead-description span{cursor:unset}body .dashboard-root .file-restore-modal .movecopy-file-buttons,body .dashboard-root.file-restore-modal .movecopy-file-buttons{margin-top:1em}body .dashboard-root .restore-modal .header-container,body .dashboard-root.restore-modal .header-container{margin:2em 0 1em}body .dashboard-root .restore-modal .header-container .select-container,body .dashboard-root.restore-modal .header-container .select-container{min-width:13em}body .dashboard-root .restore-modal .scala-modal-content,body .dashboard-root.restore-modal .scala-modal-content{display:flex;flex-direction:column}body .dashboard-root .restore-modal .scala-modal-content .scala-modal-body,body .dashboard-root.restore-modal .scala-modal-content .scala-modal-body{padding:36px 40px 44px 30px;width:80vw;box-sizing:border-box}body .dashboard-root .restore-modal .scala-modal-content .scala-modal-body .modal-section .center-field,body .dashboard-root.restore-modal .scala-modal-content .scala-modal-body .modal-section .center-field{width:100%}body .dashboard-root .restore-modal .scala-modal-content .scala-modal-body .modal-section .modal-cta-buttons,body .dashboard-root.restore-modal .scala-modal-content .scala-modal-body .modal-section .modal-cta-buttons{padding-top:32px}body .dashboard-root .restore-modal .scala-modal-content .scala-modal-body .modal-section .table-row,body .dashboard-root .restore-modal .scala-modal-content .scala-modal-body .modal-section.table-row,body .dashboard-root.restore-modal .scala-modal-content .scala-modal-body .modal-section .table-row,body .dashboard-root.restore-modal .scala-modal-content .scala-modal-body .modal-section.table-row{display:none}body .dashboard-root .restore-modal .scala-modal-content .scala-modal-body .modal-section .table-row ::hover,body .dashboard-root .restore-modal .scala-modal-content .scala-modal-body .modal-section.table-row ::hover,body .dashboard-root.restore-modal .scala-modal-content .scala-modal-body .modal-section .table-row ::hover,body .dashboard-root.restore-modal .scala-modal-content .scala-modal-body .modal-section.table-row ::hover{background-color:#cef1ff}body .dashboard-root .restore-modal .scala-modal-content .card-file-header-title,body .dashboard-root.restore-modal .scala-modal-content .card-file-header-title{display:flex;padding:8px 12px;background-color:#ececec;width:auto;border-radius:4px;font-weight:800;color:#00425c}body .dashboard-root .restore-modal .scala-modal-content .card-file-header-path,body .dashboard-root.restore-modal .scala-modal-content .card-file-header-path{font-weight:500;white-space:nowrap;cursor:pointer;min-width:1em;max-width:10em;overflow:hidden;text-overflow:ellipsis;padding:0 .5em}body .dashboard-root .restore-modal .scala-modal-content .card-file-header-path:hover,body .dashboard-root.restore-modal .scala-modal-content .card-file-header-path:hover{background:#fff;border-radius:3px;color:#000}body .dashboard-root .restore-modal .scala-modal-content tbody tr:hover,body .dashboard-root.restore-modal .scala-modal-content tbody tr:hover{background-color:#cef1ff}body .dashboard-root .restore-modal .scala-modal-content .colhead-checkbox,body .dashboard-root.restore-modal .scala-modal-content .colhead-checkbox{max-width:1em}body .dashboard-root .restore-modal .scala-modal-content .item-checkbox,body .dashboard-root .restore-modal .scala-modal-content .colhead-checkbox,body .dashboard-root.restore-modal .scala-modal-content .item-checkbox,body .dashboard-root.restore-modal .scala-modal-content .colhead-checkbox{max-width:5%;cursor:pointer}body .dashboard-root .restore-modal .scala-modal-content .item-icon,body .dashboard-root .restore-modal .scala-modal-content .colhead-icon,body .dashboard-root.restore-modal .scala-modal-content .item-icon,body .dashboard-root.restore-modal .scala-modal-content .colhead-icon{max-width:5%}body .dashboard-root .restore-modal .scala-modal-content .item-name,body .dashboard-root .restore-modal .scala-modal-content .colhead-name,body .dashboard-root.restore-modal .scala-modal-content .item-name,body .dashboard-root.restore-modal .scala-modal-content .colhead-name{min-width:35%;cursor:pointer}body .dashboard-root .restore-modal .scala-modal-content .item-name.item-directory,body .dashboard-root.restore-modal .scala-modal-content .item-name.item-directory{cursor:pointer}body .dashboard-root .restore-modal .scala-modal-content .item-created,body .dashboard-root .restore-modal .scala-modal-content .colhead-created,body .dashboard-root.restore-modal .scala-modal-content .item-created,body .dashboard-root.restore-modal .scala-modal-content .colhead-created,body .dashboard-root .restore-modal .scala-modal-content .item-modified,body .dashboard-root .restore-modal .scala-modal-content .colhead-modified,body .dashboard-root.restore-modal .scala-modal-content .item-modified,body .dashboard-root.restore-modal .scala-modal-content .colhead-modified{min-width:20%}body .dashboard-root .restore-modal .modal-cta-buttons,body .dashboard-root.restore-modal .modal-cta-buttons{margin-top:4em}body .dashboard-root .restore-modal .file-explorer-item-name,body .dashboard-root.restore-modal .file-explorer-item-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body .dashboard-root .restore-modal .file-explorer-folder-name,body .dashboard-root.restore-modal .file-explorer-folder-name{cursor:pointer}body .dashboard-root .restore-modal .empty-folder,body .dashboard-root.restore-modal .empty-folder{margin:auto}body .dashboard-root .restore-modal .empty-folder p,body .dashboard-root.restore-modal .empty-folder p{color:#cfcfcf;font-style:italic}body .dashboard-root .restore-modal .folder-explorer-card,body .dashboard-root.restore-modal .folder-explorer-card{max-height:64vh;overflow-y:auto;scrollbar-width:0;padding-right:0}body .dashboard-root .path-header .header-route{line-height:29px}body .dashboard-root .path-header .header-route a{color:inherit}body .dashboard-root .path-header .header-title{line-height:34px}body .dashboard-root .scala-field label{height:30px;display:flex;align-items:center;transform:scale(1)}body .dashboard-root .scala-field label+.scala-field-input{margin-top:30px}body .dashboard-root .scala-table{width:100%;display:table}body .dashboard-root .scala-table .scala-table-options{display:flex;justify-content:space-between;margin-bottom:1.25rem}body .dashboard-root .scala-table .scala-table-options .bulk-action-button+.bulk-action-button{margin-left:10px}body .dashboard-root .scala-table .scala-table-options .scala-search{width:228px}body .dashboard-root .scala-table .scala-table-options .scala-search .scala-icon{overflow:visible}body .dashboard-root .scala-table .scala-table-options .scala-search-layout{width:auto}body .dashboard-root .scala-table .scala-table-options .scala-search-layout>*{max-height:2rem;min-height:auto}body .dashboard-root .scala-table .scala-table-options .scala-table-buttons{margin-top:.7rem;margin-right:2rem}body .dashboard-root .scala-table .scala-table-options .scala-table-search-buttons{display:inline-flex;align-items:center}body .dashboard-root .scala-table .scala-table-options .scala-delimeter{font-size:1rem;color:#98999a;width:auto;background-color:#fff;margin:1rem;width:6rem;height:3rem}body .dashboard-root .scala-table .scala-table-content{padding-top:0;padding-bottom:0;width:100%;overflow-x:auto}body .dashboard-root .scala-table .scala-table-content table{display:inline-block;box-sizing:border-box}body .dashboard-root .scala-table .scala-table-content table tbody{display:block;box-sizing:border-box}body .dashboard-root .scala-table .scala-table-content table tbody .table-data-row{display:inline-flex;width:100%;justify-content:space-between;box-sizing:border-box}body .dashboard-root .scala-table .scala-table-content table tbody tr.no-content{justify-content:center}body .dashboard-root .scala-table .scala-table-content table tbody tr.no-content p{color:#cfcfcf;font-style:italic}body .dashboard-root .scala-table .scala-table-content table tbody .row-action-menu{position:absolute;padding:0;right:3em;background-color:#fff;margin:.2em}body .dashboard-root .scala-table .scala-table-content table tbody .row-action-menu li{font-size:.8em;padding:0 1em;background-color:#fff;outline:1px solid rgb(178.5,233.25,255);z-index:1}body .dashboard-root .scala-table .scala-table-content table tbody .row-action-menu li:hover{background-color:#cdcdcd}body .dashboard-root .scala-table .scala-table-content table tbody .row-actions{color:#0092cc}body .dashboard-root .scala-table .scala-table-content table thead{display:block;box-sizing:border-box;width:100%}body .dashboard-root .scala-table .scala-table-content table thead .table-header{box-sizing:border-box}body .dashboard-root .scala-table .scala-table-content table thead .table-header .scala-cell{display:flex;flex-direction:row;justify-content:left}body .dashboard-root .scala-table .scala-table-content table thead .table-header .scala-cell.scala-item-type,body .dashboard-root .scala-table .scala-table-content table thead .table-header .scala-cell.scala-item-type button{min-width:0}body .dashboard-root .scala-table .scala-table-content table thead .table-header .scala-cell.sorted-column aside{color:#0092cc}body .dashboard-root .scala-table .scala-table-content table thead .table-header .scala-cell aside{text-align:left}body .dashboard-root .scala-table .scala-table-content table thead .table-header .scala-cell .sort-up-icon:not(.active-sort),body .dashboard-root .scala-table .scala-table-content table thead .table-header .scala-cell .sort-down-icon:not(.active-sort){color:#b7d8e4}body .dashboard-root .scala-table .scala-table-content table thead .table-header .scala-cell .sort-up-icon{margin-right:-7px}body .dashboard-root .scala-table .scala-table-content table .table-row{display:flex;width:100%;align-items:center;min-width:0}body .dashboard-root .scala-table .scala-table-content table .table-row .scala-cell{min-height:inherit}body .dashboard-root .scala-table .scala-table-content table .table-row .scala-cell.scala-item{min-width:0}body .dashboard-root .scala-table .scala-table-content table .table-row .scala-cell.row-actions-cell{min-width:15px;flex:0}body .dashboard-root .scala-table .scala-table-content table .table-row .scala-cell.checkbox-cell{flex:0}body .dashboard-root .scala-table .scala-table-content table .table-row .scala-cell p,body .dashboard-root .scala-table .scala-table-content table .table-row .scala-cell aside{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}body .dashboard-root .scala-table .scala-table-content table .scala-cell{flex:1}body .dashboard-root .scala-table-tabs{display:flex}body .dashboard-root .scala-table-tabs .scala-table-tab{cursor:pointer}body .dashboard-root .scala-table-tabs .scala-table-tab .scala-card{display:flex;align-items:center;padding:0 20px;height:38px}body .dashboard-root .scala-table-tabs .scala-table-tab p{font-size:13px}body .dashboard-root .scala-table-tabs .scala-table-tab+.scala-table-tab{margin-left:11px}body .dashboard-root .scala-table-tabs .scala-table-tab.selected-table-tab{background-color:#00c4a10a}body .dashboard-root .scala-table-tabs .scala-table-tab.selected-table-tab .scala-card{border:solid 1px #00c4a1;min-width:50%}body .dashboard-root .scala-table-tabs .scala-table-tab.selected-table-tab p{color:#00c4a1;font-weight:700}body .dashboard-root .coming-soon-view .page-title{padding:0;margin:.5em 0 -.5em 1em;font-size:2em}body .dashboard-root .coming-soon-view .using-scala-header{margin:1.5em;color:#0092cc}body .dashboard-root .coming-soon-view .using-scala-section{margin:2.5em}body .dashboard-root .unavailable-content-card .unavailable-card-title{font-size:2em}body .dashboard-root .unavailable-content-card{display:block;margin:2em;padding:3em;max-height:15em}body .dashboard-root .unavailable-content-card p{text-align:center}body .dashboard-root .unavailable-content-card .unavailable-card-icon{font-size:5em;color:#00c4a1}body .dashboard-root .unavailable-content-card .unavailable-card-title{font-size:2em;padding-bottom:1em}body .dashboard-root .unavailable-content-card .unavailable-card-body{color:gray;text-align:center}body .dashboard-root .compute-card{display:flex;justify-content:center;align-items:center;min-height:81px}body .dashboard-root .compute-card .compute-details{display:flex;width:100%;min-width:0;justify-content:space-between;padding:0 19px 0 21px}@im .compute-section-left-loader{body .dashboard-root {display: flex;} body .dashboard-root .compute-details-right {display: flex; align-items: center; margin-left: 10px;} body .dashboard-root .compute-details-right .compute-health-section {display: flex; align-items: center; font-size: 1.5em;} body .dashboard-root .compute-details-right .cluster-health-warn-icon {color: #ff8800;} body .dashboard-root .compute-details-right .cluster-health-critical-icon {color: #b7004c;} body .dashboard-root .compute-details-right button + button {margin-left: 8px;} body .dashboard-root .compute-details-right button:last-of-type {margin-right: 40px;}}body .dashboard-root .storage-section{position:relative}body .dashboard-root .storage-section .edit-storage-button{position:absolute;top:-39px;right:0}body .dashboard-root .storage-section .storage-card{display:flex;justify-content:left}body .dashboard-root .storage-section .storage-card .storage-card-content{padding:0 15px;width:100%;display:flex;flex-direction:column}body .dashboard-root .storage-section .storage-card .storage-card-content div{width:100%}body .dashboard-root .storage-section .storage-card .storage-card-content .storage-meter{position:relative;margin-top:25px;margin-bottom:7px}body .dashboard-root .storage-section .storage-card .storage-card-content .storage-meter div{border-radius:2px;height:4px}body .dashboard-root .storage-section .storage-card .storage-card-content .storage-data{display:flex;justify-content:space-between}body .dashboard-root .storage-section .storage-card .storage-card-content .storage-data aside{line-height:34px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}body .dashboard-root .storage-section .storage-card .storage-card-content .storage-data aside:last-child{margin-left:10px}body .dashboard-root .network-workload-section{height:161px;width:100%;border-radius:8px;background-color:#00c4a1;padding:20px 20px 22px 21px;display:flex;justify-content:space-between;box-sizing:border-box}body .dashboard-root .network-workload-section .workload-data{min-width:0}body .dashboard-root .network-workload-section .workload-data p{color:#fff}body .dashboard-root .network-workload-section .workload-data .data-value{min-width:0}body .dashboard-root .network-workload-section .workload-data .data-value p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body .dashboard-root .workload-data{display:flex;justify-content:left}body .dashboard-root .workload-data p{line-height:29px}body .dashboard-root .workload-data .data-field{margin-right:14px}body .dashboard-root .workload-data .data-value p{font-weight:700}body .dashboard-root .project-card-container{padding-right:1em}body .dashboard-root .project-card{margin:1em 0;display:inline-block;border:1px solid lightgray;border-radius:.3em;background-color:#fff;width:100%;cursor:pointer}body .dashboard-root .project-card>*{padding-left:1em}body .dashboard-root .project-card:hover{box-shadow:2px 2px 5px gray}body .dashboard-root .project-card .card-heading{padding:1em 0 0;display:flex;flex-direction:column;flex-grow:1}body .dashboard-root .project-card .card-heading>*{padding:0 1.15em}body .dashboard-root .project-card .card-heading a{display:flex;box-sizing:border-box;padding:0}body .dashboard-root .project-card .card-heading a .project-info>*{padding:0 1.15em}body .dashboard-root .project-card .card-heading .project-type{color:#00c4a1;margin-bottom:-.4em}body .dashboard-root .project-card .card-heading .project-type span{font-size:12px;display:flex;flex-direction:column;position:relative;padding-top:3.2em;line-height:24px}body .dashboard-root .project-card .card-heading .project-type span .scala-icon{position:absolute;padding:0;font-size:3.6em;line-height:34px;left:-.15em;top:0}body .dashboard-root .project-card .card-heading .project-type span .scala-icon.icon-Network{left:0;font-size:2.6em}body .dashboard-root .project-card .card-heading .project-name{margin-left:-.1em;margin-bottom:.9em;display:inline-block;width:100%;overflow:hidden;text-overflow:ellipsis}body .dashboard-root .project-card .card-heading .project-name .project-name-text{font-size:1.2rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}body .dashboard-root .project-card .card-heading .project-simulations-divider{background-color:#dadada}body .dashboard-root .project-card .card-heading .project-simulations-header{padding:0;border:1px solid lightslategray}body .dashboard-root .project-card .card-heading .project-info{width:100%}body .dashboard-root .project-card .card-heading .project-info .project-info-bottom{align-self:flex-end}body .dashboard-root .project-card .card-heading .users-list{height:3.5em}body .dashboard-root .project-card .card-heading .card-heading-bottom{display:flex;justify-content:space-between;align-items:center;height:2.5rem;margin-top:4px}body .dashboard-root .project-card .card-heading .card-heading-bottom .project-rate{border:solid 1px #2f2f2f;height:24px;display:flex;justify-content:center;align-items:center;padding:0 9px}body .dashboard-root .project-card .card-heading .card-heading-bottom .project-rate aside{color:#2f2f2f}body .dashboard-root .project-card .project-simulations{height:8em;overflow:hidden;text-overflow:ellipsis;margin-bottom:1em;font-size:small}body .dashboard-root .project-card .project-simulations .loading{padding:2.5em}body .dashboard-root .project-card .project-simulations *{list-style-type:none}body .dashboard-root .project-card .project-simulations .project-simulations-summary{list-style-type:none;display:inline-flex;padding:.5em 0;margin:0;width:100%}body .dashboard-root .project-card .project-simulations .project-simulations-summary .status-item{width:100%;font-size:1em}body .dashboard-root .project-card .project-simulations .project-simulations-summary .status-item .status-container .value{color:#0092cc;display:inline-grid;font-weight:700;padding-right:.3em;min-width:1.2em}body .dashboard-root .project-card .project-simulations .project-simulations-summary .status-item .status-container .value.none{color:#cbcbcb}body .dashboard-root .project-card .project-simulations .project-simulations-summary .status-item .status-container .label{color:#2f2f2f}body .dashboard-root .project-card .project-simulations .project-desktop-summary{list-style-type:none;padding:1em 0;margin:0;width:100%}body .dashboard-root .project-card .project-simulations .project-desktop-summary .status-item{color:#2f2f2f;margin-top:.4em}body .dashboard-root .project-card .project-simulations .project-desktop-summary .status-item:first-of-type{margin-top:0}body .dashboard-root .project-card .project-simulations .project-desktop-summary .status-item.active{color:#00c4a1}body .dashboard-root .project-card .scala-loader .loader{position:unset;display:flex;justify-content:center;align-items:center}body .dashboard-root .project-card .no-simulations{display:flex;justify-content:center;align-items:center}body .dashboard-root .project-card .no-simulations p{color:#cfcfcf;font-style:italic}body .dashboard-root .project-card .simulation-row{height:60px}body .dashboard-root .item-card{position:relative}body .dashboard-root .item-card .actions-menu{position:absolute;top:.5em;right:.5em;padding:.5em;color:#0092cc;cursor:pointer}body .dashboard-root .item-card .actions-menu aside{line-height:12px}body .dashboard-root .users-list{display:flex}body .dashboard-root .users-list .user-list-icon+.user-list-icon{margin-left:5px}body .dashboard-root .users-list .no-users-message{color:#00c4a1;font-style:italic;font-size:.9em}body .dashboard-root .users-list .additional-users{margin-left:9px;display:flex;align-items:center;height:30px}body .dashboard-root .users-list .additional-users aside{color:#0092cc}body .dashboard-root .prompt-card{display:flex;flex-direction:column;align-items:center;padding:53px 37px}body .dashboard-root .prompt-card .prompt-card-content{max-width:33em;text-align:center}body .dashboard-root .prompt-card .prompt-card-content .prompt-card-icon{font-size:33px;color:#00c4a1}body .dashboard-root .prompt-card .prompt-card-content .prompt-card-title{margin-top:29px;margin-bottom:17px;font-size:1.5rem}body .dashboard-root .prompt-card .prompt-card-content .prompt-card-description{line-height:19px;margin-bottom:29px;font-size:15px;color:#5a5a5a}body .dashboard-root .simulation-section{min-height:4em;display:flex;justify-content:space-between;align-items:center;background-color:#122945;padding:0 10px;outline:1px solid}body .dashboard-root .simulation-section .simulation-name aside{color:#fafafa;font-weight:700}body .dashboard-root .simulation-section .simulation-phase{margin-left:.8em}body .dashboard-root .simulation-section .simulation-phase aside{color:#61b0cf}body .dashboard-root .simulation-section .elapsed-time aside{color:#fafafa}body .dashboard-root .simulation-section.pending,body .dashboard-root .simulation-section.submitted,body .dashboard-root .simulation-section.queued{color:#add8e6}body .dashboard-root .simulation-section.suspended{color:#ff0}body .dashboard-root .simulation-section .sim-status{margin-left:1em;padding:.2em;color:#61b0cf;border-radius:.3em}body .dashboard-root .simulation-section .sim-status.simfailed,body .dashboard-root .simulation-section .sim-status.simfailed_validation{background-color:#a60046;color:#fafafa;border-radius:1em;padding:0 1em}body .dashboard-root .simulation-section aside{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body .dashboard-root .simulation-section .simulation-section-left{display:flex;align-items:center;min-width:0}body .dashboard-root .simulation-section .simulation-section-left .simulation-status{margin-right:11px;flex-shrink:0}body .dashboard-root .simulation-section .simulation-section-left .simulation-name{min-width:0}body .dashboard-root .simulation-section .simulation-info{display:flex;align-items:center}body .dashboard-root .simulation-section .simulation-info .simulation-status{color:#61b0cf;margin-right:1em;border:1px solid #0092cc;border-radius:3px}body .dashboard-root .simulation-section .simulation-info .is-running{margin-left:16px}body .dashboard-root .simulation-section .simulation-info .is-running aside{color:#61b0cf}body .dashboard-root .simulation-section .simulation-info .is-running aside .hide-dot{visibility:hidden}body .dashboard-root .simulation-section .simulation-info .elapsed-time{margin-left:16px}body .dashboard-root .simulation-section .simulation-info .elapsed-time aside{font-weight:400}body .dashboard-root .simulation-section .simulation-info .simulation-settings{color:#0092cc;margin-left:20px}body .dashboard-root .simulation-status{border-radius:15px;width:90px;height:24px;display:flex;justify-content:center;align-items:center}body .dashboard-root .simulation-status aside{color:#fff;font-size:12px}body .dashboard-root .simulation-status.status-running{background-color:#122945}body .dashboard-root .simulation-status.status-completed{background-color:#00c4a1}body .dashboard-root .simulation-status.status-completed *{color:#fff;font-size:small}body .dashboard-root .simulation-status.status-paused,body .dashboard-root .simulation-status.status-pending{background-color:#122945}body .dashboard-root .simulation-status.status-failed{background-color:#a60046}body .dashboard-root .simulation-status.status-failed p{font-size:1em;color:#fff}body .dashboard-root .user-permissions-table-section .admin-user-permissions-table{display:flex;flex-direction:column}body .dashboard-root .user-permissions-table-section .scala-table-content{margin-top:12px;display:block}body .dashboard-root .user-permissions-table-section .scala-table-content table thead .table-header .scala-cell+.scala-cell{justify-content:center;padding:0 10px}body .dashboard-root .user-permissions-table-section .scala-table-content table thead .table-header .scala-cell aside{white-space:normal;text-align:center;line-height:1.27;font-size:.8rem}body .dashboard-root .user-permissions-table-section .scala-table-content .table-row{padding-left:0;padding-right:0;overflow:hidden}body .dashboard-root .user-permissions-table-section .scala-table-content .table-row .scala-cell+.scala-cell{padding:0 10px}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell{flex-basis:121px;font-size:1rem}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell:first-child{padding-left:20px}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.column-name,body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.column-role,body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.column-status{min-width:20em;border-right:1px solid #cfcfcf}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.column-name{flex-grow:1.9}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.column-status{flex:.3}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell:nth-child(2){padding-left:18px}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell:last-child{padding-right:18px}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.item-type-name{padding:0}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.item-type-name button{margin-left:1.25em}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.item-type-actions,body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.column-actions{flex:.1;display:flex;justify-content:center;align-items:center}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.item-name{padding-left:0;padding-right:0}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.item-name .user-card-container{padding:0 1.25em;flex-grow:1;display:flex}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.item-name .user-card-container .user-card{background-color:transparent}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.item-status{flex:.3}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.item-status div{height:auto;width:auto;padding:0 .5rem;border-radius:1REM}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.item-status div p{font-size:.8REM;min-width:3REM;text-align:center}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.item-status .user-pending div{background-color:#e9f4f8}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.item-status .user-pending div p{color:#000}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.item-status .user-expired div{background-color:#f5e2d4}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.item-status .user-expired div p{color:#000}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.item-status .user-active div{background-color:#50e3c2}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.item-status .user-active div p{color:#000}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell.item-role .scala-select-field-input{margin-top:0}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell .fake-select{border:solid 1px #61b0cf;background-color:#fff;height:39px;display:flex;justify-content:flex-start;align-items:center}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell .fake-select p{margin:0 .5EM;font-weight:700;line-height:normal}body .dashboard-root .user-permissions-table-section .scala-table-content .scala-cell .scala-select-field{width:100%}body .dashboard-root .user-permissions-table-section .user-card{border:none;height:unset;width:100%;padding:0}body .dashboard-root .user-permissions-table-section .user-card .user-name{flex-grow:1}body .dashboard-root .simulation-results-table,body .dashboard-root .simulation-results-table .scala-table{display:flex}body .dashboard-root .simulation-results-table .table-row{padding:0}body .dashboard-root .simulation-results-table .table-data-row:first-child{border-top:1px solid #cfcfcf}body .dashboard-root .simulation-results-table .table-data-row .column-application{flex:2 1;padding-left:1em}body .dashboard-root .simulation-results-table .table-data-row .column-application p,body .dashboard-root .simulation-results-table .table-data-row .column-application aside{white-space:nowrap;overflow:hidden;text-overflow:clip ellipsis;direction:rtl}body .dashboard-root .simulation-results-table .baseline-variation-above-pdiff{background-color:#e00000}body .dashboard-root .simulation-results-table .scala-table-content{display:table;table-layout:fixed;box-sizing:border-box}body .dashboard-root .simulation-results-table .results-data-count{min-width:1em;width:4em}body .dashboard-root .simulation-results-table .scala-cell *{font-size:.9em;line-height:1.4em}body .dashboard-root .simulation-results-table .goodput-card{display:flex;flex-direction:column;align-items:center;padding:0;min-width:11%;max-height:100%;overflow:hidden;overflow-y:auto}body .dashboard-root .simulation-results-table .goodput-card .goodput-name{background:linear-gradient(180deg,rgba(0,146,204,.15),transparent);min-height:6em;text-align:center;font-size:.8rem;line-height:1.3em;padding:1em 0}body .dashboard-root .simulation-results-table .goodput-card .goodput-container{padding-bottom:1em}body .dashboard-root .simulation-results-table .goodput-card .goodput-value{flex-grow:1;display:flex;align-items:center;flex-direction:column;font-size:.8rem;justify-content:center}body .dashboard-root .simulation-results-table .goodput-card .goodput-unit{flex-grow:1;display:flex;align-items:center;flex-direction:column;font-size:.8rem;justify-content:center;margin-top:-1em;padding-bottom:1em}body .dashboard-root .select-list{padding:.5em 1em;margin:1em}body .dashboard-root .select-list .select-list-entry{min-width:25rem;display:flex;outline:1px solid lightgray;justify-content:space-between;align-items:center;padding:.2em 1em}body .dashboard-root .select-list .select-list-entry .select-list-entry-content{width:1rem;display:inline-flex;flex-grow:1}body .dashboard-root .select-list .select-list-entry .select-list-entry-content .scala-card{border:none}body .dashboard-root .page-header .page-header-image{opacity:.7;mix-blend-mode:darken;filter:contrast(200%);-webkit-backdrop-filter:grayscale(80%);backdrop-filter:grayscale(80%)}body .dashboard-root .page-header .page-header-center{position:relative;overflow:hidden;max-width:926px;min-width:560px;margin-left:auto;margin-right:auto;background-color:#00c4a1}body .dashboard-root .page-header .page-header-center .page-header-image{display:block}body .dashboard-root .page-header .page-header-center .page-header-content{position:absolute;width:100%;top:0}body .dashboard-root .count-icon{border:solid 1px #0092cc;border-radius:3px;min-width:26px;display:inline-flex;justify-content:center;align-items:center;height:26px;box-sizing:border-box}body .dashboard-root .count-icon aside{line-height:inherit;color:#0092cc}body .dashboard-root .model-info-card{width:100%;display:flex;align-items:center;justify-content:center;border:solid 1px #979797;border-radius:5px;box-sizing:border-box}body .dashboard-root .model-info-card.model-rejected{border:solid 3px #b7004c}body .dashboard-root .model-product-notes{width:100%;max-height:366px;overflow-y:auto;border:solid 2px #61b0cf;background-color:#fff;box-sizing:border-box;padding:15px 12px}body .dashboard-root .model-product-notes p{line-height:20px;font-size:14px}body .dashboard-root .model-product-notes p+p{margin-top:20px}body .dashboard-root .model-version-data .model-field-group{margin-top:5px;margin-bottom:29px}body .dashboard-root .model-version-data .model-field-row{display:flex}body .dashboard-root .model-version-data .model-field-row.version-dropdown{min-height:3em}body .dashboard-root .model-version-data .model-field-row+.model-field-row{margin-top:0}body .dashboard-root .model-version-data .model-field-row+.model-field-row input{background-color:#eee;margin-left:.5em}body .dashboard-root .model-version-data .model-product-notes{margin-top:26px}body .dashboard-root .model-buttons-section{display:flex;justify-content:flex-end;margin-top:25px}body .dashboard-root .model-buttons-section.version-accepted{justify-content:space-between}body .dashboard-root .model-buttons-section .approved-note{display:flex;align-items:center}body .dashboard-root .model-buttons-section .approved-note .approved-icon{color:#00c4a1;font-size:23px;margin-right:8px}body .dashboard-root .model-buttons-section .model-buttons{display:flex;justify-content:flex-end}body .dashboard-root .input-file-section{position:relative;padding-top:10px}body .dashboard-root .input-file-section .io-buttons{margin-top:9px}body .dashboard-root .input-file-section .io-buttons .upload-button{margin-right:5px}body .dashboard-root .input-file-section .io-buttons .upload-button .file-input{display:none}body .dashboard-root .input-file-section .restore-defaults-button{position:absolute;right:0;top:-34px}body .dashboard-root .files-section{display:flex;flex-direction:column;margin:1em}body .dashboard-root .files-section .card-file-header-actions{display:inline-block;align-items:flex-start;flex:1}body .dashboard-root .files-section .desktop-card-file-header-actions{font-size:1rem;display:flex;align-items:center;justify-content:flex-end;flex:1 1}body .dashboard-root .files-section .file-explorer-new-buttons{font-size:1rem}body .dashboard-root .files-section .file-explorer-add-group{font-size:1rem;display:flex;justify-content:flex-end;padding:8px 12px}body .dashboard-root .files-section .card-file-header-interactions{display:flex;justify-content:space-between}body .dashboard-root .files-section .card-file-header-search-container{padding:.5em 2px}body .dashboard-root .files-section .card-file-header-title{display:flex;padding:8px 12px;background-color:#ececec;width:auto;border-radius:4px;font-weight:800;color:#00425c}body .dashboard-root .files-section .card-file-header-path{font-weight:500;white-space:nowrap;cursor:pointer;min-width:1em;max-width:10em;overflow:hidden;text-overflow:ellipsis;padding:0 .5em}body .dashboard-root .files-section .card-file-header-path:hover{background:#fff;border-radius:3px;color:#000}body .dashboard-root .files-section .scala-file-explorer .scala-table-content{width:auto!important}body .dashboard-root .files-section .scala-file-explorer .file-explorer-table{height:inherit!important;font-family:Ubuntu Mono,monospace!important;letter-spacing:2px;max-height:-webkit-fill-available;max-height:stretch;min-height:80vh;height:fit-content;display:flex;flex-direction:column;flex:6}body .dashboard-root .files-section .scala-file-explorer .scala-table-content{margin:0 0 1em;overflow:hidden;display:flex;flex-direction:column}body .dashboard-root .files-section .scala-file-explorer .scala-table-content .table-rows{min-height:80vh;line-height:1rem;cursor:context-menu}body .dashboard-root .files-section .scala-file-explorer .scala-table-content .table-rows :hover{background-color:#cef1ff}body .dashboard-root .files-section .scala-file-explorer .scala-table-content .item-icon,body .dashboard-root .files-section .scala-file-explorer .scala-table-content .colhead-icon{max-width:5%}body .dashboard-root .files-section .scala-file-explorer .scala-table-content .item-name,body .dashboard-root .files-section .scala-file-explorer .scala-table-content .colhead-name{min-width:35%}body .dashboard-root .files-section .scala-file-explorer .scala-table-content .item-directory,body .dashboard-root .files-section .scala-file-explorer .scala-table-content .colhead-isdir{max-width:10%}body .dashboard-root .files-section .scala-file-explorer .scala-table-content .item-created,body .dashboard-root .files-section .scala-file-explorer .scala-table-content .colhead-created,body .dashboard-root .files-section .scala-file-explorer .scala-table-content .item-modified,body .dashboard-root .files-section .scala-file-explorer .scala-table-content .colhead-modified{min-width:15%}body .dashboard-root .files-section .scala-file-explorer .scala-table-content .item-size,body .dashboard-root .files-section .scala-file-explorer .scala-table-content .colhead-size{max-width:15%}body .dashboard-root .files-section .scala-file-explorer .item-name{cursor:pointer}body .dashboard-root .files-section .scala-file-explorer .item-name p{font-weight:600}body .dashboard-root .form-error-message{display:flex;justify-content:center;align-items:center;border-radius:5px;border:solid 3px #b7004c;width:100%;padding:1em;box-sizing:border-box}body .dashboard-root .form-error-message p{font-weight:700;font-size:14px;line-height:17px;letter-spacing:.28px}body .dashboard-root .form-success-message{display:flex;justify-content:center;align-items:center;border-radius:5px;border:solid 3px #00c4a1;width:100%;padding:1em;box-sizing:border-box}body .dashboard-root .form-success-message p{font-weight:700;font-size:14px;line-height:17px;letter-spacing:.28px}body .dashboard-root .file-editor-card{display:flex;min-width:50%;flex-direction:column}body .dashboard-root .file-editor-card h3{color:#000;font-size:1.2em}body .dashboard-root .file-editor-card .ReactCodeMirror{display:flex;font-family:Courier New,Courier,monospace;font-weight:500;flex-direction:column;flex-grow:1}body .dashboard-root .file-editor-card .CodeMirror-wrap{flex-grow:1}body .dashboard-root .file-editor-card .edit-file-buttons{margin:.5em 1em}body .dashboard-root .file-editor-card .edit-file-buttons>*{margin-right:1em;padding:4px 1em}body .dashboard-root.add-component-modal{min-width:80em}body .dashboard-root.add-component-modal .scala-modal-content{width:75%}body .dashboard-root.add-component-modal .scala-modal-body .applicationprofile-card{min-width:65%;width:65em;border:none;margin-bottom:1em}body .dashboard-root.add-component-modal .no-components-available{font-style:italic;color:#cfcfcf;margin:2em}body .dashboard-root .documentation-container{display:block}body .dashboard-root .documentation-container .documentation-card{border:none;margin:1em}body .dashboard-root .documentation-container .documentation-card .page-link{list-style-type:none;padding:none;margin:none;color:#000}body .dashboard-root .documentation-container .documentation-card .page-link .page-link-item{border:1px solid lightgray;display:inline-block;cursor:pointer;background-color:#fff;border-radius:3px;margin:.2em}body .dashboard-root .documentation-container .documentation-card .page-link .page-link-item a{padding:.2em}body .dashboard-root .documentation-container .documentation-card .page-link .page-link-item a.selected{background-color:#d3d3d3;color:#000}body .dashboard-root .documentation-container .documentation-card .page-link .page-link-item:hover{background-color:#add8e6}body .dashboard-root .documentation-container .documentation-card .page-link .page-link-item:visited,body .dashboard-root .documentation-container .documentation-card .page-link .page-link-item:active{color:#000}body .dashboard-root .add-topology-component-button.add-traffic-generator-btn{margin-top:1em}body .dashboard-root .add-topology-component-button .scala-card{padding:.1em 1.2em 0 .5em;background-color:#00c4a114;display:flex;align-items:center;border-radius:0;border-color:#00c4a1}body .dashboard-root .add-topology-component-button .scala-card .component-button-icon{margin-right:.8em}body .dashboard-root .add-topology-component-button .scala-card aside{color:#2f2f2f;line-height:unset;font-size:.9em}body .dashboard-root .topology-component-group{display:flex;flex-direction:row;align-items:flex-start}body .dashboard-root .topology-component-group .add-btn-container{display:inline-flex;flex-direction:row-reverse;justify-items:flex-end;flex:auto}body .dashboard-root .topology-component-group .included-components .add-btn-container{margin-top:-3em;min-height:4em}body .dashboard-root .topology-component-group .included-components .empty{display:none!important}body .dashboard-root .topology-component-group .topology-component-card+.topology-component-card{margin-top:1em}body .dashboard-root .topology-component-group .topology-component-card+.topology-component-card.add-topology-component-button{margin-top:1.3em}body .dashboard-root .topology-component-group .topology-component-card+.topology-component-card.add-topology-component-button.layer{margin:2em 0 -2.2em}body .dashboard-root .topology-component-group .layer-attribute{background-color:#fff;margin-top:2rem;padding:1.1em 1.3em 1.3em 1.1em;border:solid 1px lightgrey;border-radius:.2EM;display:flex;flex-direction:row;justify-content:space-between}body .dashboard-root .topology-component-group .layer-attribute .layer-attribute-content{display:flex;justify-content:flex-start;align-items:center;flex-direction:column}body .dashboard-root .topology-component-group .layer-attribute .layer-attribute-content .layer-attribute-header{display:flex;justify-content:flex-start;align-items:center}body .dashboard-root .topology-component-group .layer-attribute .layer-attribute-content .label-text{font-size:.85REM;color:#747474}body .dashboard-root .topology-component-group .layer-attribute .layer-attribute-content .scala-icon{color:#00c4a1;margin-right:.5em;font-size:1.5EM}body .dashboard-root .topology-component-group .layer-attribute .layer-attribute-btn{display:flex;justify-content:center;align-items:center}body .dashboard-root .topology-component-group .layer-attribute .layer-attribute-btn button{margin-left:0;display:flex;justify-content:center;align-items:center}body .dashboard-root .topology-component-group .layer-attribute .layer-attribute-btn button span{font-size:1REM;color:#2f2f2f}body .dashboard-root .topology-component-group .layer-attribute .layer-attribute-btn button svg{color:#00c4a1;margin-left:.3em;margin-bottom:.1em}body .dashboard-root .topology-component-group .disabled{opacity:.5}body .dashboard-root .welcome-header{display:flex;justify-content:space-between;align-items:center;height:3.9em;padding:0 1.25em}body .dashboard-root .welcome-header .welcome-text{font-size:1.5em}body .dashboard-root .welcome-header .welcome-icon{font-size:5em;color:#0092cc}body .dashboard-root .remote-desktop-details{padding-right:19px}body .dashboard-root .remote-desktop-details .remote-desktop-header{display:flex}body .dashboard-root .remote-desktop-details .edit-remote-button{justify-self:flex-end}body .dashboard-root .remote-desktop-details .remote-desktop-details-left{padding-right:19px}body .dashboard-root .remote-desktop-details .remote-desktop-details-right{padding-left:19px}body .dashboard-root .remote-desktop-card{display:-ms-flexbox;display:flex;-ms-flex-pack:left;justify-content:left;-ms-flex-align:center;align-items:center;min-height:81px;padding:0;width:inherit}body .dashboard-root .remote-desktop-card .remote-desktop-info{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;margin:auto 0;padding-bottom:10px}body .dashboard-root .remote-desktop-card .remote-desktop-info .remote-desktop-name{white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;font-size:16px;font-weight:700;line-height:34px;font-style:normal;font-stretch:normal;letter-spacing:normal;color:"black"}body .dashboard-root .remote-desktop-card .remote-desktop-info .remote-desktop-image{color:#5a5a5a;font-size:14px;font-style:normal;font-weight:700;line-height:17px;font-stretch:normal;letter-spacing:normal}body .dashboard-root .remote-desktop-card .remote-desktop-icon{display:flex;align-items:center;padding:1.05em;position:relative}body .dashboard-root .remote-desktop-card .remote-desktop-icon .iconLabel{position:absolute;right:1.9em;top:1.5em;color:#fff;font-size:14px}body .dashboard-root .remote-desktop-card .remote-desktop-icon .icon-Remote-Desktop{color:#00c4a1;font-size:39px;width:1.3em}body .dashboard-root .remote-desktop-card .signin-remote-desktop-modal{background-color:pink}body .dashboard-root .synth-cluster-details{padding-right:19px}body .dashboard-root .synth-cluster-details .synth-cluster-header{display:flex}body .dashboard-root .synth-cluster-details .edit-remote-button{justify-self:flex-end}body .dashboard-root .synth-cluster-details .synth-cluster-details-left{padding-right:19px}body .dashboard-root .synth-cluster-details .synth-cluster-details-right{padding-left:19px}body .dashboard-root .synth-cluster-card{display:-ms-flexbox;display:flex;-ms-flex-pack:left;justify-content:left;-ms-flex-align:center;align-items:center;min-height:81px;padding:0;width:inherit}body .dashboard-root .synth-cluster-card .synth-cluster-info{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;margin:auto 0;padding-bottom:10px}body .dashboard-root .synth-cluster-card .synth-cluster-info .synth-cluster-name{white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;font-size:16px;font-weight:700;line-height:34px;font-style:normal;font-stretch:normal;letter-spacing:normal;color:"black"}body .dashboard-root .synth-cluster-card .synth-cluster-info .synth-cluster-image{color:#5a5a5a;font-size:14px;font-style:normal;font-weight:700;line-height:17px;font-stretch:normal;letter-spacing:normal}body .dashboard-root .synth-cluster-card .synth-cluster-icon{display:flex;align-items:center;padding:0 .4em;position:relative}body .dashboard-root .synth-cluster-card .synth-cluster-icon .iconLabel{position:absolute;right:1.9em;top:1.5em;color:#fff;font-size:14px}body .dashboard-root .synth-cluster-card .synth-cluster-icon .icon-Cluster{color:#00c4a1;font-size:79px}body .dashboard-root .synth-cluster-card .signin-synth-cluster-modal{background-color:pink}body .dashboard-root .create-user-modal .initial-loader .loader{width:auto;position:static}body .dashboard-root .create-user-modal .scala-modal-content{width:48em}body .dashboard-root .create-user-modal .scala-modal-content .create-user-form{padding:1em 2em 0;display:flex;flex-direction:column}body .dashboard-root .create-user-modal .scala-modal-content .create-user-form .form-error-message{margin-bottom:1em}body .dashboard-root .create-user-modal .scala-modal-content .create-user-form .create-user-button-section{display:flex;align-items:center;align-self:flex-end;margin-top:2em}body .dashboard-root .create-user-modal .scala-modal-content .create-user-form .user-exists-message{color:red;font-size:1em;line-height:1.4em}body .dashboard-root .page-content{display:flex;flex-direction:column;flex-grow:1;box-sizing:border-box}body .dashboard-root .page-content .page-section{display:flex;background-color:#fafafa}body .dashboard-root .page-content .page-section.page-heading{background-color:#fff;display:inline-block}body .dashboard-root .page-content .page-section:first-child{padding-top:30px}body .dashboard-root .page-content .page-section:last-child{padding-bottom:100px}body .dashboard-root .page-content .page-section.full-width>.page-section-content{padding-left:0;padding-right:0}body .dashboard-root .page-content .page-section>.page-section-content,body .dashboard-root .page-content .page-section.full-width>.page-section-content .fit-to-page-section{flex-grow:1;padding-left:39px;padding-right:41px;box-sizing:border-box}body .dashboard-root .page-content>.page-section>.page-section-content,body .dashboard-root .page-header>.page-header-center{max-width:100%;min-width:560px;margin-left:auto;margin-right:auto}body .dashboard-root .account-page .account-page-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:62px}body .dashboard-root .account-page .account-page-header h3{font-size:24px;letter-spacing:-.2px;line-height:29px;margin-bottom:15px}body .dashboard-root .account-page .account-page-header .user-avatar-section{display:flex;align-items:center}body .dashboard-root .account-page .account-page-header .user-avatar-section .user-icon{zoom:1.77}body .dashboard-root .account-page .account-page-header .user-avatar-section .change-avatar-button{margin-left:21px}body .dashboard-root .account-page .user-info-section{display:flex}body .dashboard-root .account-page .user-info-section h3{margin-bottom:21px}body .dashboard-root .account-page .user-info-section .personal-info-column{width:48.63%;margin-right:21px}body .dashboard-root .account-page .user-info-section .personal-info-column input:disabled{border-bottom:1px solid #0092cc}body .dashboard-root .account-page .user-info-section .personal-info-column .personal-info-section{position:relative}body .dashboard-root .account-page .user-info-section .personal-info-column .personal-info-section .edit-personal-info-button{position:absolute;top:-51px;right:0}body .dashboard-root .account-page .user-info-section .change-password-column{margin-left:20px;width:51.37%;position:relative}body .dashboard-root .account-page .user-info-section .change-password-column .change-password-section{position:relative}body .dashboard-root .account-page .user-info-section .change-password-column .change-password-section .policy-button{position:absolute;top:-51px;right:100px;background-color:transparent}body .dashboard-root .account-page .user-info-section .change-password-column .change-password-section .change-password-button{position:absolute;top:-51px;right:0}body .dashboard-root .account-page .user-info-section .change-password-column ul{padding:0;margin:0 0 0 1EM}body .dashboard-root .account-page .user-info-section .scala-field-input{margin-bottom:10px}body .dashboard-root .account-page .mfa-section-container{display:grid;width:100%;grid-template-columns:.5fr .5fr;grid-template-rows:1fr;column-gap:5.5em;margin-top:2em}body .dashboard-root .account-page .mfa-section-container .section-content-container{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;width:100%}body .dashboard-root .account-page .mfa-section-container .section-content-container .mfa-setup-btn-container{display:flex;width:100%;justify-content:flex-end}body .dashboard-root .account-page .mfa-section-container .section-content-container .mfa-header{display:grid;grid-template-columns:.75fr .25fr;grid-template-rows:1fr;column-gap:.5rem;width:100%}body .dashboard-root .account-page .mfa-section-container .section-content-container .mfa-header div{display:grid;grid-template-columns:.5fr .5fr;grid-template-rows:1fr;column-gap:.5rem}body .dashboard-root .account-page .mfa-section-container .section-content-container .mfa-method-form{width:100%;display:flex;flex-direction:column}body .dashboard-root .account-page .mfa-section-container .section-content-container .mfa-method-form .mfa-radio-group{width:100%;display:flex;flex-direction:column;margin-bottom:.5rem}body .dashboard-root .account-page .mfa-section-container .section-content-container .mfa-method-form .mfa-radio-group .mfa-radio{margin:1rem 0 0;background-color:#eee;border-radius:5px}body .dashboard-root .account-page .mfa-section-container .section-content-container .mfa-method-form .mfa-radio-group .mfa-radio span{font-size:.9REM}body .dashboard-root .admin-users-page .MuiSelect-select,body .dashboard-root .admin-users-page .MuiInputBase-input{padding:.3em .5em!important}body .dashboard-root .admin-users-page .admin-users-header .page-section-content{display:flex;justify-content:space-between;max-height:7em;padding-bottom:1em}body .dashboard-root .admin-users-page .admin-users-header .page-section-content .user-scope-section{display:flex;flex-direction:column;width:232px}body .dashboard-root .admin-users-page .admin-users-header .page-section-content .user-scope-section .scala-loader{flex-grow:1}body .dashboard-root .admin-users-page .admin-users-header .page-section-content .user-scope-section .scala-loader div{min-height:0}body .dashboard-root .admin-users-page .admin-users-header .page-section-content .user-scope-section .manage-users-heading{font-size:24px}body .dashboard-root .admin-users-page .admin-users-header .page-section-content .user-scope-section .scope-select{width:100%}body .dashboard-root .admin-users-page .admin-users-header .page-section-content .permissions-file-section{width:347px;margin-bottom:34px;margin-left:34px}body .dashboard-root .admin-users-page .user-permissions-section .scala-loader{display:flex;flex-direction:column}body .dashboard-root .admin-users-page .user-permissions-section .scala-loader .admin-add-user-button{margin-top:28px;align-self:flex-end;margin-bottom:10px}body .dashboard-root .contact-page .contact-form-section{flex-grow:1}body .dashboard-root .contact-page .contact-form-section .page-section-content{display:flex;flex-direction:column;margin:0;padding:0}body .dashboard-root .contact-page .contact-us-title{padding:1em 0;font-size:2em}body .dashboard-root .contact-page .contact-scala-form{padding:1em}body .dashboard-root .contact-page .contact-scala-form form{padding-top:1em}body .dashboard-root .contact-page .contact-form-wrapper{justify-content:center;align-items:center}body .dashboard-root .contact-page .contact-form-wrapper .contact-form{display:flex;flex-direction:column;align-items:flex-end;margin:1em}body .dashboard-root .contact-page .contact-form-wrapper .contact-form-section{margin:1em}body .dashboard-root .contact-page .contact-form-wrapper .contact-form-field{margin:.2em 0;padding:.2em .5em}body .dashboard-root .contact-page .contact-form-wrapper .contact-form-field input:disabled{background-color:#e6e6e6;border:1px solid rgb(204.5,204.5,204.5)}body .dashboard-root .contact-page .contact-form-wrapper .contact-form-field textarea{white-space:pre-line}body .dashboard-root .contact-page .contact-form-wrapper .contact-form-error{margin:1em;outline:1px solid #a60046;padding-left:1em}body .dashboard-root .contact-page .contact-form-wrapper .confirmation-text{margin:1em 0;outline:1px solid #0092cc;padding-left:1em}body .dashboard-root .contact-page .contact-form-wrapper .contact-form-submit-btn{text-align:end}body .dashboard-root .contact-page .submit-feedback-button{margin-top:1em;justify-content:flex-end}body .dashboard-root .create-project-page .project-name-text-field{padding-left:0!important}body .dashboard-root .create-project-page .scala-loader .with-height{min-height:500px}body .dashboard-root .create-project-page .user-list{display:flex}body .dashboard-root .create-project-page .project-template-error{display:flex;justify-content:center;align-items:center}body .dashboard-root .create-project-page .divider-1{margin-top:31px;margin-bottom:40px}body .dashboard-root .create-project-page .divider-2{margin-top:31px;margin-bottom:17px}body .dashboard-root .create-project-page .page-header{display:flex;justify-content:space-between;margin-bottom:32px}body .dashboard-root .create-project-page .page-header .project-actions{display:flex;padding-top:28px}body .dashboard-root .create-project-page .page-header .project-actions .create-project-button{margin-left:10px}body .dashboard-root .create-project-page .project-template-form .body-section-1{display:flex}body .dashboard-root .create-project-page .project-template-form .body-section-1 .compute-cluster-details{width:67%;padding-right:19px;box-sizing:border-box}body .dashboard-root .create-project-page .project-template-form .body-section-1 .remote-desktop-details{width:100%;box-sizing:border-box}body .dashboard-root .create-project-page .project-template-form .body-section-1 .storage-details{width:33%;padding-left:19px;box-sizing:border-box}body .dashboard-root .create-project-page .project-template-form .body-section-1 h3{line-height:29px;margin-bottom:10px}body .dashboard-root .create-project-page .project-template-form .body-section-1 .compute-section{position:relative}body .dashboard-root .create-project-page .project-template-form .body-section-1 .compute-section .compute-card{padding:0}body .dashboard-root .create-project-page .project-template-form .body-section-1 .compute-section .edit-cluster-button{position:absolute;top:-39px;right:0}body .dashboard-root .create-project-page .project-template-form .body-section-1 .storage-card{height:81px;padding:0}body .dashboard-root .create-project-page .project-template-form .body-section-2{margin-bottom:7px}body .dashboard-root .create-project-page .project-template-form .body-section-2 h3{line-height:34px;margin-bottom:7px}body .dashboard-root .create-project-page .project-template-form .body-section-2 .software-section .software-card{width:220px;min-height:196px;max-height:30vh;height:100%;display:inline-block}body .dashboard-root .create-project-page .project-template-form .body-section-2 .software-section .software-card+.software-card{margin-left:22px}body .dashboard-root .create-project-page .project-template-form .body-section-2 .software-section .software-card .software-details{display:flex;justify-content:space-between;flex-direction:column;height:100%;box-sizing:border-box;padding:23px 15px 0}body .dashboard-root .create-project-page .project-template-form .body-section-2 .software-section .software-card .software-details img.software-logo{margin-bottom:1em;padding:2px;background-size:contain;background-repeat:no-repeat;width:max-content}body .dashboard-root .create-project-page .project-template-form .body-section-2 .software-section .software-card .software-details .scp-software-logo{margin-top:-2em;margin-left:-1em;padding:.5em .5em 0}body .dashboard-root .create-project-page .project-template-form .body-section-2 .software-section .software-card .software-details .scp-software-logo img{width:auto;height:5em}body .dashboard-root .create-project-page .project-template-form .body-section-2 .software-section .software-card .software-details .scp-software-logo{background-size:contain;background-repeat:no-repeat}body .dashboard-root .create-project-page .project-template-form .body-section-2 .software-section .software-card .software-details .software-info .software-name{text-overflow:ellipsis}body .dashboard-root .create-project-page .project-template-form .body-section-2 .software-section .software-card .software-details .software-info .software-description{text-overflow:ellipsis;font-size:12px;font-weight:700;font-style:normal;font-stretch:normal;letter-spacing:.5px;line-height:15px;color:#858585;margin-top:-5px}body .dashboard-root .create-project-page .project-template-form .body-section-2 .software-section .software-card .software-details .ns3-software-version{width:100%}body .dashboard-root .create-project-page .project-template-form .body-section-2 .software-section .software-card .software-details .ns3-software-version .scala-auto-complete{margin:0;padding:0 1em 0 0}body .dashboard-root .create-project-page .project-template-form .body-section-2 .software-section .software-card .software-details .software-version{min-height:40px;width:100%;margin-top:1em}body .dashboard-root .create-project-page .project-template-form .body-section-2 .software-section .software-card .software-details .software-version.fixed{display:flex;align-items:center}body .dashboard-root .create-project-page .project-template-form .body-section-2 .software-section .software-card .software-details .scp-software-version{display:inline-flexbox;padding-top:.5em}body .dashboard-root .create-project-page .project-template-form .body-section-2 .software-section .software-card+.software-card{margin-right:0}body .dashboard-root .create-project-page .project-template-form .body-section-2 .software-section .add-software-card{opacity:.5;filter:grayscale(1);pointer-events:none}body .dashboard-root .create-project-page .project-template-form .body-section-2 .software-section .add-software-card .add-software-card-content{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%;opacity:1}body .dashboard-root .create-project-page .project-template-form .body-section-3 .add-users-section{display:flex;line-height:59px;margin-top:12px;position:relative;justify-content:center;align-items:center}body .dashboard-root .create-project-page .project-template-form .body-section-3 .add-users-section .scala-card{display:grid;grid-template-columns:.05fr .9fr .05fr;height:4EM;padding:0 10px;margin:.5EM;width:calc(100% - 1EM)}body .dashboard-root .create-project-page .project-template-form .body-section-3 .add-users-section .scala-card .user-name{display:flex;justify-content:center;align-items:center;height:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body .dashboard-root .create-project-page .project-template-form .body-section-3 .add-users-section .scala-card .user-name p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:90%}body .dashboard-root .create-project-page .project-template-form .body-section-3 .add-users-section .scala-card .user-name{margin-right:0}body .dashboard-root .create-project-page .project-template-form .body-section-3 .add-users-section .scala-card .user-icon{display:flex;justify-content:center;align-items:center;margin-right:0;justify-self:center;align-self:center}body .dashboard-root .create-project-page .project-template-form .body-section-3 .add-users-section .scala-card .remove-icon{display:flex;justify-content:center;align-items:center;height:100%}body .dashboard-root .create-project-page .project-template-form .body-section-3 .add-users-section .scala-card .remove-icon button .scala-icon{height:100%;width:auto}body .dashboard-root .create-project-page .project-template-form .body-section-3 .add-users-section .scala-card .remove-icon .disabled{opacity:.8;color:#d3d3d3}body .dashboard-root .create-project-page .project-template-form .body-section-3 .add-users-section .add-user-button{position:absolute;top:-39px;right:0}body .dashboard-root .page-content.new-simulation-page .compute-select-section .compute-select-card,body .dashboard-root .page-content.new-simulation-page .compute-select-section .compute-select-card .compute-details{width:100%}body .dashboard-root .page-content.new-simulation-page .compute-select-section .compute-select-card .compute-details .compute-section-header{display:flex;justify-content:space-between;align-items:center}body .dashboard-root .page-content.new-simulation-page .compute-select-section .compute-select-card .compute-details .compute-name{margin-top:5px;margin-bottom:5px}body .dashboard-root .page-content.new-simulation-page .compute-select-section .compute-select-card .compute-details .compute-name-input{margin-bottom:10px}body .dashboard-root .page-content.new-simulation-page .compute-select-section .compute-select-card .compute-details .compute-name-input .cluster-name-text-field{border-top:0;border-left:0;border-right:0;border-color:#979797;min-width:511px}body .dashboard-root .page-content.new-simulation-page .compute-select-section .compute-select-card .compute-details .compute-name-input .cluster-name-text-field input{width:0;padding-left:0;padding-right:0}body .dashboard-root .page-content.new-simulation-page .compute-select-section .compute-select-card .compute-details .compute-name-input .cluster-name-text-field input::placeholder{font-weight:700}body .dashboard-root .page-content.new-simulation-page .compute-select-section .compute-select-card .compute-details .compute-data-1{margin-bottom:16px;display:flex;justify-content:space-between}body .dashboard-root .page-content.new-simulation-page .compute-select-section .compute-select-card .compute-details .compute-data-1 .compute-select-details-right{display:flex;flex-direction:row;justify-content:center;min-width:0}body .dashboard-root .page-content.new-simulation-page .compute-select-section .compute-select-card .compute-details .compute-data-1 .compute-select-details-right p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body .dashboard-root .page-content.new-simulation-page .compute-select-section .compute-select-card .compute-details .compute-data-1 .compute-select-details-right .change-cluster-button{font-weight:700}body .dashboard-root .page-content.new-simulation-page .compute-select-section .compute-select-card .compute-details .compute-data-2 aside{line-height:1.8em}body .dashboard-root .page-content.new-simulation-page .compute-select-section .compute-select-card .compute-details .compute-data-2>*{margin-right:1em}body .dashboard-root .page-content.new-simulation-page .compute-select-section .compute-select-card .compute-details{padding:8px 15px 10px}body .dashboard-root .page-content.new-simulation-page .compute-select-section .compute-rate .cluster-cost-display div{margin-bottom:4px;font-size:13px;line-height:1.3}body .dashboard-root .page-content.new-simulation-page .compute-select-section .compute-rate .cluster-cost-display div:last-child{margin-bottom:0;font-style:italic;color:#666}body .dashboard-root .page-content.new-simulation-page .software-section .software-card{width:220px;min-height:196px;max-height:30vh;height:100%;display:inline-block}body .dashboard-root .page-content.new-simulation-page .software-section .software-card+.software-card{margin-left:22px}body .dashboard-root .page-content.new-simulation-page .software-section .software-card .software-details{display:flex;justify-content:space-between;flex-direction:column;height:100%;box-sizing:border-box;padding:23px 15px 0}body .dashboard-root .page-content.new-simulation-page .software-section .software-card .software-details img.software-logo{margin-bottom:1em;padding:2px;background-size:contain;background-repeat:no-repeat;width:max-content}body .dashboard-root .page-content.new-simulation-page .software-section .software-card .software-details .scp-software-logo{margin-top:-2em;margin-left:-1em;padding:.5em .5em 0}body .dashboard-root .page-content.new-simulation-page .software-section .software-card .software-details .scp-software-logo img{width:auto;height:5em}body .dashboard-root .page-content.new-simulation-page .software-section .software-card .software-details .scp-software-logo{background-size:contain;background-repeat:no-repeat}body .dashboard-root .page-content.new-simulation-page .software-section .software-card .software-details .software-info .software-name{text-overflow:ellipsis}body .dashboard-root .page-content.new-simulation-page .software-section .software-card .software-details .software-info .software-description{text-overflow:ellipsis;font-size:12px;font-weight:700;font-style:normal;font-stretch:normal;letter-spacing:.5px;line-height:15px;color:#858585;margin-top:-5px}body .dashboard-root .page-content.new-simulation-page .software-section .software-card .software-details .ns3-software-version{width:100%}body .dashboard-root .page-content.new-simulation-page .software-section .software-card .software-details .ns3-software-version .scala-auto-complete{margin:0;padding:0 1em 0 0}body .dashboard-root .page-content.new-simulation-page .software-section .software-card .software-details .software-version{min-height:40px;width:100%;margin-top:1em}body .dashboard-root .page-content.new-simulation-page .software-section .software-card .software-details .software-version.fixed{display:flex;align-items:center}body .dashboard-root .page-content.new-simulation-page .software-section .software-card .software-details .scp-software-version{display:inline-flexbox;padding-top:.5em}body .dashboard-root .page-content.new-simulation-page .software-section .software-card+.software-card{margin-right:0}body .dashboard-root .page-content.new-simulation-page .software-section .add-software-card{opacity:.5;filter:grayscale(1);pointer-events:none}body .dashboard-root .page-content.new-simulation-page .software-section .add-software-card .add-software-card-content{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%;opacity:1}body .dashboard-root .page-content.new-simulation-page .scheduler-section{opacity:.5;filter:grayscale(1);pointer-events:none}body .dashboard-root .page-content.new-simulation-page .scheduler-section .scheduler-period{margin-top:-30px;display:flex}body .dashboard-root .page-content.new-simulation-page .scheduler-section .scheduler-period .repeat-option{display:flex;align-items:flex-end}body .dashboard-root .page-content.new-simulation-page .scheduler-section .scheduler-period .period-length-fields{margin-left:30px}body .dashboard-root .page-content.new-simulation-page .scheduler-section .scheduler-frequency{margin-top:20px}body .dashboard-root .page-content.new-simulation-page .scheduler-section .scheduler-frequency label{margin-right:24px}body .dashboard-root .page-content.new-simulation-page .scheduler-section .scheduler-frequency label:last-child{margin-right:0}body .dashboard-root .page-content.new-simulation-page .scheduler-section .scheduler-frequency label+.scheduler-frequency-inputs{padding-top:34px}body .dashboard-root .page-content.new-simulation-page .scheduler-section .scheduler-frequency label+.scheduler-frequency-inputs span{line-height:16px}body .dashboard-root .page-content.new-simulation-page .scheduler-section .scheduler-frequency .weekday-checkbox{width:26px;height:4px}body .dashboard-root .page-content.new-simulation-page .scheduler-section .scheduler-dates{margin-top:27px;display:flex}body .dashboard-root .page-content.new-simulation-page .scheduler-section .scheduler-dates .end-time-fields{margin-left:20px}body .dashboard-root .page-content.new-simulation-page .scheduler-section .scala-select-field{margin-right:10px}body .dashboard-root .page-content.new-simulation-page .scheduler-section .scala-select-field:last-child{margin-right:0}body .dashboard-root .page-content.new-simulation-page .page-row-1{margin-bottom:0!important}body .dashboard-root .page-content.new-simulation-page.emulation h6{color:#61b0cf}body .dashboard-root .page-content.new-simulation-page.emulation .emulation-card{width:100%;padding:0 1em 1em}body .dashboard-root .page-content.new-simulation-page .validation-error-icon{color:#f80!important;padding-right:.5em}body .dashboard-root .page-content.new-simulation-page .validation-success-icon{color:#a2ff73;margin-right:.5em}body .dashboard-root .page-content.new-simulation-page .storage-section .storage-card{height:92px}body .dashboard-root .page-content.new-simulation-page .storage-section .storage-card .storage-card-content .storage-meter{margin-top:29px}body .dashboard-root .page-content.new-simulation-page .software-section{display:flex}body .dashboard-root .page-content.new-simulation-page .software-section .software-card{flex-basis:100%;min-width:0}body .dashboard-root .page-content.new-simulation-page .page-section-1{padding-bottom:27px;width:100%;border-bottom:1px solid lightgray}body .dashboard-root .page-content.new-simulation-page .page-section-1 .page-header{display:flex;justify-content:space-between}body .dashboard-root .page-content.new-simulation-page .page-section-1 .page-header .new-simulation-actions{display:flex;padding-top:28px}body .dashboard-root .page-content.new-simulation-page .page-section-1 .page-header .new-simulation-actions button{margin-left:10px}body .dashboard-root .page-content.new-simulation-page .no-top-padding{padding-top:0!important}body .dashboard-root .page-content.new-simulation-page .page-section-2{padding:24px 0 100px}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-1{display:flex;margin-bottom:28px}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-1 .simname-error{display:flex;color:#a60046}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-1 .job-name-field{width:100%}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-1 .job-name-field span:last-child{min-width:6em;color:gray}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-1 .tag-btn-container{display:grid;grid-template-columns:1fr auto;grid-template-rows:1fr;margin:.5rem 0 0}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-1 .tag-btn-container .tag-condensed-container{display:flex;flex-wrap:nowrap;column-gap:.5em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-1 .tag-btn-container .tag-condensed-container .condensed-tag{width:auto;border:1px solid lightgrey;border-radius:5px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;background-color:#fff}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-1 .tag-btn-container .tag-condensed-container .condensed-tag p{max-width:3.8EM;padding:0 .1EM;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-1 .simulation-preset-wrapper{width:40.5%;box-sizing:border-box}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-1 .simulation-preset-wrapper .simulation-preset{width:100%}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-1 .simulation-preset-wrapper .upgrade-workload-btn{float:right}body .dashboard-root .page-content.new-simulation-page .page-section-2 .error-adj .simname-error{margin-top:8em;display:contents}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2{display:flex}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .scvm-option{padding:10px;border:solid 1px #0092cc;width:100%;border-radius:10px;display:inline-flex;flex-direction:row}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .scvm-option .title{font-weight:700;margin:0;display:inline-flex;justify-content:space-between;align-items:flex-start}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .scvm-option .title .option-title{max-width:80%;overflow:hidden;text-overflow:ellipsis}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .scvm-option .card-bottom{font-size:.6em!important;display:inline-flex;justify-content:space-between;align-items:flex-start}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .scvm-option:hover{cursor:pointer}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .scvm-active{background-color:#084781;border-color:transparent;color:#fff}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .scvm-active .title{color:#fff!important}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .scvm-active .card-bottom,body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .scvm-active p{color:#fff;display:flex;justify-content:space-between;align-items:flex-start}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .page-column-1{width:30.5%}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .page-column-1 h3{margin-bottom:5px}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .page-column-1>div+div{margin-top:20px}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .page-column-1 .job-type-heading{font-size:smaller}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .page-column-1 .job-type-selector{position:static;right:0;margin:-.5em 0}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .page-column-1 .job-type-selector .emulation-disabled input{line-height:1em}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .page-column-1 .job-type-selector .emulation-disabled,body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .page-column-1 .job-type-selector .emulation-disabled input{font-size:small;color:#d3d3d3}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .page-column-1 .job-type-selector .emulation-enabled,body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .page-column-1 .job-type-selector .emulation-enabled input{font-size:small;color:#00c4a1}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .page-column-1 .compute-info .breakdown-table{margin:1em 0;outline:rgb(204,204,204) solid 1px;width:100%;border:0;border-collapse:separate;border-spacing:0 5px}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .page-column-1 .compute-info .breakdown-table thead tr th{border-bottom:1px solid rgb(204,204,204);border-collapse:separate;border-spacing:5px 5px}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .page-column-1 .compute-info .breakdown-table tr{padding:0 .2em}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .page-column-1 .compute-info .breakdown-table tr td{text-align:center}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .page-column-2{width:69.5%;margin-left:40px;min-width:0}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .network-info h3{margin-bottom:3px}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .scheduler-info{margin-top:21px}body .dashboard-root .page-content.new-simulation-page .page-section-2 .page-row-2 .scheduler-info h3{margin-bottom:2px}body .dashboard-root .compute-details-left{display:flex;justify-content:left;align-items:center;margin-left:-14px;min-width:0}body .dashboard-root .compute-details-left .cluster-status{display:inline-block;font-size:.8em;border:1px solid #ADD8E6;padding:0 .3em;border-radius:3px;margin-left:2em;position:static}body .dashboard-root .compute-details-left .cluster-status.dead{color:#ff0}body .dashboard-root .compute-details-left .compute-icon{display:flex;align-items:center;padding-right:7px}body .dashboard-root .compute-details-left .compute-icon .icon-Cluster{color:#00c4a1;font-size:69px}body .dashboard-root .compute-details-left .compute-data{display:flex;flex-direction:column;min-width:0}body .dashboard-root .compute-details-left .compute-data .compute-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}body .dashboard-root .compute-details-left .compute-data .compute-data-lower{display:flex;align-items:center;padding-top:1px}body .dashboard-root .compute-details-left .compute-data .compute-data-lower div{white-space:nowrap;text-overflow:ellipsis}body .dashboard-root .compute-details-left .compute-data .compute-data-lower div+div{margin-left:18px}body .dashboard-root .project-details-page .desktops-tab{display:flex;flex-direction:column}body .dashboard-root .project-details-page .desktops-tab .desktops-header{margin-bottom:1.5em;display:flex;justify-content:space-between}body .dashboard-root .project-details-page .desktops-tab .desktops-header .desktops-heading{font-size:1.5em}body .dashboard-root .project-details-page .project-workloads{padding-top:2em}body .dashboard-root .project-details-page .project-workloads .project-workloads-table{display:flex;flex-direction:column}body .dashboard-root .project-details-page .project-users{padding-top:30px;display:flex;flex-direction:column}body .dashboard-root .project-details-page .project-users .project-add-user-button{align-self:flex-end;margin-bottom:10px}body .dashboard-root .project-details-page .sandboxes-tab{display:flex;flex-direction:column}body .dashboard-root .project-details-page .sandboxes-tab .sandboxes-header{margin-bottom:1.5rem;display:flex;justify-content:space-between}body .dashboard-root .project-details-page .sandboxes-tab .sandboxes-header .sandboxes-heading{font-size:1.5em}body .dashboard-root .project-details-page .sandboxes-tab .sandboxes-header .new-sandbox-button,body .dashboard-root .project-details-page .sandboxes-tab .sandboxes-header .select-sandbox-type{text-align:right}body .dashboard-root .project-details-page .sandboxes-tab .sandboxes-header .select-sandbox-type .wireshark-help{padding:.5em 0;cursor:pointer}body .dashboard-root .project-details-page .sandboxes-tab .sandboxes-header .select-sandbox-type .wireshark-help .info-icon{color:#0092cc}body .dashboard-root .project-details-page .sandboxes-tab .archived-sandboxes-header{margin-top:1.5em}body .dashboard-root .project-details-page .sandboxes-tab .sandbox-card+.sandbox-card{margin-top:1em}body .dashboard-root .project-details-page .sandboxes-tab .sandbox-card{box-sizing:border-box;width:100%;display:flex;flex-direction:column;padding:1em 1.15em}body .dashboard-root .project-details-page .sandboxes-tab .sandbox-card.archived{opacity:.5;filter:grayscale(1);pointer-events:none}body .dashboard-root .project-details-page .sandboxes-tab .sandbox-card .not-ready-text{color:#00c4a1;font-style:italic;font-size:.9em}body .dashboard-root .project-details-page .sandboxes-tab .sandbox-card .validation-error-icon{color:#b7004c}body .dashboard-root .project-details-page .sandboxes-tab .sandbox-card .sandbox-card-top-section{display:flex;justify-content:space-between;padding-right:2.5em}body .dashboard-root .project-details-page .sandboxes-tab .sandbox-card .users-section{margin:1em 0;display:flex;align-items:center}body .dashboard-root .project-details-page .sandboxes-tab .sandbox-card .users-section .add-user-button{padding-left:1em}body .dashboard-root .project-details-page .sandboxes-tab .sandbox-card .whitelist-section{margin-top:1em}body .dashboard-root .project-details-page .sandboxes-tab .sandbox-card .whitelist-section .whitelist-header{display:flex;justify-content:space-between}body .dashboard-root .project-details-page .sandboxes-tab .sandbox-card .whitelist-section .no-whitelist-records-message{color:#00c4a1;font-style:italic;font-size:.9em}body .dashboard-root .project-details-page .sandboxes-tab .sandbox-card .whitelist-section .whitelist-records{display:flex;flex-direction:column}body .dashboard-root .project-details-page .sandboxes-tab .sandbox-card .whitelist-section .whitelist-records .whitelist-row{display:flex;align-items:center;padding-right:1em;height:1.6em}body .dashboard-root .project-details-page .sandboxes-tab .sandbox-card .whitelist-section .whitelist-records .whitelist-row .cidr-column{flex:4 0 0}body .dashboard-root .project-details-page .sandboxes-tab .sandbox-card .whitelist-section .whitelist-records .whitelist-row .port-column,body .dashboard-root .project-details-page .sandboxes-tab .sandbox-card .whitelist-section .whitelist-records .whitelist-row .description-column{flex:3 0 0}body .dashboard-root .project-details-page .sandboxes-tab .sandbox-card .whitelist-section .whitelist-records .whitelist-row .whitelist-action-column{flex:1 0 0;visibility:hidden}body .dashboard-root .project-details-page .sandboxes-tab .sandbox-card .whitelist-section .whitelist-records .whitelist-row:hover .whitelist-action-column{visibility:visible;display:flex;justify-content:flex-end}body .dashboard-root .project-details-page .sandboxes-tab .sandbox-card .whitelist-section .whitelist-records .whitelist-row .whitelist-record-remove{margin-left:1.5em}body .dashboard-root .project-details-page .desktops-tab .remote-desktop-details{padding-right:19px}body .dashboard-root .project-details-page .desktops-tab .remote-desktop-details .remote-desktop-header{display:flex}body .dashboard-root .project-details-page .desktops-tab .remote-desktop-details .edit-remote-button{justify-self:flex-end}body .dashboard-root .project-details-page .desktops-tab .remote-desktop-details .remote-desktop-details-left{padding-right:19px}body .dashboard-root .project-details-page .desktops-tab .remote-desktop-details .remote-desktop-details-right{padding-left:19px}body .dashboard-root .project-details-page .desktops-tab .remote-desktop-card{display:-ms-flexbox;display:flex;-ms-flex-pack:left;justify-content:left;-ms-flex-align:center;align-items:center;min-height:81px;padding:0;width:inherit}body .dashboard-root .project-details-page .desktops-tab .remote-desktop-card .remote-desktop-info{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;margin:auto 0;padding-bottom:10px}body .dashboard-root .project-details-page .desktops-tab .remote-desktop-card .remote-desktop-info .remote-desktop-name{white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;font-size:16px;font-weight:700;line-height:34px;font-style:normal;font-stretch:normal;letter-spacing:normal;color:"black"}body .dashboard-root .project-details-page .desktops-tab .remote-desktop-card .remote-desktop-info .remote-desktop-image{color:#5a5a5a;font-size:14px;font-style:normal;font-weight:700;line-height:17px;font-stretch:normal;letter-spacing:normal}body .dashboard-root .project-details-page .desktops-tab .remote-desktop-card .remote-desktop-icon{display:flex;align-items:center;padding:1.05em;position:relative}body .dashboard-root .project-details-page .desktops-tab .remote-desktop-card .remote-desktop-icon .iconLabel{position:absolute;right:1.9em;top:1.5em;color:#fff;font-size:14px}body .dashboard-root .project-details-page .desktops-tab .remote-desktop-card .remote-desktop-icon .icon-Remote-Desktop{color:#00c4a1;font-size:39px;width:1.3em}body .dashboard-root .project-details-page .desktops-tab .remote-desktop-card .signin-remote-desktop-modal{background-color:pink}body .dashboard-root .project-details-page .desktops-tab .users-row>div{border-right:1px solid lightgray;border-bottom:1px solid lightgray}body .dashboard-root .project-details-page .desktops-tab .users-row>div:nth-child(4n){border-right:none}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card{min-height:200px;height:100%;border-right:1px solid lightgray;position:relative;flex-grow:1}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card:last-of-type{border:none}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card.active{background-color:#e7fffb}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card.current{background-color:#0092cc}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card .actions-menu{position:absolute;top:.5em;right:.5em;padding:.5em;color:#0092cc;cursor:pointer}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card .avatar-section{padding:1em 2em 0;min-height:109px;min-width:130}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card .avatar-section .avatar-border{width:60px;height:60px;border-radius:50%;border:2px solid;border-color:gray;padding:4px;margin:auto}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card .avatar-section .avatar-border.active{border-color:#00c4a1;border-width:3px}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card .avatar-section .large-icon{width:60px;height:60px;color:#fafafa;font-size:1.25em;font-style:normal;font-weight:700;font-family:Open Sans,sans-serif;line-height:60px;text-align:center}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card .avatar-section .large-icon .icon-User{font-size:2.3em;color:#d8d8d8;line-height:60px}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card .avatar-section .available-icon{width:62px;height:62px;color:gray}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card .user-name{padding-top:.5em;color:#242424}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card .user-name.available{color:gray}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card .user-name.current{color:#fff}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card .active-text{padding:.3em 2em 0;margin-left:auto;margin-right:auto}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card .active-text span{display:inline-block;vertical-align:top}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card .active-text .active-circle{background:#00c4a1;border-radius:50%;width:1em;height:1em;margin:.35em .3em}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card .active-text.current span{color:#fff}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card .project-section{padding-top:1em;padding-left:1em;min-width:130px;min-height:189px;color:#000}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card .project-section.current{color:#fff}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card .info-section{min-width:130px}body .dashboard-root .project-details-page .desktops-tab .desktop-user-card .projects-list{max-height:124px;overflow-y:auto}body .dashboard-root .project-details-page .desktops-tab{margin-top:1.5em}body .dashboard-root .project-details-page .desktops-tab .desktops-tab-heading .desktop-heading-number{font-size:16px;color:#0092cc;border:#0092cc 1px solid;border-radius:2px;padding:0 .5em;margin-left:1em;font-weight:800;line-height:1.6em}body .dashboard-root .project-details-page .desktops-tab .desktops-tab-heading .desktops-count-icon{margin-left:.5em}body .dashboard-root .project-details-page .desktops-tab .assign-desktop-button{line-height:16px}body .dashboard-root .project-details-page .desktops-tab .manage-desktops-card{border:solid 1px lightgrey;background-color:#fff}body .dashboard-root .project-details-page .desktops-tab .manage-desktops-card .users-row-blur{filter:blur(1px)}body .dashboard-root .project-details-page .desktops-tab .assign-desktop-card{border:none;width:100%;border-bottom:none}body .dashboard-root .project-details-page .desktops-tab .assign-desktop-card .header-row,body .dashboard-root .project-details-page .desktops-tab .assign-desktop-card .users-row{min-width:100%}body .dashboard-root .project-details-page .desktops-tab .desktop-loading-section{padding:1.5em}body .dashboard-root .project-details-page .desktops-tab .desktop-loading-section .status-text-container{display:flex;justify-content:center}body .dashboard-root .project-details-page .desktops-tab .desktop-loading-section .status-text-container .status-text{font-style:italic}body .dashboard-root .project-details-page .desktops-tab .button-container{display:flex;justify-content:flex-end}body .dashboard-root .project-details-page .desktops-tab .button-container .sign-in-button{margin-right:1.5em}body .dashboard-root .project-details-page .desktops-tab .desktops-tab-loader{display:flex}body .dashboard-root .project-details-page .desktops-tab .user-list .user-card-container{margin-bottom:1em}body .dashboard-root .project-details-page .desktops-tab .user-list .user-card{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:50px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:13px;min-width:10em;overflow:visible}body .dashboard-root .project-details-page .notifications-tab .header-button-wrapper{padding:2em 0}body .dashboard-root .project-details-page .notifications-tab .new-notification-button{margin-left:auto}body .dashboard-root .project-details-page .notifications-tab .notification-header{width:100%}body .dashboard-root .project-details-page .notifications-tab .notification-header .remove-notification-button{display:flex;align-self:flex-start}body .dashboard-root .project-details-page .notifications-tab .notification-header .notification-loading-section-container{position:absolute;left:0;right:0;align-items:center;display:flex;flex-direction:column}body .dashboard-root .project-details-page .notifications-tab .notification-header .notification-loading-section{margin:auto;border:1px solid lightgray;border-top:none;background:#fff;padding:0 1em}body .dashboard-root .project-details-page .notifications-tab .notification-header .notification-loading-section .loader-container{display:inline-block;height:18px}body .dashboard-root .project-details-page .notifications-tab .notification-header .notification-loading-section .status-text-container{display:inline-block}body .dashboard-root .project-details-page .notifications-tab .notification-header .notification-loading-section .status-text{font-style:"italic";padding-left:.6em;color:#0000008a}body .dashboard-root .project-details-page .notifications-tab .notification-heading-row,body .dashboard-root .project-details-page .notifications-tab .new-notification-heading-row{padding-bottom:.5em}body .dashboard-root .project-details-page .notifications-tab .notification-heading-row h3,body .dashboard-root .project-details-page .notifications-tab .new-notification-heading-row h3{display:inline-block}body .dashboard-root .project-details-page .notifications-tab .notification-heading-row .edit-notification-button,body .dashboard-root .project-details-page .notifications-tab .new-notification-heading-row .edit-notification-button{display:flex;align-self:flex-end}body .dashboard-root .project-details-page .notifications-tab .notification-heading-row .remove-notification-button,body .dashboard-root .project-details-page .notifications-tab .new-notification-heading-row .remove-notification-button{display:inline-flex;padding:0 .4em .2em;margin:auto auto auto .75em}body .dashboard-root .project-details-page .notifications-tab .notification-heading-row .remove-notification-button span,body .dashboard-root .project-details-page .notifications-tab .new-notification-heading-row .remove-notification-button span{margin:0}body .dashboard-root .project-details-page .notifications-tab .notification-fields{padding-bottom:.5em}body .dashboard-root .project-details-page .notifications-tab .notification-fields .notify-when-container,body .dashboard-root .project-details-page .notifications-tab .notification-fields .notify-in-container{margin-right:1em}body .dashboard-root .project-details-page .notifications-tab .notification-fields .notify-when-select label span,body .dashboard-root .project-details-page .notifications-tab .notification-fields .notify-in-field label span,body .dashboard-root .project-details-page .notifications-tab .notification-fields .notify-ext-field label span{font-size:12px}body .dashboard-root .project-details-page .notifications-tab .notification-fields .notify-when-select,body .dashboard-root .project-details-page .notifications-tab .notification-fields .notify-in-field{padding-right:1em}body .dashboard-root .project-details-page .notifications-tab .notification-user-section{min-height:50px}body .dashboard-root .project-details-page .notifications-tab .notification-user-section>div{padding-top:1em}body .dashboard-root .project-details-page .notifications-tab .notification-user-section .notification-user-card{font-size:14px!important;margin-right:1em}body .dashboard-root .project-details-page .notifications-tab .notification-user-section .notification-user-card:last-of-type{display:flex;margin-right:1.5em;min-height:50px}body .dashboard-root .project-details-page .notifications-tab .notification-user-section .add-user-button-container{display:flex}body .dashboard-root .project-details-page .notifications-tab .notification-user-section .add-user-button-wrapper{margin:auto 0 auto .5em}body .dashboard-root .project-details-page .notifications-tab .notification-user-section :first-child{margin-left:0}body .dashboard-root .project-details-page .notifications-tab .notification-user-section .add-user-button{margin:0}body .dashboard-root .project-details-page .notifications-tab .notification-user-section .no-user-error>span{color:#f44336;font-size:.75rem;text-align:left;margin-top:8px;min-height:1em;font-family:Open Sans,sans-serif;line-height:1.5em;padding-left:1em}body .dashboard-root .project-details-page .notifications-tab .desktop-notification{transition:background-color 1s;padding:1em}body .dashboard-root .project-details-page .notifications-tab .desktop-notification .scala-select-field-input,body .dashboard-root .project-details-page .notifications-tab .desktop-notification .scala-field-input{border:none;background-color:#eff1f3}body .dashboard-root .project-details-page .notifications-tab .desktop-notification.active{border-left:5px solid #00c4a1;background-color:#fff}body .dashboard-root .project-details-page .notifications-tab .desktop-notification.active .scala-select-field-input,body .dashboard-root .project-details-page .notifications-tab .desktop-notification.active .scala-field-input{border:solid 1px #61b0cf;background-color:#fff}body .dashboard-root .project-details-page .section-divider{padding:4em 0 2em}body .dashboard-root .project-details-page .page-section-2{flex:1;overflow-y:auto;overflow:overlay;overflow-x:hidden}body .dashboard-root .project-details-page .page-section-2 .sandboxes-tab,body .dashboard-root .project-details-page .page-section-2 .desktops-tab{padding-top:2em}body .dashboard-root .project-details-page .page-section-2 .simulations-on-cluster.inactive{cursor:not-allowed}body .dashboard-root .project-details-page .page-section-2 .simulations-on-cluster .project-clusters-section{position:relative;width:100%;margin-top:18px}body .dashboard-root .project-details-page .page-section-2 .simulations-on-cluster .project-clusters-section .compute-data+.compute-data{margin-top:21px}body .dashboard-root .project-details-page .page-section-2 .simulations-on-cluster .project-clusters-section .simulation-section{margin-top:1px}body .dashboard-root .project-details-page .page-section-2 .simulations-history{display:flex;flex-direction:row;width:100%!important}body .dashboard-root .project-details-page .page-section-2 .simulations-history .job-history-loader{width:100%}body .dashboard-root .project-details-page .page-section-2 .simulations-history .history-header{margin-top:0}body .dashboard-root .project-details-page .page-section-2 .simulations-history .simulation-history-section{margin-top:19px;width:100%}body .dashboard-root .project-details-page .page-section-2 .simulations-history .simulation-history-section .scala-table{width:100%;overflow:visible;display:flex;flex-direction:column}body .dashboard-root .project-details-page .page-section-2 .simulations-history .simulation-history-section .scala-table .scala-table-content{display:block;height:100% important}body .dashboard-root .project-details-page .page-section-2 .simulations-history .simulation-history-section .scala-table .scala-table-content .table-rows{display:block;max-height:100%!important;overflow-y:visible!important}body .dashboard-root .project-details-page .page-section-2 .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row .column-name{flex:1}body .dashboard-root .project-details-page .page-section-2 .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row .column-name p{font-weight:600}body .dashboard-root .project-details-page .page-section-2 .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row .column-clusterName{flex:.4}body .dashboard-root .project-details-page .page-section-2 .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row .column-jobType{flex:.15}body .dashboard-root .project-details-page .page-section-2 .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row .column-tags{flex:.2;color:#999}body .dashboard-root .project-details-page .page-section-2 .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row .column-status{flex:.2}body .dashboard-root .project-details-page .page-section-2 .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row .column-status .simulation-failed{font-weight:600;color:#a60046}body .dashboard-root .project-details-page .page-section-2 .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row .column-status .simulation-terminated{font-weight:600;color:#b2b2b2}body .dashboard-root .project-details-page .page-section-2 .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row .column-createdOn,body .dashboard-root .project-details-page .page-section-2 .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row .column-duration{flex:.15}body .dashboard-root .project-details-page .page-section-2 .simulations-history .simulation-history-section .scala-table .scala-table-content .table-rows{max-height:200px;overflow-y:overlay}body .dashboard-root .project-details-page .page-section-2.cae .page-section-content{position:relative}body .dashboard-root .project-details-page .page-section-2.cae .page-section-content .desktop-loading-section-container{position:absolute;left:0;right:0;align-items:center;display:flex;flex-direction:column}body .dashboard-root .project-details-page .page-section-2.cae .page-section-content .desktop-loading-section{margin:auto;border:1px solid lightgray;border-top:none;background:#fff;padding:0 1em}body .dashboard-root .project-details-page .page-section-2.cae .page-section-content .desktop-loading-section .loader-container{display:inline-block;vertical-align:middle;height:23px}body .dashboard-root .project-details-page .page-section-2.cae .page-section-content .desktop-loading-section .status-text-container{display:inline-block}body .dashboard-root .project-details-page .page-section-2.cae .page-section-content .desktop-loading-section .status-text{font-style:"italic";padding-left:.5em;color:#0000008a}body .dashboard-root .project-details-page .page-section-2.cae .platform-auditlogs-section .page-section-content{padding:2em 0}body .dashboard-root .project-details-page .page-section-2.cae .auditlogs-view-container .logs-table{margin:0;width:unset;padding-top:1em}body .dashboard-root .project-details-page .project-simulations.consortium-approver{padding-top:1em}body .dashboard-root .project-details-page .project-simulations.consortium-approver .history-header{display:none}body .dashboard-root .project-details-page .project-simulations{display:flex;flex-direction:column;width:100%}body .dashboard-root .project-details-page .project-simulations .scala-loader .loader{position:unset;display:flex;justify-content:center;align-items:center;height:200px}body .dashboard-root .project-details-page .project-simulations .new-simulation-button{align-self:flex-end;margin:2em 0 1em}body .dashboard-root .project-details-page .project-simulations h3{font-size:24px;line-height:29px}body .dashboard-root .sandboxes-tab{display:flex;flex-direction:column}body .dashboard-root .sandboxes-tab .sandboxes-header{margin-bottom:1.5rem;display:flex;justify-content:space-between}body .dashboard-root .sandboxes-tab .sandboxes-header .sandboxes-heading{font-size:1.5em}body .dashboard-root .sandboxes-tab .sandboxes-header .new-sandbox-button,body .dashboard-root .sandboxes-tab .sandboxes-header .select-sandbox-type{text-align:right}body .dashboard-root .sandboxes-tab .sandboxes-header .select-sandbox-type .wireshark-help{padding:.5em 0;cursor:pointer}body .dashboard-root .sandboxes-tab .sandboxes-header .select-sandbox-type .wireshark-help .info-icon{color:#0092cc}body .dashboard-root .sandboxes-tab .archived-sandboxes-header{margin-top:1.5em}body .dashboard-root .sandboxes-tab .sandbox-card+.sandbox-card{margin-top:1em}body .dashboard-root .sandboxes-tab .sandbox-card{box-sizing:border-box;width:100%;display:flex;flex-direction:column;padding:1em 1.15em}body .dashboard-root .sandboxes-tab .sandbox-card.archived{opacity:.5;filter:grayscale(1);pointer-events:none}body .dashboard-root .sandboxes-tab .sandbox-card .not-ready-text{color:#00c4a1;font-style:italic;font-size:.9em}body .dashboard-root .sandboxes-tab .sandbox-card .validation-error-icon{color:#b7004c}body .dashboard-root .sandboxes-tab .sandbox-card .sandbox-card-top-section{display:flex;justify-content:space-between;padding-right:2.5em}body .dashboard-root .sandboxes-tab .sandbox-card .users-section{margin:1em 0;display:flex;align-items:center}body .dashboard-root .sandboxes-tab .sandbox-card .users-section .add-user-button{padding-left:1em}body .dashboard-root .sandboxes-tab .sandbox-card .whitelist-section{margin-top:1em}body .dashboard-root .sandboxes-tab .sandbox-card .whitelist-section .whitelist-header{display:flex;justify-content:space-between}body .dashboard-root .sandboxes-tab .sandbox-card .whitelist-section .no-whitelist-records-message{color:#00c4a1;font-style:italic;font-size:.9em}body .dashboard-root .sandboxes-tab .sandbox-card .whitelist-section .whitelist-records{display:flex;flex-direction:column}body .dashboard-root .sandboxes-tab .sandbox-card .whitelist-section .whitelist-records .whitelist-row{display:flex;align-items:center;padding-right:1em;height:1.6em}body .dashboard-root .sandboxes-tab .sandbox-card .whitelist-section .whitelist-records .whitelist-row .cidr-column{flex:4 0 0}body .dashboard-root .sandboxes-tab .sandbox-card .whitelist-section .whitelist-records .whitelist-row .port-column,body .dashboard-root .sandboxes-tab .sandbox-card .whitelist-section .whitelist-records .whitelist-row .description-column{flex:3 0 0}body .dashboard-root .sandboxes-tab .sandbox-card .whitelist-section .whitelist-records .whitelist-row .whitelist-action-column{flex:1 0 0;visibility:hidden}body .dashboard-root .sandboxes-tab .sandbox-card .whitelist-section .whitelist-records .whitelist-row:hover .whitelist-action-column{visibility:visible;display:flex;justify-content:flex-end}body .dashboard-root .sandboxes-tab .sandbox-card .whitelist-section .whitelist-records .whitelist-row .whitelist-record-remove{margin-left:1.5em}body .dashboard-root .simulation-results-page.emulation .page-section-3,body .dashboard-root .simulation-results-page.emulation .page-section-1{background:linear-gradient(180deg,#e7fffb,transparent)}body .dashboard-root .simulation-results-page.emulation .keysight-anchor{display:flex;align-items:center;height:100%;line-height:normal}body .dashboard-root .simulation-results-page.emulation .page-section-2{display:flex;height:3.5EM;justify-content:space-between;align-items:center;background:linear-gradient(90deg,#e7fffb,transparent)}body .dashboard-root .simulation-results-page.simulation .page-section-3,body .dashboard-root .simulation-results-page.simulation .page-section-1{background:linear-gradient(180deg,#d5f3ff,transparent)}body .dashboard-root .simulation-results-page iframe{background:transparent;border:none;height:100vh;width:100%}body .dashboard-root .simulation-results-page .page-section-1 .page-section-content{display:flex;justify-content:space-between;align-items:center}body .dashboard-root .simulation-results-page .page-section-1 .simulation-header{display:flex;justify-content:flex-end}body .dashboard-root .simulation-results-page .page-section-1 .simulation-header button{margin-right:2px}body .dashboard-root .simulation-results-page .page-section-1 .simulation-options{display:inline-flex}body .dashboard-root .simulation-results-page .page-section-1 .simulation-header-top{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:1.5em}body .dashboard-root .simulation-results-page .page-section-1 .simulation-header-top .simulation-status{align-self:flex-end;margin-bottom:6px}body .dashboard-root .simulation-results-page .page-section-2>.page-section-content{display:flex;justify-content:space-between;align-items:center}body .dashboard-root .simulation-results-page .page-section-2>.page-section-content .compute-card{border:0}body .dashboard-root .simulation-results-page .page-section-2>.page-section-content .compute-card .compute-details{padding-left:0;padding-right:0}body .dashboard-root .simulation-results-page .page-section-2>.page-section-content .storage-card{border:0;padding:0}body .dashboard-root .simulation-results-page .simulation-summary-section>.page-section-content{display:flex;align-items:center}body .dashboard-root .simulation-results-page .simulation-summary-section>.page-section-content .simulation-status-heading,body .dashboard-root .simulation-results-page .simulation-summary-section>.page-section-content .simulation-created-on{color:#2f2f2f;font-weight:400}body .dashboard-root .simulation-results-page .simulation-summary-section>.page-section-content .simulation-section{background-color:unset;flex-grow:1}body .dashboard-root .simulation-results-page .simulation-summary-section>.page-section-content .simulation-section .simulation-name{display:none}body .dashboard-root .simulation-results-page .simulation-summary-section>.page-section-content .simulation-section .elapsed-time aside{color:#2f2f2f}body .dashboard-root .simulation-results-page .page-section-4{flex:1;overflow-y:auto;overflow:visible;padding-top:1.5em}body .dashboard-root .simulation-results-page .page-section-4>.page-section-content .results-main{padding-top:28px}body .dashboard-root .simulation-results-page .page-section-4>.page-section-content .results-main h3{margin-bottom:3px}body .dashboard-root .simulation-results-page .page-section-4>.page-section-content .results-main .results-percentiles{margin-bottom:31px}body .dashboard-root .simulation-results-page .page-section-4>.page-section-content .results-main .results-average-time{margin-bottom:30px}body .dashboard-root .simulation-results-page .page-section-4>.page-section-content .results-main .average-completion-time-graph{min-height:202px;padding:32px 0 32px 5px;box-sizing:border-box}body .dashboard-root .simulation-results-page .checkpointing-container{padding:1em 2em;background-color:#fff}body .dashboard-root .simulation-results-page .checkpointing-container .checkpointing-submit-container{margin:3em}body .dashboard-root .simulation-results-page .checkpointing-container .compute-card{border:none}body .dashboard-root .simulation-results-page .checkpointing-container .compute-actions{display:none}body .dashboard-root .simulation-results-page .checkpointing-container .select-cluster-section{padding:1em 3em 1em 0;display:inline-block;max-width:100%;margin:0 2em;width:100%}body .dashboard-root .simulation-results-page .checkpointing-container .select-cluster-section .modal-section{margin:0 auto}body .dashboard-root .simulation-results-page .checkpointing-container .select-cluster-section .form-error{background-color:#fafafa;color:#a60046;margin:1em 0;border:1px solid;padding:0 1em}body .dashboard-root .simulation-results-page .checkpointing-container .cluster-form{margin:0 auto}body .dashboard-root .simulation-results-page .checkpointing-container .edit-cluster-modal-row-3{text-align:right;margin-top:1em}body .dashboard-root .simulation-results-page .checkpointing-container .compute-cluster .checkpointing-submit{margin-top:1em}body .dashboard-root .simulation-results-page .checkpointing-container .compute-cluster .cluster-selection{text-align:right;padding-right:2em}body .dashboard-root .simulation-results-page .topology-tab .topology-tab-section.spines-section{padding-bottom:1.3em}body .dashboard-root .simulation-results-page .topology-tab .topology-tab-section.pods-section{padding-top:1.7em}body .dashboard-root .simulation-results-page .topology-tab .topology-tab-section .topology-tab-section-heading{display:flex}body .dashboard-root .simulation-results-page .topology-tab .topology-tab-section .topology-tab-section-heading .topology-tab-section-heading-text{display:inline-block}body .dashboard-root .simulation-results-page .topology-tab .topology-tab-section .count-icon{margin-left:.8em}body .dashboard-root .simulation-results-page .topology-tab .topology-tab-section>.topology-component-group{margin-top:1.3em}body .dashboard-root .simulation-results-page .workload-tab input[type=checkbox]{padding:.3em}body .dashboard-root .simulation-results-page .workload-tab input{min-width:auto}body .dashboard-root .simulation-results-page .workload-tab{display:flex;flex-direction:column}body .dashboard-root .simulation-results-page .workload-tab .distribution-section{z-index:1}body .dashboard-root .simulation-results-page .workload-tab .distribution-bar{height:4em;display:flex;margin-top:.2em;margin-bottom:1em}body .dashboard-root .simulation-results-page .workload-tab .distribution-bar .color-1{background-color:#00c4a1}body .dashboard-root .simulation-results-page .workload-tab .distribution-bar .color-2{background-color:#122945}body .dashboard-root .simulation-results-page .workload-tab .distribution-bar .color-3{background-color:#61b0cf}body .dashboard-root .simulation-results-page .workload-tab .distribution-bar .color-4{background-color:#0092cc}body .dashboard-root .simulation-results-page .workload-tab .distribution-bar .color-5{background-color:#084781}body .dashboard-root .simulation-results-page .workload-tab .distribution-bar .distribution-segment{display:flex;justify-content:center;align-items:center;min-width:0}body .dashboard-root .simulation-results-page .workload-tab .distribution-bar .distribution-segment .distribution-segment-tag{display:inline-block;box-sizing:border-box;margin:0 .7em;color:#fafafa;overflow:hidden;text-overflow:ellipsis}body .dashboard-root .simulation-results-page .workload-tab .parameter-group{flex-basis:100%;margin-top:1em;padding:1em}body .dashboard-root .simulation-results-page .workload-tab *+.test-parameters-heading{margin-top:1em}body .dashboard-root .simulation-results-page .workload-tab .test-parameters-heading{margin-bottom:.3em}body .dashboard-root .simulation-results-page .workload-tab .global-apps-heading{margin-top:1.5em;margin-bottom:.3em}body .dashboard-root .simulation-results-page .workload-tab .test-parameter-section{display:block}body .dashboard-root .simulation-results-page .workload-tab .test-parameter-group .component-form-field,body .dashboard-root .simulation-results-page .workload-tab .test-parameter-section .component-form-field{min-width:100%}body .dashboard-root .simulation-results-page .workload-tab .test-parameter-group .component-form-field.uint input,body .dashboard-root .simulation-results-page .workload-tab .test-parameter-section .component-form-field.uint input{padding-right:1em}body .dashboard-root .simulation-results-page .workload-tab .test-parameter-group .component-form-field.text-field input,body .dashboard-root .simulation-results-page .workload-tab .test-parameter-section .component-form-field.text-field input{min-width:5em}body .dashboard-root .simulation-results-page .workload-tab .test-parameter-group .component-form-field.bool,body .dashboard-root .simulation-results-page .workload-tab .test-parameter-section .component-form-field.bool{min-width:1em;padding:0;margin:0}body .dashboard-root .simulation-results-page .workload-tab .test-parameter-group .component-form-label,body .dashboard-root .simulation-results-page .workload-tab .test-parameter-section .component-form-label{width:100%;margin:.5em}body .dashboard-root .simulation-results-page .workload-tab .test-parameter-group .component-form-label .field-info-icon,body .dashboard-root .simulation-results-page .workload-tab .test-parameter-section .component-form-label .field-info-icon{padding:0 .3em}body .dashboard-root .simulation-results-page .workload-tab .test-parameter-group .component-form-label .scala-select-field-input,body .dashboard-root .simulation-results-page .workload-tab .test-parameter-section .component-form-label .scala-select-field-input{margin-right:.4em}body .dashboard-root .simulation-results-page .workload-tab .test-parameter-group .field-container,body .dashboard-root .simulation-results-page .workload-tab .test-parameter-section .field-container{padding:.5em;outline:1px solid #eee;background-color:#fff}body .dashboard-root .simulation-results-page .workload-tab .test-parameter-group .field-error,body .dashboard-root .simulation-results-page .workload-tab .test-parameter-section .field-error{font-size:.8em;font-weight:bolder;margin-left:.5em;color:#a60046}body .dashboard-root .simulation-results-page .workload-tab .test-parameter-group .scala-field-input,body .dashboard-root .simulation-results-page .workload-tab .test-parameter-section .scala-field-input{padding:0!important;margin-left:.4em;border:none!important}body .dashboard-root .simulation-results-page .workload-tab .test-parameter-group .scala-field-input input,body .dashboard-root .simulation-results-page .workload-tab .test-parameter-section .scala-field-input input{min-width:6em;padding:0 0 0 2px!important;border:1px solid #0092cc!important}body .dashboard-root .simulation-results-page .workload-tab .test-parameter-group .scala-field-input input[type=checkbox],body .dashboard-root .simulation-results-page .workload-tab .test-parameter-section .scala-field-input input[type=checkbox]{padding:0!important;margin:.5em!important;text-align:left;min-width:1em}body .dashboard-root .simulation-results-page .workload-tab .test-parameter-group .scala-field-input input[type=text-field],body .dashboard-root .simulation-results-page .workload-tab .test-parameter-group .scala-field-input input[type=number],body .dashboard-root .simulation-results-page .workload-tab .test-parameter-section .scala-field-input input[type=text-field],body .dashboard-root .simulation-results-page .workload-tab .test-parameter-section .scala-field-input input[type=number]{padding-left:.3em!important;min-width:10em;width:100%}body .dashboard-root .simulation-results-page .workload-tab .test-parameter-group .test-parameter-subgroup-heading,body .dashboard-root .simulation-results-page .workload-tab .test-parameter-section .test-parameter-subgroup-heading{border-top:1px solid #0092cc;margin-top:.7em}body .dashboard-root .simulation-results-page .workload-tab .test-parameter-group *+.test-parameter,body .dashboard-root .simulation-results-page .workload-tab .test-parameter-section *+.test-parameter{margin-top:.2em}body .dashboard-root .simulation-results-page .workload-tab .test-parameter-group .disabled-field input,body .dashboard-root .simulation-results-page .workload-tab .test-parameter-section .disabled-field input{padding:0 .5em;background-color:#eee}body .dashboard-root .simulation-results-page .workload-tab .test-parameter-group .test-parameter,body .dashboard-root .simulation-results-page .workload-tab .test-parameter-section .test-parameter{align-items:center}body .dashboard-root .edit-simulation-workflow-page .validation-results-section{padding:0 .75em 0 1em}body .dashboard-root .edit-simulation-workflow-page .topology-map-button{margin-top:.5em;margin-bottom:.5em}body .dashboard-root .edit-simulation-workflow-page .header-section .page-section-content{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2em}body .dashboard-root .edit-simulation-workflow-page .header-section .page-section-content .validation-error-icon{padding-right:.2em;color:#f80}body .dashboard-root .edit-simulation-workflow-page .header-section .page-section-content .validation-success-icon{padding-right:.2em;color:#a2ff73}body .dashboard-root .edit-simulation-workflow-page .header-section .page-section-content .validate-button,body .dashboard-root .edit-simulation-workflow-page .header-section .page-section-content .back-button{margin-bottom:.4em}body .dashboard-root .edit-simulation-workflow-page .tab-loader{padding-bottom:2.1em}body .dashboard-root .edit-simulation-workflow-page .tab-loader.loading{padding-bottom:0;display:flex;justify-content:center;align-items:center;height:400px}body .dashboard-root .edit-simulation-workflow-page .tab-loader .workload-page-tab{margin-top:1.9em}body .dashboard-root .edit-simulation-workflow-page .topology-tab .topology-tab-section.spines-section{padding-bottom:1.3em}body .dashboard-root .edit-simulation-workflow-page .topology-tab .topology-tab-section.pods-section{padding-top:1.7em}body .dashboard-root .edit-simulation-workflow-page .topology-tab .topology-tab-section .topology-tab-section-heading{display:flex}body .dashboard-root .edit-simulation-workflow-page .topology-tab .topology-tab-section .topology-tab-section-heading .topology-tab-section-heading-text{display:inline-block}body .dashboard-root .edit-simulation-workflow-page .topology-tab .topology-tab-section .count-icon{margin-left:.8em}body .dashboard-root .edit-simulation-workflow-page .topology-tab .topology-tab-section>.topology-component-group{margin-top:1.3em}body .dashboard-root .edit-simulation-workflow-page .racks-tab-header{padding:0 0 .5em}body .dashboard-root .edit-simulation-workflow-page .workload-tab input[type=checkbox]{padding:.3em}body .dashboard-root .edit-simulation-workflow-page .workload-tab input{min-width:auto}body .dashboard-root .edit-simulation-workflow-page .workload-tab{display:flex;flex-direction:column}body .dashboard-root .edit-simulation-workflow-page .workload-tab .distribution-section{z-index:1}body .dashboard-root .edit-simulation-workflow-page .workload-tab .distribution-bar{height:4em;display:flex;margin-top:.2em;margin-bottom:1em}body .dashboard-root .edit-simulation-workflow-page .workload-tab .distribution-bar .color-1{background-color:#00c4a1}body .dashboard-root .edit-simulation-workflow-page .workload-tab .distribution-bar .color-2{background-color:#122945}body .dashboard-root .edit-simulation-workflow-page .workload-tab .distribution-bar .color-3{background-color:#61b0cf}body .dashboard-root .edit-simulation-workflow-page .workload-tab .distribution-bar .color-4{background-color:#0092cc}body .dashboard-root .edit-simulation-workflow-page .workload-tab .distribution-bar .color-5{background-color:#084781}body .dashboard-root .edit-simulation-workflow-page .workload-tab .distribution-bar .distribution-segment{display:flex;justify-content:center;align-items:center;min-width:0}body .dashboard-root .edit-simulation-workflow-page .workload-tab .distribution-bar .distribution-segment .distribution-segment-tag{display:inline-block;box-sizing:border-box;margin:0 .7em;color:#fafafa;overflow:hidden;text-overflow:ellipsis}body .dashboard-root .edit-simulation-workflow-page .workload-tab .parameter-group{flex-basis:100%;margin-top:1em;padding:1em}body .dashboard-root .edit-simulation-workflow-page .workload-tab *+.test-parameters-heading{margin-top:1em}body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameters-heading{margin-bottom:.3em}body .dashboard-root .edit-simulation-workflow-page .workload-tab .global-apps-heading{margin-top:1.5em;margin-bottom:.3em}body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-section{display:block}body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-group .component-form-field,body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-section .component-form-field{min-width:100%}body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-group .component-form-field.uint input,body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-section .component-form-field.uint input{padding-right:1em}body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-group .component-form-field.text-field input,body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-section .component-form-field.text-field input{min-width:5em}body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-group .component-form-field.bool,body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-section .component-form-field.bool{min-width:1em;padding:0;margin:0}body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-group .component-form-label,body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-section .component-form-label{width:100%;margin:.5em}body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-group .component-form-label .field-info-icon,body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-section .component-form-label .field-info-icon{padding:0 .3em}body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-group .component-form-label .scala-select-field-input,body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-section .component-form-label .scala-select-field-input{margin-right:.4em}body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-group .field-container,body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-section .field-container{padding:.5em;outline:1px solid #eee;background-color:#fff}body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-group .field-error,body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-section .field-error{font-size:.8em;font-weight:bolder;margin-left:.5em;color:#a60046}body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-group .scala-field-input,body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-section .scala-field-input{padding:0!important;margin-left:.4em;border:none!important}body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-group .scala-field-input input,body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-section .scala-field-input input{min-width:6em;padding:0 0 0 2px!important;border:1px solid #0092cc!important}body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-group .scala-field-input input[type=checkbox],body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-section .scala-field-input input[type=checkbox]{padding:0!important;margin:.5em!important;text-align:left;min-width:1em}body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-group .scala-field-input input[type=text-field],body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-group .scala-field-input input[type=number],body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-section .scala-field-input input[type=text-field],body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-section .scala-field-input input[type=number]{padding-left:.3em!important;min-width:10em;width:100%}body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-group .test-parameter-subgroup-heading,body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-section .test-parameter-subgroup-heading{border-top:1px solid #0092cc;margin-top:.7em}body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-group *+.test-parameter,body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-section *+.test-parameter{margin-top:.2em}body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-group .disabled-field input,body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-section .disabled-field input{padding:0 .5em;background-color:#eee}body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-group .test-parameter,body .dashboard-root .edit-simulation-workflow-page .workload-tab .test-parameter-section .test-parameter{align-items:center}body .dashboard-root .topology-component-card input[type=checkbox]{padding:.3em}body .dashboard-root .topology-component-card{width:100%;padding:0}body .dashboard-root .topology-component-card .component-card-content{flex-grow:1;display:flex;flex-direction:row;padding-bottom:1em}body .dashboard-root .topology-component-card .component-card-content .label-text{font-size:.75em;color:#858585;height:1.8em;line-height:unset}body .dashboard-root .topology-component-card .component-card-content .info-text{font-size:.8em;color:#2f2f2f;font-weight:600;line-height:unset}body .dashboard-root .topology-component-card .component-card-content .topology-component-details{padding:1.1em 1.3em 1.3em 1.1em;display:flex;justify-content:space-between}body .dashboard-root .topology-component-card .component-card-content .topology-component-details .topology-component-details-left,body .dashboard-root .topology-component-card .component-card-content .topology-component-details .topology-component-details-right{display:flex;align-items:center}body .dashboard-root .topology-component-card .component-card-content .topology-component-details .topology-component-details-left{flex:1 0 auto;flex-direction:row;display:flex}body .dashboard-root .topology-component-card .component-card-content .topology-component-details .topology-component-details-right{flex:0 1 auto}body .dashboard-root .topology-component-card .component-card-content .topology-component-details .component-config{font:.8em sans-serif;color:#747474}body .dashboard-root .topology-component-card .component-card-content .topology-component-details .component-name{font-size:1.2em;flex:1 1 auto;width:auto;align-content:space-between;text-overflow:ellipsis;overflow:hidden}body .dashboard-root .topology-component-card .component-card-content .topology-component-details .component-name .component-icon{color:#00c4a1;display:inline;vertical-align:middle;padding-right:.5em}body .dashboard-root .topology-component-card .component-card-content .topology-component-details .component-model-details{margin-left:1.3em;margin-right:1.3rem;flex:2 1 auto;width:0;max-width:25%}body .dashboard-root .topology-component-card .component-card-content .topology-component-details .component-model-details aside{line-height:1.2em;text-overflow:ellipsis;overflow:hidden}body .dashboard-root .topology-component-card .component-card-content .topology-component-details .component-model-details .model-vendor{margin-top:-1.5em;position:absolute}body .dashboard-root .topology-component-card .component-card-content .topology-component-details .component-count-field{display:flex;align-items:center}body .dashboard-root .topology-component-card .component-card-content .topology-component-details .component-count-field .component-count-field{margin-left:1em}body .dashboard-root .topology-component-card .component-card-content .topology-component-details .component-count-field .component-count-field .scala-field-input{height:2.7em;min-width:3em;max-width:5em;border:solid 2px #61b0cf}body .dashboard-root .topology-component-card .component-card-content .topology-component-details .component-count-field .component-count-field .scala-field-input input{font-size:1.2em;font-weight:700;margin:0 auto;padding:0;text-align:center}body .dashboard-root .topology-component-card .component-card-content .topology-component-details .edit-button{margin-left:2.2em}body .dashboard-root .topology-component-card .component-card-content .topology-component-details .edit-button svg{color:#00c4a1;margin-left:.3em;margin-bottom:.1em}body .dashboard-root .topology-component-card .component-card-content .app-component-set{padding-bottom:1em}body .dashboard-root .topology-component-card .component-card-content .app-component-set .app-component-random{padding:.5em 1em}body .dashboard-root .topology-component-card .component-card-content .app-component-set .app-component-section{display:flex;justify-content:space-between}body .dashboard-root .topology-component-card .component-card-content .app-component-set .app-component-section .distribution-ratio-field-section{display:flex}body .dashboard-root .topology-component-card .component-card-content>*{padding:0 1.1em}body .dashboard-root .topology-component-card .component-card-content .rack-summary{padding-bottom:1.25em}body .dashboard-root .topology-component-card .component-card-content .rack-summary .rack-summary-section+.rack-summary-section{margin-top:.4em}body .dashboard-root .topology-component-card .component-card-content .included-components{border-top:1px solid #cfcfcf;padding-top:1.3em;padding-bottom:1.3em}body .dashboard-root .topology-component-card .component-card-content .included-components .empty{display:none!important}body .dashboard-root .topology-component-card .component-card-content .included-components .nic-summary{display:inline-block}body .dashboard-root .topology-component-card .component-card-content .included-components .nic-application,body .dashboard-root .topology-component-card .component-card-content .included-components .nic-server,body .dashboard-root .topology-component-card .component-card-content .included-components .nic-summary{padding-top:1em}body .dashboard-root .topology-component-card .component-card-content .included-components .nic-application .add-application-profile,body .dashboard-root .topology-component-card .component-card-content .included-components .nic-application .add-host-profile,body .dashboard-root .topology-component-card .component-card-content .included-components .nic-server .add-application-profile,body .dashboard-root .topology-component-card .component-card-content .included-components .nic-server .add-host-profile,body .dashboard-root .topology-component-card .component-card-content .included-components .nic-summary .add-application-profile,body .dashboard-root .topology-component-card .component-card-content .included-components .nic-summary .add-host-profile{float:right;margin-bottom:.5em}body .dashboard-root .topology-component-card .component-card-content .included-components h3{font-size:1.1em;margin-bottom:1.1em}body .dashboard-root .topology-component-card .component-card-content .included-components .included-components-section+.included-components-section{margin-top:1.5em}body .dashboard-root .topology-component-card .component-card-content .included-components .no-border{border:none!important}body .dashboard-root .topology-component-card .remove-component-section{flex-basis:2.5em;background-color:#f2f2f2;border-left:solid 1px #cfcfcf;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}body .dashboard-root .topology-component-card .remove-component-section .component-button-container{max-height:5.2em;display:flex;flex-direction:column;justify-content:center;flex-grow:1}body .dashboard-root .topology-component-card .remove-component-section .component-button-container .component-button-icon{background-color:#5a5a5a}body .dashboard-root .topology-component-card .remove-component-section .component-button-container .component-button-icon .scala-icon:before{color:#fafafa}body .dashboard-root .template-selection-bar .template-selection-head{background-color:#00c4a1;display:flex;justify-content:space-between;height:3.06em}body .dashboard-root .template-selection-bar .template-selection-head .template-selection-left{display:flex;align-items:center;min-width:0%}body .dashboard-root .template-selection-bar .template-selection-head .template-selection-left .expand-icon{margin-right:.6em}body .dashboard-root .template-selection-bar .template-selection-head .template-selection-left .scala-icon:before{color:#fafafa}body .dashboard-root .template-selection-bar .template-selection-head .template-selection-right{display:flex;align-items:center}body .dashboard-root .template-selection-bar .template-selection-head .expand-icon.expanded{transform:rotate(90deg)}body .dashboard-root .template-selection-bar .template-selection-head .expand-icon.disabled{opacity:.5;filter:grayscale(1);pointer-events:none}body .dashboard-root .template-selection-bar .template-selection-head .current-template{color:#fafafa;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}body .dashboard-root .template-selection-bar .template-options{overflow:scroll;max-height:13em;border-bottom:.25em solid #00c4a1}body .dashboard-root .template-selection-bar .template-options .template-option{cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e7e7e7;width:100%;height:3.06em}body .dashboard-root .template-selection-bar .template-options .template-option .option-name{margin-left:.25em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%}body .dashboard-root .template-selection-bar .template-options .template-option .scala-icon:before,body .dashboard-root .template-selection-bar .template-options .template-option .current-template{color:#2f2f2f}body .dashboard-root .template-selection-bar .template-options .template-option .scala-button{flex-shrink:0}body .dashboard-root .template-selection-bar .template-version-select-section{display:flex}body .dashboard-root .template-selection-bar .template-version-select-section .template-version-select{margin-left:.5em;justify-content:center}body .dashboard-root .template-selection-bar .template-version-select-section .template-version-select .scala-field-input{margin-top:0;height:2em}body .dashboard-root .component-button-icon{border-radius:10em;width:1.4em;height:1.4em;background-color:#00c4a1;display:flex;justify-content:center;align-items:center;font-size:1em}body .dashboard-root .component-button-icon .scala-icon:before{color:#fff}body .dashboard-root .health-checks-tab .checks-heading,body .dashboard-root.health-checks-tab .checks-heading{margin-top:1em}body .dashboard-root .health-checks-tab .checks-heading.orchestration-checks-heading,body .dashboard-root.health-checks-tab .checks-heading.orchestration-checks-heading{margin-top:0;margin-bottom:.5em}body .dashboard-root .health-checks-tab .scala-table .check-status-ok,body .dashboard-root.health-checks-tab .scala-table .check-status-ok{background-color:#66cdaa33}body .dashboard-root .health-checks-tab .scala-table .check-status-warning,body .dashboard-root.health-checks-tab .scala-table .check-status-warning{background-color:#df0}body .dashboard-root .health-checks-tab .scala-table .check-status-critical,body .dashboard-root.health-checks-tab .scala-table .check-status-critical{background-color:#e00000}body .dashboard-root .health-checks-tab .scala-table .check-status-unknown,body .dashboard-root.health-checks-tab .scala-table .check-status-unknown{background-color:#bbb}body .dashboard-root .health-checks-tab .scala-table .table-row,body .dashboard-root.health-checks-tab .scala-table .table-row{padding:0}body .dashboard-root .health-checks-tab .table-row,body .dashboard-root.health-checks-tab .table-row{overflow:hidden}body .dashboard-root .simulation-results-tab .bk-tool-icon-save{display:none}body .dashboard-root .simulation-results-tab .simulation-data-tab{display:flex;flex-direction:column}body .dashboard-root .simulation-results-tab .simulation-data-tab .top-bar-container{width:100%;text-align:right}body .dashboard-root .simulation-results-tab .simulation-data-tab .top-bar-container .top-bar-cell{min-width:25%;display:inline-block}body .dashboard-root .simulation-results-tab .simulation-data-tab .filter-column-icon{color:gray}body .dashboard-root .simulation-results-tab .simulation-data-tab .filter-column-icon:hover{color:#0092cc}body .dashboard-root .simulation-results-tab .simulation-data-tab .comparison-select{width:100%}body .dashboard-root .simulation-results-tab .simulation-data-tab .simulation-results-table-section+.simulation-results-table-section{margin-top:1em}body .dashboard-root .simulation-results-tab .simulation-data-tab .simulation-results-table-section .simulation-remove-container{position:absolute;right:1em}body .dashboard-root .simulation-results-tab .simulation-data-tab .simulation-results-table-section .simulation-remove:before{visibility:hidden}body .dashboard-root .simulation-results-tab .simulation-data-tab .simulation-results-table-section:hover .simulation-remove:before{visibility:visible}body .dashboard-root .simulation-results-tab .simulation-data-tab .simulation-results-table-header{display:flex;justify-content:space-between;margin-bottom:.3em}body .dashboard-root .simulation-results-tab .simulation-data-tab .simulation-results-table-header .simulation-results-table-heading{margin-right:.5em}body .dashboard-root .simulation-results-tab .simulation-data-tab .simulation-results-table-header .simulation-remove:before{font-weight:700;color:#5a5a5a}body .dashboard-root .simulation-results-tab .simulation-data-tab .simulation-results-table-header .simulation-results-filter{background-color:#fff;color:#084781;border:1px solid #61b0cf;vertical-align:text-bottom;padding:.1em .3em;margin-top:.2em}body .dashboard-root .simulation-results-tab .simulation-data-tab .simulation-results-table-header .simulation-results-filter:hover{color:#0092cc}body .dashboard-root .simulation-results-tab .simulation-data-tab .results-explainer-text{margin-top:.5em;line-height:1.1em}body .dashboard-root .simulation-results-tab .sim-data-comparison{display:flex;flex-direction:column;overflow-y:hidden;padding-top:1em}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-results-table .scala-cell{padding:0 .5em 0 1em}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-results-table .scala-cell.column-cluster{min-width:3em!important;flex:2 1}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-results-table .scala-cell.item-cluster{min-width:3em!important;overflow:hidden;direction:rtl;text-overflow:ellipsis}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-results-table .scala-cell.item-cluster p{overflow:hidden;text-overflow:ellipsis;direction:rtl;width:5em}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-results-table .scala-cell.column-application{flex:2 1;padding-left:1em;min-width:25%!important}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-results-table .scala-cell.column-application p,body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-results-table .scala-cell.column-application aside{white-space:nowrap;overflow:hidden;text-overflow:clip ellipsis;direction:rtl}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-results-table .scala-cell.column-Count{flex:1 1;min-width:2em;width:5em;background-color:#fff}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-results-table .scala-cell .scala-tooltip{cursor:pointer}body .dashboard-root .simulation-results-tab .sim-data-comparison .add-sim-button-container{display:flex;flex-direction:column;align-items:flex-end;min-height:30px}body .dashboard-root .simulation-results-tab .sim-data-comparison .add-sim-button-container .add-simulation-button{align-self:flex-end;margin-right:3%}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-columns{display:flex;min-width:100%;justify-content:space-between}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column *{max-width:100%}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column{width:49%;flex-shrink:0}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column .scala-custom-table{max-height:400px;overflow-y:auto}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column .remove-column-button{display:flex;flex-direction:column;justify-content:flex-start;position:absolute;right:1em;margin:.5em}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column .job-comparison-type{color:#5a5a5a;font-size:1rem}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column .job-comparison-container{display:flex;flex-direction:column;width:95%;margin-bottom:1em}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column .job-comparison-name{margin-top:.5rem;display:block}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column .filter-column-icon{margin-top:2em;padding:.5em;color:gray}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column .filter-column-icon:hover{color:#0092cc}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column .fixed .icon-Chevron-down:before{visibility:hidden}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column .simulation-select-section{display:flex;margin-bottom:1em}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column .simulation-core-select{flex-basis:10em;margin-left:1em}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column .sim-results-image .sim-results-chart.bk-root>div.bk:nth-child(2){display:none!important;position:relative;height:0em!important}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column .sim-results-image{width:100%;margin-top:2em;display:flex;justify-content:center;align-items:center}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column .sim-results-image .scala-loader{width:100%}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column .sim-results-image .scala-loader.loading{height:16em}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column .sim-results-image .loader{display:unset}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column .sim-results-image img{max-height:100%;max-width:100%}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column .sim-results-chart{width:100%;margin-top:2em}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column .sim-results-chart .scala-loader{width:100%}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column .sim-results-chart .scala-loader.loading{height:16em}body .dashboard-root .simulation-results-tab .sim-data-comparison .simulation-comparison-column .sim-results-chart .loader{display:unset}body .dashboard-root .simulation-results-tab .dynamic-results-tab{position:relative}body .dashboard-root .simulation-results-tab .dynamic-results-tab .pattern-info-text{display:flex;flex-direction:row;position:absolute;justify-content:center;align-items:center;top:-2em;right:0}body .dashboard-root .simulation-results-tab .dynamic-results-tab .pattern-info-text svg{margin-right:.25em}body .dashboard-root .simulation-results-tab .dynamic-results-tab .pattern-info-text span{display:inline}body .dashboard-root .simulation-results-tab .dynamic-results-tab .chart-title{padding:1em}body .dashboard-root .standardized-results-tab{position:relative}body .dashboard-root .standardized-results-tab .standardized-info-text{display:flex;flex-direction:row;position:absolute;justify-content:center;align-items:center;top:-2em;right:0}body .dashboard-root .standardized-results-tab .standardized-info-text svg{margin-right:.25em}body .dashboard-root .standardized-results-tab .standardized-info-text span{display:inline}body .dashboard-root .standardized-results-tab .chart-title{padding:1em}body .dashboard-root .standardized-results-tab .simulation-results-table .scala-cell{padding:0 .5em 0 1em}body .dashboard-root .standardized-results-tab .simulation-results-table .scala-cell.column-cluster{min-width:3em!important;flex:2 1}body .dashboard-root .standardized-results-tab .simulation-results-table .scala-cell.item-cluster{min-width:3em!important;overflow:hidden;direction:rtl;text-overflow:ellipsis}body .dashboard-root .standardized-results-tab .simulation-results-table .scala-cell.item-cluster p{overflow:hidden;text-overflow:ellipsis;direction:rtl;width:5em}body .dashboard-root .standardized-results-tab .simulation-results-table .scala-cell.column-application{flex:2 1;padding-left:1em;min-width:25%!important}body .dashboard-root .standardized-results-tab .simulation-results-table .scala-cell.column-application p,body .dashboard-root .standardized-results-tab .simulation-results-table .scala-cell.column-application aside{white-space:nowrap;overflow:hidden;text-overflow:clip ellipsis;direction:rtl}body .dashboard-root .standardized-results-tab .simulation-results-table .scala-cell.column-Count{flex:1 1;min-width:2em;width:5em;background-color:#fff}body .dashboard-root .standardized-results-tab .simulation-results-table .scala-cell .scala-tooltip{cursor:pointer}body .dashboard-root .standardized-results-tab .add-sim-button-container{display:flex;flex-direction:column;align-items:flex-end;min-height:3rem;margin-top:.5rem}body .dashboard-root .standardized-results-tab .add-sim-button-container .add-simulation-button{align-self:flex-end;margin-right:3%}body .dashboard-root .standardized-results-tab .simulation-comparison-columns{display:inline-flex;width:100%;justify-content:space-between}body .dashboard-root .standardized-results-tab .simulation-comparison-columns .simulation-comparison-column{width:49%;min-width:49%;max-width:49%;flex-shrink:0}body .dashboard-root .standardized-results-tab .simulation-comparison-columns .simulation-comparison-column .scala-custom-table{max-height:400px;overflow-y:auto}body .dashboard-root .standardized-results-tab .simulation-comparison-columns .simulation-comparison-column .remove-column-button{display:flex;flex-direction:column;justify-content:flex-start;position:absolute;right:1em;margin:.5em}body .dashboard-root .standardized-results-tab .simulation-comparison-columns .simulation-comparison-column .job-comparison-type{color:#5a5a5a;font-size:1rem}body .dashboard-root .standardized-results-tab .simulation-comparison-columns .simulation-comparison-column .job-comparison-container{display:flex;flex-direction:column;width:95%;margin-bottom:1em}body .dashboard-root .standardized-results-tab .simulation-comparison-columns .simulation-comparison-column .standard-job-comparison-name{margin-top:.5rem;display:inline;max-width:30rem;overflow:hidden;text-overflow:ellipsis}body .dashboard-root .standardized-results-tab .simulation-comparison-columns .simulation-comparison-column .filter-column-icon{margin-top:2em;padding:.5em;color:gray}body .dashboard-root .standardized-results-tab .simulation-comparison-columns .simulation-comparison-column .filter-column-icon:hover{color:#0092cc}body .dashboard-root .standardized-results-tab .simulation-comparison-columns .simulation-comparison-column .fixed .icon-Chevron-down:before{visibility:hidden}body .dashboard-root .standardized-results-tab .simulation-comparison-columns .simulation-comparison-column .simulation-select-section{display:flex;margin-bottom:1em}body .dashboard-root .standardized-results-tab .simulation-comparison-columns .simulation-comparison-column .simulation-core-select{flex-basis:10em;margin-left:1em}body .dashboard-root .standardized-results-tab .simulation-comparison-columns .simulation-comparison-column .sim-results-image .sim-results-chart.bk-root>div.bk:nth-child(2){display:none!important;position:relative;height:0em!important}body .dashboard-root .standardized-results-tab .simulation-comparison-columns .simulation-comparison-column .sim-results-image{width:100%;margin-top:2em;display:flex;justify-content:center;align-items:center}body .dashboard-root .standardized-results-tab .simulation-comparison-columns .simulation-comparison-column .sim-results-image .scala-loader{width:100%}body .dashboard-root .standardized-results-tab .simulation-comparison-columns .simulation-comparison-column .sim-results-image .scala-loader.loading{height:16em}body .dashboard-root .standardized-results-tab .simulation-comparison-columns .simulation-comparison-column .sim-results-image .loader{display:unset}body .dashboard-root .standardized-results-tab .simulation-comparison-columns .simulation-comparison-column .sim-results-image img{max-height:100%;max-width:100%}body .dashboard-root .standardized-results-tab .simulation-comparison-columns .simulation-comparison-column .sim-results-chart{width:100%;margin-top:2em}body .dashboard-root .standardized-results-tab .simulation-comparison-columns .simulation-comparison-column .sim-results-chart .scala-loader{width:100%}body .dashboard-root .standardized-results-tab .simulation-comparison-columns .simulation-comparison-column .sim-results-chart .scala-loader.loading{height:16em}body .dashboard-root .standardized-results-tab .simulation-comparison-columns .simulation-comparison-column .sim-results-chart .loader{display:unset}body .dashboard-root .scvm-running-topology-map .refresh-topology-map-button-container .refresh-topology-map-button{align-self:flex-end}body .dashboard-root .scvm-running-topology-map .running-topology-container{margin-top:1em;width:100%;height:35em;min-height:30em;background-color:transparent}body .dashboard-root .scvm-running-topology-map .refresh-topology-map-button-container{display:flex;flex-direction:column}body .dashboard-root .scvm-running-topology-map .refresh-topology-map-button-container .refresh-topology-map-button{align-self:flex-end;top:-2em}body .dashboard-root .scvm-running-topology-map .running-topology-container{margin-top:1em;width:100%;height:100%;background-color:transparent}body .dashboard-root .projects-page{padding-bottom:100px}body .dashboard-root .projects-page .hidden{display:none!important}body .dashboard-root .projects-page .page-header{display:flex;justify-content:space-between}body .dashboard-root .projects-page .section-heading{display:flex;align-items:flex-end;margin-bottom:21px}body .dashboard-root .projects-page .project-count{margin-left:11px}body .dashboard-root .projects-page .archived-project-details-button{padding:0 1em;position:absolute;right:3em}body .dashboard-root .projects-page h3.section-heading-text{font-size:24px;line-height:29px}body .dashboard-root .projects-page .project-cards{margin:0 0 2em;width:100%}body .dashboard-root .projects-page .project-card+.project-card{margin-top:30px}body .dashboard-root .projects-page .archived-projects{opacity:.55}body .dashboard-root .update-workload-config-modal{width:396px}body .dashboard-root .update-workload-config-modal .note-text{margin-top:5px}body .dashboard-root .update-workload-config-modal .note-text p{font-size:15px;line-height:19px;color:#5a5a5a}body .dashboard-root .update-workload-config-modal .note-text{padding-right:17px}body .dashboard-root .update-workload-config-modal .apply-changes-button{margin-top:24px}body .dashboard-root .update-workload-config-modal .config-topology-section{margin-top:27px;margin-bottom:22px;display:flex;flex-direction:column}body .dashboard-root .update-workload-config-modal .config-topology-section .topology-select{margin-top:4px}body .dashboard-root .update-workload-config-modal .config-topology-section .topology-select .scala-field-input{margin-top:0}body .dashboard-root .update-workload-config-modal .config-models-section{display:flex;flex-direction:column}body .dashboard-root .update-workload-config-modal .config-models-section .scala-select-field{margin-bottom:10px}body .dashboard-root .ns3-models-page .page-header{background-color:#0b7d73}body .dashboard-root .ns3-models-page .page-header .page-header-image{opacity:.7;mix-blend-mode:darken;filter:grayscale(1)}body .dashboard-root .ns3-models-page .page-header .page-header-content{display:flex;justify-content:space-between;align-items:center;height:100%;padding-left:38px;padding-right:44px;box-sizing:border-box}body .dashboard-root .ns3-models-page .page-header .page-header-content .header-right{display:flex;align-items:center}body .dashboard-root .ns3-models-page .page-header .page-header-content .header-right span{letter-spacing:.24px;color:#fafafa}body .dashboard-root .ns3-models-page .page-header .page-header-content .header-right .org-status{width:92px;height:21px;border-radius:14px;border:solid 1px #fafafa;margin-left:7px;display:flex;justify-content:center;align-items:center}body .dashboard-root .ns3-models-page .page-content{padding:0;margin:0;max-width:100%;overflow-x:hidden;display:flex;flex-direction:column;gap:24px}body .dashboard-root .ns3-models-page .page-content .my-models-heading{margin-left:16px;display:flex;justify-content:space-between}body .dashboard-root .ns3-models-page .page-content .my-models-heading .title-and-count{display:flex;align-items:center}body .dashboard-root .ns3-models-page .page-content .my-models-heading .title-and-count h3{font-size:24px;letter-spacing:-.2px}body .dashboard-root .ns3-models-page .page-content .my-models-heading .title-and-count .model-count{margin-left:13px}body .dashboard-root .ns3-models-page .page-content .manage-configurations-button{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:4px;margin-left:16px;margin-right:16px}body .dashboard-root .ns3-models-page .page-content .models-table,body .dashboard-root .ns3-models-page .page-content .vendor-models-table{margin:32px 12px 32px 32px;width:calc(100% - 48px)}body .dashboard-root .ns3-models-page .page-content .models-table .table-header,body .dashboard-root .ns3-models-page .page-content .vendor-models-table .table-header{height:29px;min-height:0}body .dashboard-root .ns3-models-page .page-content .models-table .scala-table-content,body .dashboard-root .ns3-models-page .page-content .vendor-models-table .scala-table-content{display:flex}body .dashboard-root .ns3-models-page .page-content .models-table .scala-item,body .dashboard-root .ns3-models-page .page-content .models-table .scala-item-type,body .dashboard-root .ns3-models-page .page-content .vendor-models-table .scala-item,body .dashboard-root .ns3-models-page .page-content .vendor-models-table .scala-item-type{flex:4}body .dashboard-root .ns3-models-page .page-content .models-table .scala-item.column-name,body .dashboard-root .ns3-models-page .page-content .models-table .scala-item-type.column-name,body .dashboard-root .ns3-models-page .page-content .vendor-models-table .scala-item.column-name,body .dashboard-root .ns3-models-page .page-content .vendor-models-table .scala-item-type.column-name{flex:5}body .dashboard-root .ns3-models-page .page-content .models-table .scala-item.column-name p,body .dashboard-root .ns3-models-page .page-content .models-table .scala-item-type.column-name p,body .dashboard-root .ns3-models-page .page-content .vendor-models-table .scala-item.column-name p,body .dashboard-root .ns3-models-page .page-content .vendor-models-table .scala-item-type.column-name p{font-weight:600}body .dashboard-root .ns3-models-page .page-content .models-table .scala-item.column-version,body .dashboard-root .ns3-models-page .page-content .models-table .scala-item-type.column-version,body .dashboard-root .ns3-models-page .page-content .vendor-models-table .scala-item.column-version,body .dashboard-root .ns3-models-page .page-content .vendor-models-table .scala-item-type.column-version{flex:2}body .dashboard-root .ns3-models-page .page-content .models-table .scala-item.column-status .model-rejected,body .dashboard-root .ns3-models-page .page-content .models-table .scala-item-type.column-status .model-rejected,body .dashboard-root .ns3-models-page .page-content .vendor-models-table .scala-item.column-status .model-rejected,body .dashboard-root .ns3-models-page .page-content .vendor-models-table .scala-item-type.column-status .model-rejected{font-weight:600;color:#a60046}body .dashboard-root .ns3-models-page .page-content .models-table .scala-item.column-status .model-in-development,body .dashboard-root .ns3-models-page .page-content .models-table .scala-item-type.column-status .model-in-development,body .dashboard-root .ns3-models-page .page-content .vendor-models-table .scala-item.column-status .model-in-development,body .dashboard-root .ns3-models-page .page-content .vendor-models-table .scala-item-type.column-status .model-in-development{font-weight:600;color:#b2b2b2}body .dashboard-root .ns3-vendor-models-page{flex-direction:column}body .dashboard-root .ns3-vendor-models-page .page-content .vendor-models-header-section h3{font-size:24px}body .dashboard-root .ns3-vendor-models-page .page-content .vendor-models-header-section .vendor-models-header-content{display:flex;justify-content:space-between;align-items:center}body .dashboard-root .ns3-vendor-models-page .page-content .vendor-models-header-section .vendor-models-header-content .model-provider-img{height:67px;width:auto}body .dashboard-root .ns3-vendor-models-page .page-content .page-divider{margin-top:13px}body .dashboard-root .ns3-vendor-models-page .page-content .vendor-models-table{margin-top:25px}body .dashboard-root .ns3-vendor-models-page .page-content .vendor-models-table .table-header{height:29px;min-height:0}body .dashboard-root .ns3-vendor-models-page .page-content .vendor-models-table .item-testingStatus p{font-weight:600}body .dashboard-root .ns3-vendor-models-page .page-content .vendor-models-table .item-testingStatus .model-access-granted{color:#00c4a1}body .dashboard-root .ns3-vendor-models-page .page-content .vendor-models-table .item-testingStatus .model-access-pending{color:#b2b2b2}body .dashboard-root .ns3-vendor-models-page .page-content .vendor-models-table .item-testingStatus .model-access-rejected{color:#b7004c}body .dashboard-root .ns3-vendor-models-page .page-content .vendor-models-table .scala-item,body .dashboard-root .ns3-vendor-models-page .page-content .vendor-models-table .scala-item-type{flex:4}body .dashboard-root .ns3-vendor-models-page .page-content .vendor-models-table .scala-item.column-name,body .dashboard-root .ns3-vendor-models-page .page-content .vendor-models-table .scala-item-type.column-name{flex:5}body .dashboard-root .ns3-vendor-models-page .page-content .vendor-models-table .scala-item.column-name p,body .dashboard-root .ns3-vendor-models-page .page-content .vendor-models-table .scala-item-type.column-name p{font-weight:600}body .dashboard-root .ns3-vendor-models-page .page-content .request-access-card{margin-top:36px;box-sizing:border-box}body .dashboard-root .ns3-vendor-models-page .page-content .request-access-card .request-access-icon{font-size:33px;color:#00c4a1}body .dashboard-root .ns3-vendor-models-page .item-source,body .dashboard-root .ns3-vendor-models-page .item-type-source{max-width:10rem}body .dashboard-root .ns3-vendor-models-page .table-header{background-color:#5b9bd4}body .dashboard-root .ns3-vendor-models-page .table-data-row{background-color:#eaeff7}body .dashboard-root .ns3-vendor-models-page .submodel-access-text{color:#5b9bd4}body .dashboard-root .ns3-vendor-models-page .submodel-no-access-text{opacity:.5}body .dashboard-root .ns3-vendor-models-page .toggle-button{padding-top:.12rem;cursor:pointer}body .dashboard-root .ns3-vendor-models-page .icons-list-horizontal{display:flex}body .dashboard-root .ns3-vendor-models-page .row-spacing{display:"inline-block";overflow:"hidden";text-overflow:"ellipsis"}body .dashboard-root .ns3-vendor-models-page .no-data-display{width:170px;min-width:170px;margin:0 auto;padding-top:1rem;color:#5b9bd4}body .dashboard-root .ns3-page{display:grid;grid-template-rows:6EM auto}body .dashboard-root .ns3-page .page-header{background-color:#0b7d73}body .dashboard-root .ns3-page .page-header .page-header-image{opacity:.7;mix-blend-mode:darken;filter:grayscale(1)}body .dashboard-root .ns3-page .page-header .page-header-content{display:flex;justify-content:space-between;align-items:center;height:100%;padding-left:38px;padding-right:44px;box-sizing:border-box}body .dashboard-root .ns3-page .page-header .page-header-content .header-right{display:flex;align-items:center}body .dashboard-root .ns3-page .page-header .page-header-content .header-right span{letter-spacing:.24px;color:#fff}body .dashboard-root .ns3-page .page-header .page-header-content .header-right .org-status{padding:.1em .7em;height:21px;border-radius:14px;border:solid 1px white;font-size:12px;margin-left:.7em;display:flex;justify-content:center;align-items:center;background:#0a0a0a54}body .dashboard-root .ns3-page .ns3-page-content{flex-grow:1;min-height:0}body .dashboard-root .ns3-request-access{display:flex;flex-direction:column}body .dashboard-root .ns3-request-access .page-header{background-color:#0b7d73}body .dashboard-root .ns3-request-access .page-header .page-header-content{height:100%;display:flex;justify-content:center;align-items:center}body .dashboard-root .ns3-request-access .ns3-access-header{background-color:#fff}body .dashboard-root .ns3-request-access .ns3-access-header-copy{display:flex;flex-direction:column;align-items:center;text-align:center}body .dashboard-root .ns3-request-access .ns3-access-header-copy .ns3-access-header-copy-subtitle1{display:inline-block;max-width:364px;line-height:19px;font-size:15px;margin-top:6px;margin-bottom:30px}body .dashboard-root .ns3-request-access .ns3-access-page-loader{margin-top:10em}body .dashboard-root .ns3-request-access .ns3-access-request-tabs{margin-top:11px}body .dashboard-root .ns3-request-access .ns3-request-access-page-content{flex-grow:1}body .dashboard-root .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section{overflow-y:auto}body .dashboard-root .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-request-form-loader{padding:40px 73px}body .dashboard-root .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-form-header .ns3-access-form-subtitle1{max-width:410px;line-height:19px;font-size:15px;margin-top:8px}body .dashboard-root .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-request-form{display:flex;flex-direction:column;margin-bottom:60px}body .dashboard-root .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-request-form .ns3-access-request-form-fields{display:flex;flex-direction:column}body .dashboard-root .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-request-form .ns3-access-request-form-fields fieldset{border:0;margin:21px 0 0;padding:0}body .dashboard-root .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-request-form .ns3-access-request-form-fields fieldset:disabled .scala-field-input input,body .dashboard-root .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-request-form .ns3-access-request-form-fields fieldset:disabled .scala-field-input textarea,body .dashboard-root .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-request-form .ns3-access-request-form-fields fieldset:disabled .scala-field-input div{color:#a5a5a5}body .dashboard-root .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-request-form .ns3-access-request-form-fields fieldset .form-row{display:flex;margin-bottom:11px}body .dashboard-root .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-request-form .ns3-access-request-form-fields fieldset .form-row .scala-field+.scala-field{margin-left:30px}body .dashboard-root .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-request-form .ns3-access-form-submit-button{align-self:center;margin-top:20px}body .dashboard-root .ns3-request-access .ns3-request-status-section{margin-top:1.3em;height:15em}body .dashboard-root .ns3-request-access .ns3-request-status-section .request-status-body{width:60%;line-height:1.4em;margin-top:.5em}body .dashboard-root .reject-request-confirmation-modal{padding:0 1.7em;display:flex;justify-content:center;margin-top:1em}body .dashboard-root .reject-request-confirmation-modal .scala-modal-content{max-width:540px}body .dashboard-root .reject-request-confirmation-modal .scala-modal-content .scala-modal-body{padding:0 1.7em;display:flex;justify-content:center;margin-top:1em}body .dashboard-root .reject-request-confirmation-modal .scala-modal-content .scala-modal-body button+button{margin-left:.7em}body .dashboard-root .ns3-model-details-page .page-content{display:flex;flex-direction:column;flex-grow:1}body .dashboard-root .ns3-model-details-page .page-content .model-detail-page-header .page-section-content{display:flex;justify-content:space-between;align-items:center;padding-bottom:27px}body .dashboard-root .ns3-model-details-page .page-content .model-detail-page-header .page-section-content .model-provider-img{height:67px;width:auto}body .dashboard-root .ns3-model-details-page .page-content .run-simulation-section{background-color:#e2fffa}body .dashboard-root .ns3-model-details-page .page-content .testing-section .testing-message{font-weight:700}body .dashboard-root .ns3-model-details-page .page-content .testing-section .page-section-content .scala-loader{display:flex;justify-content:space-between;align-items:center;padding-top:20px;padding-bottom:20px}body .dashboard-root .ns3-model-details-page .page-content .testing-section .validate-simulation-button .validation-error-icon{color:#a60046}body .dashboard-root .ns3-model-details-page .page-content .testing-section .run-simulation-button{border:solid 2px #00c4a1;color:#2f2f2f}body .dashboard-root .ns3-model-details-page .page-content .testing-section .run-simulation-button .scala-icon{color:#5a5a5a}body .dashboard-root .ns3-model-details-page .page-content .request-access-card{margin-top:2.3em}body .dashboard-root .ns3-model-details-page .page-content .model-version-data{padding:30px 78px 30px 52px}body .dashboard-root .ns3-model-details .model-page-header>.page-section-content{flex-grow:1;flex-direction:column}body .dashboard-root .ns3-model-details .model-page-header .model-page-header-content{display:flex;justify-content:space-between}body .dashboard-root .ns3-model-details .model-page-header .model-page-header-content .model-provider-img{height:67px;width:auto}body .dashboard-root .ns3-model-details .page-content .model-page-body-section{flex-grow:1;overflow-y:overlay;overflow-x:hidden;flex-direction:column;padding-bottom:0}body .dashboard-root .ns3-model-details .page-content .model-page-body-section .page-section-content{display:flex;flex-direction:column;width:100%}body .dashboard-root .ns3-model-details .page-content .model-page-body-section .page-section-content .model-page-body{display:flex;flex-grow:1}body .dashboard-root .ns3-model-details .page-content .model-page-body-section .page-section-content .model-page-body .model-versions-section{padding:1em 2em 2em 0;width:279px;border-right:solid 1px #e7e7e7;box-sizing:border-box}body .dashboard-root .ns3-model-details .page-content .model-page-body-section .page-section-content .model-page-body .model-versions-section .model-version-button{margin-bottom:16px}body .dashboard-root .ns3-model-details .page-content .model-page-body-section .page-section-content .model-page-body .model-version-details{padding-left:40px;flex-grow:1}body .dashboard-root .ns3-model-details .page-content .model-page-body-section .page-section-content .model-page-body .model-version-details .model-version-details-content{padding-bottom:100px}body .dashboard-root .submit-model-assets-section{display:flex;flex-direction:column}body .dashboard-root .submit-model-assets-section .model-id-card{height:75px;margin-top:28px}body .dashboard-root .submit-model-assets-section .submit-model-button{margin-top:24px}body .dashboard-root .model-under-review-section{padding-top:30px;display:flex;flex-direction:column}body .dashboard-root .model-under-review-section .under-review-info{padding:0 19px;display:flex;align-items:flex-start;flex-direction:column;height:98px;margin-bottom:26px}body .dashboard-root .model-under-review-section .under-review-info .under-review-info-heading{line-height:normal}body .dashboard-root .model-under-review-section .under-review-info .under-review-info-body{line-height:normal;margin-top:8.5px}body .dashboard-root .model-in-development-section{padding-top:30px;display:flex;flex-direction:column}body .dashboard-root .model-in-development-section .chakra-status-container{display:flex;padding:.3em}body .dashboard-root .model-in-development-section .model-info-card-loader{margin-bottom:26px}body .dashboard-root .model-in-development-section .model-info-card-loader .in-development-info{padding:23px 19px 30px;display:flex;align-items:flex-start;flex-direction:column}body .dashboard-root .model-in-development-section .model-info-card-loader .in-development-info .simulation-select-buttons .scala-button:first-child{margin-left:0}body .dashboard-root .model-in-development-section .model-info-card-loader .in-development-info .in-development-info-id{line-height:normal;color:#5a5a5a}body .dashboard-root .model-in-development-section .model-info-card-loader .in-development-info .in-development-info-heading{margin-top:26px;line-height:normal;color:#00c4a1}body .dashboard-root .model-in-development-section .model-info-card-loader .in-development-info .in-development-info-body{margin-bottom:34px;line-height:normal;margin-top:8.5px}body .dashboard-root .model-in-development-section .model-test-loader:not(.overlay) .loader-root{height:7em}body .dashboard-root .model-in-development-section .model-test-loader{margin-top:1.4rem}body .dashboard-root .model-in-development-section .model-test-loader .model-tests-table .scala-table-content{display:flex}body .dashboard-root .model-in-development-section .model-test-loader .model-tests-table .scala-table-content .table-row{min-height:1.6rem}body .dashboard-root .model-in-development-section .model-test-loader .model-tests-table .scala-table-content .table-row .item-approverNote{flex-direction:row;justify-content:space-between}body .dashboard-root .model-in-development-section .model-version-data{margin-top:2rem}body .dashboard-root .model-rejected-section .model-info-card{flex-direction:column;align-items:flex-start;padding:18px 19px;margin-top:21px;margin-bottom:26px}body .dashboard-root .model-rejected-section .model-info-card .rejected-card-heading{color:#000}body .dashboard-root .model-rejected-section .model-info-card ul{padding-inline-start:19px;margin-top:18px}body .dashboard-root .model-rejected-section .model-info-card ul li{color:#999}body .dashboard-root .model-rejected-section .model-info-card ul p{color:#5a5a5a;line-height:19px;font-size:14px}body .dashboard-root .model-rejected-section .model-info-card ul li+li{margin-top:19px}body .dashboard-root .model-access-tab{padding-top:30px;display:flex;flex-grow:1}body .dashboard-root .model-access-tab .scala-table .table-header{min-height:30px}body .dashboard-root .model-access-requests-page{display:flex;flex-direction:column;flex-grow:1}body .dashboard-root .model-access-requests-page .model-requests-header{background-color:#fff}body .dashboard-root .model-access-requests-page .model-requests-header .model-requests-heading{font-size:24px;margin-bottom:13px}body .dashboard-root .model-access-requests-page .model-access-requests-table{margin-top:30px}body .dashboard-root .model-access-requests-page .model-access-requests-table .scala-table-options{justify-content:space-between}body .dashboard-root .model-access-requests-page .model-access-requests-table .scala-table-content{display:flex}body .dashboard-root .model-access-requests-page .model-access-requests-table .item-organization p{font-weight:700}body .dashboard-root .model-access-requests-page .model-access-requests-table .request-new{font-weight:600;color:#00c4a1}body .dashboard-root .auth-container{background-color:#084781;display:flex;justify-content:center;align-items:center;height:100vh}body .dashboard-root .auth-container .auth-verification{padding:1em;margin:1em}body .dashboard-root .auth-container .auth-page-content{display:flex;flex-direction:column;align-items:center;min-height:500px;max-height:952px}body .dashboard-root .auth-container .auth-page-content .scala-logo{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='220'%20height='95'%20viewBox='0%200%20220%2095'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20fill='%230092CC'%20d='M83.214%2015H95V3.214H83.214zM83.214%2056.786H95V45H83.214zM125%2056.786h11.786V45H125zM125%2015h11.786V3.214H125zM102.5%2015h15V0h-15zM102.5%2060h15V45h-15zM125%2037.5h15v-15h-15zM80%2037.5h15v-15H80z'/%3e%3cpath%20fill='%2389D5E0'%20d='M102.5%2037.5h15v-15h-15z'/%3e%3cpath%20fill='%23A3CFE1'%20d='M5.436%2095C2.994%2095%201.168%2094.069%200%2092.757l1.062-1.355A5.85%205.85%200%200%200%205.5%2093.434c2.527%200%203.334-1.355%203.334-2.455%200-3.64-8.388-1.609-8.388-6.646%200-2.328%202.081-3.936%204.884-3.936%202.145%200%203.822.74%205.012%201.99l-1.062%201.29c-1.062-1.185-2.548-1.693-4.099-1.693-1.677%200-2.909.91-2.909%202.244%200%203.174%208.388%201.354%208.388%206.624C10.66%2092.884%209.259%2095%205.436%2095zm16.72%200c-4.078%200-7.284-2.963-7.284-7.302%200-4.338%203.206-7.301%207.283-7.301%202.506%200%204.247%201.185%205.373%202.794l-1.465.825c-.807-1.206-2.294-2.053-3.908-2.053-3.1%200-5.457%202.35-5.457%205.735%200%203.344%202.357%205.736%205.457%205.736%201.614%200%203.1-.868%203.908-2.053l1.486.804C26.36%2093.815%2024.661%2095%2022.155%2095zm21.857-.254h-2.017l-1.253-3.153h-7.05l-1.253%203.153h-2.017l5.712-14.116h2.187l5.691%2014.116zm-3.78-4.698l-3.015-7.62-2.994%207.62h6.01zm15.891%204.698H47.78V80.63h1.763v12.55h6.582v1.566zm16.635%200H70.74l-1.253-3.153h-7.05l-1.252%203.153h-2.018L64.88%2080.63h2.188l5.69%2014.116zm-3.78-4.698l-3.016-7.62-2.994%207.62h6.01zm20.9%204.555c-4.078%200-7.285-2.963-7.285-7.301%200-4.34%203.207-7.302%207.284-7.302%202.506%200%204.247%201.185%205.373%202.794l-1.466.825c-.807-1.206-2.293-2.053-3.907-2.053-3.1%200-5.457%202.35-5.457%205.736%200%203.343%202.357%205.735%205.457%205.735%201.614%200%203.1-.868%203.907-2.053l1.487.804c-1.19%201.63-2.888%202.815-5.394%202.815zm16.251%200c-4.183%200-7.029-3.132-7.029-7.301%200-4.17%202.846-7.302%207.03-7.302%204.182%200%207.05%203.132%207.05%207.302%200%204.169-2.868%207.301-7.05%207.301zm0-1.566c3.164%200%205.224-2.455%205.224-5.735%200-3.302-2.06-5.736-5.224-5.736-3.185%200-5.203%202.434-5.203%205.736%200%203.28%202.018%205.735%205.203%205.735zm25.808%201.312h-1.763V82.476l-4.799%2011.873h-.722l-4.82-11.873V94.35h-1.763V80.233h2.527l4.417%2010.878%204.396-10.878h2.527v14.116zm7.227%200h-1.763V80.233h5.691c2.846%200%204.439%201.947%204.439%204.254%200%202.307-1.614%204.254-4.439%204.254h-3.928v5.608zm3.716-7.174c1.678%200%202.824-1.101%202.824-2.688%200-1.588-1.146-2.688-2.824-2.688h-3.716v5.376h3.716zm14.914%207.428c-3.822%200-5.776-2.265-5.776-5.735v-8.635h1.784v8.592c0%202.582%201.38%204.212%203.992%204.212s4.014-1.63%204.014-4.212v-8.592h1.783v8.613c0%203.514-1.953%205.757-5.797%205.757zm16.528-.254h-1.762v-12.55h-4.48v-1.566h10.744v1.566h-4.502v12.55zm10.752%200h-1.762V80.233h1.762v14.116zm17.187%200h-1.7l-8.26-11.26v11.26h-1.762V80.233h1.805l8.154%2011.026V80.233h1.763v14.116zm12.174.275c-4.034%200-7.283-2.942-7.283-7.322%200-4.403%203.249-7.302%207.283-7.302%202.527%200%204.269%201.1%205.5%202.624l-1.401.89c-.892-1.144-2.4-1.948-4.099-1.948-3.1%200-5.457%202.35-5.457%205.736%200%203.343%202.357%205.735%205.457%205.735%201.7%200%203.1-.804%203.823-1.524v-2.857h-4.884V87.09H220v5.08c-1.317%201.48-3.249%202.454-5.564%202.454z'/%3e%3c/g%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-origin:content-box;width:314px;height:138px;margin-bottom:40px}body .dashboard-root .auth-container .auth-page-content .auth-card{display:flex;flex-direction:column;align-items:flex-start;width:400px;padding:21px 20px 26px;box-sizing:border-box}body .dashboard-root .auth-container .auth-page-content .auth-card .auth-card-title{align-self:center;line-height:32px;font-size:20px}body .dashboard-root .auth-container .auth-page-content .auth-card .auth-fields{display:flex;flex-direction:column;min-width:180px;width:260px}body .dashboard-root .auth-container .auth-page-content .auth-card .auth-fields>*{display:flex;letter-spacing:4px;font-weight:100!important;text-transform:uppercase}body .dashboard-root .auth-container .auth-page-content .copyright-and-legal-links .legal-links{display:flex;justify-content:center;margin-top:34px;margin-bottom:23px}body .dashboard-root .auth-container .auth-page-content .copyright-and-legal-links .legal-links a{font-size:13px;line-height:23px;letter-spacing:.61px;color:#d5f3ff}body .dashboard-root .auth-container .auth-page-content .copyright-and-legal-links .legal-links .privacy-link{margin-right:18px}body .dashboard-root .auth-container .auth-page-content .copyright-and-legal-links .copyright-info{font-size:11px;line-height:17px;letter-spacing:.61px;color:#aec7d1}body .dashboard-root .iframe-summary{padding:1em 2em 0;display:block;flex-grow:1;flex-flow:column}body .dashboard-root .iframe-summary.tab-iframe-container{padding:0;margin:0;overflow:hidden}body .dashboard-root .iframe-summary .dash-container{width:95%;padding:0;margin:0;height:calc(100% + 5em);position:fixed;min-height:100em}body .dashboard-root .iframe-summary .dash-container .dash-iframe{width:100%;height:100%;overflow:hidden;border:none;transform:scale(1)}body .dashboard-root .using-scala-container .user-icon{margin-left:.5em;font-size:1em;background-color:#c4fff4}body .dashboard-root .using-scala-container>*:last-child .using-scala-card,body .dashboard-root .using-scala-container .last-item .using-scala-card{margin-right:0}body .dashboard-root .using-scala-container .using-scala-card{position:relative;margin-right:1em;display:flex;flex-direction:column;flex-wrap:nowrap;border-radius:0;padding:1em;height:100%}body .dashboard-root .using-scala-container .using-scala-card .active-projects-button{position:absolute;top:2.75em;right:2em}body .dashboard-root .using-scala-container .using-scala-card .active-projects-button>*{color:#a60046}body .dashboard-root .using-scala-container .using-scala-card .card-icon{font-size:4em;padding:.1em .25em .25em;color:#00c4a1;float:left}body .dashboard-root .using-scala-container .using-scala-card .card-title{width:100%;min-height:6em}body .dashboard-root .using-scala-container .using-scala-card .card-title .vertical-title{margin-top:1em;line-height:1.2em;overflow:hidden;font-size:1.6em!important;vertical-align:baseline}body .dashboard-root .using-scala-container .using-scala-card .card-content{min-height:5em;padding:0 1em 1em}body .dashboard-root .using-scala-container .using-scala-card .card-content .more-button{margin-top:1em;color:#00c4a1;border:1px solid #00c4a1;vertical-align:baseline}body .dashboard-root .using-scala-container .using-scala-card .card-content .more-button .more-button-icon{padding-left:1em;font-size:1em}body .dashboard-root .using-scala-container .using-scala-card .card-content .more-button:hover{color:#0092cc}body .dashboard-root .using-scala-container .using-scala-card .card-content .learn-more-container{position:absolute;right:1em;bottom:1em}body .dashboard-root .using-scala-container .using-scala-card .card-content .card-body{align-self:stretch;min-height:5em;padding-bottom:2em;max-height:80%;font-size:1.2em;line-height:1.8em}body .dashboard-root .license-text-modal{display:none}body .dashboard-root .license-text-modal .scala-modal-content{min-width:60vw}body .dashboard-root .dash-right{position:relative;display:flex;flex-direction:column;flex-grow:1;background-color:#fafafa}body .dashboard-root .dash-right a{text-decoration:none}body .dashboard-root .dash-right .route-wrapper{display:flex;position:relative;height:100vh}body .dashboard-root .dash-right .route-wrapper>div>*{width:100%}@media screen and (max-width:959px){body .snackbar-container>div{justify-content:center}}@media screen and (min-width:960px){body .snackbar-container>div{justify-content:space-between}}body .scala-modal .scala-modal-content{max-width:100%;top:30%;left:50%;border-radius:10px;background-color:#fff;position:absolute;transform:translate(-50%,-30%);padding:1rem 0em 1.5rem}body .scala-modal .scala-modal-content .modal-section{padding:0em 2rem}body .scala-modal .scala-modal-content .upload-chakra-modal{padding:0 0 0 1.25rem}body .scala-drawer-modal{position:absolute}body .scala-drawer-modal>*{position:absolute}body .scala-drawer-modal .scala-modal-content{box-sizing:border-box;padding:29px}body .dash-left{background-color:#084781;transition:width .3s ease-out,opacity 1s ease-out,position .3s ease-out;width:220px;color:#d5f3ff;display:flex;flex-direction:column;justify-content:space-between;padding-top:2em;overflow:hidden}body .dash-left .text-content{transition:opacity .6s ease-out}body .dash-left.collapsed{width:4em}body .dash-left.collapsed .dash-footer{position:absolute;margin:0 0 0 4em;padding:.5em;bottom:0;display:inline-flex;width:100%;z-index:1;text-align:center;background:#084781;opacity:.5}body .dash-left.collapsed .dash-footer .dash-link{float:left}body .dash-left.collapsed .dash-footer .dash-copyright-statement,body .dash-left.collapsed .dash-footer .dash-footer-legal-links,body .dash-left.collapsed .dash-footer .dash-footer-links{flex-direction:row;flex:auto}body .dash-left.collapsed .dash-footer .dash-copyright-statement .dash-link,body .dash-left.collapsed .dash-footer .dash-footer-legal-links .dash-link,body .dash-left.collapsed .dash-footer .dash-footer-links .dash-link{max-width:5em}body .dash-left.collapsed .text-content{display:none}body .dash-left.collapsed .dash-toggle{position:fixed;top:2em;left:5em;background:#dedede38;border-radius:0 .5em .5em 0;z-index:1}body .dash-left.collapsed .user-icon{margin-left:.3em}body .dash-left .dash-toggle{font-size:.8em;float:right;margin:0;padding:.5em .2em;transition:opacity .6s ease-in-out;color:#61b0cf;cursor:pointer;border:1px solid #61b0cf;border-radius:.5em 0 0 .5em}body .dash-left .dash-scala-logo{background-image:url(/assets/scala-logo-DC5rUb-h.png);background-size:contain;background-repeat:no-repeat;background-origin:content-box;width:170px;height:35px;margin:0 auto;z-index:1;padding:0 .75em}body .dash-left .dash-section{padding:0}body .dash-left a{color:unset;text-decoration:none}body .dash-left,body .dash-left .dash-links .dash-section,body .dash-left .dash-footer-links,body .dash-left .dash-footer-legal-links{display:flex;flex-direction:column;padding:0}body .dash-left hr{background-color:#447eb1}body .dash-left hr.divider-1,body .dash-left hr.divider-2{margin:1em 0}body .dash-left .dash-user-info-section{display:flex;justify-content:space-between;align-items:center;margin:2em 0 1em;padding:.5em}body .dash-left .dash-user-info-section .dash-user-info{display:flex;align-items:center;width:85%}body .dash-left .dash-user-info-section .dash-user-info .user-name-and-company{max-width:80%}body .dash-left .dash-user-info-section .dash-user-info p{color:#d5f3ff}body .dash-left .dash-user-info-section .dash-user-info .user-icon{transition:margin-left .3s ease-out;margin-right:7px;margin-bottom:4px}body .dash-left .dash-user-info-section .dash-user-info .user-name{line-height:16px;font-weight:700;color:#fff;max-width:9em;overflow:hidden;text-overflow:ellipsis}body .dash-left .dash-user-info-section .dash-user-info .user-company{margin-top:5px;font-weight:600;font-size:10px;line-height:17px;text-overflow:ellipsis;overflow:hidden}body .dash-left .dash-user-info-section .log-out-icon{font-size:1.75em;color:#61b0cf;z-index:1}body .dash-left .dash-user-info-section .log-out-icon :hover{color:#0092cc}body .dash-left .dash-main{min-height:0;flex-shrink:1;display:flex;flex-direction:column}body .dash-left .dash-main .dash-header{display:flex;justify-content:space-between;padding-top:1em}body .dash-left .dash-main .dash-links{overflow:hidden;overflow-y:auto;min-height:0;flex-shrink:1}body .dash-left .dash-main .dash-link{text-transform:uppercase;line-height:2.5em;letter-spacing:1.7px;padding:.3em 0}body .dash-left .dash-main .dash-link.disabled{opacity:.5;cursor:pointer}body .dash-left .dash-main .ns3-links .dash-sublink{padding:.3em 0 .3em 2em;line-height:1em}body .dash-left .dash-main .ns3-links{display:flex;flex-direction:column}body .dash-left .dash-main .ns3-links{display:flex}body .dash-left .dash-main .active+.ns3-links{display:flex}body .dash-left .dash-sublink{text-transform:none;line-height:30px;font-weight:700;color:#61b0cf;letter-spacing:.28px;font-size:14px}body .dash-left .dash-footer{padding-top:1em;padding-bottom:1em}body .dash-left .dash-footer .dash-footer-links{font-size:14px;line-height:36px;letter-spacing:.5px}body .dash-left .dash-footer .dash-footer-legal-links{line-height:23px;letter-spacing:.61px;font-size:.8em}body .dash-left .dash-footer .dash-footer-legal-links .dash-link *{font-size:.8em}body .dash-left .dash-footer .dash-copyright-statement{font-size:11px;letter-spacing:.61px;padding-left:16px}body .dash-left .dash-link{text-decoration:none;font-size:14px;display:flex;align-items:center}body .dash-left .dash-link:hover{background:#1a2f42;color:#61b0cf}body .dash-left .dash-link .dash-link-icon{color:#61b0cf;margin-right:10px;margin-left:13px;font-size:24px;width:1em}body .dash-left .active-sublink-icon{display:none}body .dash-left .active.dash-link{color:#fff;background-color:#122945;width:100%}body .dash-left .active.dash-link .dash-link-icon{color:#fafafa}body .dash-left .dash-sublink{font-size:smaller;border-radius:0;margin:.1em 0}body .dash-left .dash-sublink:active,body .dash-left .dash-sublink.active{color:#fff;background-color:#000;border-radius:3px}body .dash-left .dash-sublink:active .dash-link-icon,body .dash-left .dash-sublink.active .dash-link-icon{color:#fafafa}body .dash-left .dash-sublink{display:flex;align-items:center}body .dash-left .dash-sublink:hover{color:#122945;background-color:gray;border-radius:3px}body .dash-left .dash-sublink.active .active-sublink-icon{margin-left:12px}body .dash-left .dash-sublink.disabled{opacity:.5;cursor:pointer}body .dash-left .dash-link-icon{color:#0092cc}body .dash-left .dash-copyright-statement{color:#aec7d1}body body:not(.keyboard-navigable) div:focus{outline:none}body iframe{min-height:100em;width:100%}body .view-container{width:100%;height:100%;padding:0;margin:0}body .scala-button{margin-left:.5em}body .scala-table-header{font-size:.8rem}body .page-header-image{width:auto}body .page-header-image img{width:100%;height:100%}body .page-header-image.vertical-image-container{max-height:10em;overflow:hidden}body .bg-starry{background:linear-gradient(45deg,#fff 30%,#084781);background-position:50% 50%;height:6em;display:inline-block;min-height:5em;background-size:cover}body .bg-starry .header-image{height:initial;max-height:6em;padding-left:1em}body .bg-starry .header-left{display:inline}body .bg-starry .header-right{display:flex;align-items:center;position:fixed;right:1.5em;top:1.5em}body .bg-starry .header-right span{letter-spacing:.24px;color:#fafafa}body .bg-starry .header-right .org-status{width:92px;height:21px;border-radius:14px;border:solid 1px #fafafa;margin-left:7px;display:flex;justify-content:center;align-items:center}body .fullWidth{width:100%}body .floatRight{float:right;display:block;padding:1em;right:1em}body .hide-node{visibility:hidden;display:none}body .loader{margin:0 auto;width:100%;position:absolute;left:50%;top:45%}body .contained-loader{margin:0 auto;width:100%;left:50%;top:45%}body .auth-container{width:100%}body .spaced-buttons>*{margin-top:1em;margin-right:4px!important}body .edit-file-title{letter-spacing:1px;margin:12px 28px!important}body .scala-modal-body{max-height:88vh;overflow:hidden;overflow-y:auto;min-width:50%}body .running{background:#40e0d0}body .pending{background:#add8e6}body .terminated{background:#5e8dbf}body .completed{background:#66cdaa}body .failed{background:#a60046}body .paused,body .suspended{background:#ff0}body .project-templates-modal{width:396px}body .project-templates-modal .scala-modal-body a{text-decoration:unset;margin:0}body .project-templates-modal .scala-modal-body .ns3-template-card .ns3-logo{width:80px;height:15.3px;margin-top:22px;margin-bottom:8px}body .project-templates-modal .scala-modal-body .go-icon{margin-left:10px;margin-right:15px}body .project-templates-modal .scala-modal-body .standard-template-info{padding:13px 14px 14px 18px;box-sizing:border-box}body .project-templates-modal .scala-modal-body .standard-template-info .template-image{margin-top:7px}body .project-templates-modal .scala-modal-body .standard-template-info .template-image .scala-icon{font-size:42px}body .project-templates-modal .scala-modal-body .scala-icon{color:#00c4a1}body .project-templates-modal .scala-modal-body .custom-template-card .card-content{display:flex;align-items:center;padding:3px 9px}body .project-templates-modal .scala-modal-body .custom-template-card .card-content .icon-Custom{font-size:5em}body .project-templates-modal .scala-modal-body .template-info-card{margin-top:25px}body .project-templates-modal .scala-modal-body .template-info-card,body .project-templates-modal .scala-modal-body .template-info-card a{display:flex;align-items:center;justify-content:space-between}body .project-templates-modal .scala-modal-body .template-info-card a{flex-grow:1}body .project-templates-modal .scala-modal-body .template-info-card h2{font-size:18px}body .project-templates-modal .scala-modal-body .template-info-card+.template-info-card{margin-top:34px}body .project-templates-modal .scala-modal-body .learn-more-footer{padding:0 24px 0 21px;background-color:#00c4a1;display:flex;justify-content:space-between}body .project-templates-modal .scala-modal-body .learn-more-footer .learn-more-info{padding:24px 0 16px;display:flex;flex-direction:column;justify-content:space-between}body .project-templates-modal .scala-modal-body .learn-more-footer .learn-more-info p{font-weight:700;line-height:16px;margin-bottom:6px}body .project-templates-modal .scala-modal-body .learn-more-footer .learn-more-button{margin-left:20px;display:flex;flex-direction:column;justify-content:center}body .project-templates-modal .scala-modal-body .learn-more-footer .learn-more-button button{background-color:#fff}body .project-templates-modal .scala-modal-body .learn-more-footer .learn-more-button button *{color:#2f2f2f}body .project-templates-modal .scala-modal-body .learn-more-footer *{color:#fff}body .project-templates-modal .scala-modal-body .template-type{padding-bottom:10px;font-size:.8em;font-weight:800;letter-spacing:1px}body .project-templates-modal .scala-modal-body .template-title{margin-top:-10px}body .project-templates-modal .scala-modal-body .template-description{margin-top:-8px;padding:7px 0;color:#858585}body .login-page .auth-card{border:none}body .login-page .auth-card .scala-loader{width:100%}body .login-page .auth-card .scala-field-input{margin-left:1px}body .login-page .auth-card .scala-field-input input{margin-right:1px}body .login-page .auth-card .form-error-message{margin-top:11px}body .login-page .auth-card .username-field{margin-top:15px;margin-bottom:10px}body .login-page .auth-card .password-field{margin-bottom:19px}body .login-page .auth-card .remember-me{display:flex;align-items:center}body .login-page .auth-card .remember-me .remember-me-checkbox{margin-left:-2px;margin-right:4px}body .login-page .auth-card .divider-1{margin-bottom:1em}body .login-page .auth-card .remember-me-text,body .login-page .auth-card .forgot-auth{line-height:20px;font-size:.88em}body .login-page .auth-card .auth-button{margin:1em 0;width:100%;height:42px}body .login-page .auth-card .auth-button span{display:flex;justify-content:space-between}body .reset-password-page .auth-card .username-field{margin-top:15px}body .reset-password-page .auth-card .password-field{margin-bottom:19px}body .reset-password-page .auth-card .form-error-message{margin-top:.8em}body .reset-password-page .auth-card .reset-password-page-button{margin:1.5em 0 1em;width:100%;height:42px}body .reset-password-page .auth-card .reset-password-page-button span{display:flex;justify-content:space-between}body .reset-password-page .auth-card .login-link{line-height:20px;margin-bottom:5px;font-size:.88em}body .reset-password-page .auth-card .scala-loader{width:100%}body .reset-password-page .auth-card .enter-verification-code .form-error-message{margin-bottom:.5em}body .reset-password-page .auth-card .enter-verification-code-form{display:flex;flex-direction:column;margin-top:.9em;align-items:center;position:relative}body .reset-password-page .auth-card .enter-verification-code-form .react-code-input{margin-bottom:.8em}body .reset-password-page .auth-card .enter-verification-code-form .new-password-field{margin-bottom:.4em;position:relative}body .reset-password-page .auth-card .verification-instructions{line-height:unset}body .reset-password-page .auth-card .reset-complete-text{line-height:unset;margin-top:.5em;margin-bottom:1em}body .set-email-page .auth-card .username-field{margin-top:5px}body .set-email-page .auth-card .password-field{margin-top:5px;margin-bottom:19px}body .set-email-page .auth-card .form-error-message{margin-top:.8em}body .set-email-page .auth-card .set-email-page-button{margin:1.5em 0 1em;width:100%;height:42px}body .set-email-page .auth-card .set-email-page-button span{display:flex;justify-content:space-between}body .set-email-page .auth-card .login-link{line-height:20px;margin-bottom:5px;font-size:.88em}body .set-email-page .auth-card .change-email-reason{display:flex;text-align:center;font-size:.88em}body .set-email-page .auth-card .scala-loader{width:100%}body .file-editor-card{display:flex;min-width:50%;flex-direction:column}body .file-editor-card h3{color:#000;font-size:1.2em}body .file-editor-card .ReactCodeMirror{display:flex;font-family:Courier New,Courier,monospace;font-weight:500;flex-direction:column;flex-grow:1}body .file-editor-card .CodeMirror-wrap{flex-grow:1}body .file-editor-card .edit-file-buttons{margin:.5em 1em}body .file-editor-card .edit-file-buttons>*{margin-right:1em;padding:4px 1em}body .create-user-modal .initial-loader .loader{width:auto;position:static}body .create-user-modal .scala-modal-content{width:48em}body .create-user-modal .scala-modal-content .create-user-form{padding:1em 2em 0;display:flex;flex-direction:column}body .create-user-modal .scala-modal-content .create-user-form .form-error-message{margin-bottom:1em}body .create-user-modal .scala-modal-content .create-user-form .create-user-button-section{display:flex;align-items:center;align-self:flex-end;margin-top:2em}body .create-user-modal .scala-modal-content .create-user-form .user-exists-message{color:red;font-size:1em;line-height:1.4em}body .ns3-request-access{display:flex;flex-direction:column}body .ns3-request-access .page-header{background-color:#0b7d73}body .ns3-request-access .page-header .page-header-content{height:100%;display:flex;justify-content:center;align-items:center}body .ns3-request-access .ns3-access-header{background-color:#fff}body .ns3-request-access .ns3-access-header-copy{display:flex;flex-direction:column;align-items:center;text-align:center}body .ns3-request-access .ns3-access-header-copy .ns3-access-header-copy-subtitle1{display:inline-block;max-width:364px;line-height:19px;font-size:15px;margin-top:6px;margin-bottom:30px}body .ns3-request-access .ns3-access-page-loader{margin-top:10em}body .ns3-request-access .ns3-access-request-tabs{margin-top:11px}body .ns3-request-access .ns3-request-access-page-content{flex-grow:1}body .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section{overflow-y:auto}body .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-request-form-loader{padding:40px 73px}body .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-form-header .ns3-access-form-subtitle1{max-width:410px;line-height:19px;font-size:15px;margin-top:8px}body .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-request-form{display:flex;flex-direction:column;margin-bottom:60px}body .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-request-form .ns3-access-request-form-fields{display:flex;flex-direction:column}body .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-request-form .ns3-access-request-form-fields fieldset{border:0;margin:21px 0 0;padding:0}body .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-request-form .ns3-access-request-form-fields fieldset:disabled .scala-field-input input,body .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-request-form .ns3-access-request-form-fields fieldset:disabled .scala-field-input textarea,body .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-request-form .ns3-access-request-form-fields fieldset:disabled .scala-field-input div{color:#a5a5a5}body .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-request-form .ns3-access-request-form-fields fieldset .form-row{display:flex;margin-bottom:11px}body .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-request-form .ns3-access-request-form-fields fieldset .form-row .scala-field+.scala-field{margin-left:30px}body .ns3-request-access .ns3-request-access-page-content .ns3-access-form-section .ns3-access-request-form .ns3-access-form-submit-button{align-self:center;margin-top:20px}body .ns3-request-access .ns3-request-status-section{margin-top:1.3em;height:15em}body .ns3-request-access .ns3-request-status-section .request-status-body{width:60%;line-height:1.4em;margin-top:.5em}body .reject-request-confirmation-modal{padding:0 1.7em;display:flex;justify-content:center;margin-top:1em}body .reject-request-confirmation-modal .scala-modal-content{max-width:540px}body .reject-request-confirmation-modal .scala-modal-content .scala-modal-body{padding:0 1.7em;display:flex;justify-content:center;margin-top:1em}body .reject-request-confirmation-modal .scala-modal-content .scala-modal-body button+button{margin-left:.7em}body .pass-policy{margin-top:1EM;font-size:.9EM}body .pass-policy ul{padding:0;margin:0 0 0 1EM}body .pass-policy ul li span{font-size:.8EM}body .landing{width:100%;margin:0;padding:0}body .landing .landingContent{margin:0 auto;display:inline-flex;overflow:hidden}body .landing .page-header{display:inline-block;padding-bottom:1em}body .landing .welcome-header{margin-bottom:1em;padding:1em}body .landing .ns3-header{margin-bottom:.5em}body .landing .ns3-header .consortium-banner-container{max-width:60%;height:100%;background:linear-gradient(90deg,black,transparent);background-position:50%}body .landing .ns3-header .consortium-banner-container .learn-more-button{margin-top:.2em;margin-left:2em;background-color:#00c4a1;color:#fafafa}body .landing .ns3-header .consortium-banner-container .learn-more-button:hover{text-shadow:#0092cc 1px 1px 1px}body .landing .ns3-header .consortium-banner-container .header-text{min-height:60%;padding:0 .5em;color:#fafafa}body .landing .ns3-header .consortium-banner-container .header-text.header-heading{max-width:50%;font-size:1.4em;line-height:1.75;padding:.5em 1.5em}body .landing .ns3-header .page-header-image{width:100%;height:10em;object-fit:cover;min-height:185px}body .landing .ns3-header .page-header-content{margin:0;padding:0;height:100%}body .landing .ns3-header .ns3-consortium-logo{width:19em}body .landing .ns3-header .scala-button{margin-left:0;margin-top:3.3em}body .landing .getting-started{padding-top:.7em;padding-bottom:2em;border-top:solid 1px #e7e7e7}body .landing .getting-started .getting-started-heading{font-size:1.5em;margin-bottom:.7em}body .landing .getting-started .getting-started-card{display:flex;justify-content:space-between;align-items:center;padding:1em 1.2em;min-height:4.5em;box-sizing:border-box}body .landing .getting-started .getting-started-card .getting-started-left{display:flex;align-items:center;flex-shrink:1}body .landing .getting-started .getting-started-card .getting-started-left .getting-started-text{line-height:1.27;margin-left:1.1em}body .landing .getting-started .getting-started-card .getting-started-left .scala-icon{font-size:2.5em;color:#0092cc}body .landing .getting-started .getting-started-card .getting-started-right{width:18em;flex-shrink:0;display:flex;justify-content:flex-end}body .landing .landing-info-card{min-width:18rem;margin:1em;display:inline-block;padding:.5em;cursor:pointer}body .landing .landing-info-card:hover{box-shadow:2px 2px 10px gray}body .landing .landing-info-card .card-content{display:flex;flex-direction:row}body .landing .title-text{color:#0092cc;background-color:transparent}body .landing .ns3-logo{max-height:3em;padding-top:.5rem}body .landing .card-header{max-height:3em;font-size:1rem;line-height:2em;text-transform:capitalize;display:flex;flex-flow:row}body .landing .landingContent{border-top:solid 1px #e7e7e7}body .landing .landingContent .button-icon{font-size:3rem}body .consortium-approver-header{padding:0 0 1em;overflow:hidden;margin:0 auto;background-color:#d5f3ff21;font-size:1em;border-bottom:1em solid rgba(213,243,255,.23)}body .consortium-approver-header .consortium-approver-title{background-color:#d5f3ffc4;padding-left:1.5em;text-overflow:ellipsis}body .consortium-approver-header .consortium-approver-version{background-color:#d5f3ffc4;padding-left:.5em}body .consortium-approver-header .model-for-consideration{padding:.5em 1em .3em 2em;background-color:#fff;vertical-align:middle;border-bottom:1px solid rgba(0,196,161,.23)}body .consortium-approver-header .model-approve-title{margin-top:.4rem;font-size:1rem}body .consortium-approver-header .model-approve-btn,body .consortium-approver-header .model-reject-btn,body .consortium-approver-header .approve-model-button{margin:0 auto;text-align:center}body .consortium-approver-header .using-scala-section{margin:2.5em}body .approver-notes-modal label{position:static;display:none}body .approver-notes-modal .approver-notes-form{padding:0 2em}body .approver-notes-modal .approver-notes-form .approver-note-error{color:red;font-size:small}body .approver-notes-modal .approver-notes-form .approver-notes-input{padding-bottom:1em}body .approver-notes-modal .approver-notes-form button{float:right}body *.scala-custom-table .header-item{padding:0 .5em;margin:.2em}body *.scala-custom-table .header-item .header-icon{position:relative;display:inline-block}body *.scala-custom-table .column-headers{margin:1em 0;padding-top:1em;border-top:1px solid #0092cc}body *.scala-custom-table .groupby-section{margin:1em 0;padding:1em 0;border-top:1px solid #0092cc;border-bottom:1px solid #0092cc}body *.scala-custom-table .groupby-section .clear-group-by,body *.scala-custom-table .groupby-section .group-by-item{padding:.3em .5em;margin-left:1em}body *.scala-custom-table .groupby-section .filter-item-container{padding:.5em}body *.scala-custom-table .groupby-section .filter-item-container .filter-item{margin-right:1em}body *.scala-custom-table .groupby-section .filter-group-by-selection{margin-left:1em;outline:1px solid rgb(204,240.5,255);padding:.3em 1em}body *.scala-custom-table .groupby-section .filter-group-by{margin-left:1em;min-width:50%}body *.scala-custom-table .groupby-section .filter-group-by .menu-container{background-color:#fff;position:absolute;z-index:1;margin:-2em .5em;border:1px solid lightgrey;cursor:pointer;overflow-y:scroll;max-height:20em}body *.scala-custom-table .groupby-section .filter-group-by .menu-container>div{padding-left:.5em}body *.scala-custom-table .groupby-section .filter-group-by .auto-complete{padding:.3em}body *.scala-custom-table .groupby-section .filter-group-by input{min-width:30em;background-color:#fff;cursor:pointer;line-height:1.8em;padding-left:.5em;border:1px solid rgb(204,240.5,255)}body *.scala-custom-table .scala-custom-table-container{max-width:100%;display:block;overflow-x:scroll}body *.scala-custom-table .scala-custom-table-container .scala-custom-table{overflow:hidden;overflow-x:scroll;overflow-y:visible}body *.scala-custom-table .scala-custom-table-container .scala-custom-table thead{border-radius:.5em;text-align:center}body *.scala-custom-table .scala-custom-table-container .scala-custom-table td,body *.scala-custom-table .scala-custom-table-container .scala-custom-table th{vertical-align:baseline;text-align:center}body *.scala-custom-table .scala-custom-table-container .scala-custom-table th{position:relative;resize:horizontal;overflow:visible;min-width:100px;-webkit-user-select:none;user-select:none}body *.scala-custom-table .scala-custom-table-container .scala-custom-table th:hover .resize-handle{opacity:1}body *.scala-custom-table .scala-custom-table-container .scala-custom-table th .resize-handle{position:absolute;right:0;top:0;bottom:0;width:4px;background-color:#0092cc;opacity:0;cursor:col-resize;transition:opacity .2s}body *.scala-custom-table .scala-custom-table-container .scala-custom-table th .resize-handle:hover{opacity:1;background-color:#00b7ff}body *.scala-custom-table .scala-custom-table-container .scala-custom-table tr:nth-child(2n){background-color:#f2f2f2}body *.scala-custom-table .scala-custom-table-container .scala-custom-table tr:nth-child(odd){background-color:#fafafa}body *.scala-custom-table .scala-custom-table-container .scala-custom-table .table-cell:nth-child(2n){background-color:azure}body *.scala-custom-table .scala-custom-table-container .scala-custom-table .table-cell:nth-child(odd){background-color:#faffff}body *.scala-custom-table .scala-custom-table-container .scala-custom-table .table-cell{padding:.3em;text-align:start;vertical-align:inherit;white-space:nowrap}body *.scala-custom-table .scala-custom-table-container .scala-custom-table .table-cell button{width:100%;padding:0 .3em;margin:0;line-height:1.4em;border:1px solid lightgrey}body *.scala-custom-table .scala-custom-table-container .scala-custom-table .table-cell button span{display:inline-block;text-align:start}body *.scala-custom-table .scala-custom-table-container .scala-custom-table .table-cell.green{background-color:#00ff0026}body *.scala-custom-table .scala-custom-table-container .scala-custom-table .table-cell.red{background-color:#ff000026}body *.scala-custom-table .scala-custom-table-container .scala-custom-table .table-cell.yellow{background-color:#ffff0026}body .scala-auto-complete{cursor:pointer;margin:.5em;padding:0 1em}body .scala-auto-complete .menu-container{background-color:#fff;position:absolute;left:auto!important;top:auto!important;z-index:1;cursor:pointer;border:1px solid #0092cc;overflow:hidden;overflow-y:auto;max-height:20em;padding:0}body .scala-auto-complete .auto-complete{padding:.3em .5em}body .scala-auto-complete .auto-complete.active{background-color:#0092cc59}body .scala-auto-complete>div .menu-container{border:1px solid #0092cc}body .scala-auto-complete>div{width:100%}body .scala-auto-complete input{background-color:#fff;cursor:pointer;line-height:1.8em;width:100%;padding:4px .5em;outline:none;border:1px solid #0092cc}body .scala-auto-complete input::focus{border-radius:0;border:1px solid #0092cc}body .scala-auto-complete-v2{cursor:pointer}body .scala-auto-complete-v2 .menu-container{background-color:#fff;position:absolute;left:auto!important;top:auto!important;z-index:1;cursor:pointer;border:1px solid #0092cc;overflow:hidden;overflow-y:auto;max-height:20em;padding:0}body .scala-auto-complete-v2 .auto-complete{padding:.3em .5em}body .scala-auto-complete-v2 .auto-complete.active{background-color:#0092cc59}body .scala-auto-complete-v2>div .menu-container{border:1px solid #0092cc}body .scala-auto-complete-v2>div{width:100%}body .scala-auto-complete-v2 input{background-color:#fff;cursor:pointer;line-height:2em;width:100%;padding:4px .5em;outline:none;border:1px solid #0092cc}body .scala-auto-complete-v2 input::focus{border-radius:0;border:1px solid #0092cc}body .modal-section .menu-container{margin-top:-9em;position:static}body .tag-manager-modal{width:600px;max-height:600px;padding:0 1rem}body .tag-manager-modal .remove-icon{display:flex;justify-content:center;align-items:center}body .tag-manager-modal .tag-manager-header{width:100%;display:flex;justify-content:space-between;align-items:center}body .tag-manager-modal .tag-manager-body{width:100%;flex-grow:1;row-gap:1rem;margin-top:1rem;justify-content:flex-start;align-items:center}body .tag-manager-modal .tag-manager-body .tag-manager-list{max-height:20rem;overflow-y:scroll;row-gap:1rem;padding:0 1rem 1rem;grid-template-columns:1fr;grid-auto-rows:1fr}body .tag-manager-modal .tag-manager-body .tag-form-container{height:100%;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;row-gap:1rem}body .tag-manager-modal .tag-manager-body .tag-form-container button{align-self:flex-end}body .tag-manager-modal .scala-tabs{width:100%}body .tag-manager-modal .tag-item{border:1px solid lightgrey;height:2.5em;display:grid;grid-template-columns:.75fr .25fr;grid-template-rows:1fr;column-gap:.5em;border-radius:.5em;padding:0 .5EM;width:100%}body .tag-manager-modal .tag-item .tag-item-text,body .tag-manager-modal .tag-item .tag-item-text p{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}body .tag-manager-modal .tag-item .tag-item-actions button{padding:0}body .tag-manager-modal .tag-item .tag-item-actions button:hover{opacity:.8;background-color:transparent}body .manage-tags-btn{padding:1em;margin:0}body .manage-tags-btn .button-icon{margin:0;padding:0}body .scala-modal .files-section .upload-progress-bar-section,body .scala-drawer-modal .files-section .upload-progress-bar-section{flex:auto;width:50%;margin:0 auto;padding:0 1em;background-color:#ececec;border-radius:4px;font-weight:800;color:#00425c}body .scala-modal .files-section .upload-progress-bar-section .completed-container,body .scala-drawer-modal .files-section .upload-progress-bar-section .completed-container{margin:0 auto;width:60%;text-align:center;line-height:24px;vertical-align:middle}body .scala-modal .files-section .upload-progress-bar-section .completed-container .completed-icon,body .scala-drawer-modal .files-section .upload-progress-bar-section .completed-container .completed-icon{color:#00c4a1;vertical-align:bottom;line-height:24px;font-size:17px;padding-right:.2em}body .scala-modal .files-section .upload-progress-bar-section .completed-container .completed-text,body .scala-drawer-modal .files-section .upload-progress-bar-section .completed-container .completed-text{color:#00c4a1;display:inline-block}body .scala-modal .files-section .upload-progress-bar-section .uploading-container,body .scala-drawer-modal .files-section .upload-progress-bar-section .uploading-container{margin:0 auto;width:60%;text-align:center;line-height:24px;vertical-align:middle}body .scala-modal .files-section .upload-progress-bar-section .uploading-container .upload-text,body .scala-drawer-modal .files-section .upload-progress-bar-section .uploading-container .upload-text{color:#00425c}body .scala-modal .files-section .upload-progress-bar-section .uploading-container .upload-text :after,body .scala-drawer-modal .files-section .upload-progress-bar-section .uploading-container .upload-text :after{overflow:hidden;display:inline-block;vertical-align:bottom;-webkit-animation:ellipsis steps(4,end) .9s infinite;animation:ellipsis steps(4,end) .9s infinite;content:"…";width:0px}@keyframes ellipsis{to{width:1.25em}}@-webkit-keyframes ellipsis{to{width:1.25em}}body .scala-modal .files-section .upload-progress-bar-section .progress-bar-container,body .scala-drawer-modal .files-section .upload-progress-bar-section .progress-bar-container{width:100%;height:100%;padding-bottom:.5em}body .scala-modal .file-explorer-table tr,body .scala-drawer-modal .file-explorer-table tr{cursor:context-menu}body .scala-modal .upload-files-modal .scala-modal-content,body .scala-modal.upload-files-modal .scala-modal-content,body .scala-drawer-modal .upload-files-modal .scala-modal-content,body .scala-drawer-modal.upload-files-modal .scala-modal-content{display:flex;flex-direction:column}body .scala-modal .upload-files-modal .scala-modal-content .scala-modal-body,body .scala-modal.upload-files-modal .scala-modal-content .scala-modal-body,body .scala-drawer-modal .upload-files-modal .scala-modal-content .scala-modal-body,body .scala-drawer-modal.upload-files-modal .scala-modal-content .scala-modal-body{padding:0 1em;width:50vw;box-sizing:border-box}body .scala-modal .upload-files-modal .scala-modal-content .scala-modal-body .modal-section,body .scala-modal.upload-files-modal .scala-modal-content .scala-modal-body .modal-section,body .scala-drawer-modal .upload-files-modal .scala-modal-content .scala-modal-body .modal-section,body .scala-drawer-modal.upload-files-modal .scala-modal-content .scala-modal-body .modal-section{padding:0em 2rem}body .scala-modal .upload-files-modal .scala-modal-content .scala-modal-body .modal-section .center-field,body .scala-modal.upload-files-modal .scala-modal-content .scala-modal-body .modal-section .center-field,body .scala-drawer-modal .upload-files-modal .scala-modal-content .scala-modal-body .modal-section .center-field,body .scala-drawer-modal.upload-files-modal .scala-modal-content .scala-modal-body .modal-section .center-field{width:100%}body .scala-modal .upload-files-modal .scala-modal-content .scala-modal-body .dropzone-container,body .scala-modal.upload-files-modal .scala-modal-content .scala-modal-body .dropzone-container,body .scala-drawer-modal .upload-files-modal .scala-modal-content .scala-modal-body .dropzone-container,body .scala-drawer-modal.upload-files-modal .scala-modal-content .scala-modal-body .dropzone-container{width:100%;padding:0 1em}body .scala-modal .upload-files-modal .scala-modal-content .scala-modal-body .dropzone-container .dropzone,body .scala-modal.upload-files-modal .scala-modal-content .scala-modal-body .dropzone-container .dropzone,body .scala-drawer-modal .upload-files-modal .scala-modal-content .scala-modal-body .dropzone-container .dropzone,body .scala-drawer-modal.upload-files-modal .scala-modal-content .scala-modal-body .dropzone-container .dropzone{border:unset}body .scala-modal .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container,body .scala-modal.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container,body .scala-drawer-modal .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container,body .scala-drawer-modal.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container{width:100%;padding:0 1rem 2em 2em;max-height:48vh;overflow-y:scroll;margin-top:1em}body .scala-modal .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item,body .scala-modal.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item,body .scala-drawer-modal .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item,body .scala-drawer-modal.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item{margin-top:5px}body .scala-modal .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .file-icon span,body .scala-modal .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .cancel-icon span,body .scala-modal.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .file-icon span,body .scala-modal.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .cancel-icon span,body .scala-drawer-modal .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .file-icon span,body .scala-drawer-modal .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .cancel-icon span,body .scala-drawer-modal.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .file-icon span,body .scala-drawer-modal.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .cancel-icon span{line-height:34px;vertical-align:middle}body .scala-modal .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .file-name,body .scala-modal .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .file-size,body .scala-modal.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .file-name,body .scala-modal.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .file-size,body .scala-drawer-modal .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .file-name,body .scala-drawer-modal .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .file-size,body .scala-drawer-modal.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .file-name,body .scala-drawer-modal.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .file-size{display:inline-block;padding-left:.5em;white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis!important}body .scala-modal .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .cancel-icon,body .scala-modal.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .cancel-icon,body .scala-drawer-modal .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .cancel-icon,body .scala-drawer-modal.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .cancel-icon{margin-left:auto;display:flex;height:inherit}body .scala-modal .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .cancel-icon span,body .scala-modal.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .cancel-icon span,body .scala-drawer-modal .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .cancel-icon span,body .scala-drawer-modal.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item .cancel-icon span{cursor:pointer;height:auto}body .scala-modal .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item,body .scala-modal.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item,body .scala-drawer-modal .upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item,body .scala-drawer-modal.upload-files-modal .scala-modal-content .scala-modal-body .pending-uploads-container .file-upload-item{border-bottom:solid 1px #cfcfcf;outline:none;margin-top:5px}body .scala-modal .upload-files-modal .scala-modal-content .scala-modal-body .upload-buttons,body .scala-modal.upload-files-modal .scala-modal-content .scala-modal-body .upload-buttons,body .scala-drawer-modal .upload-files-modal .scala-modal-content .scala-modal-body .upload-buttons,body .scala-drawer-modal.upload-files-modal .scala-modal-content .scala-modal-body .upload-buttons{width:100%;padding:2em 1em 0}body .scala-modal .movecopy-modal .scala-modal-content,body .scala-modal.movecopy-modal .scala-modal-content,body .scala-drawer-modal .movecopy-modal .scala-modal-content,body .scala-drawer-modal.movecopy-modal .scala-modal-content{display:flex;flex-direction:column}body .scala-modal .movecopy-modal .scala-modal-content .scala-modal-body,body .scala-modal.movecopy-modal .scala-modal-content .scala-modal-body,body .scala-drawer-modal .movecopy-modal .scala-modal-content .scala-modal-body,body .scala-drawer-modal.movecopy-modal .scala-modal-content .scala-modal-body{padding:0 2em;width:80vw;box-sizing:border-box}body .scala-modal .movecopy-modal .scala-modal-content .scala-modal-body .modal-section,body .scala-modal.movecopy-modal .scala-modal-content .scala-modal-body .modal-section,body .scala-drawer-modal .movecopy-modal .scala-modal-content .scala-modal-body .modal-section,body .scala-drawer-modal.movecopy-modal .scala-modal-content .scala-modal-body .modal-section{padding:0;margin-top:1em}body .scala-modal .movecopy-modal .scala-modal-content .scala-modal-body .modal-section .card-file-header-title,body .scala-modal.movecopy-modal .scala-modal-content .scala-modal-body .modal-section .card-file-header-title,body .scala-drawer-modal .movecopy-modal .scala-modal-content .scala-modal-body .modal-section .card-file-header-title,body .scala-drawer-modal.movecopy-modal .scala-modal-content .scala-modal-body .modal-section .card-file-header-title{display:flex;padding:8px 12px;background-color:#ececec;width:auto;border-radius:4px;font-weight:800;color:#00425c}body .scala-modal .movecopy-modal .scala-modal-content .scala-modal-body .modal-section .card-file-header-path,body .scala-modal.movecopy-modal .scala-modal-content .scala-modal-body .modal-section .card-file-header-path,body .scala-drawer-modal .movecopy-modal .scala-modal-content .scala-modal-body .modal-section .card-file-header-path,body .scala-drawer-modal.movecopy-modal .scala-modal-content .scala-modal-body .modal-section .card-file-header-path{font-weight:500;white-space:nowrap;cursor:pointer;min-width:1em;max-width:10em;overflow:hidden;text-overflow:ellipsis;padding:0 .5em}body .scala-modal .movecopy-modal .scala-modal-content .scala-modal-body .modal-section .card-file-header-path:hover,body .scala-modal.movecopy-modal .scala-modal-content .scala-modal-body .modal-section .card-file-header-path:hover,body .scala-drawer-modal .movecopy-modal .scala-modal-content .scala-modal-body .modal-section .card-file-header-path:hover,body .scala-drawer-modal.movecopy-modal .scala-modal-content .scala-modal-body .modal-section .card-file-header-path:hover{background:#fff;border-radius:3px;color:#000}body .scala-modal .movecopy-modal .scala-modal-content .scala-modal-body .modal-section .center-field,body .scala-modal.movecopy-modal .scala-modal-content .scala-modal-body .modal-section .center-field,body .scala-drawer-modal .movecopy-modal .scala-modal-content .scala-modal-body .modal-section .center-field,body .scala-drawer-modal.movecopy-modal .scala-modal-content .scala-modal-body .modal-section .center-field{width:100%}body .scala-modal .movecopy-modal .scala-modal-content .scala-modal-body .modal-section .movecopy-buttons,body .scala-modal.movecopy-modal .scala-modal-content .scala-modal-body .modal-section .movecopy-buttons,body .scala-drawer-modal .movecopy-modal .scala-modal-content .scala-modal-body .modal-section .movecopy-buttons,body .scala-drawer-modal.movecopy-modal .scala-modal-content .scala-modal-body .modal-section .movecopy-buttons{padding-top:32px}body .scala-modal .movecopy-modal .scala-modal-content .scala-modal-body .modal-section .table-row,body .scala-modal .movecopy-modal .scala-modal-content .scala-modal-body .modal-section.table-row,body .scala-modal.movecopy-modal .scala-modal-content .scala-modal-body .modal-section .table-row,body .scala-modal.movecopy-modal .scala-modal-content .scala-modal-body .modal-section.table-row,body .scala-drawer-modal .movecopy-modal .scala-modal-content .scala-modal-body .modal-section .table-row,body .scala-drawer-modal .movecopy-modal .scala-modal-content .scala-modal-body .modal-section.table-row,body .scala-drawer-modal.movecopy-modal .scala-modal-content .scala-modal-body .modal-section .table-row,body .scala-drawer-modal.movecopy-modal .scala-modal-content .scala-modal-body .modal-section.table-row{display:none}body .scala-modal .movecopy-modal .scala-modal-content .scala-modal-body .modal-section .table-row ::hover,body .scala-modal .movecopy-modal .scala-modal-content .scala-modal-body .modal-section.table-row ::hover,body .scala-modal.movecopy-modal .scala-modal-content .scala-modal-body .modal-section .table-row ::hover,body .scala-modal.movecopy-modal .scala-modal-content .scala-modal-body .modal-section.table-row ::hover,body .scala-drawer-modal .movecopy-modal .scala-modal-content .scala-modal-body .modal-section .table-row ::hover,body .scala-drawer-modal .movecopy-modal .scala-modal-content .scala-modal-body .modal-section.table-row ::hover,body .scala-drawer-modal.movecopy-modal .scala-modal-content .scala-modal-body .modal-section .table-row ::hover,body .scala-drawer-modal.movecopy-modal .scala-modal-content .scala-modal-body .modal-section.table-row ::hover{background-color:#cef1ff}body .scala-modal .movecopy-modal .scala-modal-content .scala-modal-body .files-section .card-file-header-title,body .scala-modal.movecopy-modal .scala-modal-content .scala-modal-body .files-section .card-file-header-title,body .scala-drawer-modal .movecopy-modal .scala-modal-content .scala-modal-body .files-section .card-file-header-title,body .scala-drawer-modal.movecopy-modal .scala-modal-content .scala-modal-body .files-section .card-file-header-title{display:flex;padding:8px 12px;background-color:#ececec;width:auto;border-radius:4px;font-weight:800;color:#00425c}body .scala-modal .movecopy-modal .scala-modal-content .scala-modal-body .files-section .card-file-header-path,body .scala-modal.movecopy-modal .scala-modal-content .scala-modal-body .files-section .card-file-header-path,body .scala-drawer-modal .movecopy-modal .scala-modal-content .scala-modal-body .files-section .card-file-header-path,body .scala-drawer-modal.movecopy-modal .scala-modal-content .scala-modal-body .files-section .card-file-header-path{font-weight:500;white-space:nowrap;cursor:pointer;min-width:1em;max-width:10em;overflow:hidden;text-overflow:ellipsis;padding:0 .5em}body .scala-modal .movecopy-modal .scala-modal-content .scala-modal-body .files-section .card-file-header-path:hover,body .scala-modal.movecopy-modal .scala-modal-content .scala-modal-body .files-section .card-file-header-path:hover,body .scala-drawer-modal .movecopy-modal .scala-modal-content .scala-modal-body .files-section .card-file-header-path:hover,body .scala-drawer-modal.movecopy-modal .scala-modal-content .scala-modal-body .files-section .card-file-header-path:hover{background:#fff;border-radius:3px;color:#000}body .scala-modal .movecopy-modal .scala-modal-content tbody tr:hover,body .scala-modal.movecopy-modal .scala-modal-content tbody tr:hover,body .scala-drawer-modal .movecopy-modal .scala-modal-content tbody tr:hover,body .scala-drawer-modal.movecopy-modal .scala-modal-content tbody tr:hover{background-color:#cef1ff}body .scala-modal .movecopy-modal .scala-modal-content .colhead-checkbox,body .scala-modal.movecopy-modal .scala-modal-content .colhead-checkbox,body .scala-drawer-modal .movecopy-modal .scala-modal-content .colhead-checkbox,body .scala-drawer-modal.movecopy-modal .scala-modal-content .colhead-checkbox{max-width:1em}body .scala-modal .movecopy-modal .scala-modal-content .item-checkbox,body .scala-modal .movecopy-modal .scala-modal-content .colhead-checkbox,body .scala-modal.movecopy-modal .scala-modal-content .item-checkbox,body .scala-modal.movecopy-modal .scala-modal-content .colhead-checkbox,body .scala-drawer-modal .movecopy-modal .scala-modal-content .item-checkbox,body .scala-drawer-modal .movecopy-modal .scala-modal-content .colhead-checkbox,body .scala-drawer-modal.movecopy-modal .scala-modal-content .item-checkbox,body .scala-drawer-modal.movecopy-modal .scala-modal-content .colhead-checkbox{max-width:5%;cursor:pointer}body .scala-modal .movecopy-modal .scala-modal-content .item-icon,body .scala-modal .movecopy-modal .scala-modal-content .colhead-icon,body .scala-modal.movecopy-modal .scala-modal-content .item-icon,body .scala-modal.movecopy-modal .scala-modal-content .colhead-icon,body .scala-drawer-modal .movecopy-modal .scala-modal-content .item-icon,body .scala-drawer-modal .movecopy-modal .scala-modal-content .colhead-icon,body .scala-drawer-modal.movecopy-modal .scala-modal-content .item-icon,body .scala-drawer-modal.movecopy-modal .scala-modal-content .colhead-icon{max-width:5%}body .scala-modal .movecopy-modal .scala-modal-content .item-name,body .scala-modal .movecopy-modal .scala-modal-content .colhead-name,body .scala-modal.movecopy-modal .scala-modal-content .item-name,body .scala-modal.movecopy-modal .scala-modal-content .colhead-name,body .scala-drawer-modal .movecopy-modal .scala-modal-content .item-name,body .scala-drawer-modal .movecopy-modal .scala-modal-content .colhead-name,body .scala-drawer-modal.movecopy-modal .scala-modal-content .item-name,body .scala-drawer-modal.movecopy-modal .scala-modal-content .colhead-name{min-width:35%;cursor:pointer}body .scala-modal .movecopy-modal .scala-modal-content .item-name.item-directory,body .scala-modal.movecopy-modal .scala-modal-content .item-name.item-directory,body .scala-drawer-modal .movecopy-modal .scala-modal-content .item-name.item-directory,body .scala-drawer-modal.movecopy-modal .scala-modal-content .item-name.item-directory{cursor:pointer}body .scala-modal .movecopy-modal .scala-modal-content .item-created,body .scala-modal .movecopy-modal .scala-modal-content .colhead-created,body .scala-modal.movecopy-modal .scala-modal-content .item-created,body .scala-modal.movecopy-modal .scala-modal-content .colhead-created,body .scala-drawer-modal .movecopy-modal .scala-modal-content .item-created,body .scala-drawer-modal .movecopy-modal .scala-modal-content .colhead-created,body .scala-drawer-modal.movecopy-modal .scala-modal-content .item-created,body .scala-drawer-modal.movecopy-modal .scala-modal-content .colhead-created,body .scala-modal .movecopy-modal .scala-modal-content .item-modified,body .scala-modal .movecopy-modal .scala-modal-content .colhead-modified,body .scala-modal.movecopy-modal .scala-modal-content .item-modified,body .scala-modal.movecopy-modal .scala-modal-content .colhead-modified,body .scala-drawer-modal .movecopy-modal .scala-modal-content .item-modified,body .scala-drawer-modal .movecopy-modal .scala-modal-content .colhead-modified,body .scala-drawer-modal.movecopy-modal .scala-modal-content .item-modified,body .scala-drawer-modal.movecopy-modal .scala-modal-content .colhead-modified{min-width:20%}body .scala-modal .movecopy-modal .movecopy-file-buttons,body .scala-modal.movecopy-modal .movecopy-file-buttons,body .scala-drawer-modal .movecopy-modal .movecopy-file-buttons,body .scala-drawer-modal.movecopy-modal .movecopy-file-buttons{margin-top:2em}body .scala-modal .movecopy-modal .file-explorer-item-name,body .scala-modal.movecopy-modal .file-explorer-item-name,body .scala-drawer-modal .movecopy-modal .file-explorer-item-name,body .scala-drawer-modal.movecopy-modal .file-explorer-item-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body .scala-modal .movecopy-modal .file-explorer-folder-name,body .scala-modal.movecopy-modal .file-explorer-folder-name,body .scala-drawer-modal .movecopy-modal .file-explorer-folder-name,body .scala-drawer-modal.movecopy-modal .file-explorer-folder-name{cursor:pointer}body .scala-modal .movecopy-modal .empty-folder,body .scala-modal.movecopy-modal .empty-folder,body .scala-drawer-modal .movecopy-modal .empty-folder,body .scala-drawer-modal.movecopy-modal .empty-folder{margin:auto}body .scala-modal .movecopy-modal .empty-folder p,body .scala-modal.movecopy-modal .empty-folder p,body .scala-drawer-modal .movecopy-modal .empty-folder p,body .scala-drawer-modal.movecopy-modal .empty-folder p{color:#cfcfcf;font-style:italic}body .scala-modal .movecopy-modal .folder-explorer-card,body .scala-modal.movecopy-modal .folder-explorer-card,body .scala-drawer-modal .movecopy-modal .folder-explorer-card,body .scala-drawer-modal.movecopy-modal .folder-explorer-card{max-height:64vh;overflow-y:auto;scrollbar-width:0;padding-right:0}body .scala-modal #add-version-label-field,body .scala-drawer-modal #add-version-label-field{line-height:1.1875em;height:1.5em}body .scala-modal.add-version-modal .scala-modal-body,body .scala-drawer-modal.add-version-modal .scala-modal-body{max-width:40em;padding:.5em 2rem}body .scala-modal.add-version-modal .select-container,body .scala-drawer-modal.add-version-modal .select-container{display:flex;width:inherit}body .scala-modal.add-version-modal .description-label,body .scala-drawer-modal.add-version-modal .description-label{margin-top:.5em}body .scala-modal.add-version-modal .description-field,body .scala-drawer-modal.add-version-modal .description-field{display:flex;width:inherit}body .scala-modal.add-version-modal .description-field .scala-field-input,body .scala-drawer-modal.add-version-modal .description-field .scala-field-input{margin-top:0}body .scala-modal.add-version-modal .add-version-button-container,body .scala-drawer-modal.add-version-modal .add-version-button-container{margin-top:1.5em}body .scala-modal .file-restore-modal .header-container,body .scala-modal.file-restore-modal .header-container,body .scala-drawer-modal .file-restore-modal .header-container,body .scala-drawer-modal.file-restore-modal .header-container{margin:2em 0 1em}body .scala-modal .file-restore-modal .header-container .select-container,body .scala-modal.file-restore-modal .header-container .select-container,body .scala-drawer-modal .file-restore-modal .header-container .select-container,body .scala-drawer-modal.file-restore-modal .header-container .select-container{min-width:13em}body .scala-modal .file-restore-modal .scala-folder-explorer-loader,body .scala-modal.file-restore-modal .scala-folder-explorer-loader,body .scala-drawer-modal .file-restore-modal .scala-folder-explorer-loader,body .scala-drawer-modal.file-restore-modal .scala-folder-explorer-loader{min-width:76vw;min-height:45vh}body .scala-modal .file-restore-modal .scala-table-content,body .scala-modal.file-restore-modal .scala-table-content,body .scala-drawer-modal .file-restore-modal .scala-table-content,body .scala-drawer-modal.file-restore-modal .scala-table-content{width:auto!important}body .scala-modal .file-restore-modal .scala-table-content tbody,body .scala-modal.file-restore-modal .scala-table-content tbody,body .scala-drawer-modal .file-restore-modal .scala-table-content tbody,body .scala-drawer-modal.file-restore-modal .scala-table-content tbody{max-height:58vh;min-height:30vh;overflow-x:hidden;overflow-y:scroll}body .scala-modal .file-restore-modal .card-file-header-title,body .scala-modal.file-restore-modal .card-file-header-title,body .scala-drawer-modal .file-restore-modal .card-file-header-title,body .scala-drawer-modal.file-restore-modal .card-file-header-title{display:flex;padding:8px 12px;background-color:#ececec;width:auto;border-radius:4px;font-weight:800;color:#00425c}body .scala-modal .file-restore-modal .card-file-header-path,body .scala-modal.file-restore-modal .card-file-header-path,body .scala-drawer-modal .file-restore-modal .card-file-header-path,body .scala-drawer-modal.file-restore-modal .card-file-header-path{font-weight:500;white-space:nowrap;cursor:pointer;min-width:1em;max-width:10em;overflow:hidden;text-overflow:ellipsis;padding:0 .5em}body .scala-modal .file-restore-modal .card-file-header-path:hover,body .scala-modal.file-restore-modal .card-file-header-path:hover,body .scala-drawer-modal .file-restore-modal .card-file-header-path:hover,body .scala-drawer-modal.file-restore-modal .card-file-header-path:hover{background:#fff;border-radius:3px;color:#000}body .scala-modal .file-restore-modal .backup-folder-viewer-container,body .scala-modal.file-restore-modal .backup-folder-viewer-container,body .scala-drawer-modal .file-restore-modal .backup-folder-viewer-container,body .scala-drawer-modal.file-restore-modal .backup-folder-viewer-container{overflow:hidden}body .scala-modal .file-restore-modal .backup-folder-viewer-item,body .scala-modal.file-restore-modal .backup-folder-viewer-item,body .scala-drawer-modal .file-restore-modal .backup-folder-viewer-item,body .scala-drawer-modal.file-restore-modal .backup-folder-viewer-item{min-height:20em;min-width:20em}body .scala-modal .file-restore-modal .folder-explorer-table .folder-explorer-header-row,body .scala-modal.file-restore-modal .folder-explorer-table .folder-explorer-header-row,body .scala-drawer-modal .file-restore-modal .folder-explorer-table .folder-explorer-header-row,body .scala-drawer-modal.file-restore-modal .folder-explorer-table .folder-explorer-header-row{padding-right:1.5em}body .scala-modal .file-restore-modal .folder-explorer-table .empty-folder-row,body .scala-modal.file-restore-modal .folder-explorer-table .empty-folder-row,body .scala-drawer-modal .file-restore-modal .folder-explorer-table .empty-folder-row,body .scala-drawer-modal.file-restore-modal .folder-explorer-table .empty-folder-row{justify-content:center}body .scala-modal .file-restore-modal .folder-explorer-table .empty-folder-row .empty-folder p,body .scala-modal.file-restore-modal .folder-explorer-table .empty-folder-row .empty-folder p,body .scala-drawer-modal .file-restore-modal .folder-explorer-table .empty-folder-row .empty-folder p,body .scala-drawer-modal.file-restore-modal .folder-explorer-table .empty-folder-row .empty-folder p{font-style:italic}body .scala-modal .file-restore-modal .folder-explorer-table .navigation-row,body .scala-modal.file-restore-modal .folder-explorer-table .navigation-row,body .scala-drawer-modal .file-restore-modal .folder-explorer-table .navigation-row,body .scala-drawer-modal.file-restore-modal .folder-explorer-table .navigation-row{cursor:pointer}body .scala-modal .file-restore-modal .folder-explorer-table .backup-row,body .scala-modal.file-restore-modal .folder-explorer-table .backup-row,body .scala-drawer-modal .file-restore-modal .folder-explorer-table .backup-row,body .scala-drawer-modal.file-restore-modal .folder-explorer-table .backup-row{cursor:context-menu}body .scala-modal .file-restore-modal .folder-explorer-table .backup-row .file-explorer-folder-name,body .scala-modal.file-restore-modal .folder-explorer-table .backup-row .file-explorer-folder-name,body .scala-drawer-modal .file-restore-modal .folder-explorer-table .backup-row .file-explorer-folder-name,body .scala-drawer-modal.file-restore-modal .folder-explorer-table .backup-row .file-explorer-folder-name{color:#5e8dbf;cursor:pointer}body .scala-modal .file-restore-modal .folder-explorer-table,body .scala-modal.file-restore-modal .folder-explorer-table,body .scala-drawer-modal .file-restore-modal .folder-explorer-table,body .scala-drawer-modal.file-restore-modal .folder-explorer-table{width:75vw}body .scala-modal .file-restore-modal .folder-explorer-table .scala-cell,body .scala-modal.file-restore-modal .folder-explorer-table .scala-cell,body .scala-drawer-modal .file-restore-modal .folder-explorer-table .scala-cell,body .scala-drawer-modal.file-restore-modal .folder-explorer-table .scala-cell{height:inherit}body .scala-modal .file-restore-modal .folder-explorer-table .scala-cell p,body .scala-modal.file-restore-modal .folder-explorer-table .scala-cell p,body .scala-drawer-modal .file-restore-modal .folder-explorer-table .scala-cell p,body .scala-drawer-modal.file-restore-modal .folder-explorer-table .scala-cell p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}body .scala-modal .file-restore-modal .folder-explorer-table .item-name,body .scala-modal.file-restore-modal .folder-explorer-table .item-name,body .scala-drawer-modal .file-restore-modal .folder-explorer-table .item-name,body .scala-drawer-modal.file-restore-modal .folder-explorer-table .item-name{text-overflow:ellipsis}body .scala-modal .file-restore-modal .folder-explorer-table .colhead-description span,body .scala-modal.file-restore-modal .folder-explorer-table .colhead-description span,body .scala-drawer-modal .file-restore-modal .folder-explorer-table .colhead-description span,body .scala-drawer-modal.file-restore-modal .folder-explorer-table .colhead-description span{cursor:unset}body .scala-modal .file-restore-modal .movecopy-file-buttons,body .scala-modal.file-restore-modal .movecopy-file-buttons,body .scala-drawer-modal .file-restore-modal .movecopy-file-buttons,body .scala-drawer-modal.file-restore-modal .movecopy-file-buttons{margin-top:1em}body .scala-modal .restore-modal .header-container,body .scala-modal.restore-modal .header-container,body .scala-drawer-modal .restore-modal .header-container,body .scala-drawer-modal.restore-modal .header-container{margin:2em 0 1em}body .scala-modal .restore-modal .header-container .select-container,body .scala-modal.restore-modal .header-container .select-container,body .scala-drawer-modal .restore-modal .header-container .select-container,body .scala-drawer-modal.restore-modal .header-container .select-container{min-width:13em}body .scala-modal .restore-modal .scala-modal-content,body .scala-modal.restore-modal .scala-modal-content,body .scala-drawer-modal .restore-modal .scala-modal-content,body .scala-drawer-modal.restore-modal .scala-modal-content{display:flex;flex-direction:column}body .scala-modal .restore-modal .scala-modal-content .scala-modal-body,body .scala-modal.restore-modal .scala-modal-content .scala-modal-body,body .scala-drawer-modal .restore-modal .scala-modal-content .scala-modal-body,body .scala-drawer-modal.restore-modal .scala-modal-content .scala-modal-body{padding:36px 40px 44px 30px;width:80vw;box-sizing:border-box}body .scala-modal .restore-modal .scala-modal-content .scala-modal-body .modal-section .center-field,body .scala-modal.restore-modal .scala-modal-content .scala-modal-body .modal-section .center-field,body .scala-drawer-modal .restore-modal .scala-modal-content .scala-modal-body .modal-section .center-field,body .scala-drawer-modal.restore-modal .scala-modal-content .scala-modal-body .modal-section .center-field{width:100%}body .scala-modal .restore-modal .scala-modal-content .scala-modal-body .modal-section .modal-cta-buttons,body .scala-modal.restore-modal .scala-modal-content .scala-modal-body .modal-section .modal-cta-buttons,body .scala-drawer-modal .restore-modal .scala-modal-content .scala-modal-body .modal-section .modal-cta-buttons,body .scala-drawer-modal.restore-modal .scala-modal-content .scala-modal-body .modal-section .modal-cta-buttons{padding-top:32px}body .scala-modal .restore-modal .scala-modal-content .scala-modal-body .modal-section .table-row,body .scala-modal .restore-modal .scala-modal-content .scala-modal-body .modal-section.table-row,body .scala-modal.restore-modal .scala-modal-content .scala-modal-body .modal-section .table-row,body .scala-modal.restore-modal .scala-modal-content .scala-modal-body .modal-section.table-row,body .scala-drawer-modal .restore-modal .scala-modal-content .scala-modal-body .modal-section .table-row,body .scala-drawer-modal .restore-modal .scala-modal-content .scala-modal-body .modal-section.table-row,body .scala-drawer-modal.restore-modal .scala-modal-content .scala-modal-body .modal-section .table-row,body .scala-drawer-modal.restore-modal .scala-modal-content .scala-modal-body .modal-section.table-row{display:none}body .scala-modal .restore-modal .scala-modal-content .scala-modal-body .modal-section .table-row ::hover,body .scala-modal .restore-modal .scala-modal-content .scala-modal-body .modal-section.table-row ::hover,body .scala-modal.restore-modal .scala-modal-content .scala-modal-body .modal-section .table-row ::hover,body .scala-modal.restore-modal .scala-modal-content .scala-modal-body .modal-section.table-row ::hover,body .scala-drawer-modal .restore-modal .scala-modal-content .scala-modal-body .modal-section .table-row ::hover,body .scala-drawer-modal .restore-modal .scala-modal-content .scala-modal-body .modal-section.table-row ::hover,body .scala-drawer-modal.restore-modal .scala-modal-content .scala-modal-body .modal-section .table-row ::hover,body .scala-drawer-modal.restore-modal .scala-modal-content .scala-modal-body .modal-section.table-row ::hover{background-color:#cef1ff}body .scala-modal .restore-modal .scala-modal-content .card-file-header-title,body .scala-modal.restore-modal .scala-modal-content .card-file-header-title,body .scala-drawer-modal .restore-modal .scala-modal-content .card-file-header-title,body .scala-drawer-modal.restore-modal .scala-modal-content .card-file-header-title{display:flex;padding:8px 12px;background-color:#ececec;width:auto;border-radius:4px;font-weight:800;color:#00425c}body .scala-modal .restore-modal .scala-modal-content .card-file-header-path,body .scala-modal.restore-modal .scala-modal-content .card-file-header-path,body .scala-drawer-modal .restore-modal .scala-modal-content .card-file-header-path,body .scala-drawer-modal.restore-modal .scala-modal-content .card-file-header-path{font-weight:500;white-space:nowrap;cursor:pointer;min-width:1em;max-width:10em;overflow:hidden;text-overflow:ellipsis;padding:0 .5em}body .scala-modal .restore-modal .scala-modal-content .card-file-header-path:hover,body .scala-modal.restore-modal .scala-modal-content .card-file-header-path:hover,body .scala-drawer-modal .restore-modal .scala-modal-content .card-file-header-path:hover,body .scala-drawer-modal.restore-modal .scala-modal-content .card-file-header-path:hover{background:#fff;border-radius:3px;color:#000}body .scala-modal .restore-modal .scala-modal-content tbody tr:hover,body .scala-modal.restore-modal .scala-modal-content tbody tr:hover,body .scala-drawer-modal .restore-modal .scala-modal-content tbody tr:hover,body .scala-drawer-modal.restore-modal .scala-modal-content tbody tr:hover{background-color:#cef1ff}body .scala-modal .restore-modal .scala-modal-content .colhead-checkbox,body .scala-modal.restore-modal .scala-modal-content .colhead-checkbox,body .scala-drawer-modal .restore-modal .scala-modal-content .colhead-checkbox,body .scala-drawer-modal.restore-modal .scala-modal-content .colhead-checkbox{max-width:1em}body .scala-modal .restore-modal .scala-modal-content .item-checkbox,body .scala-modal .restore-modal .scala-modal-content .colhead-checkbox,body .scala-modal.restore-modal .scala-modal-content .item-checkbox,body .scala-modal.restore-modal .scala-modal-content .colhead-checkbox,body .scala-drawer-modal .restore-modal .scala-modal-content .item-checkbox,body .scala-drawer-modal .restore-modal .scala-modal-content .colhead-checkbox,body .scala-drawer-modal.restore-modal .scala-modal-content .item-checkbox,body .scala-drawer-modal.restore-modal .scala-modal-content .colhead-checkbox{max-width:5%;cursor:pointer}body .scala-modal .restore-modal .scala-modal-content .item-icon,body .scala-modal .restore-modal .scala-modal-content .colhead-icon,body .scala-modal.restore-modal .scala-modal-content .item-icon,body .scala-modal.restore-modal .scala-modal-content .colhead-icon,body .scala-drawer-modal .restore-modal .scala-modal-content .item-icon,body .scala-drawer-modal .restore-modal .scala-modal-content .colhead-icon,body .scala-drawer-modal.restore-modal .scala-modal-content .item-icon,body .scala-drawer-modal.restore-modal .scala-modal-content .colhead-icon{max-width:5%}body .scala-modal .restore-modal .scala-modal-content .item-name,body .scala-modal .restore-modal .scala-modal-content .colhead-name,body .scala-modal.restore-modal .scala-modal-content .item-name,body .scala-modal.restore-modal .scala-modal-content .colhead-name,body .scala-drawer-modal .restore-modal .scala-modal-content .item-name,body .scala-drawer-modal .restore-modal .scala-modal-content .colhead-name,body .scala-drawer-modal.restore-modal .scala-modal-content .item-name,body .scala-drawer-modal.restore-modal .scala-modal-content .colhead-name{min-width:35%;cursor:pointer}body .scala-modal .restore-modal .scala-modal-content .item-name.item-directory,body .scala-modal.restore-modal .scala-modal-content .item-name.item-directory,body .scala-drawer-modal .restore-modal .scala-modal-content .item-name.item-directory,body .scala-drawer-modal.restore-modal .scala-modal-content .item-name.item-directory{cursor:pointer}body .scala-modal .restore-modal .scala-modal-content .item-created,body .scala-modal .restore-modal .scala-modal-content .colhead-created,body .scala-modal.restore-modal .scala-modal-content .item-created,body .scala-modal.restore-modal .scala-modal-content .colhead-created,body .scala-drawer-modal .restore-modal .scala-modal-content .item-created,body .scala-drawer-modal .restore-modal .scala-modal-content .colhead-created,body .scala-drawer-modal.restore-modal .scala-modal-content .item-created,body .scala-drawer-modal.restore-modal .scala-modal-content .colhead-created,body .scala-modal .restore-modal .scala-modal-content .item-modified,body .scala-modal .restore-modal .scala-modal-content .colhead-modified,body .scala-modal.restore-modal .scala-modal-content .item-modified,body .scala-modal.restore-modal .scala-modal-content .colhead-modified,body .scala-drawer-modal .restore-modal .scala-modal-content .item-modified,body .scala-drawer-modal .restore-modal .scala-modal-content .colhead-modified,body .scala-drawer-modal.restore-modal .scala-modal-content .item-modified,body .scala-drawer-modal.restore-modal .scala-modal-content .colhead-modified{min-width:20%}body .scala-modal .restore-modal .modal-cta-buttons,body .scala-modal.restore-modal .modal-cta-buttons,body .scala-drawer-modal .restore-modal .modal-cta-buttons,body .scala-drawer-modal.restore-modal .modal-cta-buttons{margin-top:4em}body .scala-modal .restore-modal .file-explorer-item-name,body .scala-modal.restore-modal .file-explorer-item-name,body .scala-drawer-modal .restore-modal .file-explorer-item-name,body .scala-drawer-modal.restore-modal .file-explorer-item-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body .scala-modal .restore-modal .file-explorer-folder-name,body .scala-modal.restore-modal .file-explorer-folder-name,body .scala-drawer-modal .restore-modal .file-explorer-folder-name,body .scala-drawer-modal.restore-modal .file-explorer-folder-name{cursor:pointer}body .scala-modal .restore-modal .empty-folder,body .scala-modal.restore-modal .empty-folder,body .scala-drawer-modal .restore-modal .empty-folder,body .scala-drawer-modal.restore-modal .empty-folder{margin:auto}body .scala-modal .restore-modal .empty-folder p,body .scala-modal.restore-modal .empty-folder p,body .scala-drawer-modal .restore-modal .empty-folder p,body .scala-drawer-modal.restore-modal .empty-folder p{color:#cfcfcf;font-style:italic}body .scala-modal .restore-modal .folder-explorer-card,body .scala-modal.restore-modal .folder-explorer-card,body .scala-drawer-modal .restore-modal .folder-explorer-card,body .scala-drawer-modal.restore-modal .folder-explorer-card{max-height:64vh;overflow-y:auto;scrollbar-width:0;padding-right:0}body .scala-modal .add-version-modal .scala-modal-content,body .scala-modal.add-version-modal .scala-modal-content,body .scala-drawer-modal .add-version-modal .scala-modal-content,body .scala-drawer-modal.add-version-modal .scala-modal-content{display:flex;flex-direction:column}body .scala-modal .add-version-modal .scala-modal-content .scala-modal-body,body .scala-modal.add-version-modal .scala-modal-content .scala-modal-body,body .scala-drawer-modal .add-version-modal .scala-modal-content .scala-modal-body,body .scala-drawer-modal.add-version-modal .scala-modal-content .scala-modal-body{padding:36px 40px 44px 30px;width:60vw;box-sizing:border-box}body .scala-modal .add-version-modal .scala-modal-content .scala-modal-body .modal-section .center-field,body .scala-modal.add-version-modal .scala-modal-content .scala-modal-body .modal-section .center-field,body .scala-drawer-modal .add-version-modal .scala-modal-content .scala-modal-body .modal-section .center-field,body .scala-drawer-modal.add-version-modal .scala-modal-content .scala-modal-body .modal-section .center-field{width:100%}body .scala-modal .add-version-modal .scala-modal-content .scala-modal-body .modal-section .movecopy-buttons,body .scala-modal.add-version-modal .scala-modal-content .scala-modal-body .modal-section .movecopy-buttons,body .scala-drawer-modal .add-version-modal .scala-modal-content .scala-modal-body .modal-section .movecopy-buttons,body .scala-drawer-modal.add-version-modal .scala-modal-content .scala-modal-body .modal-section .movecopy-buttons{padding-top:32px}body .scala-modal .add-version-modal .scala-modal-content .scala-modal-body .modal-section .table-row,body .scala-modal .add-version-modal .scala-modal-content .scala-modal-body .modal-section.table-row,body .scala-modal.add-version-modal .scala-modal-content .scala-modal-body .modal-section .table-row,body .scala-modal.add-version-modal .scala-modal-content .scala-modal-body .modal-section.table-row,body .scala-drawer-modal .add-version-modal .scala-modal-content .scala-modal-body .modal-section .table-row,body .scala-drawer-modal .add-version-modal .scala-modal-content .scala-modal-body .modal-section.table-row,body .scala-drawer-modal.add-version-modal .scala-modal-content .scala-modal-body .modal-section .table-row,body .scala-drawer-modal.add-version-modal .scala-modal-content .scala-modal-body .modal-section.table-row{display:none}body .scala-modal .add-version-modal .scala-modal-content .scala-modal-body .modal-section .table-row ::hover,body .scala-modal .add-version-modal .scala-modal-content .scala-modal-body .modal-section.table-row ::hover,body .scala-modal.add-version-modal .scala-modal-content .scala-modal-body .modal-section .table-row ::hover,body .scala-modal.add-version-modal .scala-modal-content .scala-modal-body .modal-section.table-row ::hover,body .scala-drawer-modal .add-version-modal .scala-modal-content .scala-modal-body .modal-section .table-row ::hover,body .scala-drawer-modal .add-version-modal .scala-modal-content .scala-modal-body .modal-section.table-row ::hover,body .scala-drawer-modal.add-version-modal .scala-modal-content .scala-modal-body .modal-section .table-row ::hover,body .scala-drawer-modal.add-version-modal .scala-modal-content .scala-modal-body .modal-section.table-row ::hover{background-color:#cef1ff}body .scala-modal .add-version-modal .scala-modal-content .card-file-header-title,body .scala-modal.add-version-modal .scala-modal-content .card-file-header-title,body .scala-drawer-modal .add-version-modal .scala-modal-content .card-file-header-title,body .scala-drawer-modal.add-version-modal .scala-modal-content .card-file-header-title{display:flex;padding:8px 12px;background-color:#ececec;width:auto;border-radius:4px;font-weight:800;color:#00425c}body .scala-modal .add-version-modal .scala-modal-content .card-file-header-path,body .scala-modal.add-version-modal .scala-modal-content .card-file-header-path,body .scala-drawer-modal .add-version-modal .scala-modal-content .card-file-header-path,body .scala-drawer-modal.add-version-modal .scala-modal-content .card-file-header-path{margin-left:18px;font-weight:500;white-space:nowrap;cursor:pointer;min-width:1em;max-width:10em;overflow:hidden;text-overflow:ellipsis;padding:0 .5em}body .scala-modal .add-version-modal .scala-modal-content .card-file-header-path:hover,body .scala-modal.add-version-modal .scala-modal-content .card-file-header-path:hover,body .scala-drawer-modal .add-version-modal .scala-modal-content .card-file-header-path:hover,body .scala-drawer-modal.add-version-modal .scala-modal-content .card-file-header-path:hover{background:#fff;border-radius:3px;color:#000}body .scala-modal .add-version-modal .scala-modal-content tbody tr:hover,body .scala-modal.add-version-modal .scala-modal-content tbody tr:hover,body .scala-drawer-modal .add-version-modal .scala-modal-content tbody tr:hover,body .scala-drawer-modal.add-version-modal .scala-modal-content tbody tr:hover{background-color:#cef1ff}body .scala-modal .add-version-modal .scala-modal-content .colhead-checkbox,body .scala-modal.add-version-modal .scala-modal-content .colhead-checkbox,body .scala-drawer-modal .add-version-modal .scala-modal-content .colhead-checkbox,body .scala-drawer-modal.add-version-modal .scala-modal-content .colhead-checkbox{max-width:1em}body .scala-modal .add-version-modal .scala-modal-content .item-checkbox,body .scala-modal .add-version-modal .scala-modal-content .colhead-checkbox,body .scala-modal.add-version-modal .scala-modal-content .item-checkbox,body .scala-modal.add-version-modal .scala-modal-content .colhead-checkbox,body .scala-drawer-modal .add-version-modal .scala-modal-content .item-checkbox,body .scala-drawer-modal .add-version-modal .scala-modal-content .colhead-checkbox,body .scala-drawer-modal.add-version-modal .scala-modal-content .item-checkbox,body .scala-drawer-modal.add-version-modal .scala-modal-content .colhead-checkbox{max-width:5%;cursor:pointer}body .scala-modal .add-version-modal .scala-modal-content .item-icon,body .scala-modal .add-version-modal .scala-modal-content .colhead-icon,body .scala-modal.add-version-modal .scala-modal-content .item-icon,body .scala-modal.add-version-modal .scala-modal-content .colhead-icon,body .scala-drawer-modal .add-version-modal .scala-modal-content .item-icon,body .scala-drawer-modal .add-version-modal .scala-modal-content .colhead-icon,body .scala-drawer-modal.add-version-modal .scala-modal-content .item-icon,body .scala-drawer-modal.add-version-modal .scala-modal-content .colhead-icon{max-width:5%}body .scala-modal .add-version-modal .scala-modal-content .item-name,body .scala-modal .add-version-modal .scala-modal-content .colhead-name,body .scala-modal.add-version-modal .scala-modal-content .item-name,body .scala-modal.add-version-modal .scala-modal-content .colhead-name,body .scala-drawer-modal .add-version-modal .scala-modal-content .item-name,body .scala-drawer-modal .add-version-modal .scala-modal-content .colhead-name,body .scala-drawer-modal.add-version-modal .scala-modal-content .item-name,body .scala-drawer-modal.add-version-modal .scala-modal-content .colhead-name{min-width:35%;cursor:pointer}body .scala-modal .add-version-modal .scala-modal-content .item-name.item-directory,body .scala-modal.add-version-modal .scala-modal-content .item-name.item-directory,body .scala-drawer-modal .add-version-modal .scala-modal-content .item-name.item-directory,body .scala-drawer-modal.add-version-modal .scala-modal-content .item-name.item-directory{cursor:pointer}body .scala-modal .add-version-modal .scala-modal-content .item-created,body .scala-modal .add-version-modal .scala-modal-content .colhead-created,body .scala-modal.add-version-modal .scala-modal-content .item-created,body .scala-modal.add-version-modal .scala-modal-content .colhead-created,body .scala-drawer-modal .add-version-modal .scala-modal-content .item-created,body .scala-drawer-modal .add-version-modal .scala-modal-content .colhead-created,body .scala-drawer-modal.add-version-modal .scala-modal-content .item-created,body .scala-drawer-modal.add-version-modal .scala-modal-content .colhead-created,body .scala-modal .add-version-modal .scala-modal-content .item-modified,body .scala-modal .add-version-modal .scala-modal-content .colhead-modified,body .scala-modal.add-version-modal .scala-modal-content .item-modified,body .scala-modal.add-version-modal .scala-modal-content .colhead-modified,body .scala-drawer-modal .add-version-modal .scala-modal-content .item-modified,body .scala-drawer-modal .add-version-modal .scala-modal-content .colhead-modified,body .scala-drawer-modal.add-version-modal .scala-modal-content .item-modified,body .scala-drawer-modal.add-version-modal .scala-modal-content .colhead-modified{min-width:20%}body .scala-modal .add-version-modal .movecopy-file-buttons,body .scala-modal.add-version-modal .movecopy-file-buttons,body .scala-drawer-modal .add-version-modal .movecopy-file-buttons,body .scala-drawer-modal.add-version-modal .movecopy-file-buttons{margin-top:4em}body .scala-modal .add-version-modal .file-explorer-item-name,body .scala-modal.add-version-modal .file-explorer-item-name,body .scala-drawer-modal .add-version-modal .file-explorer-item-name,body .scala-drawer-modal.add-version-modal .file-explorer-item-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body .scala-modal .add-version-modal .file-explorer-folder-name,body .scala-modal.add-version-modal .file-explorer-folder-name,body .scala-drawer-modal .add-version-modal .file-explorer-folder-name,body .scala-drawer-modal.add-version-modal .file-explorer-folder-name{cursor:pointer}body .scala-modal .add-version-modal .empty-folder,body .scala-modal.add-version-modal .empty-folder,body .scala-drawer-modal .add-version-modal .empty-folder,body .scala-drawer-modal.add-version-modal .empty-folder{margin:auto}body .scala-modal .add-version-modal .empty-folder p,body .scala-modal.add-version-modal .empty-folder p,body .scala-drawer-modal .add-version-modal .empty-folder p,body .scala-drawer-modal.add-version-modal .empty-folder p{color:#cfcfcf;font-style:italic}body .scala-modal .add-version-modal .folder-explorer-card,body .scala-modal.add-version-modal .folder-explorer-card,body .scala-drawer-modal .add-version-modal .folder-explorer-card,body .scala-drawer-modal.add-version-modal .folder-explorer-card{max-height:64vh;overflow-y:auto;scrollbar-width:0;padding-right:0}body .scala-modal .add-version-modal .add-existing-folder-modal,body .scala-modal.add-version-modal .add-existing-folder-modal,body .scala-drawer-modal .add-version-modal .add-existing-folder-modal,body .scala-drawer-modal.add-version-modal .add-existing-folder-modal{padding:0}body .scala-modal .edit-remote-desktop-modal .scala-modal-content,body .scala-modal.edit-remote-desktop-modal .scala-modal-content,body .scala-drawer-modal .edit-remote-desktop-modal .scala-modal-content,body .scala-drawer-modal.edit-remote-desktop-modal .scala-modal-content{display:flex;flex-direction:column}body .scala-modal .edit-remote-desktop-modal .scala-modal-content .scala-modal-body .form-wrapper,body .scala-modal.edit-remote-desktop-modal .scala-modal-content .scala-modal-body .form-wrapper,body .scala-drawer-modal .edit-remote-desktop-modal .scala-modal-content .scala-modal-body .form-wrapper,body .scala-drawer-modal.edit-remote-desktop-modal .scala-modal-content .scala-modal-body .form-wrapper{padding:36px 85px 44px 68px;width:661px;box-sizing:border-box}body .scala-modal .edit-remote-desktop-modal .scala-modal-content .scala-modal-body .form-wrapper .scala-loader,body .scala-modal.edit-remote-desktop-modal .scala-modal-content .scala-modal-body .form-wrapper .scala-loader,body .scala-drawer-modal .edit-remote-desktop-modal .scala-modal-content .scala-modal-body .form-wrapper .scala-loader,body .scala-drawer-modal.edit-remote-desktop-modal .scala-modal-content .scala-modal-body .form-wrapper .scala-loader{height:100%}body .scala-modal .edit-remote-desktop-modal .edit-remote-desktop-storage,body .scala-modal.edit-remote-desktop-modal .edit-remote-desktop-storage,body .scala-drawer-modal .edit-remote-desktop-modal .edit-remote-desktop-storage,body .scala-drawer-modal.edit-remote-desktop-modal .edit-remote-desktop-storage{width:100%}body .scala-modal .edit-remote-desktop-modal .edit-remote-desktop-modal-row,body .scala-modal.edit-remote-desktop-modal .edit-remote-desktop-modal-row,body .scala-drawer-modal .edit-remote-desktop-modal .edit-remote-desktop-modal-row,body .scala-drawer-modal.edit-remote-desktop-modal .edit-remote-desktop-modal-row{margin:2em 0}body .scala-modal .edit-remote-desktop-modal .edit-remote-desktop-image-select,body .scala-modal.edit-remote-desktop-modal .edit-remote-desktop-image-select,body .scala-drawer-modal .edit-remote-desktop-modal .edit-remote-desktop-image-select,body .scala-drawer-modal.edit-remote-desktop-modal .edit-remote-desktop-image-select{width:100%;height:25px;border:1px solid rgba(128,128,128,.4117647059)}body .scala-modal .edit-remote-desktop-modal .edit-remote-desktop-image-select.disabled,body .scala-modal.edit-remote-desktop-modal .edit-remote-desktop-image-select.disabled,body .scala-drawer-modal .edit-remote-desktop-modal .edit-remote-desktop-image-select.disabled,body .scala-drawer-modal.edit-remote-desktop-modal .edit-remote-desktop-image-select.disabled{opacity:.8;background:#e7e7e7}body .scala-modal .edit-remote-desktop-modal .desktop-storage-field.disabled div,body .scala-modal.edit-remote-desktop-modal .desktop-storage-field.disabled div,body .scala-drawer-modal .edit-remote-desktop-modal .desktop-storage-field.disabled div,body .scala-drawer-modal.edit-remote-desktop-modal .desktop-storage-field.disabled div{opacity:.8;background:#e7e7e7;border:1px solid rgba(128,128,128,.4117647059)}body .scala-modal .edit-remote-desktop-modal .desktop-storage-field.disabled div div,body .scala-modal .edit-remote-desktop-modal .desktop-storage-field.disabled div input,body .scala-modal.edit-remote-desktop-modal .desktop-storage-field.disabled div div,body .scala-modal.edit-remote-desktop-modal .desktop-storage-field.disabled div input,body .scala-drawer-modal .edit-remote-desktop-modal .desktop-storage-field.disabled div div,body .scala-drawer-modal .edit-remote-desktop-modal .desktop-storage-field.disabled div input,body .scala-drawer-modal.edit-remote-desktop-modal .desktop-storage-field.disabled div div,body .scala-drawer-modal.edit-remote-desktop-modal .desktop-storage-field.disabled div input{border:none}body .scala-modal .edit-remote-desktop-modal .scala-text-field-input :disabled,body .scala-modal.edit-remote-desktop-modal .scala-text-field-input :disabled,body .scala-drawer-modal .edit-remote-desktop-modal .scala-text-field-input :disabled,body .scala-drawer-modal.edit-remote-desktop-modal .scala-text-field-input :disabled{opacity:.8;background:#e7e7e7;border:1px solid rgba(128,128,128,.4117647059)}body .scala-modal .edit-remote-desktop-modal .user-radio-header,body .scala-modal.edit-remote-desktop-modal .user-radio-header,body .scala-drawer-modal .edit-remote-desktop-modal .user-radio-header,body .scala-drawer-modal.edit-remote-desktop-modal .user-radio-header{height:30px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);font-size:16px}body .scala-modal .edit-remote-desktop-modal .scala-radio,body .scala-modal.edit-remote-desktop-modal .scala-radio,body .scala-drawer-modal .edit-remote-desktop-modal .scala-radio,body .scala-drawer-modal.edit-remote-desktop-modal .scala-radio{display:none;margin:10px;height:25px}body .scala-modal .edit-remote-desktop-modal .scala-radio-label,body .scala-modal.edit-remote-desktop-modal .scala-radio-label,body .scala-drawer-modal .edit-remote-desktop-modal .scala-radio-label,body .scala-drawer-modal.edit-remote-desktop-modal .scala-radio-label{display:inline-block;padding:.35em 0;cursor:pointer;background-color:#e7e7e7;border-color:#ddd;width:24.5%;min-width:20px;border-left:1px solid lightgray;text-align:center;line-height:2em}body .scala-modal .edit-remote-desktop-modal .scala-radio-label:first-of-type,body .scala-modal.edit-remote-desktop-modal .scala-radio-label:first-of-type,body .scala-drawer-modal .edit-remote-desktop-modal .scala-radio-label:first-of-type,body .scala-drawer-modal.edit-remote-desktop-modal .scala-radio-label:first-of-type{border:none}body .scala-modal .edit-remote-desktop-modal .scala-radio-label.checked,body .scala-modal.edit-remote-desktop-modal .scala-radio-label.checked,body .scala-drawer-modal .edit-remote-desktop-modal .scala-radio-label.checked,body .scala-drawer-modal.edit-remote-desktop-modal .scala-radio-label.checked{background-image:none;background-color:#084781;color:#fff}body .scala-modal .edit-remote-desktop-modal .scala-radio-label.checked.disabled,body .scala-modal.edit-remote-desktop-modal .scala-radio-label.checked.disabled,body .scala-drawer-modal .edit-remote-desktop-modal .scala-radio-label.checked.disabled,body .scala-drawer-modal.edit-remote-desktop-modal .scala-radio-label.checked.disabled{background-color:#d4d4d4}body .scala-modal .edit-remote-desktop-modal .modal-controls,body .scala-modal.edit-remote-desktop-modal .modal-controls,body .scala-drawer-modal .edit-remote-desktop-modal .modal-controls,body .scala-drawer-modal.edit-remote-desktop-modal .modal-controls{padding-top:32px}body .scala-modal .edit-remote-desktop-modal .whitelist-section,body .scala-modal.edit-remote-desktop-modal .whitelist-section,body .scala-drawer-modal .edit-remote-desktop-modal .whitelist-section,body .scala-drawer-modal.edit-remote-desktop-modal .whitelist-section{margin-top:1em}body .scala-modal .edit-remote-desktop-modal .whitelist-section .whitelist-header,body .scala-modal.edit-remote-desktop-modal .whitelist-section .whitelist-header,body .scala-drawer-modal .edit-remote-desktop-modal .whitelist-section .whitelist-header,body .scala-drawer-modal.edit-remote-desktop-modal .whitelist-section .whitelist-header{display:flex;justify-content:space-between}body .scala-modal .edit-remote-desktop-modal .whitelist-section .no-whitelist-records-message,body .scala-modal.edit-remote-desktop-modal .whitelist-section .no-whitelist-records-message,body .scala-drawer-modal .edit-remote-desktop-modal .whitelist-section .no-whitelist-records-message,body .scala-drawer-modal.edit-remote-desktop-modal .whitelist-section .no-whitelist-records-message{color:#00c4a1;font-style:italic;font-size:.9em}body .scala-modal .edit-remote-desktop-modal .whitelist-section .whitelist-records,body .scala-modal.edit-remote-desktop-modal .whitelist-section .whitelist-records,body .scala-drawer-modal .edit-remote-desktop-modal .whitelist-section .whitelist-records,body .scala-drawer-modal.edit-remote-desktop-modal .whitelist-section .whitelist-records{display:flex;flex-direction:column}body .scala-modal .edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row,body .scala-modal.edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row,body .scala-drawer-modal .edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row,body .scala-drawer-modal.edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row{display:flex;align-items:center;padding-right:1em;height:1.6em}body .scala-modal .edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row .cidr-column,body .scala-modal.edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row .cidr-column,body .scala-drawer-modal .edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row .cidr-column,body .scala-drawer-modal.edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row .cidr-column{flex:4 0 0}body .scala-modal .edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row .port-column,body .scala-modal.edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row .port-column,body .scala-drawer-modal .edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row .port-column,body .scala-drawer-modal.edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row .port-column,body .scala-modal .edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row .description-column,body .scala-modal.edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row .description-column,body .scala-drawer-modal .edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row .description-column,body .scala-drawer-modal.edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row .description-column{flex:3 0 0}body .scala-modal .edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row .whitelist-action-column,body .scala-modal.edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row .whitelist-action-column,body .scala-drawer-modal .edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row .whitelist-action-column,body .scala-drawer-modal.edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row .whitelist-action-column{flex:1 0 0;visibility:hidden}body .scala-modal .edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row:hover .whitelist-action-column,body .scala-modal.edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row:hover .whitelist-action-column,body .scala-drawer-modal .edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row:hover .whitelist-action-column,body .scala-drawer-modal.edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row:hover .whitelist-action-column{visibility:visible;display:flex;justify-content:flex-end}body .scala-modal .edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row .whitelist-record-remove,body .scala-modal.edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row .whitelist-record-remove,body .scala-drawer-modal .edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row .whitelist-record-remove,body .scala-drawer-modal.edit-remote-desktop-modal .whitelist-section .whitelist-records .whitelist-row .whitelist-record-remove{margin-left:1.5em}body .scala-modal .confirm-user-capacity-modal .message,body .scala-modal.confirm-user-capacity-modal .message,body .scala-drawer-modal .confirm-user-capacity-modal .message,body .scala-drawer-modal.confirm-user-capacity-modal .message{padding-left:1em}body .scala-modal .confirm-user-capacity-modal .controls,body .scala-modal .confirm-user-capacity-modal .message,body .scala-modal.confirm-user-capacity-modal .controls,body .scala-modal.confirm-user-capacity-modal .message,body .scala-drawer-modal .confirm-user-capacity-modal .controls,body .scala-drawer-modal .confirm-user-capacity-modal .message,body .scala-drawer-modal.confirm-user-capacity-modal .controls,body .scala-drawer-modal.confirm-user-capacity-modal .message{padding-top:1.5em}body .scala-modal .confirm-user-capacity-modal .controls,body .scala-modal.confirm-user-capacity-modal .controls,body .scala-drawer-modal .confirm-user-capacity-modal .controls,body .scala-drawer-modal.confirm-user-capacity-modal .controls{margin-left:auto}body .scala-modal .signin-remote-desktop-modal .scala-modal-content,body .scala-modal.signin-remote-desktop-modal .scala-modal-content,body .scala-drawer-modal .signin-remote-desktop-modal .scala-modal-content,body .scala-drawer-modal.signin-remote-desktop-modal .scala-modal-content{display:flex;flex-direction:column}body .scala-modal .signin-remote-desktop-modal .scala-modal-content .scala-modal-body .form-wrapper,body .scala-modal.signin-remote-desktop-modal .scala-modal-content .scala-modal-body .form-wrapper,body .scala-drawer-modal .signin-remote-desktop-modal .scala-modal-content .scala-modal-body .form-wrapper,body .scala-drawer-modal.signin-remote-desktop-modal .scala-modal-content .scala-modal-body .form-wrapper{padding:1.5em 2em;box-sizing:border-box}body .scala-modal .signin-remote-desktop-modal .scala-modal-content .scala-modal-body .form-wrapper .scala-loader,body .scala-modal.signin-remote-desktop-modal .scala-modal-content .scala-modal-body .form-wrapper .scala-loader,body .scala-drawer-modal .signin-remote-desktop-modal .scala-modal-content .scala-modal-body .form-wrapper .scala-loader,body .scala-drawer-modal.signin-remote-desktop-modal .scala-modal-content .scala-modal-body .form-wrapper .scala-loader{height:100%}body .scala-modal .signin-remote-desktop-modal .signin-remote-desktop-storage,body .scala-modal.signin-remote-desktop-modal .signin-remote-desktop-storage,body .scala-drawer-modal .signin-remote-desktop-modal .signin-remote-desktop-storage,body .scala-drawer-modal.signin-remote-desktop-modal .signin-remote-desktop-storage{width:100%}body .scala-modal .signin-remote-desktop-modal .icon-wrapper,body .scala-modal.signin-remote-desktop-modal .icon-wrapper,body .scala-drawer-modal .signin-remote-desktop-modal .icon-wrapper,body .scala-drawer-modal.signin-remote-desktop-modal .icon-wrapper{display:flex;position:relative;margin:0 auto}body .scala-modal .signin-remote-desktop-modal .icon-wrapper .icon-Remote-Desktop,body .scala-modal.signin-remote-desktop-modal .icon-wrapper .icon-Remote-Desktop,body .scala-drawer-modal .signin-remote-desktop-modal .icon-wrapper .icon-Remote-Desktop,body .scala-drawer-modal.signin-remote-desktop-modal .icon-wrapper .icon-Remote-Desktop{color:#00c4a1;font-size:39px;width:1.3em}body .scala-modal .signin-remote-desktop-modal .icon-wrapper .iconLabel,body .scala-modal.signin-remote-desktop-modal .icon-wrapper .iconLabel,body .scala-drawer-modal .signin-remote-desktop-modal .icon-wrapper .iconLabel,body .scala-drawer-modal.signin-remote-desktop-modal .icon-wrapper .iconLabel{position:absolute;right:.6em;top:.5em;font-size:16px;color:#fff;font-family:Open sans;font-weight:700}body .scala-modal .signin-remote-desktop-modal .starting-desktop-section,body .scala-modal .signin-remote-desktop-modal .cancel-signin-button,body .scala-modal.signin-remote-desktop-modal .starting-desktop-section,body .scala-modal.signin-remote-desktop-modal .cancel-signin-button,body .scala-drawer-modal .signin-remote-desktop-modal .starting-desktop-section,body .scala-drawer-modal .signin-remote-desktop-modal .cancel-signin-button,body .scala-drawer-modal.signin-remote-desktop-modal .starting-desktop-section,body .scala-drawer-modal.signin-remote-desktop-modal .cancel-signin-button{margin:1.5em 0}body .scala-modal .signin-remote-desktop-modal .launch-desktop-button,body .scala-modal .signin-remote-desktop-modal .cancel-signin-button,body .scala-modal.signin-remote-desktop-modal .launch-desktop-button,body .scala-modal.signin-remote-desktop-modal .cancel-signin-button,body .scala-drawer-modal .signin-remote-desktop-modal .launch-desktop-button,body .scala-drawer-modal .signin-remote-desktop-modal .cancel-signin-button,body .scala-drawer-modal.signin-remote-desktop-modal .launch-desktop-button,body .scala-drawer-modal.signin-remote-desktop-modal .cancel-signin-button{margin:1em auto}body .scala-modal .signin-remote-desktop-modal .signin-remote-desktop-modal-row-2,body .scala-modal.signin-remote-desktop-modal .signin-remote-desktop-modal-row-2,body .scala-drawer-modal .signin-remote-desktop-modal .signin-remote-desktop-modal-row-2,body .scala-drawer-modal.signin-remote-desktop-modal .signin-remote-desktop-modal-row-2{margin-top:30px}body .scala-modal .signin-remote-desktop-modal .signin-remote-desktop-image-select,body .scala-modal.signin-remote-desktop-modal .signin-remote-desktop-image-select,body .scala-drawer-modal .signin-remote-desktop-modal .signin-remote-desktop-image-select,body .scala-drawer-modal.signin-remote-desktop-modal .signin-remote-desktop-image-select{width:100%}body .scala-modal .signin-remote-desktop-modal .signin-remote-desktop-image-select.disabled,body .scala-modal.signin-remote-desktop-modal .signin-remote-desktop-image-select.disabled,body .scala-drawer-modal .signin-remote-desktop-modal .signin-remote-desktop-image-select.disabled,body .scala-drawer-modal.signin-remote-desktop-modal .signin-remote-desktop-image-select.disabled{margin:0 1em;padding:0 1em;opacity:.8;background:#fefefe;border:none}body .scala-modal .signin-remote-desktop-modal .signin-remote-desktop-button,body .scala-modal.signin-remote-desktop-modal .signin-remote-desktop-button,body .scala-drawer-modal .signin-remote-desktop-modal .signin-remote-desktop-button,body .scala-drawer-modal.signin-remote-desktop-modal .signin-remote-desktop-button{margin:30px 0 0 auto}body .scala-modal .edit-cluster-modal .scala-modal-content,body .scala-modal.edit-cluster-modal .scala-modal-content,body .scala-drawer-modal .edit-cluster-modal .scala-modal-content,body .scala-drawer-modal.edit-cluster-modal .scala-modal-content{display:flex;flex-direction:column}body .scala-modal .edit-cluster-modal .scala-modal-content .scala-modal-body .form-wrapper,body .scala-modal.edit-cluster-modal .scala-modal-content .scala-modal-body .form-wrapper,body .scala-drawer-modal .edit-cluster-modal .scala-modal-content .scala-modal-body .form-wrapper,body .scala-drawer-modal.edit-cluster-modal .scala-modal-content .scala-modal-body .form-wrapper{width:765px;height:320px;box-sizing:border-box}body .scala-modal .edit-cluster-modal .scala-modal-content .scala-modal-body .form-wrapper .scala-loader,body .scala-modal.edit-cluster-modal .scala-modal-content .scala-modal-body .form-wrapper .scala-loader,body .scala-drawer-modal .edit-cluster-modal .scala-modal-content .scala-modal-body .form-wrapper .scala-loader,body .scala-drawer-modal.edit-cluster-modal .scala-modal-content .scala-modal-body .form-wrapper .scala-loader{height:100%}body .scala-modal .select-cluster-modal .scala-modal-body,body .scala-modal.select-cluster-modal .scala-modal-body,body .scala-drawer-modal .select-cluster-modal .scala-modal-body,body .scala-drawer-modal.select-cluster-modal .scala-modal-body{width:860px;min-height:30vh;max-height:80vh;display:flex;flex-direction:column}body .scala-modal .select-cluster-modal .scala-modal-body .select-cluster-tab,body .scala-modal.select-cluster-modal .scala-modal-body .select-cluster-tab,body .scala-drawer-modal .select-cluster-modal .scala-modal-body .select-cluster-tab,body .scala-drawer-modal.select-cluster-modal .scala-modal-body .select-cluster-tab{overflow:overlay;margin:0;padding-left:0;padding-right:0}body .scala-modal .select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option,body .scala-modal.select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option,body .scala-drawer-modal .select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option,body .scala-drawer-modal.select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option{outline:0;padding-right:2em}body .scala-modal .select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option button,body .scala-modal.select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option button,body .scala-drawer-modal .select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option button,body .scala-drawer-modal.select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option button{flex-shrink:0}body .scala-modal .select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option .select-list-entry-content,body .scala-modal.select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option .select-list-entry-content,body .scala-drawer-modal .select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option .select-list-entry-content,body .scala-drawer-modal.select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option .select-list-entry-content{min-width:0}body .scala-modal .select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option .compute-section,body .scala-modal.select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option .compute-section,body .scala-drawer-modal .select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option .compute-section,body .scala-drawer-modal.select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option .compute-section{width:100%;margin-right:22px}body .scala-modal .select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option .compute-section .compute-health-section,body .scala-modal.select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option .compute-section .compute-health-section,body .scala-drawer-modal .select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option .compute-section .compute-health-section,body .scala-drawer-modal.select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option .compute-section .compute-health-section{display:none}body .scala-modal .select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option .compute-section .compute-card,body .scala-modal.select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option .compute-section .compute-card,body .scala-drawer-modal .select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option .compute-section .compute-card,body .scala-drawer-modal.select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option .compute-section .compute-card{border:unset}body .scala-modal .select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option .compute-section .compute-card .compute-section,body .scala-modal.select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option .compute-section .compute-card .compute-section,body .scala-drawer-modal .select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option .compute-section .compute-card .compute-section,body .scala-drawer-modal.select-cluster-modal .scala-modal-body .select-cluster-tab .cluster-option .compute-section .compute-card .compute-section{padding-left:18px}body .scala-modal .select-cluster-modal .scala-modal-body .cluster-form,body .scala-modal.select-cluster-modal .scala-modal-body .cluster-form,body .scala-drawer-modal .select-cluster-modal .scala-modal-body .cluster-form,body .scala-drawer-modal.select-cluster-modal .scala-modal-body .cluster-form{height:100%}body .scala-modal .select-cluster-modal .scala-modal-body .create-cluster-loader,body .scala-modal.select-cluster-modal .scala-modal-body .create-cluster-loader,body .scala-drawer-modal .select-cluster-modal .scala-modal-body .create-cluster-loader,body .scala-drawer-modal.select-cluster-modal .scala-modal-body .create-cluster-loader{box-sizing:border-box;flex-grow:1;margin:2em 2.5em 4em}body .scala-modal .select-cluster-modal .scala-modal-body .create-cluster-loader .modal-section,body .scala-modal.select-cluster-modal .scala-modal-body .create-cluster-loader .modal-section,body .scala-drawer-modal .select-cluster-modal .scala-modal-body .create-cluster-loader .modal-section,body .scala-drawer-modal.select-cluster-modal .scala-modal-body .create-cluster-loader .modal-section{height:100%}body .scala-modal .edit-storage-modal .scala-modal-content,body .scala-modal.edit-storage-modal .scala-modal-content,body .scala-drawer-modal .edit-storage-modal .scala-modal-content,body .scala-drawer-modal.edit-storage-modal .scala-modal-content{display:flex;flex-direction:column}body .scala-modal .edit-storage-modal .scala-modal-content .scala-modal-body form,body .scala-modal.edit-storage-modal .scala-modal-content .scala-modal-body form,body .scala-drawer-modal .edit-storage-modal .scala-modal-content .scala-modal-body form,body .scala-drawer-modal.edit-storage-modal .scala-modal-content .scala-modal-body form{padding:1em 2em 0;display:flex;flex-direction:column;justify-content:space-between;max-width:25em;box-sizing:border-box}body .scala-modal .edit-storage-modal .scala-modal-content .scala-modal-body form .storage-file-format,body .scala-modal.edit-storage-modal .scala-modal-content .scala-modal-body form .storage-file-format,body .scala-drawer-modal .edit-storage-modal .scala-modal-content .scala-modal-body form .storage-file-format,body .scala-drawer-modal.edit-storage-modal .scala-modal-content .scala-modal-body form .storage-file-format{opacity:.5;filter:grayscale(1);pointer-events:none}body .scala-modal .edit-storage-modal .scala-modal-content .scala-modal-body form .save-button-row-ns3,body .scala-modal.edit-storage-modal .scala-modal-content .scala-modal-body form .save-button-row-ns3,body .scala-drawer-modal .edit-storage-modal .scala-modal-content .scala-modal-body form .save-button-row-ns3,body .scala-drawer-modal.edit-storage-modal .scala-modal-content .scala-modal-body form .save-button-row-ns3{display:grid;width:100%}body .scala-modal .edit-storage-modal .scala-modal-content .storage-rate p,body .scala-modal.edit-storage-modal .scala-modal-content .storage-rate p,body .scala-drawer-modal .edit-storage-modal .scala-modal-content .storage-rate p,body .scala-drawer-modal.edit-storage-modal .scala-modal-content .storage-rate p{font-size:18px;font-weight:700}body .scala-modal .edit-storage-modal .scala-modal-content .storage-description,body .scala-modal.edit-storage-modal .scala-modal-content .storage-description,body .scala-drawer-modal .edit-storage-modal .scala-modal-content .storage-description,body .scala-drawer-modal.edit-storage-modal .scala-modal-content .storage-description{margin-top:1px;text-overflow:ellipsis;height:8em;font-size:15px;line-height:19px;letter-spacing:normal;color:#5a5a5a}body .scala-modal .edit-storage-modal .scala-modal-content .modal-controls,body .scala-modal.edit-storage-modal .scala-modal-content .modal-controls,body .scala-drawer-modal .edit-storage-modal .scala-modal-content .modal-controls,body .scala-drawer-modal.edit-storage-modal .scala-modal-content .modal-controls{padding-top:1.5em}body .scala-modal .simple-new-object-modal .scala-modal-content,body .scala-modal.simple-new-object-modal .scala-modal-content,body .scala-drawer-modal .simple-new-object-modal .scala-modal-content,body .scala-drawer-modal.simple-new-object-modal .scala-modal-content{width:440px}body .scala-modal .simple-new-object-modal .scala-modal-content .simple-new-object-form,body .scala-modal.simple-new-object-modal .scala-modal-content .simple-new-object-form,body .scala-drawer-modal .simple-new-object-modal .scala-modal-content .simple-new-object-form,body .scala-drawer-modal.simple-new-object-modal .scala-modal-content .simple-new-object-form{padding:10px 20px 0;display:flex;flex-direction:column;align-items:flex-end}body .scala-modal .simple-new-object-modal .scala-modal-content .object-name-error,body .scala-modal.simple-new-object-modal .scala-modal-content .object-name-error,body .scala-drawer-modal .simple-new-object-modal .scala-modal-content .object-name-error,body .scala-drawer-modal.simple-new-object-modal .scala-modal-content .object-name-error{border:1px solid lightgray;padding:.5em;width:100%;color:#a60046}body .scala-modal .simple-new-object-modal .scala-modal-content .object-name-field,body .scala-modal.simple-new-object-modal .scala-modal-content .object-name-field,body .scala-drawer-modal .simple-new-object-modal .scala-modal-content .object-name-field,body .scala-drawer-modal.simple-new-object-modal .scala-modal-content .object-name-field{margin-bottom:14px}body .scala-modal .select-model-simulation-modal .no-simulations-available,body .scala-modal.select-model-simulation-modal .no-simulations-available,body .scala-drawer-modal .select-model-simulation-modal .no-simulations-available,body .scala-drawer-modal.select-model-simulation-modal .no-simulations-available{font-style:italic;color:#cfcfcf;margin:0 2em}body .scala-modal .health-checks-modal .scala-modal-content,body .scala-modal.health-checks-modal .scala-modal-content,body .scala-drawer-modal .health-checks-modal .scala-modal-content,body .scala-drawer-modal.health-checks-modal .scala-modal-content{max-width:79vw;width:125em;max-height:79vh;display:flex;flex-direction:column}body .scala-modal .health-checks-modal .scala-modal-content .scala-modal-body,body .scala-modal.health-checks-modal .scala-modal-content .scala-modal-body,body .scala-drawer-modal .health-checks-modal .scala-modal-content .scala-modal-body,body .scala-drawer-modal.health-checks-modal .scala-modal-content .scala-modal-body{padding:1em 2.2em 0}body .scala-modal.add-user-modal .scala-modal-body,body .scala-drawer-modal.add-user-modal .scala-modal-body{min-width:30rem}body .scala-modal.add-user-modal .scala-modal-body .user-card,body .scala-drawer-modal.add-user-modal .scala-modal-body .user-card{border:0}body .scala-modal.add-user-modal .no-users-message,body .scala-drawer-modal.add-user-modal .no-users-message{color:#00c4a1;font-style:italic;padding:0 1em;text-align:center}body .scala-modal .model-manufacturers-modal .model-access-level-button,body .scala-drawer-modal .model-manufacturers-modal .model-access-level-button{margin-left:-9px;margin-bottom:24px}body .scala-modal .model-manufacturers-modal .scala-loader,body .scala-drawer-modal .model-manufacturers-modal .scala-loader{padding-bottom:.4em}body .scala-modal .model-manufacturers-modal .scala-loader .manufacturer-card,body .scala-drawer-modal .model-manufacturers-modal .scala-loader .manufacturer-card{width:100%;height:70px;padding-left:9px;padding-right:20px;padding-bottom:.5em;display:flex;box-sizing:border-box}body .scala-modal .model-manufacturers-modal .scala-loader .manufacturer-card+.manufacturer-card,body .scala-drawer-modal .model-manufacturers-modal .scala-loader .manufacturer-card+.manufacturer-card{margin-top:11px}body .scala-modal .model-manufacturers-modal .scala-loader .manufacturer-card .model-manufacturer-name,body .scala-drawer-modal .model-manufacturers-modal .scala-loader .manufacturer-card .model-manufacturer-name{width:100%;display:inline-block;text-align:right;padding:1em}body .scala-modal .model-manufacturers-modal .scala-loader .manufacturer-card a,body .scala-modal .model-manufacturers-modal .scala-loader .manufacturer-card.locked,body .scala-drawer-modal .model-manufacturers-modal .scala-loader .manufacturer-card a,body .scala-drawer-modal .model-manufacturers-modal .scala-loader .manufacturer-card.locked{display:flex;justify-content:space-between;align-items:center;width:100%}body .scala-modal .model-manufacturers-modal .scala-loader .manufacturer-card a .model-manufacturer-img,body .scala-modal .model-manufacturers-modal .scala-loader .manufacturer-card.locked .model-manufacturer-img,body .scala-drawer-modal .model-manufacturers-modal .scala-loader .manufacturer-card a .model-manufacturer-img,body .scala-drawer-modal .model-manufacturers-modal .scala-loader .manufacturer-card.locked .model-manufacturer-img{max-height:65px;width:auto;max-width:7em}body .scala-modal .model-manufacturers-modal .scala-loader .manufacturer-card.locked,body .scala-drawer-modal .model-manufacturers-modal .scala-loader .manufacturer-card.locked{border:solid 1px #efefef;background-color:#f5f5f5}body .scala-modal .model-manufacturers-modal .scala-loader .manufacturer-card.locked .locked-manufacturer-icon,body .scala-drawer-modal .model-manufacturers-modal .scala-loader .manufacturer-card.locked .locked-manufacturer-icon{color:#00c4a1}body .scala-modal .modal-left-bar-content,body .scala-drawer-modal .modal-left-bar-content{padding:0;margin:0;border-right:1px solid lightgray;width:32%;z-index:1;height:calc(80vh - 5em)!important;max-height:calc(80vh - 3em)!important;overflow:hidden}body .scala-modal .modal-left-bar-content .search-instance-config,body .scala-drawer-modal .modal-left-bar-content .search-instance-config{padding:0 .5em .5em;text-align:center;background:linear-gradient(45deg,#d5f3ff,transparent)}body .scala-modal .modal-left-bar-content .search-instance-config .search-field,body .scala-drawer-modal .modal-left-bar-content .search-instance-config .search-field{font-size:1em;margin-top:.5em;background-color:#fff!important;border:solid 1px #61b0cf;border-radius:0!important}body .scala-modal .modal-left-bar-content .search-instance-config .search-field .MuiOutlinedInput-notchedOutline,body .scala-drawer-modal .modal-left-bar-content .search-instance-config .search-field .MuiOutlinedInput-notchedOutline,body .scala-modal .modal-left-bar-content .search-instance-config .search-field:hover .MuiOutlinedInput-notchedOutline,body .scala-drawer-modal .modal-left-bar-content .search-instance-config .search-field:hover .MuiOutlinedInput-notchedOutline,body .scala-modal .modal-left-bar-content .search-instance-config .search-field.Mui-focused .MuiOutlinedInput-notchedOutline,body .scala-drawer-modal .modal-left-bar-content .search-instance-config .search-field.Mui-focused .MuiOutlinedInput-notchedOutline{border:none!important}body .scala-modal .modal-left-bar-content .search-instance-config .search-field .MuiOutlinedInput-input,body .scala-drawer-modal .modal-left-bar-content .search-instance-config .search-field .MuiOutlinedInput-input{line-height:1.8em!important;padding:.3em .5em!important;font-weight:700!important;font-style:normal!important;font-stretch:normal!important;letter-spacing:.1px!important;color:#000!important}body .scala-modal .modal-left-bar-content .edit-component-config-tree-container,body .scala-drawer-modal .modal-left-bar-content .edit-component-config-tree-container{overflow-y:scroll;overflow-x:auto;height:calc(80vh - 8em)}body .scala-modal .modal-left-bar-content .edit-component-config-tree .rstcustom__rowContents,body .scala-drawer-modal .modal-left-bar-content .edit-component-config-tree .rstcustom__rowContents{min-width:5em;padding:1em}body .scala-modal .modal-left-bar-content .model-configuration-modal,body .scala-drawer-modal .modal-left-bar-content .model-configuration-modal{position:fixed;width:33%;max-height:100%!important}body .scala-modal .modal-edit-section,body .scala-drawer-modal .modal-edit-section{width:100%}body .scala-modal .modal-edit-section .edit-component-form,body .scala-drawer-modal .modal-edit-section .edit-component-form{padding-top:8em}body .scala-modal .modal-edit-section .model-configuration,body .scala-drawer-modal .modal-edit-section .model-configuration{width:100%}body .scala-modal .modal-edit-section .model-configuration.header,body .scala-drawer-modal .modal-edit-section .model-configuration.header{position:fixed;z-index:1;background-color:#fafafa;display:inline-flex;flex-direction:column;margin-top:-2px}body .scala-modal .topology-component-card input[type=checkbox],body .scala-drawer-modal .topology-component-card input[type=checkbox]{padding:.3em}body .scala-modal .topology-component-card,body .scala-drawer-modal .topology-component-card{width:100%;padding:0}body .scala-modal .topology-component-card .component-card-content,body .scala-drawer-modal .topology-component-card .component-card-content{flex-grow:1;display:flex;flex-direction:row;padding-bottom:1em}body .scala-modal .topology-component-card .component-card-content .label-text,body .scala-drawer-modal .topology-component-card .component-card-content .label-text{font-size:.75em;color:#858585;height:1.8em;line-height:unset}body .scala-modal .topology-component-card .component-card-content .info-text,body .scala-drawer-modal .topology-component-card .component-card-content .info-text{font-size:.8em;color:#2f2f2f;font-weight:600;line-height:unset}body .scala-modal .topology-component-card .component-card-content .topology-component-details,body .scala-drawer-modal .topology-component-card .component-card-content .topology-component-details{padding:1.1em 1.3em 1.3em 1.1em;display:flex;justify-content:space-between}body .scala-modal .topology-component-card .component-card-content .topology-component-details .topology-component-details-left,body .scala-modal .topology-component-card .component-card-content .topology-component-details .topology-component-details-right,body .scala-drawer-modal .topology-component-card .component-card-content .topology-component-details .topology-component-details-left,body .scala-drawer-modal .topology-component-card .component-card-content .topology-component-details .topology-component-details-right{display:flex;align-items:center}body .scala-modal .topology-component-card .component-card-content .topology-component-details .topology-component-details-left,body .scala-drawer-modal .topology-component-card .component-card-content .topology-component-details .topology-component-details-left{flex:1 0 auto;flex-direction:row;display:flex}body .scala-modal .topology-component-card .component-card-content .topology-component-details .topology-component-details-right,body .scala-drawer-modal .topology-component-card .component-card-content .topology-component-details .topology-component-details-right{flex:0 1 auto}body .scala-modal .topology-component-card .component-card-content .topology-component-details .component-config,body .scala-drawer-modal .topology-component-card .component-card-content .topology-component-details .component-config{font:.8em sans-serif;color:#747474}body .scala-modal .topology-component-card .component-card-content .topology-component-details .component-name,body .scala-drawer-modal .topology-component-card .component-card-content .topology-component-details .component-name{font-size:1.2em;flex:1 1 auto;width:auto;align-content:space-between;text-overflow:ellipsis;overflow:hidden}body .scala-modal .topology-component-card .component-card-content .topology-component-details .component-name .component-icon,body .scala-drawer-modal .topology-component-card .component-card-content .topology-component-details .component-name .component-icon{color:#00c4a1;display:inline;vertical-align:middle;padding-right:.5em}body .scala-modal .topology-component-card .component-card-content .topology-component-details .component-model-details,body .scala-drawer-modal .topology-component-card .component-card-content .topology-component-details .component-model-details{margin-left:1.3em;margin-right:1.3rem;flex:2 1 auto;width:0;max-width:25%}body .scala-modal .topology-component-card .component-card-content .topology-component-details .component-model-details aside,body .scala-drawer-modal .topology-component-card .component-card-content .topology-component-details .component-model-details aside{line-height:1.2em;text-overflow:ellipsis;overflow:hidden}body .scala-modal .topology-component-card .component-card-content .topology-component-details .component-model-details .model-vendor,body .scala-drawer-modal .topology-component-card .component-card-content .topology-component-details .component-model-details .model-vendor{margin-top:-1.5em;position:absolute}body .scala-modal .topology-component-card .component-card-content .topology-component-details .component-count-field,body .scala-drawer-modal .topology-component-card .component-card-content .topology-component-details .component-count-field{display:flex;align-items:center}body .scala-modal .topology-component-card .component-card-content .topology-component-details .component-count-field .component-count-field,body .scala-drawer-modal .topology-component-card .component-card-content .topology-component-details .component-count-field .component-count-field{margin-left:1em}body .scala-modal .topology-component-card .component-card-content .topology-component-details .component-count-field .component-count-field .scala-field-input,body .scala-drawer-modal .topology-component-card .component-card-content .topology-component-details .component-count-field .component-count-field .scala-field-input{height:2.7em;min-width:3em;max-width:5em;border:solid 2px #61b0cf}body .scala-modal .topology-component-card .component-card-content .topology-component-details .component-count-field .component-count-field .scala-field-input input,body .scala-drawer-modal .topology-component-card .component-card-content .topology-component-details .component-count-field .component-count-field .scala-field-input input{font-size:1.2em;font-weight:700;margin:0 auto;padding:0;text-align:center}body .scala-modal .topology-component-card .component-card-content .topology-component-details .edit-button,body .scala-drawer-modal .topology-component-card .component-card-content .topology-component-details .edit-button{margin-left:2.2em}body .scala-modal .topology-component-card .component-card-content .topology-component-details .edit-button svg,body .scala-drawer-modal .topology-component-card .component-card-content .topology-component-details .edit-button svg{color:#00c4a1;margin-left:.3em;margin-bottom:.1em}body .scala-modal .topology-component-card .component-card-content .app-component-set,body .scala-drawer-modal .topology-component-card .component-card-content .app-component-set{padding-bottom:1em}body .scala-modal .topology-component-card .component-card-content .app-component-set .app-component-random,body .scala-drawer-modal .topology-component-card .component-card-content .app-component-set .app-component-random{padding:.5em 1em}body .scala-modal .topology-component-card .component-card-content .app-component-set .app-component-section,body .scala-drawer-modal .topology-component-card .component-card-content .app-component-set .app-component-section{display:flex;justify-content:space-between}body .scala-modal .topology-component-card .component-card-content .app-component-set .app-component-section .distribution-ratio-field-section,body .scala-drawer-modal .topology-component-card .component-card-content .app-component-set .app-component-section .distribution-ratio-field-section{display:flex}body .scala-modal .topology-component-card .component-card-content>*,body .scala-drawer-modal .topology-component-card .component-card-content>*{padding:0 1.1em}body .scala-modal .topology-component-card .component-card-content .rack-summary,body .scala-drawer-modal .topology-component-card .component-card-content .rack-summary{padding-bottom:1.25em}body .scala-modal .topology-component-card .component-card-content .rack-summary .rack-summary-section+.rack-summary-section,body .scala-drawer-modal .topology-component-card .component-card-content .rack-summary .rack-summary-section+.rack-summary-section{margin-top:.4em}body .scala-modal .topology-component-card .component-card-content .included-components,body .scala-drawer-modal .topology-component-card .component-card-content .included-components{border-top:1px solid #cfcfcf;padding-top:1.3em;padding-bottom:1.3em}body .scala-modal .topology-component-card .component-card-content .included-components .empty,body .scala-drawer-modal .topology-component-card .component-card-content .included-components .empty{display:none!important}body .scala-modal .topology-component-card .component-card-content .included-components .nic-summary,body .scala-drawer-modal .topology-component-card .component-card-content .included-components .nic-summary{display:inline-block}body .scala-modal .topology-component-card .component-card-content .included-components .nic-application,body .scala-modal .topology-component-card .component-card-content .included-components .nic-server,body .scala-modal .topology-component-card .component-card-content .included-components .nic-summary,body .scala-drawer-modal .topology-component-card .component-card-content .included-components .nic-application,body .scala-drawer-modal .topology-component-card .component-card-content .included-components .nic-server,body .scala-drawer-modal .topology-component-card .component-card-content .included-components .nic-summary{padding-top:1em}body .scala-modal .topology-component-card .component-card-content .included-components .nic-application .add-application-profile,body .scala-modal .topology-component-card .component-card-content .included-components .nic-application .add-host-profile,body .scala-modal .topology-component-card .component-card-content .included-components .nic-server .add-application-profile,body .scala-modal .topology-component-card .component-card-content .included-components .nic-server .add-host-profile,body .scala-modal .topology-component-card .component-card-content .included-components .nic-summary .add-application-profile,body .scala-modal .topology-component-card .component-card-content .included-components .nic-summary .add-host-profile,body .scala-drawer-modal .topology-component-card .component-card-content .included-components .nic-application .add-application-profile,body .scala-drawer-modal .topology-component-card .component-card-content .included-components .nic-application .add-host-profile,body .scala-drawer-modal .topology-component-card .component-card-content .included-components .nic-server .add-application-profile,body .scala-drawer-modal .topology-component-card .component-card-content .included-components .nic-server .add-host-profile,body .scala-drawer-modal .topology-component-card .component-card-content .included-components .nic-summary .add-application-profile,body .scala-drawer-modal .topology-component-card .component-card-content .included-components .nic-summary .add-host-profile{float:right;margin-bottom:.5em}body .scala-modal .topology-component-card .component-card-content .included-components h3,body .scala-drawer-modal .topology-component-card .component-card-content .included-components h3{font-size:1.1em;margin-bottom:1.1em}body .scala-modal .topology-component-card .component-card-content .included-components .included-components-section+.included-components-section,body .scala-drawer-modal .topology-component-card .component-card-content .included-components .included-components-section+.included-components-section{margin-top:1.5em}body .scala-modal .topology-component-card .component-card-content .included-components .no-border,body .scala-drawer-modal .topology-component-card .component-card-content .included-components .no-border{border:none!important}body .scala-modal .topology-component-card .remove-component-section,body .scala-drawer-modal .topology-component-card .remove-component-section{flex-basis:2.5em;background-color:#f2f2f2;border-left:solid 1px #cfcfcf;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}body .scala-modal .topology-component-card .remove-component-section .component-button-container,body .scala-drawer-modal .topology-component-card .remove-component-section .component-button-container{max-height:5.2em;display:flex;flex-direction:column;justify-content:center;flex-grow:1}body .scala-modal .topology-component-card .remove-component-section .component-button-container .component-button-icon,body .scala-drawer-modal .topology-component-card .remove-component-section .component-button-container .component-button-icon{background-color:#5a5a5a}body .scala-modal .topology-component-card .remove-component-section .component-button-container .component-button-icon .scala-icon:before,body .scala-drawer-modal .topology-component-card .remove-component-section .component-button-container .component-button-icon .scala-icon:before{color:#fafafa}body .scala-modal.add-whitelist-record-modal .whitelist-add-edit-modal-body,body .scala-drawer-modal.add-whitelist-record-modal .whitelist-add-edit-modal-body{padding:1em 2em}body .scala-modal.add-whitelist-record-modal .whitelist-add-form,body .scala-drawer-modal.add-whitelist-record-modal .whitelist-add-form{display:flex;flex-direction:column;padding:1em 1em 0}body .scala-modal.add-whitelist-record-modal .whitelist-field,body .scala-drawer-modal.add-whitelist-record-modal .whitelist-field{padding:0 .2em}body .scala-modal.add-whitelist-record-modal .form-errors,body .scala-drawer-modal.add-whitelist-record-modal .form-errors{padding:1em;border:1px solid lightgray;margin:1em 2em 0;color:#a60046}body .scala-modal.add-whitelist-record-modal .add-record-button,body .scala-drawer-modal.add-whitelist-record-modal .add-record-button{margin-top:1em;align-self:flex-end;margin-right:2em}body .scala-modal.user-key-modal .form-errors,body .scala-drawer-modal.user-key-modal .form-errors{padding:1em;border:1px solid lightgray;color:#a60046}body .scala-modal.user-key-modal .scala-modal-body .scala-loader,body .scala-modal.scvm-ssh-key-modal .scala-modal-body .scala-loader,body .scala-drawer-modal.user-key-modal .scala-modal-body .scala-loader,body .scala-drawer-modal.scvm-ssh-key-modal .scala-modal-body .scala-loader{padding:1em 1em 0;width:25em}body .scala-modal.user-key-modal .user-key-modal-buttons,body .scala-modal.scvm-ssh-key-modal .user-key-modal-buttons,body .scala-drawer-modal.user-key-modal .user-key-modal-buttons,body .scala-drawer-modal.scvm-ssh-key-modal .user-key-modal-buttons{display:flex;justify-content:flex-end;padding-top:1em}body .scala-modal.user-key-modal .form-errors,body .scala-modal.scvm-ssh-key-modal .form-errors,body .scala-drawer-modal.user-key-modal .form-errors,body .scala-drawer-modal.scvm-ssh-key-modal .form-errors{color:red}body .scala-modal .health-checks-tab .checks-heading,body .scala-modal.health-checks-tab .checks-heading,body .scala-drawer-modal .health-checks-tab .checks-heading,body .scala-drawer-modal.health-checks-tab .checks-heading{margin-top:1em}body .scala-modal .health-checks-tab .checks-heading.orchestration-checks-heading,body .scala-modal.health-checks-tab .checks-heading.orchestration-checks-heading,body .scala-drawer-modal .health-checks-tab .checks-heading.orchestration-checks-heading,body .scala-drawer-modal.health-checks-tab .checks-heading.orchestration-checks-heading{margin-top:0;margin-bottom:.5em}body .scala-modal .health-checks-tab .scala-table .check-status-ok,body .scala-modal.health-checks-tab .scala-table .check-status-ok,body .scala-drawer-modal .health-checks-tab .scala-table .check-status-ok,body .scala-drawer-modal.health-checks-tab .scala-table .check-status-ok{background-color:#66cdaa33}body .scala-modal .health-checks-tab .scala-table .check-status-warning,body .scala-modal.health-checks-tab .scala-table .check-status-warning,body .scala-drawer-modal .health-checks-tab .scala-table .check-status-warning,body .scala-drawer-modal.health-checks-tab .scala-table .check-status-warning{background-color:#df0}body .scala-modal .health-checks-tab .scala-table .check-status-critical,body .scala-modal.health-checks-tab .scala-table .check-status-critical,body .scala-drawer-modal .health-checks-tab .scala-table .check-status-critical,body .scala-drawer-modal.health-checks-tab .scala-table .check-status-critical{background-color:#e00000}body .scala-modal .health-checks-tab .scala-table .check-status-unknown,body .scala-modal.health-checks-tab .scala-table .check-status-unknown,body .scala-drawer-modal .health-checks-tab .scala-table .check-status-unknown,body .scala-drawer-modal.health-checks-tab .scala-table .check-status-unknown{background-color:#bbb}body .scala-modal .health-checks-tab .scala-table .table-row,body .scala-modal.health-checks-tab .scala-table .table-row,body .scala-drawer-modal .health-checks-tab .scala-table .table-row,body .scala-drawer-modal.health-checks-tab .scala-table .table-row{padding:0}body .scala-modal .health-checks-tab .table-row,body .scala-modal.health-checks-tab .table-row,body .scala-drawer-modal .health-checks-tab .table-row,body .scala-drawer-modal.health-checks-tab .table-row{overflow:hidden}body .scala-modal .button-icon,body .scala-drawer-modal .button-icon{margin-left:7px;color:#0092cc}body .scala-modal .scala-card,body .scala-drawer-modal .scala-card{border:solid 1px lightgrey;font-size:1rem;display:inline-flex;border-radius:.2rem;padding:.5rem 0rem 1em}body .scala-modal .scala-card *,body .scala-drawer-modal .scala-card *{font-size:1rem}body .scala-modal .scala-card.success,body .scala-drawer-modal .scala-card.success{border-color:#00c4a1}body .scala-modal .scala-card.disabled,body .scala-drawer-modal .scala-card.disabled{border-color:#d3d3d3}body .scala-modal .scala-card-header,body .scala-drawer-modal .scala-card-header{display:block}body .scala-modal .scala-loader .loader-root,body .scala-drawer-modal .scala-loader .loader-root{display:flex;flex-direction:column}body .scala-modal .scala-loader.overlay,body .scala-drawer-modal .scala-loader.overlay{position:relative}body .scala-modal .scala-loader.overlay .loader-hidden,body .scala-drawer-modal .scala-loader.overlay .loader-hidden{display:none}body .scala-modal .scala-loader.overlay.loading>*,body .scala-drawer-modal .scala-loader.overlay.loading>*{opacity:.2}body .scala-modal .scala-loader.overlay.loading>*.loader-root,body .scala-drawer-modal .scala-loader.overlay.loading>*.loader-root{opacity:1}body .scala-modal .scala-loader.overlay .loader-root,body .scala-drawer-modal .scala-loader.overlay .loader-root{top:0;height:100%;position:absolute;width:100%}body .scala-modal .scala-loader.contained.loading .loader,body .scala-drawer-modal .scala-loader.contained.loading .loader{position:static;width:unset}body .scala-modal .scala-loader .centered,body .scala-drawer-modal .scala-loader .centered{display:flex;justify-content:center;align-items:center;height:fit-content;flex-grow:1}body .scala-modal .scala-loader .centered .loader,body .scala-drawer-modal .scala-loader .centered .loader{left:unset;top:unset;width:unset}body .scala-modal .scala-loader .with-height,body .scala-drawer-modal .scala-loader .with-height{min-height:50px}body .scala-modal .scala-loader .loader-inner>div,body .scala-drawer-modal .scala-loader .loader-inner>div{background-color:#5e8dbf}body .scala-modal .user-card,body .scala-drawer-modal .user-card{display:inline-flex;align-items:center;justify-content:space-between;height:50px;padding:10px;box-sizing:border-box}body .scala-modal .user-card:hover .remove-icon,body .scala-drawer-modal .user-card:hover .remove-icon{display:block}body .scala-modal .user-card .user-icon,body .scala-drawer-modal .user-card .user-icon{margin-right:10px}body .scala-modal .user-card .user-name,body .scala-drawer-modal .user-card .user-name{margin-right:10px;min-width:0}body .scala-modal .user-card .user-name aside,body .scala-drawer-modal .user-card .user-name aside{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body .scala-modal .user-card .remove-icon,body .scala-drawer-modal .user-card .remove-icon{display:none}body .scala-modal .user-icon,body .scala-modal .workspace-icon,body .scala-drawer-modal .user-icon,body .scala-drawer-modal .workspace-icon{width:30px;height:30px;border-radius:50%;display:flex;flex-shrink:0;justify-content:center;align-items:center}body .scala-modal .user-icon span,body .scala-modal .workspace-icon span,body .scala-drawer-modal .user-icon span,body .scala-drawer-modal .workspace-icon span{color:#fafafa}body .scala-modal .user-icon.icon-color-1,body .scala-modal .workspace-icon.icon-color-1,body .scala-drawer-modal .user-icon.icon-color-1,body .scala-drawer-modal .workspace-icon.icon-color-1{background-color:#61b0cf}body .scala-modal .user-icon.icon-color-1:after,body .scala-modal .workspace-icon.icon-color-1:after,body .scala-drawer-modal .user-icon.icon-color-1:after,body .scala-drawer-modal .workspace-icon.icon-color-1:after{background-color:#61b0cf}body .scala-modal .user-icon.icon-color-2,body .scala-modal .workspace-icon.icon-color-2,body .scala-drawer-modal .user-icon.icon-color-2,body .scala-drawer-modal .workspace-icon.icon-color-2{background-color:#5a5a5a}body .scala-modal .user-icon.icon-color-2:after,body .scala-modal .workspace-icon.icon-color-2:after,body .scala-drawer-modal .user-icon.icon-color-2:after,body .scala-drawer-modal .workspace-icon.icon-color-2:after{background-color:#5a5a5a}body .scala-modal .user-icon.icon-color-3,body .scala-modal .workspace-icon.icon-color-3,body .scala-drawer-modal .user-icon.icon-color-3,body .scala-drawer-modal .workspace-icon.icon-color-3{background-color:#0092cc}body .scala-modal .user-icon.icon-color-3:after,body .scala-modal .workspace-icon.icon-color-3:after,body .scala-drawer-modal .user-icon.icon-color-3:after,body .scala-drawer-modal .workspace-icon.icon-color-3:after{background-color:#0092cc}body .scala-modal .user-icon.icon-color-4,body .scala-modal .workspace-icon.icon-color-4,body .scala-drawer-modal .user-icon.icon-color-4,body .scala-drawer-modal .workspace-icon.icon-color-4{background-color:#00c4a1}body .scala-modal .user-icon.icon-color-4:after,body .scala-modal .workspace-icon.icon-color-4:after,body .scala-drawer-modal .user-icon.icon-color-4:after,body .scala-drawer-modal .workspace-icon.icon-color-4:after{background-color:#00c4a1}body .scala-modal .user-icon.icon-color-5,body .scala-modal .workspace-icon.icon-color-5,body .scala-drawer-modal .user-icon.icon-color-5,body .scala-drawer-modal .workspace-icon.icon-color-5{background-color:#084781}body .scala-modal .user-icon.icon-color-5:after,body .scala-modal .workspace-icon.icon-color-5:after,body .scala-drawer-modal .user-icon.icon-color-5:after,body .scala-drawer-modal .workspace-icon.icon-color-5:after{background-color:#084781}body .scala-modal .workspace-icon,body .scala-drawer-modal .workspace-icon{border-radius:5px}body .scala-modal .path-header .header-route,body .scala-drawer-modal .path-header .header-route{line-height:29px}body .scala-modal .path-header .header-route a,body .scala-drawer-modal .path-header .header-route a{color:inherit}body .scala-modal .path-header .header-title,body .scala-drawer-modal .path-header .header-title{line-height:34px}body .scala-modal .scala-field label,body .scala-drawer-modal .scala-field label{height:30px;display:flex;align-items:center;transform:scale(1)}body .scala-modal .scala-field label+.scala-field-input,body .scala-drawer-modal .scala-field label+.scala-field-input{margin-top:30px}body .scala-modal .scala-table,body .scala-drawer-modal .scala-table{width:100%;display:table}body .scala-modal .scala-table .scala-table-options,body .scala-drawer-modal .scala-table .scala-table-options{display:flex;justify-content:space-between;margin-bottom:1.25rem}body .scala-modal .scala-table .scala-table-options .bulk-action-button+.bulk-action-button,body .scala-drawer-modal .scala-table .scala-table-options .bulk-action-button+.bulk-action-button{margin-left:10px}body .scala-modal .scala-table .scala-table-options .scala-search,body .scala-drawer-modal .scala-table .scala-table-options .scala-search{width:228px}body .scala-modal .scala-table .scala-table-options .scala-search .scala-icon,body .scala-drawer-modal .scala-table .scala-table-options .scala-search .scala-icon{overflow:visible}body .scala-modal .scala-table .scala-table-options .scala-search-layout,body .scala-drawer-modal .scala-table .scala-table-options .scala-search-layout{width:auto}body .scala-modal .scala-table .scala-table-options .scala-search-layout>*,body .scala-drawer-modal .scala-table .scala-table-options .scala-search-layout>*{max-height:2rem;min-height:auto}body .scala-modal .scala-table .scala-table-options .scala-table-buttons,body .scala-drawer-modal .scala-table .scala-table-options .scala-table-buttons{margin-top:.7rem;margin-right:2rem}body .scala-modal .scala-table .scala-table-options .scala-table-search-buttons,body .scala-drawer-modal .scala-table .scala-table-options .scala-table-search-buttons{display:inline-flex;align-items:center}body .scala-modal .scala-table .scala-table-options .scala-delimeter,body .scala-drawer-modal .scala-table .scala-table-options .scala-delimeter{font-size:1rem;color:#98999a;width:auto;background-color:#fff;margin:1rem;width:6rem;height:3rem}body .scala-modal .scala-table .scala-table-content,body .scala-drawer-modal .scala-table .scala-table-content{padding-top:0;padding-bottom:0;width:100%;overflow-x:auto}body .scala-modal .scala-table .scala-table-content table,body .scala-drawer-modal .scala-table .scala-table-content table{display:inline-block;box-sizing:border-box}body .scala-modal .scala-table .scala-table-content table tbody,body .scala-drawer-modal .scala-table .scala-table-content table tbody{display:block;box-sizing:border-box}body .scala-modal .scala-table .scala-table-content table tbody .table-data-row,body .scala-drawer-modal .scala-table .scala-table-content table tbody .table-data-row{display:inline-flex;width:100%;justify-content:space-between;box-sizing:border-box}body .scala-modal .scala-table .scala-table-content table tbody tr.no-content,body .scala-drawer-modal .scala-table .scala-table-content table tbody tr.no-content{justify-content:center}body .scala-modal .scala-table .scala-table-content table tbody tr.no-content p,body .scala-drawer-modal .scala-table .scala-table-content table tbody tr.no-content p{color:#cfcfcf;font-style:italic}body .scala-modal .scala-table .scala-table-content table tbody .row-action-menu,body .scala-drawer-modal .scala-table .scala-table-content table tbody .row-action-menu{position:absolute;padding:0;right:3em;background-color:#fff;margin:.2em}body .scala-modal .scala-table .scala-table-content table tbody .row-action-menu li,body .scala-drawer-modal .scala-table .scala-table-content table tbody .row-action-menu li{font-size:.8em;padding:0 1em;background-color:#fff;outline:1px solid rgb(178.5,233.25,255);z-index:1}body .scala-modal .scala-table .scala-table-content table tbody .row-action-menu li:hover,body .scala-drawer-modal .scala-table .scala-table-content table tbody .row-action-menu li:hover{background-color:#cdcdcd}body .scala-modal .scala-table .scala-table-content table tbody .row-actions,body .scala-drawer-modal .scala-table .scala-table-content table tbody .row-actions{color:#0092cc}body .scala-modal .scala-table .scala-table-content table thead,body .scala-drawer-modal .scala-table .scala-table-content table thead{display:block;box-sizing:border-box;width:100%}body .scala-modal .scala-table .scala-table-content table thead .table-header,body .scala-drawer-modal .scala-table .scala-table-content table thead .table-header{box-sizing:border-box}body .scala-modal .scala-table .scala-table-content table thead .table-header .scala-cell,body .scala-drawer-modal .scala-table .scala-table-content table thead .table-header .scala-cell{display:flex;flex-direction:row;justify-content:left}body .scala-modal .scala-table .scala-table-content table thead .table-header .scala-cell.scala-item-type,body .scala-drawer-modal .scala-table .scala-table-content table thead .table-header .scala-cell.scala-item-type,body .scala-modal .scala-table .scala-table-content table thead .table-header .scala-cell.scala-item-type button,body .scala-drawer-modal .scala-table .scala-table-content table thead .table-header .scala-cell.scala-item-type button{min-width:0}body .scala-modal .scala-table .scala-table-content table thead .table-header .scala-cell.sorted-column aside,body .scala-drawer-modal .scala-table .scala-table-content table thead .table-header .scala-cell.sorted-column aside{color:#0092cc}body .scala-modal .scala-table .scala-table-content table thead .table-header .scala-cell aside,body .scala-drawer-modal .scala-table .scala-table-content table thead .table-header .scala-cell aside{text-align:left}body .scala-modal .scala-table .scala-table-content table thead .table-header .scala-cell .sort-up-icon:not(.active-sort),body .scala-modal .scala-table .scala-table-content table thead .table-header .scala-cell .sort-down-icon:not(.active-sort),body .scala-drawer-modal .scala-table .scala-table-content table thead .table-header .scala-cell .sort-up-icon:not(.active-sort),body .scala-drawer-modal .scala-table .scala-table-content table thead .table-header .scala-cell .sort-down-icon:not(.active-sort){color:#b7d8e4}body .scala-modal .scala-table .scala-table-content table thead .table-header .scala-cell .sort-up-icon,body .scala-drawer-modal .scala-table .scala-table-content table thead .table-header .scala-cell .sort-up-icon{margin-right:-7px}body .scala-modal .scala-table .scala-table-content table .table-row,body .scala-drawer-modal .scala-table .scala-table-content table .table-row{display:flex;width:100%;align-items:center;min-width:0}body .scala-modal .scala-table .scala-table-content table .table-row .scala-cell,body .scala-drawer-modal .scala-table .scala-table-content table .table-row .scala-cell{min-height:inherit}body .scala-modal .scala-table .scala-table-content table .table-row .scala-cell.scala-item,body .scala-drawer-modal .scala-table .scala-table-content table .table-row .scala-cell.scala-item{min-width:0}body .scala-modal .scala-table .scala-table-content table .table-row .scala-cell.row-actions-cell,body .scala-drawer-modal .scala-table .scala-table-content table .table-row .scala-cell.row-actions-cell{min-width:15px;flex:0}body .scala-modal .scala-table .scala-table-content table .table-row .scala-cell.checkbox-cell,body .scala-drawer-modal .scala-table .scala-table-content table .table-row .scala-cell.checkbox-cell{flex:0}body .scala-modal .scala-table .scala-table-content table .table-row .scala-cell p,body .scala-modal .scala-table .scala-table-content table .table-row .scala-cell aside,body .scala-drawer-modal .scala-table .scala-table-content table .table-row .scala-cell p,body .scala-drawer-modal .scala-table .scala-table-content table .table-row .scala-cell aside{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}body .scala-modal .scala-table .scala-table-content table .scala-cell,body .scala-drawer-modal .scala-table .scala-table-content table .scala-cell{flex:1}body .scala-modal .scala-table-tabs,body .scala-drawer-modal .scala-table-tabs{display:flex}body .scala-modal .scala-table-tabs .scala-table-tab,body .scala-drawer-modal .scala-table-tabs .scala-table-tab{cursor:pointer}body .scala-modal .scala-table-tabs .scala-table-tab .scala-card,body .scala-drawer-modal .scala-table-tabs .scala-table-tab .scala-card{display:flex;align-items:center;padding:0 20px;height:38px}body .scala-modal .scala-table-tabs .scala-table-tab p,body .scala-drawer-modal .scala-table-tabs .scala-table-tab p{font-size:13px}body .scala-modal .scala-table-tabs .scala-table-tab+.scala-table-tab,body .scala-drawer-modal .scala-table-tabs .scala-table-tab+.scala-table-tab{margin-left:11px}body .scala-modal .scala-table-tabs .scala-table-tab.selected-table-tab,body .scala-drawer-modal .scala-table-tabs .scala-table-tab.selected-table-tab{background-color:#00c4a10a}body .scala-modal .scala-table-tabs .scala-table-tab.selected-table-tab .scala-card,body .scala-drawer-modal .scala-table-tabs .scala-table-tab.selected-table-tab .scala-card{border:solid 1px #00c4a1;min-width:50%}body .scala-modal .scala-table-tabs .scala-table-tab.selected-table-tab p,body .scala-drawer-modal .scala-table-tabs .scala-table-tab.selected-table-tab p{color:#00c4a1;font-weight:700}body .scala-modal .coming-soon-view .page-title,body .scala-drawer-modal .coming-soon-view .page-title{padding:0;margin:.5em 0 -.5em 1em;font-size:2em}body .scala-modal .coming-soon-view .using-scala-header,body .scala-drawer-modal .coming-soon-view .using-scala-header{margin:1.5em;color:#0092cc}body .scala-modal .coming-soon-view .using-scala-section,body .scala-drawer-modal .coming-soon-view .using-scala-section{margin:2.5em}body .scala-modal .unavailable-content-card,body .scala-drawer-modal .unavailable-content-card{display:block;margin:2em;padding:3em;max-height:15em}body .scala-modal .unavailable-content-card p,body .scala-drawer-modal .unavailable-content-card p{text-align:center}body .scala-modal .unavailable-content-card .unavailable-card-icon,body .scala-drawer-modal .unavailable-content-card .unavailable-card-icon{font-size:5em;color:#00c4a1}body .scala-modal .unavailable-content-card .unavailable-card-title,body .scala-drawer-modal .unavailable-content-card .unavailable-card-title{font-size:2em}body .scala-modal .unavailable-content-card .unavailable-card-body,body .scala-drawer-modal .unavailable-content-card .unavailable-card-body{color:gray;text-align:center}body .scala-modal .compute-card,body .scala-drawer-modal .compute-card{display:flex;justify-content:center;align-items:center;min-height:81px}body .scala-modal .compute-card .compute-details,body .scala-drawer-modal .compute-card .compute-details{display:flex;width:100%;min-width:0;justify-content:space-between;padding:0 19px 0 21px}body .scala-modal .compute-details-left,body .scala-drawer-modal .compute-details-left{display:flex;justify-content:left;align-items:center;margin-left:-14px;min-width:0}body .scala-modal .compute-details-left .cluster-status,body .scala-drawer-modal .compute-details-left .cluster-status{display:inline-block;font-size:.8em;border:1px solid #ADD8E6;padding:0 .3em;border-radius:3px;margin-left:2em;position:static}body .scala-modal .compute-details-left .cluster-status.dead,body .scala-drawer-modal .compute-details-left .cluster-status.dead{color:#ff0}body .scala-modal .compute-details-left .compute-icon,body .scala-drawer-modal .compute-details-left .compute-icon{display:flex;align-items:center;padding-right:7px}body .scala-modal .compute-details-left .compute-icon .icon-Cluster,body .scala-drawer-modal .compute-details-left .compute-icon .icon-Cluster{color:#00c4a1;font-size:69px}body .scala-modal .compute-details-left .compute-data,body .scala-drawer-modal .compute-details-left .compute-data{display:flex;flex-direction:column;min-width:0}body .scala-modal .compute-details-left .compute-data .compute-name,body .scala-drawer-modal .compute-details-left .compute-data .compute-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}body .scala-modal .compute-details-left .compute-data .compute-data-lower,body .scala-drawer-modal .compute-details-left .compute-data .compute-data-lower{display:flex;align-items:center;padding-top:1px}body .scala-modal .compute-details-left .compute-data .compute-data-lower div,body .scala-drawer-modal .compute-details-left .compute-data .compute-data-lower div{white-space:nowrap;text-overflow:ellipsis}body .scala-modal .compute-details-left .compute-data .compute-data-lower div+div,body .scala-drawer-modal .compute-details-left .compute-data .compute-data-lower div+div{margin-left:18px}@im .compute-section-left-loader{body .scala-modal,body .scala-drawer-modal {display: flex;} body .scala-modal .compute-details-right,body .scala-drawer-modal .compute-details-right {display: flex; align-items: center; margin-left: 10px;} body .scala-modal .compute-details-right .compute-health-section,body .scala-drawer-modal .compute-details-right .compute-health-section {display: flex; align-items: center; font-size: 1.5em;} body .scala-modal .compute-details-right .cluster-health-warn-icon,body .scala-drawer-modal .compute-details-right .cluster-health-warn-icon {color: #ff8800;} body .scala-modal .compute-details-right .cluster-health-critical-icon,body .scala-drawer-modal .compute-details-right .cluster-health-critical-icon {color: #b7004c;} body .scala-modal .compute-details-right button + button,body .scala-drawer-modal .compute-details-right button + button {margin-left: 8px;} body .scala-modal .compute-details-right button:last-of-type,body .scala-drawer-modal .compute-details-right button:last-of-type {margin-right: 40px;}}body .scala-modal .storage-section,body .scala-drawer-modal .storage-section{position:relative}body .scala-modal .storage-section .edit-storage-button,body .scala-drawer-modal .storage-section .edit-storage-button{position:absolute;top:-39px;right:0}body .scala-modal .storage-section .storage-card,body .scala-drawer-modal .storage-section .storage-card{display:flex;justify-content:left}body .scala-modal .storage-section .storage-card .storage-card-content,body .scala-drawer-modal .storage-section .storage-card .storage-card-content{padding:0 15px;width:100%;display:flex;flex-direction:column}body .scala-modal .storage-section .storage-card .storage-card-content div,body .scala-drawer-modal .storage-section .storage-card .storage-card-content div{width:100%}body .scala-modal .storage-section .storage-card .storage-card-content .storage-meter,body .scala-drawer-modal .storage-section .storage-card .storage-card-content .storage-meter{position:relative;margin-top:25px;margin-bottom:7px}body .scala-modal .storage-section .storage-card .storage-card-content .storage-meter div,body .scala-drawer-modal .storage-section .storage-card .storage-card-content .storage-meter div{border-radius:2px;height:4px}body .scala-modal .storage-section .storage-card .storage-card-content .storage-data,body .scala-drawer-modal .storage-section .storage-card .storage-card-content .storage-data{display:flex;justify-content:space-between}body .scala-modal .storage-section .storage-card .storage-card-content .storage-data aside,body .scala-drawer-modal .storage-section .storage-card .storage-card-content .storage-data aside{line-height:34px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}body .scala-modal .storage-section .storage-card .storage-card-content .storage-data aside:last-child,body .scala-drawer-modal .storage-section .storage-card .storage-card-content .storage-data aside:last-child{margin-left:10px}body .scala-modal .cluster-form,body .scala-drawer-modal .cluster-form{display:flex;flex-direction:column;justify-content:space-between;height:100%}body .scala-modal .cluster-form .scala-auto-complete,body .scala-drawer-modal .cluster-form .scala-auto-complete{margin:.5em 0;padding:0}body .scala-modal .cluster-form .scala-auto-complete .menu-container,body .scala-drawer-modal .cluster-form .scala-auto-complete .menu-container{padding:0}body .scala-modal .cluster-form .edit-cluster-modal-error,body .scala-drawer-modal .cluster-form .edit-cluster-modal-error{text-align:center;padding:1em 0 0}body .scala-modal .cluster-form .edit-cluster-modal-error .error-msg,body .scala-drawer-modal .cluster-form .edit-cluster-modal-error .error-msg{color:red}body .scala-modal .cluster-form .edit-cluster-modal-row-1,body .scala-drawer-modal .cluster-form .edit-cluster-modal-row-1{display:flex;min-width:511px}body .scala-modal .cluster-form .edit-cluster-modal-row-2,body .scala-drawer-modal .cluster-form .edit-cluster-modal-row-2{display:flex;justify-content:space-between}body .scala-modal .cluster-form .edit-cluster-modal-row-2 .cluster-architecture,body .scala-drawer-modal .cluster-form .edit-cluster-modal-row-2 .cluster-architecture{width:221px}body .scala-modal .cluster-form .edit-cluster-modal-row-2 .cluster-architecture,body .scala-drawer-modal .cluster-form .edit-cluster-modal-row-2 .cluster-architecture{opacity:.5;filter:grayscale(1);pointer-events:none}body .scala-modal .cluster-form .edit-cluster-modal-row-2 .cluster-cores,body .scala-drawer-modal .cluster-form .edit-cluster-modal-row-2 .cluster-cores{width:102px}body .scala-modal .cluster-form .edit-cluster-modal-row-2 .cluster-memory,body .scala-drawer-modal .cluster-form .edit-cluster-modal-row-2 .cluster-memory{width:145px}body .scala-modal .cluster-form .edit-cluster-modal-row-3,body .scala-drawer-modal .cluster-form .edit-cluster-modal-row-3{display:flex;justify-content:flex-end}body .scala-modal .cluster-form .save-cluster-button,body .scala-drawer-modal .cluster-form .save-cluster-button{margin-top:1em}body .scala-modal .cluster-form button,body .scala-drawer-modal .cluster-form button{margin-left:0}body .scala-modal .dise-name-field,body .scala-drawer-modal .dise-name-field,body .scala-modal .dise-desc-field,body .scala-drawer-modal .dise-desc-field{min-width:511px}body .scala-modal .select-list,body .scala-drawer-modal .select-list{padding:.5em 1em;margin:1em}body .scala-modal .select-list .select-list-entry,body .scala-drawer-modal .select-list .select-list-entry{min-width:25rem;display:flex;outline:1px solid lightgray;justify-content:space-between;align-items:center;padding:.2em 1em}body .scala-modal .select-list .select-list-entry .select-list-entry-content,body .scala-drawer-modal .select-list .select-list-entry .select-list-entry-content{width:1rem;display:inline-flex;flex-grow:1}body .scala-modal .select-list .select-list-entry .select-list-entry-content .scala-card,body .scala-drawer-modal .select-list .select-list-entry .select-list-entry-content .scala-card{border:none}body .scala-modal .network-workload-section,body .scala-drawer-modal .network-workload-section{height:161px;width:100%;border-radius:8px;background-color:#00c4a1;padding:20px 20px 22px 21px;display:flex;justify-content:space-between;box-sizing:border-box}body .scala-modal .network-workload-section .workload-data,body .scala-drawer-modal .network-workload-section .workload-data{min-width:0}body .scala-modal .network-workload-section .workload-data p,body .scala-drawer-modal .network-workload-section .workload-data p{color:#fff}body .scala-modal .network-workload-section .workload-data .data-value,body .scala-drawer-modal .network-workload-section .workload-data .data-value{min-width:0}body .scala-modal .network-workload-section .workload-data .data-value p,body .scala-drawer-modal .network-workload-section .workload-data .data-value p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body .scala-modal.add-component-modal,body .scala-drawer-modal.add-component-modal{min-width:80em}body .scala-modal.add-component-modal .scala-modal-content,body .scala-drawer-modal.add-component-modal .scala-modal-content{width:75%}body .scala-modal.add-component-modal .scala-modal-body .applicationprofile-card,body .scala-drawer-modal.add-component-modal .scala-modal-body .applicationprofile-card{min-width:65%;width:65em;border:none;margin-bottom:1em}body .scala-modal.add-component-modal .no-components-available,body .scala-drawer-modal.add-component-modal .no-components-available{font-style:italic;color:#cfcfcf;margin:2em}body .scala-modal.wireshark-help-modal,body .scala-drawer-modal.wireshark-help-modal{width:100%}body .scala-modal.wireshark-help-modal .scala-modal-content,body .scala-drawer-modal.wireshark-help-modal .scala-modal-content{min-width:75%}body .scala-modal.wireshark-help-modal .scala-modal-content .wireshark-help-container .image,body .scala-drawer-modal.wireshark-help-modal .scala-modal-content .wireshark-help-container .image{margin-top:1em;max-width:100%;height:auto;display:block}body .scala-modal.wireshark-help-modal .scala-modal-content .wireshark-help-container .help,body .scala-drawer-modal.wireshark-help-modal .scala-modal-content .wireshark-help-container .help{padding:.5em;margin-left:-1em;font-size:1.4em}body .scala-modal .workload-data,body .scala-drawer-modal .workload-data{display:flex;justify-content:left}body .scala-modal .workload-data p,body .scala-drawer-modal .workload-data p{line-height:29px}body .scala-modal .workload-data .data-field,body .scala-drawer-modal .workload-data .data-field{margin-right:14px}body .scala-modal .workload-data .data-value p,body .scala-drawer-modal .workload-data .data-value p{font-weight:700}body .scala-modal .project-card-container,body .scala-drawer-modal .project-card-container{padding-right:1em}body .scala-modal .project-card,body .scala-drawer-modal .project-card{margin:1em 0;display:inline-block;border:1px solid lightgray;border-radius:.3em;background-color:#fff;width:100%;cursor:pointer}body .scala-modal .project-card>*,body .scala-drawer-modal .project-card>*{padding-left:1em}body .scala-modal .project-card:hover,body .scala-drawer-modal .project-card:hover{box-shadow:2px 2px 5px gray}body .scala-modal .project-card .card-heading,body .scala-drawer-modal .project-card .card-heading{padding:1em 0 0;display:flex;flex-direction:column;flex-grow:1}body .scala-modal .project-card .card-heading>*,body .scala-drawer-modal .project-card .card-heading>*{padding:0 1.15em}body .scala-modal .project-card .card-heading a,body .scala-drawer-modal .project-card .card-heading a{display:flex;box-sizing:border-box;padding:0}body .scala-modal .project-card .card-heading a .project-info>*,body .scala-drawer-modal .project-card .card-heading a .project-info>*{padding:0 1.15em}body .scala-modal .project-card .card-heading .project-type,body .scala-drawer-modal .project-card .card-heading .project-type{color:#00c4a1;margin-bottom:-.4em}body .scala-modal .project-card .card-heading .project-type span,body .scala-drawer-modal .project-card .card-heading .project-type span{font-size:12px;display:flex;flex-direction:column;position:relative;padding-top:3.2em;line-height:24px}body .scala-modal .project-card .card-heading .project-type span .scala-icon,body .scala-drawer-modal .project-card .card-heading .project-type span .scala-icon{position:absolute;padding:0;font-size:3.6em;line-height:34px;left:-.15em;top:0}body .scala-modal .project-card .card-heading .project-type span .scala-icon.icon-Network,body .scala-drawer-modal .project-card .card-heading .project-type span .scala-icon.icon-Network{left:0;font-size:2.6em}body .scala-modal .project-card .card-heading .project-name,body .scala-drawer-modal .project-card .card-heading .project-name{margin-left:-.1em;margin-bottom:.9em;display:inline-block;width:100%;overflow:hidden;text-overflow:ellipsis}body .scala-modal .project-card .card-heading .project-name .project-name-text,body .scala-drawer-modal .project-card .card-heading .project-name .project-name-text{font-size:1.2rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}body .scala-modal .project-card .card-heading .project-simulations-divider,body .scala-drawer-modal .project-card .card-heading .project-simulations-divider{background-color:#dadada}body .scala-modal .project-card .card-heading .project-simulations-header,body .scala-drawer-modal .project-card .card-heading .project-simulations-header{padding:0;border:1px solid lightslategray}body .scala-modal .project-card .card-heading .project-info,body .scala-drawer-modal .project-card .card-heading .project-info{width:100%}body .scala-modal .project-card .card-heading .project-info .project-info-bottom,body .scala-drawer-modal .project-card .card-heading .project-info .project-info-bottom{align-self:flex-end}body .scala-modal .project-card .card-heading .users-list,body .scala-drawer-modal .project-card .card-heading .users-list{height:3.5em}body .scala-modal .project-card .card-heading .card-heading-bottom,body .scala-drawer-modal .project-card .card-heading .card-heading-bottom{display:flex;justify-content:space-between;align-items:center;height:2.5rem;margin-top:4px}body .scala-modal .project-card .card-heading .card-heading-bottom .project-rate,body .scala-drawer-modal .project-card .card-heading .card-heading-bottom .project-rate{border:solid 1px #2f2f2f;height:24px;display:flex;justify-content:center;align-items:center;padding:0 9px}body .scala-modal .project-card .card-heading .card-heading-bottom .project-rate aside,body .scala-drawer-modal .project-card .card-heading .card-heading-bottom .project-rate aside{color:#2f2f2f}body .scala-modal .project-card .project-simulations,body .scala-drawer-modal .project-card .project-simulations{height:8em;overflow:hidden;text-overflow:ellipsis;margin-bottom:1em;font-size:small}body .scala-modal .project-card .project-simulations .loading,body .scala-drawer-modal .project-card .project-simulations .loading{padding:2.5em}body .scala-modal .project-card .project-simulations *,body .scala-drawer-modal .project-card .project-simulations *{list-style-type:none}body .scala-modal .project-card .project-simulations .project-simulations-summary,body .scala-drawer-modal .project-card .project-simulations .project-simulations-summary{list-style-type:none;display:inline-flex;padding:.5em 0;margin:0;width:100%}body .scala-modal .project-card .project-simulations .project-simulations-summary .status-item,body .scala-drawer-modal .project-card .project-simulations .project-simulations-summary .status-item{width:100%;font-size:1em}body .scala-modal .project-card .project-simulations .project-simulations-summary .status-item .status-container .value,body .scala-drawer-modal .project-card .project-simulations .project-simulations-summary .status-item .status-container .value{color:#0092cc;display:inline-grid;font-weight:700;padding-right:.3em;min-width:1.2em}body .scala-modal .project-card .project-simulations .project-simulations-summary .status-item .status-container .value.none,body .scala-drawer-modal .project-card .project-simulations .project-simulations-summary .status-item .status-container .value.none{color:#cbcbcb}body .scala-modal .project-card .project-simulations .project-simulations-summary .status-item .status-container .label,body .scala-drawer-modal .project-card .project-simulations .project-simulations-summary .status-item .status-container .label{color:#2f2f2f}body .scala-modal .project-card .project-simulations .project-desktop-summary,body .scala-drawer-modal .project-card .project-simulations .project-desktop-summary{list-style-type:none;padding:1em 0;margin:0;width:100%}body .scala-modal .project-card .project-simulations .project-desktop-summary .status-item,body .scala-drawer-modal .project-card .project-simulations .project-desktop-summary .status-item{color:#2f2f2f;margin-top:.4em}body .scala-modal .project-card .project-simulations .project-desktop-summary .status-item:first-of-type,body .scala-drawer-modal .project-card .project-simulations .project-desktop-summary .status-item:first-of-type{margin-top:0}body .scala-modal .project-card .project-simulations .project-desktop-summary .status-item.active,body .scala-drawer-modal .project-card .project-simulations .project-desktop-summary .status-item.active{color:#00c4a1}body .scala-modal .project-card .scala-loader .loader,body .scala-drawer-modal .project-card .scala-loader .loader{position:unset;display:flex;justify-content:center;align-items:center}body .scala-modal .project-card .no-simulations,body .scala-drawer-modal .project-card .no-simulations{display:flex;justify-content:center;align-items:center}body .scala-modal .project-card .no-simulations p,body .scala-drawer-modal .project-card .no-simulations p{color:#cfcfcf;font-style:italic}body .scala-modal .project-card .simulation-row,body .scala-drawer-modal .project-card .simulation-row{height:60px}body .scala-modal .simulation-section,body .scala-drawer-modal .simulation-section{min-height:4em;display:flex;justify-content:space-between;align-items:center;background-color:#122945;padding:0 10px;outline:1px solid}body .scala-modal .simulation-section .simulation-name aside,body .scala-drawer-modal .simulation-section .simulation-name aside{color:#fafafa;font-weight:700}body .scala-modal .simulation-section .simulation-phase,body .scala-drawer-modal .simulation-section .simulation-phase{margin-left:.8em}body .scala-modal .simulation-section .simulation-phase aside,body .scala-drawer-modal .simulation-section .simulation-phase aside{color:#61b0cf}body .scala-modal .simulation-section .elapsed-time aside,body .scala-drawer-modal .simulation-section .elapsed-time aside{color:#fafafa}body .scala-modal .simulation-section.pending,body .scala-modal .simulation-section.submitted,body .scala-modal .simulation-section.queued,body .scala-drawer-modal .simulation-section.pending,body .scala-drawer-modal .simulation-section.submitted,body .scala-drawer-modal .simulation-section.queued{color:#add8e6}body .scala-modal .simulation-section.suspended,body .scala-drawer-modal .simulation-section.suspended{color:#ff0}body .scala-modal .simulation-section .sim-status,body .scala-drawer-modal .simulation-section .sim-status{margin-left:1em;padding:.2em;color:#61b0cf;border-radius:.3em}body .scala-modal .simulation-section .sim-status.simfailed,body .scala-modal .simulation-section .sim-status.simfailed_validation,body .scala-drawer-modal .simulation-section .sim-status.simfailed,body .scala-drawer-modal .simulation-section .sim-status.simfailed_validation{background-color:#a60046;color:#fafafa;border-radius:1em;padding:0 1em}body .scala-modal .simulation-section aside,body .scala-drawer-modal .simulation-section aside{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body .scala-modal .simulation-section .simulation-section-left,body .scala-drawer-modal .simulation-section .simulation-section-left{display:flex;align-items:center;min-width:0}body .scala-modal .simulation-section .simulation-section-left .simulation-status,body .scala-drawer-modal .simulation-section .simulation-section-left .simulation-status{margin-right:11px;flex-shrink:0}body .scala-modal .simulation-section .simulation-section-left .simulation-name,body .scala-drawer-modal .simulation-section .simulation-section-left .simulation-name{min-width:0}body .scala-modal .simulation-section .simulation-info,body .scala-drawer-modal .simulation-section .simulation-info{display:flex;align-items:center}body .scala-modal .simulation-section .simulation-info .simulation-status,body .scala-drawer-modal .simulation-section .simulation-info .simulation-status{color:#61b0cf;margin-right:1em;border:1px solid #0092cc;border-radius:3px}body .scala-modal .simulation-section .simulation-info .is-running,body .scala-drawer-modal .simulation-section .simulation-info .is-running{margin-left:16px}body .scala-modal .simulation-section .simulation-info .is-running aside,body .scala-drawer-modal .simulation-section .simulation-info .is-running aside{color:#61b0cf}body .scala-modal .simulation-section .simulation-info .is-running aside .hide-dot,body .scala-drawer-modal .simulation-section .simulation-info .is-running aside .hide-dot{visibility:hidden}body .scala-modal .simulation-section .simulation-info .elapsed-time,body .scala-drawer-modal .simulation-section .simulation-info .elapsed-time{margin-left:16px}body .scala-modal .simulation-section .simulation-info .elapsed-time aside,body .scala-drawer-modal .simulation-section .simulation-info .elapsed-time aside{font-weight:400}body .scala-modal .simulation-section .simulation-info .simulation-settings,body .scala-drawer-modal .simulation-section .simulation-info .simulation-settings{color:#0092cc;margin-left:20px}body .scala-modal .simulation-status,body .scala-drawer-modal .simulation-status{border-radius:15px;width:90px;height:24px;display:flex;justify-content:center;align-items:center}body .scala-modal .simulation-status aside,body .scala-drawer-modal .simulation-status aside{color:#fff;font-size:12px}body .scala-modal .simulation-status.status-running,body .scala-drawer-modal .simulation-status.status-running{background-color:#122945}body .scala-modal .simulation-status.status-completed,body .scala-drawer-modal .simulation-status.status-completed{background-color:#00c4a1}body .scala-modal .simulation-status.status-completed *,body .scala-drawer-modal .simulation-status.status-completed *{color:#fff;font-size:small}body .scala-modal .simulation-status.status-paused,body .scala-drawer-modal .simulation-status.status-paused,body .scala-modal .simulation-status.status-pending,body .scala-drawer-modal .simulation-status.status-pending{background-color:#122945}body .scala-modal .simulation-status.status-failed,body .scala-drawer-modal .simulation-status.status-failed{background-color:#a60046}body .scala-modal .simulation-status.status-failed p,body .scala-drawer-modal .simulation-status.status-failed p{font-size:1em;color:#fff}body .scala-modal .confirmation-modal,body .scala-drawer-modal .confirmation-modal{border-radius:.5em;font-size:1em;min-width:35em}body .scala-modal .confirmation-modal .confirmation-modal-header,body .scala-drawer-modal .confirmation-modal .confirmation-modal-header{border-radius:0;border-bottom:1px inset rgb(214.3495145631,234.6747572816,242.6504854369);padding:0!important;margin:0;min-height:2em}body .scala-modal .confirmation-modal .confirmation-modal-header>*,body .scala-drawer-modal .confirmation-modal .confirmation-modal-header>*{line-height:2.5em}body .scala-modal .confirmation-modal .modal-body,body .scala-drawer-modal .confirmation-modal .modal-body{padding:1em 2em;overflow-wrap:break-word}body .scala-modal .confirmation-modal .modal-warning-container,body .scala-drawer-modal .confirmation-modal .modal-warning-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:1em 1em .5em}body .scala-modal .confirmation-modal .modal-warning-container>svg,body .scala-drawer-modal .confirmation-modal .modal-warning-container>svg{height:1em;color:#a60046;width:1em;left:.5em;top:.5em;position:absolute}body .scala-modal .confirmation-modal .modal-warning-button,body .scala-drawer-modal .confirmation-modal .modal-warning-button{padding:1em .5em .5em 1em}body .scala-modal .confirmation-modal .modal-close-button,body .scala-drawer-modal .confirmation-modal .modal-close-button{padding:.5em}body .scala-modal .confirmation-modal .modal-button-group,body .scala-drawer-modal .confirmation-modal .modal-button-group{padding:1em;text-align:center}body .scala-modal .confirmation-modal .modal-button-group button,body .scala-drawer-modal .confirmation-modal .modal-button-group button{margin:1em}body .scala-modal .confirmation-modal.delete-workspace-modal,body .scala-drawer-modal .confirmation-modal.delete-workspace-modal{margin:0;padding:0}body .scala-modal .confirmation-modal.delete-workspace-modal .confirmation-modal-header,body .scala-drawer-modal .confirmation-modal.delete-workspace-modal .confirmation-modal-header{padding-bottom:0!important}body .scala-modal .confirmation-modal.delete-workspace-modal .confirmation-modal-header>*,body .scala-drawer-modal .confirmation-modal.delete-workspace-modal .confirmation-modal-header>*{line-height:1em}body .scala-modal .webdav-info-modal,body .scala-drawer-modal .webdav-info-modal{width:80vw;max-width:800px}body .scala-modal .webdav-info-modal li,body .scala-drawer-modal .webdav-info-modal li{margin-bottom:.5em}body .scala-modal .webdav-info-modal .copy-icon,body .scala-drawer-modal .webdav-info-modal .copy-icon{cursor:pointer;font-size:14px;vertical-align:middle;padding-bottom:3px;color:gray}body .scala-modal .webdav-info-modal .copy-icon.copied,body .scala-drawer-modal .webdav-info-modal .copy-icon.copied{color:#00c4a1}body .scala-modal .webdav-info-modal .image-container,body .scala-drawer-modal .webdav-info-modal .image-container{margin:.5em 0}body .scala-modal .webdav-info-modal li,body .scala-drawer-modal .webdav-info-modal li{padding-right:1.5em;margin-top:1em}body .scala-modal .webdav-info-modal img,body .scala-drawer-modal .webdav-info-modal img{display:block;margin:0 auto;width:90%;max-width:600px;border:1px solid black}body .scala-modal .webdav-info-modal pre,body .scala-drawer-modal .webdav-info-modal pre{color:#fff;background-color:#3e424b;border:0;padding:.75em;margin:.5em 0;overflow:scroll}body .permissions-modal{border-radius:.5em;min-width:90vw;max-width:90%;overflow:auto;min-height:50vw;margin-top:5em;font-size:1em}body .permissions-modal .permissions-modal-header{border-radius:0;border-bottom:1px inset rgb(214.3495145631,234.6747572816,242.6504854369)}body .permissions-modal .modal-body{padding:1em 2em;min-height:40em;max-height:80vh;overflow:auto;overflow-wrap:break-word}body .permissions-modal .scala-table{padding-top:2em}body .permissions-modal th:not(:first-child){justify-content:center!important}body .permissions-modal .modal-warning-container{display:flex;flex-direction:column;align-items:center;padding:1em 1em .5em}body .permissions-modal .modal-warning-container>svg{height:1em;color:#a60046;width:1em;left:.5em;top:.5em;position:absolute}body .permissions-modal .modal-close-button{position:absolute!important;right:8px;float:right;clear:both}body .permissions-modal .modal-button-group{text-align:center}body .permissions-modal .modal-button-group button{margin:1em}body .permissions-modal .scala-search{margin-right:auto}body .permissions-modal .modal-section{position:relative}body .permissions-modal .modal-section .file-explorer-add-group{position:absolute;top:2.1em;right:2.1em}body .group-membership-modal{border-radius:.5em;min-width:50em;max-width:90%;overflow:auto;margin-top:5em;font-size:1em}body .group-membership-modal .group-membership-modal-header{border-radius:0;border-bottom:1px inset rgb(214.3495145631,234.6747572816,242.6504854369)}body .group-membership-modal .modal-body{padding:1em 2em;min-height:30em;max-height:80vh;overflow:auto;overflow-wrap:break-word}body .group-membership-modal .scala-table{padding-top:2em}body .group-membership-modal .modal-warning-container{display:flex;flex-direction:column;align-items:center;padding:1em 1em .5em}body .group-membership-modal .modal-warning-container>svg{height:1em;color:#a60046;width:1em;left:.5em;top:.5em;position:absolute}body .group-membership-modal .modal-close-button{position:absolute!important;right:8px;float:right;clear:both}body .group-membership-modal .modal-button-group{text-align:center}body .group-membership-modal .modal-button-group button{margin:1em}body .group-membership-modal .scala-search{margin-right:auto}body .group-membership-modal .modal-section{position:relative}body .group-membership-modal .modal-section .file-explorer-add-group{position:absolute;top:2.1em;right:2.1em}body .vm-map-modal,body .vm-map-modal.vm-map-modal{width:100%}body .vm-map-modal .scala-modal-content,body .vm-map-modal.vm-map-modal .scala-modal-content{display:none;min-width:80%;min-height:80%;display:flex;flex-direction:column;padding:1em 0}body .vm-map-modal .scala-modal-content .scala-modal-body,body .vm-map-modal.vm-map-modal .scala-modal-content .scala-modal-body{padding:0 1em;box-sizing:border-box}body .vm-map-modal .scala-modal-content .scala-modal-body .modal-section,body .vm-map-modal.vm-map-modal .scala-modal-content .scala-modal-body .modal-section{padding:1em 0 0}body .vm-map-modal .scala-modal-content .scala-modal-body .vm-topology-map-container,body .vm-map-modal.vm-map-modal .scala-modal-content .scala-modal-body .vm-topology-map-container{width:100%}body .vm-map-modal .scala-modal-content .scala-modal-body .vm-topology-map-container .vm-topology-map-header,body .vm-map-modal.vm-map-modal .scala-modal-content .scala-modal-body .vm-topology-map-container .vm-topology-map-header{display:inline-flex}body .vm-map-modal .scala-modal-content .scala-modal-body .vm-topology-map-container .vm-topology-map-body,body .vm-map-modal.vm-map-modal .scala-modal-content .scala-modal-body .vm-topology-map-container .vm-topology-map-body{width:100%}body .vm-map-modal .scala-modal-content .scala-modal-body .vm-topology-map-container .vm-topology-map-body .refresh-topology-map-btn,body .vm-map-modal .scala-modal-content .scala-modal-body .vm-topology-map-container .vm-topology-map-body .refresh-topology-map-button,body .vm-map-modal.vm-map-modal .scala-modal-content .scala-modal-body .vm-topology-map-container .vm-topology-map-body .refresh-topology-map-btn,body .vm-map-modal.vm-map-modal .scala-modal-content .scala-modal-body .vm-topology-map-container .vm-topology-map-body .refresh-topology-map-button{float:right}body *.share-workload-modal .scala-modal-body{padding:0 2em}body *.share-workload-modal .scala-modal-body .share-workload-error{margin:.5em;padding:.5em;color:#a60046;outline:1px solid #a60046}body *.share-workload-modal .scala-modal-body .share-workload-input{margin:.5em 0;padding-right:.5em}body *.share-workload-modal .scala-modal-body .share-workload-submit{text-align:right;margin-top:1em}body *.share-workload-modal .scala-modal-body .hidden-workload-input{display:none}body .template-selection-bar .template-selection-head{background-color:#00c4a1;display:flex;justify-content:space-between;height:3.06em}body .template-selection-bar .template-selection-head .template-selection-left{display:flex;align-items:center;min-width:0%}body .template-selection-bar .template-selection-head .template-selection-left .expand-icon{margin-right:.6em}body .template-selection-bar .template-selection-head .template-selection-left .scala-icon:before{color:#fafafa}body .template-selection-bar .template-selection-head .template-selection-right{display:flex;align-items:center}body .template-selection-bar .template-selection-head .expand-icon.expanded{transform:rotate(90deg)}body .template-selection-bar .template-selection-head .expand-icon.disabled{opacity:.5;filter:grayscale(1);pointer-events:none}body .template-selection-bar .template-selection-head .current-template{color:#fafafa;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}body .template-selection-bar .template-options{overflow:scroll;max-height:13em;border-bottom:.25em solid #00c4a1}body .template-selection-bar .template-options .template-option{cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e7e7e7;width:100%;height:3.06em}body .template-selection-bar .template-options .template-option .option-name{margin-left:.25em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%}body .template-selection-bar .template-options .template-option .scala-icon:before,body .template-selection-bar .template-options .template-option .current-template{color:#2f2f2f}body .template-selection-bar .template-options .template-option .scala-button{flex-shrink:0}body .template-selection-bar .template-version-select-section{display:flex}body .template-selection-bar .template-version-select-section .template-version-select{margin-left:.5em;justify-content:center}body .template-selection-bar .template-version-select-section .template-version-select .scala-field-input{margin-top:0;height:2em}body .topology-modal-content .scala-modal-content{height:80vh;min-height:600px;min-width:75%;display:flex;flex-direction:column;padding-bottom:0}body .topology-modal-content .scala-modal-content .modal-section{padding:0em 1.3rem}body .topology-modal-content .scala-modal-content .form-error{border:1px solid #a60046;display:block;margin:1em;text-align:center;padding:0 1em;position:fixed;z-index:1;background:wheat;top:0;border-radius:.5em;min-height:4em;line-height:2em;width:40%;right:0}body .topology-modal-content .scala-modal-content .modal-container-grid{display:flex;justify-content:space-between;min-width:800px;padding-bottom:.6em;margin:none}body .topology-modal-content .scala-modal-content .modal-container-grid .modal-header-left{display:flex}body .topology-modal-content .scala-modal-content .modal-container-grid .icon-Cluster{font-size:1.6em;color:#00c4a1;margin-right:.3em}body .topology-modal-content .scala-modal-content .scala-modal-body{flex-grow:1}body .topology-modal-content{display:flex;align-items:flex-start;min-height:80vh;min-width:883px}body .topology-modal-content .close-btn{position:absolute;margin:1em}body .topology-modal-content .no-data-display{margin:1rem 0 0 1rem;color:#0092cd}body .topology-modal-content .topology-modal-grid{border-top:1px solid lightgray;width:90vw;height:100%;min-height:60vh;display:flex}body .topology-modal-content .topology-modal-grid .modal-left-bar{padding:0;margin:0;border-right:1px solid lightgray;display:flex;flex-direction:column;height:100%}body .topology-modal-content .topology-modal-grid .modal-left-bar .model-name{display:flex;position:relative;border-bottom:1px solid lightgray;flex-direction:column;align-items:flex-start;list-style:none;padding:.5em 1em;cursor:pointer}body .topology-modal-content .topology-modal-grid .modal-left-bar .model-name:first{background-color:#00c4a1}body .topology-modal-content .topology-modal-grid .modal-left-bar .model-name:hover{background-color:#efe;font-weight:bolder}body .topology-modal-content .topology-modal-grid .modal-left-bar .model-name.selected{background-color:#00c4a1;font-weight:bolder}body .topology-modal-content .topology-modal-grid .modal-left-bar .search-instance-config{padding:0;margin:0;flex-grow:0;flex-basis:unset;border-bottom:1px solid lightgray}body .topology-modal-content .topology-modal-grid .modal-left-bar .search-instance-config .scala-field-input{border:0}body .topology-modal-content .topology-modal-grid .modal-left-bar .search-instance-config *{margin-top:0;width:100%}body .topology-modal-content .topology-modal-grid .modal-left-bar .search-instance-config input{box-shadow:none;line-height:1.8em}body .topology-modal-content .topology-modal-grid .modal-left-bar .edit-component-instance{overflow:hidden;overflow-y:overlay;flex-basis:unset}body .topology-modal-content .modal-edit-section{width:100%;padding:0 0 2em;display:inline-flex;flex-flow:column;height:100%;overflow:hidden;overflow-y:scroll;background-color:#fafafa;box-shadow:none}body .topology-modal-content .modal-edit-section .enum-select-field{border:1px solid #0092cc;margin-top:.5em!important}body .topology-modal-content .modal-edit-section .enum-select-field .scala-field-input{margin:0!important;max-height:1.8em}body .topology-modal-content .modal-edit-section .template-selection-head{padding-left:1em}body .topology-modal-content .modal-edit-section .attribute-container{border-top:1px solid #5c0606}body .topology-modal-content .modal-edit-section .attribute-container>div{background-color:#fafafa;box-shadow:none}body .topology-modal-content .modal-edit-section .component-attributes-panel{box-shadow:none;background-color:#fff;margin:0;outline:1px solid lightgray}body .topology-modal-content .modal-edit-section .component-attributes-panel .rstcustom__rowLabel{padding:0!important;width:100%!important}body .topology-modal-content .modal-edit-section .component-attributes-panel .coordinator-tree-item{font-size:1em;width:100%!important;line-height:3.2em;vertical-align:middle}body .topology-modal-content .modal-edit-section .component-attributes-panel .coordinator-tree-item input{height:1.5em;width:3em;text-align:center}body .topology-modal-content .modal-edit-section .company-header{display:block}body .topology-modal-content .modal-edit-section .company-header .workload-header{margin-left:.5em}body .topology-modal-content .modal-edit-section .company-header .company-name-header{line-height:2.4em;margin-left:.5em;font-size:2em;min-width:50%;display:inline-block}body .topology-modal-content .modal-edit-section .company-header .company-name-logo{display:inline-flex;position:absolute;right:2em;padding-top:.5em}body .topology-modal-content .modal-edit-section .template-option{cursor:pointer}body .topology-modal-content .modal-edit-section .template-option:hover{opacity:.8;background:#efe}body .topology-modal-content .modal-edit-section .edit-component-form .field-container{line-height:1.8em;padding:.5em 1em;outline:1px solid #eee;background-color:#fff;width:100%;margin-left:.5em}body .topology-modal-content .modal-edit-section .edit-component-form .field-container .field-error,body .topology-modal-content .modal-edit-section .edit-component-form .field-container .error{font-size:.8em;font-weight:bolder;position:absolute;top:-1em;line-height:1.8em;left:0;color:red}body .topology-modal-content .modal-edit-section .edit-component-form .field-container .form-error{border:1px solid #a60046;display:block;margin:1em;text-align:center;padding:0 1em;position:fixed;z-index:1;background:wheat;top:0;border-radius:.5em;min-height:4em;line-height:2em;width:40%;right:0}body .topology-modal-content .modal-edit-section .edit-component-form .field-container .component-form-field{min-width:100%;font-size:1em;display:inline-block;position:relative;line-height:3em;text-align:left}body .topology-modal-content .modal-edit-section .edit-component-form .field-container .component-form-field .disabled-field input{margin:0 1em;padding:0 1em;opacity:.8;background-color:#eee}body .topology-modal-content .modal-edit-section .edit-component-form .field-container .component-form-field input[type=checkbox]{border:none!important}body .topology-modal-content .modal-edit-section .edit-component-form .field-container .component-form-field input{min-width:100%}body .topology-modal-content .modal-edit-section .edit-component-form .field-container .component-form-field input[type=number]{width:100%;display:inline-block;min-width:5em}body .topology-modal-content .modal-edit-section .edit-component-form .field-container .component-form-field .scala-text-field-input{margin:.3em!important;min-width:100%}body .topology-modal-content .modal-edit-section .edit-component-form .field-container .component-form-field .chakra-select .MuiSelect-select{border:1px solid #0092cc!important;border-radius:0!important;background-color:#fff!important;line-height:1.8em!important;padding:.3em .5em!important;font-weight:700!important;font-style:normal!important;font-stretch:normal!important;letter-spacing:.1px!important;color:#000!important}body .topology-modal-content .modal-edit-section .edit-component-form .field-container .component-form-field.bool{min-width:1em;padding:0;margin:0}body .topology-modal-content .modal-edit-section .edit-component-form .field-container .component-form-label{width:100%;display:inline-block;margin:.5em 0;text-align:left}body .topology-modal-content .modal-edit-section .edit-component-form .field-container .component-form-label .field-info-icon{padding-left:.3em;display:inline-block}body .topology-modal-content .modal-edit-section .edit-component-form .attribute-container>div{background-color:#fff}body .topology-modal-content .modal-edit-section .edit-component-form .attribute-container .toggle-icon{display:inline}body .topology-modal-content .modal-edit-section .edit-component-form .attribute-container .attribute-container-header{line-height:2em;margin:0;padding:0 1em;max-height:2em}body .topology-modal-content .modal-edit-section .edit-component-form .attribute-container .attribute-container-header>*{margin:0;padding:0}body .topology-modal-content .modal-edit-section .edit-component-form .scala-field-input{padding:0!important;margin-left:.4em;border:none!important}body .topology-modal-content .modal-edit-section .edit-component-form .scala-field-input input{min-width:6em;padding:0 0 0 2px!important;border:1px solid #0092cc!important}body .topology-modal-content .modal-edit-section .edit-component-form .scala-field-input input[type=checkbox]{padding:0!important;margin:.5em!important;text-align:left;min-width:1em}body .topology-modal-content .modal-edit-section .edit-component-form .scala-field-input input[type=text-field],body .topology-modal-content .modal-edit-section .edit-component-form .scala-field-input input[type=number]{padding-left:.3em!important;min-width:10em;width:100%}body .terms-and-conditions-view .toc-section{font-size:large;background-color:#fff}body .terms-and-conditions-view .toc-section .toc-mod{font-size:.6em;width:100%;text-align:right}body .terms-and-conditions-view .toc-body{margin:1em}body .terms-and-conditions-view .scala-logo{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='220'%20height='95'%20viewBox='0%200%20220%2095'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20fill='%230092CC'%20d='M83.214%2015H95V3.214H83.214zM83.214%2056.786H95V45H83.214zM125%2056.786h11.786V45H125zM125%2015h11.786V3.214H125zM102.5%2015h15V0h-15zM102.5%2060h15V45h-15zM125%2037.5h15v-15h-15zM80%2037.5h15v-15H80z'/%3e%3cpath%20fill='%2389D5E0'%20d='M102.5%2037.5h15v-15h-15z'/%3e%3cpath%20fill='%23A3CFE1'%20d='M5.436%2095C2.994%2095%201.168%2094.069%200%2092.757l1.062-1.355A5.85%205.85%200%200%200%205.5%2093.434c2.527%200%203.334-1.355%203.334-2.455%200-3.64-8.388-1.609-8.388-6.646%200-2.328%202.081-3.936%204.884-3.936%202.145%200%203.822.74%205.012%201.99l-1.062%201.29c-1.062-1.185-2.548-1.693-4.099-1.693-1.677%200-2.909.91-2.909%202.244%200%203.174%208.388%201.354%208.388%206.624C10.66%2092.884%209.259%2095%205.436%2095zm16.72%200c-4.078%200-7.284-2.963-7.284-7.302%200-4.338%203.206-7.301%207.283-7.301%202.506%200%204.247%201.185%205.373%202.794l-1.465.825c-.807-1.206-2.294-2.053-3.908-2.053-3.1%200-5.457%202.35-5.457%205.735%200%203.344%202.357%205.736%205.457%205.736%201.614%200%203.1-.868%203.908-2.053l1.486.804C26.36%2093.815%2024.661%2095%2022.155%2095zm21.857-.254h-2.017l-1.253-3.153h-7.05l-1.253%203.153h-2.017l5.712-14.116h2.187l5.691%2014.116zm-3.78-4.698l-3.015-7.62-2.994%207.62h6.01zm15.891%204.698H47.78V80.63h1.763v12.55h6.582v1.566zm16.635%200H70.74l-1.253-3.153h-7.05l-1.252%203.153h-2.018L64.88%2080.63h2.188l5.69%2014.116zm-3.78-4.698l-3.016-7.62-2.994%207.62h6.01zm20.9%204.555c-4.078%200-7.285-2.963-7.285-7.301%200-4.34%203.207-7.302%207.284-7.302%202.506%200%204.247%201.185%205.373%202.794l-1.466.825c-.807-1.206-2.293-2.053-3.907-2.053-3.1%200-5.457%202.35-5.457%205.736%200%203.343%202.357%205.735%205.457%205.735%201.614%200%203.1-.868%203.907-2.053l1.487.804c-1.19%201.63-2.888%202.815-5.394%202.815zm16.251%200c-4.183%200-7.029-3.132-7.029-7.301%200-4.17%202.846-7.302%207.03-7.302%204.182%200%207.05%203.132%207.05%207.302%200%204.169-2.868%207.301-7.05%207.301zm0-1.566c3.164%200%205.224-2.455%205.224-5.735%200-3.302-2.06-5.736-5.224-5.736-3.185%200-5.203%202.434-5.203%205.736%200%203.28%202.018%205.735%205.203%205.735zm25.808%201.312h-1.763V82.476l-4.799%2011.873h-.722l-4.82-11.873V94.35h-1.763V80.233h2.527l4.417%2010.878%204.396-10.878h2.527v14.116zm7.227%200h-1.763V80.233h5.691c2.846%200%204.439%201.947%204.439%204.254%200%202.307-1.614%204.254-4.439%204.254h-3.928v5.608zm3.716-7.174c1.678%200%202.824-1.101%202.824-2.688%200-1.588-1.146-2.688-2.824-2.688h-3.716v5.376h3.716zm14.914%207.428c-3.822%200-5.776-2.265-5.776-5.735v-8.635h1.784v8.592c0%202.582%201.38%204.212%203.992%204.212s4.014-1.63%204.014-4.212v-8.592h1.783v8.613c0%203.514-1.953%205.757-5.797%205.757zm16.528-.254h-1.762v-12.55h-4.48v-1.566h10.744v1.566h-4.502v12.55zm10.752%200h-1.762V80.233h1.762v14.116zm17.187%200h-1.7l-8.26-11.26v11.26h-1.762V80.233h1.805l8.154%2011.026V80.233h1.763v14.116zm12.174.275c-4.034%200-7.283-2.942-7.283-7.322%200-4.403%203.249-7.302%207.283-7.302%202.527%200%204.269%201.1%205.5%202.624l-1.401.89c-.892-1.144-2.4-1.948-4.099-1.948-3.1%200-5.457%202.35-5.457%205.736%200%203.343%202.357%205.735%205.457%205.735%201.7%200%203.1-.804%203.823-1.524v-2.857h-4.884V87.09H220v5.08c-1.317%201.48-3.249%202.454-5.564%202.454z'/%3e%3c/g%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-origin:content-box;width:20em;min-height:6em;margin-bottom:40px;position:absolute;display:inline-block;right:5em;top:1em}body .terms-and-conditions-view .back-button{margin:1em 0 5em}body .terms-and-conditions-view.unlogged-user{padding:10em;width:25%;background-color:#fff;margin:0 auto}body .terms-and-conditions-view.unlogged-user .toc-header,body .terms-and-conditions-view.unlogged-user .toc-section{padding:1rem;outline:1px solid lightgray}body .privacy-policy-view .ppol-section{font-size:large;background-color:#fff}body .privacy-policy-view .ppol-section .ppol-mod{font-size:.6em;width:100%;text-align:right}body .privacy-policy-view .ppol-body{margin:1em}body .privacy-policy-view .scala-logo{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='220'%20height='95'%20viewBox='0%200%20220%2095'%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20fill='%230092CC'%20d='M83.214%2015H95V3.214H83.214zM83.214%2056.786H95V45H83.214zM125%2056.786h11.786V45H125zM125%2015h11.786V3.214H125zM102.5%2015h15V0h-15zM102.5%2060h15V45h-15zM125%2037.5h15v-15h-15zM80%2037.5h15v-15H80z'/%3e%3cpath%20fill='%2389D5E0'%20d='M102.5%2037.5h15v-15h-15z'/%3e%3cpath%20fill='%23A3CFE1'%20d='M5.436%2095C2.994%2095%201.168%2094.069%200%2092.757l1.062-1.355A5.85%205.85%200%200%200%205.5%2093.434c2.527%200%203.334-1.355%203.334-2.455%200-3.64-8.388-1.609-8.388-6.646%200-2.328%202.081-3.936%204.884-3.936%202.145%200%203.822.74%205.012%201.99l-1.062%201.29c-1.062-1.185-2.548-1.693-4.099-1.693-1.677%200-2.909.91-2.909%202.244%200%203.174%208.388%201.354%208.388%206.624C10.66%2092.884%209.259%2095%205.436%2095zm16.72%200c-4.078%200-7.284-2.963-7.284-7.302%200-4.338%203.206-7.301%207.283-7.301%202.506%200%204.247%201.185%205.373%202.794l-1.465.825c-.807-1.206-2.294-2.053-3.908-2.053-3.1%200-5.457%202.35-5.457%205.735%200%203.344%202.357%205.736%205.457%205.736%201.614%200%203.1-.868%203.908-2.053l1.486.804C26.36%2093.815%2024.661%2095%2022.155%2095zm21.857-.254h-2.017l-1.253-3.153h-7.05l-1.253%203.153h-2.017l5.712-14.116h2.187l5.691%2014.116zm-3.78-4.698l-3.015-7.62-2.994%207.62h6.01zm15.891%204.698H47.78V80.63h1.763v12.55h6.582v1.566zm16.635%200H70.74l-1.253-3.153h-7.05l-1.252%203.153h-2.018L64.88%2080.63h2.188l5.69%2014.116zm-3.78-4.698l-3.016-7.62-2.994%207.62h6.01zm20.9%204.555c-4.078%200-7.285-2.963-7.285-7.301%200-4.34%203.207-7.302%207.284-7.302%202.506%200%204.247%201.185%205.373%202.794l-1.466.825c-.807-1.206-2.293-2.053-3.907-2.053-3.1%200-5.457%202.35-5.457%205.736%200%203.343%202.357%205.735%205.457%205.735%201.614%200%203.1-.868%203.907-2.053l1.487.804c-1.19%201.63-2.888%202.815-5.394%202.815zm16.251%200c-4.183%200-7.029-3.132-7.029-7.301%200-4.17%202.846-7.302%207.03-7.302%204.182%200%207.05%203.132%207.05%207.302%200%204.169-2.868%207.301-7.05%207.301zm0-1.566c3.164%200%205.224-2.455%205.224-5.735%200-3.302-2.06-5.736-5.224-5.736-3.185%200-5.203%202.434-5.203%205.736%200%203.28%202.018%205.735%205.203%205.735zm25.808%201.312h-1.763V82.476l-4.799%2011.873h-.722l-4.82-11.873V94.35h-1.763V80.233h2.527l4.417%2010.878%204.396-10.878h2.527v14.116zm7.227%200h-1.763V80.233h5.691c2.846%200%204.439%201.947%204.439%204.254%200%202.307-1.614%204.254-4.439%204.254h-3.928v5.608zm3.716-7.174c1.678%200%202.824-1.101%202.824-2.688%200-1.588-1.146-2.688-2.824-2.688h-3.716v5.376h3.716zm14.914%207.428c-3.822%200-5.776-2.265-5.776-5.735v-8.635h1.784v8.592c0%202.582%201.38%204.212%203.992%204.212s4.014-1.63%204.014-4.212v-8.592h1.783v8.613c0%203.514-1.953%205.757-5.797%205.757zm16.528-.254h-1.762v-12.55h-4.48v-1.566h10.744v1.566h-4.502v12.55zm10.752%200h-1.762V80.233h1.762v14.116zm17.187%200h-1.7l-8.26-11.26v11.26h-1.762V80.233h1.805l8.154%2011.026V80.233h1.763v14.116zm12.174.275c-4.034%200-7.283-2.942-7.283-7.322%200-4.403%203.249-7.302%207.283-7.302%202.527%200%204.269%201.1%205.5%202.624l-1.401.89c-.892-1.144-2.4-1.948-4.099-1.948-3.1%200-5.457%202.35-5.457%205.736%200%203.343%202.357%205.735%205.457%205.735%201.7%200%203.1-.804%203.823-1.524v-2.857h-4.884V87.09H220v5.08c-1.317%201.48-3.249%202.454-5.564%202.454z'/%3e%3c/g%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-origin:content-box;width:20em;min-height:6em;margin-bottom:40px;position:absolute;display:inline-block;right:5em;top:1em}body .privacy-policy-view .back-button{margin:1em 0 5em}body .privacy-policy-view.unlogged-user{padding:10em;width:25%;background-color:#fff;margin:0 auto}body .privacy-policy-view.unlogged-user .ppol-header,body .privacy-policy-view.unlogged-user .ppol-section{padding:1rem;outline:1px solid lightgray}body .validation-results .topology-map-button .topology-map-button-icon{margin-right:.2em}body .validation-results .validation-results-title{margin:0}body .validation-results .validation-success-container{background-color:#fff;border-radius:.5em;border:1px solid #00c4a1;width:100%;margin:0 0 1em;padding:.5em}body .validation-results .validation-success-item{width:49%;display:inline-block;margin:.5%;padding:.2em 1em;background-color:#fafafa}body .validation-results .validation-success-item .label{color:#2f2f2f;font-weight:300}body .validation-results .validation-success-item .value{padding-left:1em;font-weight:900}body .validation-results .validation-error{color:#a60046}body .validation-results .validation-error-icon{color:#a60046;margin-right:.5em}body .validation-results .validation-results-container{background-color:#fff;border-radius:.5em;width:100%;margin:0;padding:0;list-style-type:none}body .validation-results .validation-results-container .validation-result-item{display:flex;justify-content:flex-start;align-items:center;cursor:pointer;padding:.2em;margin:.5em;font-size:1em;color:#000;column-gap:.5rem}body .validation-results .validation-results-container .validation-result-item:hover{background-color:#fafafa}body .validation-results .validation-results-container .validation-msg-fatal svg,body .validation-results .validation-results-container .validation-msg-error svg{color:#a60046}body .validation-results .validation-results-container .validation-msg-fatal:hover,body .validation-results .validation-results-container .validation-msg-error:hover{color:#a60046}body .validation-results .validation-results-container .validation-msg-note svg{color:#0092cc}body .validation-results .validation-results-container .validation-msg-warning svg{color:#f80}body .validate-simulation-button .validation-error-icon{color:#f80;padding-right:.5em}body .validate-simulation-button .validation-success-icon{color:#a2ff73;margin-right:.5em}body .logs-section{margin:1em;width:100%}body .logs-section .log-files{padding-bottom:1em}body .logs-section .log-step-right{height:1.5em;background:#5a5a5a}body .logs-section .log-step-right:hover{background:#0092cc}body .logs-section .log-step-right:disabled{background:#d3d3d3}body .logs-section .log-step-left{height:1.5em;margin-right:.5em;float:right;background:#5a5a5a}body .logs-section .log-step-left:hover{background:#0092cc}body .logs-section .log-step-left:disabled{background:#d3d3d3}body .logs-section .tail-logfile{font-size:1em;margin-top:2em;text-align:right}body .logs-section .tail-logfile .tail-checkbox.disabled{background:#d3d3d3}body .logs-section .tail-logfile label{color:gray;font-size:1em;padding-left:.5em;cursor:pointer}body .logs-section .logs-slider{height:1em;vertical-align:text-bottom}body .logs-section .logs-sliderinput{width:100%;height:1em;background:#5a5a5a}body .logs-section .logs-sliderinput:hover{background:#0092cc}body .logs-section .logs-sliderinput:disabled{background:#d3d3d3}body .logs-section .log-file-select{font-size:1em;color:#2f2f2f!important;max-width:400px}body .logs-section .log-file-select span{background-color:#fafafa;padding:.5em}body .logs-section .logs-table-container{width:100%;overflow:auto}body .logs-section .logs-table-container .logs-table{padding:0 0 0 1em;background-color:#fff;font-family:Ubuntu Mono,monospace!important;overflow:scroll;font-weight:500;outline:1px solid #ebeced}body .logs-section .logs-table-container .logs-table .logs-table-row:nth-child(2n){background-color:#e9e9e9}body .logs-section .logs-table-container .logs-table .logs-table-row{list-style-type:none;text-align:left;margin:0;padding:0;display:block;min-height:2px;width:100%;overflow:hidden;word-break:break-all}body .logs-section .logs-table-container .logs-table .logs-table-row .log-line{display:inline;overflow:hidden!important}body .logs-section .logs-table-container .logs-table .logs-table-row .log-number{min-width:30px;display:inline-block;padding-right:2px;border:1px solid grey}body .auditlogs-view-container{margin:0;background-color:#fff}body .auditlogs-view-container .auditlogs-page-content{width:100%}body .auditlogs-view-container .auditlogs-page-content .page-section:first-child{padding-top:0!important}body .auditlogs-view-container .auditlogs-title{padding:1em;color:#0092cc}body .auditlogs-view-container .page-section-content{padding:1em 0}body .auditlogs-view-container .page-section-content .view-container{width:100%;margin:0 1em 1em 0}body .auditlogs-view-container .page-section-content label{margin:-.5em 0}body .auditlogs-view-container .page-section-content .date-selector{min-width:10em;min-height:2.85em}body .auditlogs-view-container .page-section-content .date-selector .MuiInputLabel-root{position:relative!important;transform:none!important;margin-bottom:-10px!important;font-size:12px!important;color:#0009!important}body .auditlogs-view-container .page-section-content .date-selector .MuiOutlinedInput-root{border:solid 1px #61b0cf!important;border-radius:0!important;box-sizing:border-box!important;background-color:#fff!important;min-height:35px}body .auditlogs-view-container .page-section-content .date-selector .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,body .auditlogs-view-container .page-section-content .date-selector .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,body .auditlogs-view-container .page-section-content .date-selector .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:none!important}body .auditlogs-view-container .page-section-content .date-selector .MuiOutlinedInput-input{line-height:1.8em!important;padding:.3em .5em!important;font-weight:700!important;font-style:normal!important;font-stretch:normal!important;letter-spacing:.1px!important;color:#000!important;font-size:16px!important}body .auditlogs-view-container .page-section-content .search-field{min-width:15em;min-height:2.85em}body .auditlogs-view-container .page-section-content .search-field .MuiInputLabel-root{position:relative!important;transform:none!important;margin-bottom:-10px!important;font-size:.75rem!important;color:#0009!important}body .auditlogs-view-container .page-section-content .search-field .MuiOutlinedInput-root{border:solid 1px #61b0cf!important;border-radius:0!important;box-sizing:border-box!important;background-color:#fff!important;min-height:35px}body .auditlogs-view-container .page-section-content .search-field .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,body .auditlogs-view-container .page-section-content .search-field .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,body .auditlogs-view-container .page-section-content .search-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:none!important}body .auditlogs-view-container .page-section-content .search-field .MuiOutlinedInput-input{line-height:1.8em!important;padding:.3em .5em!important;font-weight:700!important;font-style:normal!important;font-stretch:normal!important;letter-spacing:.1px!important;color:#000!important}body .auditlogs-view-container .page-section-content .users-selector{padding-right:.5em}body .auditlogs-view-container .page-section-content .workspaces-selector{padding-left:.5em}body .auditlogs-view-container .page-section-content .users-selector,body .auditlogs-view-container .page-section-content .workspaces-selector{max-width:50%;flex-basis:unset}body .auditlogs-view-container .page-section-content .users-selector .users-selector-select,body .auditlogs-view-container .page-section-content .users-selector .workspaces-selector-select,body .auditlogs-view-container .page-section-content .workspaces-selector .users-selector-select,body .auditlogs-view-container .page-section-content .workspaces-selector .workspaces-selector-select{margin-top:16px;min-width:15em;min-height:2.85em}body .auditlogs-view-container .page-section-content .users-chip-container,body .auditlogs-view-container .page-section-content .workspaces-chip-container{display:flex;flex-wrap:wrap}body .auditlogs-view-container .page-section-content .users-chip,body .auditlogs-view-container .page-section-content .workspaces-chip{height:auto;vertical-align:top;margin:.25em}body .auditlogs-view-container .page-section-content .get-logs-btn{height:35px;margin-top:13px;margin-left:.5em;text-align:right}body .auditlogs-view-container .page-section-content .get-logs-btn button{height:inherit}body .auditlogs-view-container .page-section-content .auditlogs-error{color:#a60046}body .auditlogs-view-container .page-section-content input[type=date]::-webkit-calendar-picker-indicator{background:transparent;color:transparent;cursor:pointer;height:auto;inset:0;position:absolute;width:auto}body .auditlogs-view-container .page-section-content input[type=date]{text-align:center}body .auditlogs-view-container .logs-table{margin:0 .5em;padding:1em 1em 0;margin-block-start:unset;background-color:#fff;font-family:Ubuntu Mono,monospace!important;font-weight:500;overflow:scroll;outline:1px solid #ebeced;width:100%;min-width:400px}body .auditlogs-view-container .logs-table .logs-table-row:nth-child(2n){background-color:#e9e9e9}body .auditlogs-view-container .logs-table .logs-table-row{list-style-type:none;text-align:left;margin:0;padding:0;display:inline-block;min-height:2px;max-width:100%;overflow:hidden;vertical-align:middle}body .auditlogs-view-container .logs-table .logs-table-row .user{display:inline;padding:0 1em}body .auditlogs-view-container .logs-table .logs-table-row .action,body .auditlogs-view-container .logs-table .logs-table-row .time{display:inline}body .cost-view-container{margin:0;background-color:#fff}body .cost-view-container .cost-page-content{width:100%}body .cost-view-container .cost-title{padding:1em;color:#0092cc}body .cost-view-container .page-section-content{padding:1em 0}body .cost-view-container .page-section-content .input-row-container{width:unset;margin-bottom:1em}body .cost-view-container .page-section-content label{margin:-.5em 0}body .cost-view-container .page-section-content .date-container{margin-right:1em}body .cost-view-container .page-section-content .date-selector{min-width:10em}body .cost-view-container .page-section-content .search-field{min-width:15em}body .cost-view-container .page-section-content .users-selector{padding-right:.5em}body .cost-view-container .page-section-content .workspaces-selector{padding-left:.5em}body .cost-view-container .page-section-content .users-selector,body .cost-view-container .page-section-content .workspaces-selector{max-width:50%;flex-basis:unset}body .cost-view-container .page-section-content .users-selector .users-selector-select,body .cost-view-container .page-section-content .users-selector .workspaces-selector-select,body .cost-view-container .page-section-content .workspaces-selector .users-selector-select,body .cost-view-container .page-section-content .workspaces-selector .workspaces-selector-select{min-width:14em;min-height:2.85em}body .cost-view-container .page-section-content .users-chip-container,body .cost-view-container .page-section-content .workspaces-chip-container{display:flex;flex-wrap:wrap}body .cost-view-container .page-section-content .users-chip,body .cost-view-container .page-section-content .workspaces-chip{height:auto;vertical-align:top;margin:.25em}body .cost-view-container .page-section-content .get-logs-btn{height:35px;margin-top:16px;margin-left:.5em;text-align:right}body .cost-view-container .page-section-content .get-logs-btn button{height:inherit}body .cost-view-container .page-section-content .cost-error{color:#a60046}body .cost-view-container .page-section-content input[type=date]::-webkit-calendar-picker-indicator{background:transparent;color:transparent;cursor:pointer;height:auto;inset:0;position:absolute;width:auto}body .cost-view-container .page-section-content input[type=date]{text-align:center}body .cost-view-container .page-section-content .chart-container{padding-top:15px}body .cost-view-container .price-table{border:solid 1px lightgrey;display:flex;flex-direction:column;overflow-x:auto;width:100%;min-width:65%}body .cost-view-container .price-table tbody,body .cost-view-container .price-table thead{display:flex;flex-direction:column}body .cost-view-container .price-table tr{min-height:0px;flex:1 0 100%;flex-direction:row}body .cost-view-container .price-table th{flex:1 0 200px;text-align:center}body .cost-view-container .price-table td{flex:1 0 200px;text-align:left}body .cost-view-container .price-table .colhead-item,body .cost-view-container .price-table .price-subsection-column,body .cost-view-container .price-table .colcell-name{text-align:start}body .cost-view-container .price-table .colhead-item p,body .cost-view-container .price-table .colhead-price p{font-weight:800}body .cost-view-container .price-table .colcell-price{text-align:end;padding-right:1em}body .cost-view-container .price-table .price-subsection-column{flex:1 0 100px}body .cost-view-container .price-table .price-list-item-name{font-style:italic}body .cost-view-container .price-table .price-list-item-cost-left{text-align:right}body .cost-view-container .price-table .price-list-item-cost-right{text-align:left}body .cost-view-container .price-table .price-list-item-cost-left,body .cost-view-container .price-table .price-list-item-cost-right{flex:0 1}body .cost-view-container .price-table .price-list-item-cost{display:none}body .cost-view-container .price-table .price-list-item-cost p{font-weight:800}body .cost-view-container .invoice-section .select-container{margin-bottom:1.5em}body .cost-view-container .invoice-section .select-container select{min-width:5em;padding-left:3em}body .cost-view-container .cost-logs-section .page-section-content{width:100%;padding-left:0!important;padding-right:0!important}body .cost-view-container .cost-logs-section .filter-section{margin-left:4.2em;padding-right:2.2em}body .cost-view-container .cost-logs-section .custom-tooltip{fill-opacity:1!important;width:fit-content;padding-bottom:1em}body .cost-view-container .cost-logs-section .custom-tooltip .date{text-align:center}body .cost-view-container .cost-logs-section .custom-tooltip .value-row .label{display:flex;padding-left:.75em}body .cost-view-container .cost-logs-section .custom-tooltip .value-row .value{display:flex;justify-self:flex-end;text-align:end}body .cost-view-container .cost-logs-section .date-container{margin-right:1em}body .cost-view-container .cost-logs-section .search-button-container{margin-left:auto;display:flex;align-items:flex-end}body .cost-view-container .cost-logs-section .search-button-container .search-button{min-width:4em}body .cost-view-container .cost-log-loader-container .loader-hidden,body .usage-loader-container .loader-hidden{display:unset!important}body .usage-view-container{margin:0;background-color:#fff}body .usage-view-container .page-section-content{width:100%;padding-left:0!important;padding-right:0!important;padding:1em 0}body .usage-view-container .page-section-content .input-row-container{width:unset;margin-bottom:1em}body .usage-view-container .page-section-content label{margin:-.5em 0}body .usage-view-container .page-section-content .date-container{margin-right:1em}body .usage-view-container .page-section-content .date-selector{min-width:10em}body .usage-view-container .page-section-content .date-selector .MuiInputLabel-root{margin-left:-.9em}body .usage-view-container .page-section-content .search-field{min-width:15em}body .usage-view-container .page-section-content .users-selector{padding-right:.5em}body .usage-view-container .page-section-content .workspaces-selector{padding-left:.5em}body .usage-view-container .page-section-content .users-selector,body .usage-view-container .page-section-content .workspaces-selector{max-width:50%;flex-basis:unset}body .usage-view-container .page-section-content .users-selector .users-selector-select,body .usage-view-container .page-section-content .users-selector .workspaces-selector-select,body .usage-view-container .page-section-content .workspaces-selector .users-selector-select,body .usage-view-container .page-section-content .workspaces-selector .workspaces-selector-select{min-width:14em;min-height:2.85em}body .usage-view-container .page-section-content .users-chip-container,body .usage-view-container .page-section-content .workspaces-chip-container{display:flex;flex-wrap:wrap}body .usage-view-container .page-section-content .users-chip,body .usage-view-container .page-section-content .workspaces-chip{height:auto;vertical-align:top;margin:.25em}body .usage-view-container .page-section-content .get-logs-btn{height:35px;margin-top:16px;margin-left:.5em;text-align:right}body .usage-view-container .page-section-content .get-logs-btn button{height:inherit}body .usage-view-container .page-section-content .cost-error{color:#a60046}body .usage-view-container .page-section-content input[type=date]::-webkit-calendar-picker-indicator{background:transparent;color:transparent;cursor:pointer;height:auto;inset:0;position:absolute;width:auto}body .usage-view-container .page-section-content input[type=date]{text-align:center}body .usage-view-container .page-section-content .chart-container{padding-top:15px}body .usage-view-container .filter-section{padding-left:4.2em}body .usage-view-container .custom-tooltip{fill-opacity:1!important;max-width:15em}body .usage-view-container .custom-tooltip .date{text-align:center}body .usage-view-container .custom-tooltip .value-row .label{display:flex;padding-left:.75em}body .usage-view-container .custom-tooltip .value-row .value{display:flex;justify-self:flex-end;text-align:end}body .usage-view-container .date-container{margin-right:1em}body .usage-view-container .usage-title{padding:1em;color:#0092cc}body .usage-view-container .usage-granularity{margin:auto;padding:.2em}body .usage-view-container .usage-granularity *{font-size:1rem!important}body .usage-view-container .action-btn{margin:auto}body .usage-view-container .usage-action-header{width:100%;padding:1em 1em 1em 2em}body .usage-view-container .usage-action-header label{margin:-.5em 0}body .usage-view-container .usage-action-header .interval-selector{margin:-.5em 0 .5em}body .usage-view-container .usage-action-header .interval-option{padding:0 .5em;font-size:.6em}body .usage-view-container .usage-action-header input[type=date]::-webkit-calendar-picker-indicator{background:transparent;color:transparent;cursor:pointer;height:auto;inset:0;position:absolute;width:auto}body .usage-view-container .usage-error{color:#a60046;padding-left:2em}body .usage-view-container .usage-tabular-data{width:100%;padding:2em 2em 5em;outline:1px solid lightgray}body .usage-view-container .usage-tabular-data .usage-total,body .usage-view-container .usage-tabular-data .usage-item{border:1px solid lightgray;background-color:#fff;padding:.5em 1em;font-size:16px}body .usage-view-container .usage-tabular-data .usage-item{font-size:14px;font-weight:1100}body .usage-view-container .usage-tabular-data .usage-table-container{display:block;width:100%;overflow:hidden;overflow-x:scroll}body .usage-view-container .usage-tabular-data .usage-table-container .usage-header-label{padding:.2em;min-width:5em;white-space:nowrap;display:inline-block}body .usage-view-container .usage-tabular-data .usage-table-container .usage-table-container-row{white-space:nowrap}body .usage-view-container .usage-tabular-data .usage-table-container .usage-table-container-row .usage-table-container-item,body .usage-view-container .usage-tabular-data .usage-table-container .usage-table-container-row .usage-table-container-heading{display:inline-block}body .license-page .page-section-content{flex-grow:1;padding-left:39px;padding-right:41px;box-sizing:border-box}body .license-page .license-setup-tab{padding:2em 0;max-width:75em}body .license-page .license-setup-tab .row{margin-bottom:.5em;height:3em}body .license-page .license-setup-tab .row p{line-height:3em}body .license-page .license-setup-tab .row .server-status-section>p{display:inline}body .license-page .license-setup-tab .row .loader-container{display:inline-block;height:23px;width:4.3em;vertical-align:middle;padding-left:.5em}body .license-page .license-setup-tab .row .loader-container .loader{background-color:transparent}body .license-page .license-setup-tab .row .loader-container .loader-inner{position:relative;left:0}body .license-page .license-setup-tab .copy-container{text-align:end}body .license-page .license-setup-tab .copy-container input{text-align:end;padding-right:.25em}body .license-page .license-setup-tab .copy-container .copy-icon{cursor:pointer;font-size:16px;vertical-align:bottom;padding-bottom:.5em;color:gray}body .license-page .license-setup-tab .copy-container .copy-icon.copied{color:#00c4a1}body .license-page .license-setup-tab .button-container{display:flex;justify-content:flex-end;padding:.5em 0 0}body .license-page .license-setup-tab .button-container label,body .license-page .license-setup-tab .button-container button{height:2.5em}body .license-page .license-setup-tab .button-container .replace-button,body .license-page .license-setup-tab .button-container .upload-button,body .license-page .license-setup-tab .button-container .restart-button,body .license-page .license-setup-tab .button-container .download-button{width:7.5em}body .license-page .license-setup-tab .button-container .replace-button>span,body .license-page .license-setup-tab .button-container .upload-button>span,body .license-page .license-setup-tab .button-container .restart-button>span,body .license-page .license-setup-tab .button-container .download-button>span{width:7em;justify-content:flex-start}body .license-page .license-setup-tab .button-container .replace-button>span{padding-left:.5em}body .license-page .license-setup-tab .button-container .replace-button .scala-icon{justify-content:flex-end;margin-left:1em}body .license-page .license-setup-tab .button-container .restart-button{padding-left:1.1em;padding-right:.37em}body .license-page .license-setup-tab .button-container .restart-button .scala-icon{margin-left:19px}body .license-page .license-setup-tab .button-container .view-button{width:2.5em;border:1px solid #0092cc}body .license-page .license-setup-tab .license-file-field{width:24em;cursor:pointer}body .license-page .license-setup-tab .license-file-field .scala-field-input{border:solid 1px #61b0cf;margin:0}body .license-page .status-circle:before{content:" ●";font-size:42px;vertical-align:-10%}body .license-page .status-circle.running-green:before{color:#00c4a1;background-color:none}body .license-page .status-circle.down-red:before{color:#f44336}body .license-page .status-circle.updating-gray:before{color:#5e8dbf}body .license-page .license-monitor-tab .root-table{margin-top:1.5em;border:solid 1px lightgrey;display:block;overflow-x:scroll;width:100%}body .license-page .license-monitor-tab .colhead-product,body .license-page .license-monitor-tab .colcell-product{width:20%;min-width:170px}body .license-page .license-monitor-tab .colhead-feature{width:15%;min-width:190px;padding-left:2.25em}body .license-page .license-monitor-tab .sub-table{flex-grow:1}body .license-page .license-monitor-tab .sub-table tr{padding-left:0;height:auto}body .license-page .license-monitor-tab .sub-table td:first-of-type{padding-left:0}body .license-page .license-monitor-tab .colhead-usage{min-width:45px}body .license-page .license-monitor-tab .colhead-workspaces,body .license-page .license-monitor-tab .colhead-users{text-align:center}body .license-page .license-monitor-tab .colhead-workspaces{width:155px}body .license-page .license-monitor-tab .colhead-users{padding-left:3em;width:140px;text-align:start}body .license-page .license-monitor-tab .colhead-projects{min-width:200px;flex-grow:1}body .license-page .license-monitor-tab .col-cell-feature{width:20%;min-width:190px}body .license-page .license-monitor-tab .col-cell-usage{text-align:center;font-size:1rem;font-weight:700;min-width:45px}body .license-page .license-monitor-tab .col-cell-workspace,body .license-page .license-monitor-tab .col-cell-users{flex-direction:row;justify-content:center}body .license-page .license-monitor-tab .col-cell-workspace td,body .license-page .license-monitor-tab .col-cell-users td{flex-wrap:wrap;flex:24%}body .license-page .license-monitor-tab .col-cell-quantity{padding-left:.5em}body .license-page .license-monitor-tab .col-cell-workspace{min-width:165px}body .license-page .license-monitor-tab .col-cell-projects{flex-grow:1;padding-left:2em}body .license-page .license-monitor-tab .col-cell-empty{width:100%;font-style:italic}body .license-page .license-monitor-tab .icon-container{width:110px;margin:.25em 0}body .license-page .license-monitor-tab .workspace-icon{cursor:pointer;margin:.25em}body .license-page .license-monitor-tab .user-icon{margin:.25em}body .license-page .license-monitor-tab .product-row{height:unset;margin-right:0;padding-right:0}body .license-page .license-monitor-tab .product-row .usage-full{color:#f44336}body .license-page .license-monitor-tab .product-row .usage-partial{color:#5e8dbf}body .license-page .license-limit-tab .header-button-container{display:inline-flex;padding:1em .5em}body .license-page .license-limit-tab .header-button-container .create-button{margin-right:auto}body .license-page .license-limit-tab .header-button-container .revert-button{margin-left:auto body .license-page .license-limit-tab .header-button-container .revert-button svg;margin-left-color:#0092cc;margin-left-font-size:initial}body .license-page .license-limit-tab .scala-table{display:table;border:solid 1px lightgrey}body .license-page .license-limit-tab .scala-table tr{height:unset}body .license-page .license-limit-tab .scala-table td{flex-direction:row;justify-content:flex-start;flex-wrap:wrap}body .license-page .license-limit-tab .scala-table .colcell-buttons{width:20%;justify-content:flex-end}body .license-page .license-limit-tab .scala-cell{flex:1 1 0}body .license-page .license-limit-tab .colcell-quantity,body .license-page .license-limit-tab .colhead-limit{width:10%;text-align:center;justify-content:center!important}body .license-page .license-limit-tab .colcell-subject div,body .license-page .license-limit-tab .colcell-subject a{margin-right:.25em}body .license-page .license-limit-tab .empty-row{font-style:italic;justify-content:center}body .license-page .license-limit-tab .colcell-features,body .license-page .license-limit-tab .colcell-subject{margin:.5em 0}body .license-page .license-limit-tab .colcell-features div{margin-right:.25em}body .license-page #wave{position:relative;margin-bottom:.25em;height:28px;width:30px;border-radius:0}body .license-page #wave:before{content:"";display:block;position:absolute;border-top-left-radius:100%;border-top-right-radius:100%;width:26px;height:8px;background-color:#fff;right:-7px;top:25px}body .license-page #wave:after{content:"";display:block;position:absolute;border-bottom-right-radius:100%;border-bottom-left-radius:100%;width:11.4px;height:5px;left:0;top:24px}body .create-limit-modal .scala-modal-body .create-limit-modal{max-height:76vh}body .create-limit-modal .modal-button-group{display:inline-flex;justify-content:flex-end;flex-direction:row;width:100%;margin-top:1em}body .create-limit-modal .scala-modal-content{min-width:75vw;max-height:80vh}body .create-limit-modal .scala-modal-body{padding:0 2rem;overflow:scroll}body .create-limit-modal .limit-name-field{width:42%}body .create-limit-modal .limit-quantity-field{width:12%}body .create-limit-modal .type-button{font-size:1rem;cursor:pointer}body .create-limit-modal .type-button.active{color:#0092cc}body .create-limit-modal .subtitle{margin:.5em 0 0}body .create-limit-modal .compare-list-container{min-height:10em!important}body .create-limit-modal .compare-list-items{overflow:scroll;height:10em;min-height:10em!important}body .create-limit-modal .compare-list-items>div{overflow-x:hidden;overflow-y:scroll;height:9.5em!important}body .create-limit-modal .compare-list-item{height:2em}body .create-limit-modal .compare-list-buttons{min-height:9em!important}body .create-limit-modal .compare-list-button-spacer{min-height:3em!important}body .create-limit-modal .compare-list-title{color:#000;font-size:1rem;margin-bottom:.5em}body .create-limit-modal .compare-list-title{font-size:1em}body .create-limit-modal .scala-tabs{margin-bottom:.5em}body .iteration-gradient-detail-modal .scala-modal-content{min-width:95%;max-width:95%;overflow:hidden}body .iteration-gradient-detail-modal .scala-modal-content .scala-modal-body{overflow:scroll;min-height:80vh;max-width:97%;min-width:90%;width:100%;margin:0 auto;padding:0 1em}body .iteration-gradient-detail-modal .iteration-gradient-detail-container{width:100%;overflow:visible}body .iteration-gradient-detail-modal .iteration-gradient-detail-header{width:100%;min-height:3em;background-color:#fafafa;margin:.5em 0;padding:.2em .5em;vertical-align:middle;line-height:2.4em;display:inline-flex}body .iteration-gradient-detail-modal .iteration-gradient-detail-header .iteration-btn-containter{text-align:right}body .iteration-gradient-detail-modal .iteration-gradient-detail-header .iteration-btn-containter *{margin-left:.2em}body .iteration-gradient-detail-modal .iteration-gradient-detail-header .gradient-error-message{border:1px solid rgba(255,0,0,.8);text-align:center;margin:.5em 0}body .subheader{color:#0092cc;margin:1em 0}@keyframes incomplete{0%{opacity:.3}to{opacity:.7}}body .iteration-pending{opacity:.3;outline:1px solid #a2ff73;animation-name:incomplete;animation-duration:2s;animation-iteration-count:infinite}body .simulation-iterations .chart-container{min-height:1em}body .simulation-iterations .iteration-btn-containter{margin-top:1em;text-align:right}body .simulation-iterations .iteration-btn-containter *{margin-left:.2em}body .custom-tooltip{margin:0;line-height:1em;padding:.5em 2em 0 1em}body .custom-tooltip .intro{font-size:1.2em;text-decoration:underline}body .custom-tooltip{border:1px solid #0092cc;background-color:#e7fffbd4}body .custom-tooltip .healthLabels>*{padding:.3em .5em;margin:.5em 0}body .custom-tooltip .healthLabels .green{outline-color:#a2ff73d4;background-color:#a2ff73d4}body .custom-tooltip .healthLabels .yellow{outline-color:#ffff00d4;background-color:#ffff00d4}body .custom-tooltip .healthLabels .red{outline-color:#ff0000d4;background-color:#ff0000d4;color:#fafafa}body .custom-tooltip .healthLabels .message{outline:1px solid;width:100%;display:flex;justify-content:space-around;margin-right:.5em}body *.add-share-modal .scala-modal-body{min-width:50em;padding:0 2em}body *.add-share-modal .scala-modal-body .user-card-adjusted{display:flex;justify-content:space-between;align-items:center;padding:.5em 1em;min-width:calc(100% - 2em);height:50%}body *.add-share-modal .scala-modal-body .user-card-adjusted .model-provider-img{height:34px;width:auto}body *.add-share-modal .share-model-option.selected{color:gray}body .edit-traffic-pattern-modal .scala-modal-content .edit-traffic-pattern-form{padding:10px 20px 0;display:flex;flex-direction:column;align-items:flex-end}body .edit-traffic-pattern-modal .scala-modal-content .edit-traffic-pattern-form .edit-traffic-pattern-name{width:100%;margin-bottom:1em}body .edit-traffic-pattern-modal .scala-modal-content .edit-traffic-pattern-form .edit-traffic-pattern-actions{display:inline-flex;flex-direction:column-reverse;align-items:flex-end;margin-top:1em}body .edit-traffic-pattern-modal .scala-modal-content .edit-traffic-pattern-form .field-container .component-form-field{width:100%;min-width:80%}body .edit-traffic-pattern-modal .scala-modal-content .edit-traffic-pattern-form .field-container .component-form-field input{width:100%}body .edit-traffic-pattern-modal .scala-modal-content .edit-traffic-pattern-form .field-container .component-form-field .field-error,body .edit-traffic-pattern-modal .scala-modal-content .edit-traffic-pattern-form .field-container .component-form-field .error{font-size:.8em;font-weight:bolder;top:-1em;line-height:1.8em;left:0;color:red}body .edit-traffic-pattern-modal .scala-modal-content .edit-traffic-pattern-form .field-container .component-form-label{width:100%;margin-top:.5em}body .edit-traffic-pattern-modal .scala-modal-content .edit-traffic-pattern-form .field-container .component-form-label .field-info-icon{padding:0 .5em}body .edit-traffic-pattern-modal .scala-modal-content .edit-traffic-pattern-form .pattern-name-error,body .edit-traffic-pattern-modal .scala-modal-content .traffic-pattern-error{border:1px solid lightgray;padding:.5em;width:100%;color:#a60046}body .edit-traffic-pattern-modal .scala-modal-content .traffic-pattern-field{margin-bottom:14px}body .edit-traffic-pattern-modal .scala-modal-content .field-container{width:100%}body .layer-configuration-modal .edit-component-form{width:100%;row-gap:1rem}body .layer-configuration-modal .edit-component-form .form-error{border:1px solid #a60046;display:block;margin:1em;text-align:center;padding:0 1em;position:fixed;z-index:1;background:wheat;top:0;border-radius:.5em;min-height:4em;line-height:2em;width:40%;right:0}body .layer-configuration-modal .edit-component-form .attribute-container:not(:first-child){border-top:1px solid grey}body .tree-filter-modal{border-radius:.5em;min-width:60em;min-height:30em;font-size:1em}body .tree-filter-modal .tree-filter-modal-header{border-radius:0;height:3em;border-bottom:1px inset rgb(214.3495145631,234.6747572816,242.6504854369)}body .tree-filter-modal .modal-body{padding:1em 2em;overflow-wrap:break-word;display:inline-flex;min-height:20em;height:100%;width:100%}body .tree-filter-modal .modal-body .simulation-results-filter-section{width:100%;margin:0 1em 0 -3em;padding:0 2em}body .tree-filter-modal .modal-body .simulation-results-filter-section .tree-container{display:flex;flex:1;max-height:70vh;overflow:scroll;overflow-y:scroll}body .tree-filter-modal .modal-body .simulation-results-filter-section .filter-container{overflow:auto;display:inline-flex;width:100%}body .tree-filter-modal .modal-body .simulation-results-filter-section .filter-results-tree>div{z-index:1}body .tree-filter-modal .modal-body .simulation-results-filter-section .filter-results-tree .tree-filter-node{color:#a9a9a9;padding-right:.5em;line-height:3em}body .tree-filter-modal .modal-body .simulation-results-filter-section .filter-results-tree .tree-filter-node-selected{color:#0092cc;line-height:3em;padding-right:.5em}body .tree-filter-modal .modal-body .simulation-results-filter-section .filter-results-tree .tree-filter-tree-item>*{line-height:3em}body .tree-filter-modal .modal-body .simulation-results-filter-section .filter-results-tree .rstcustom__rowContents .rstcustom__rowLabel{padding:0!important;width:100%!important}body .tree-filter-modal .modal-body .simulation-results-filter-section .filter-results-tree .rstcustom__rowContents{min-width:5em;padding:1em}body .tree-filter-modal .modal-body .simulation-results-filter-section .tree-filter-card{z-index:2;border:none}body .tree-filter-modal .modal-body .simulation-results-filter-section .tree-filter-card .tree-search-field :before,body .tree-filter-modal .modal-body .simulation-results-filter-section .tree-filter-card .tree-search-field :after{min-width:10em}body .tree-filter-modal .modal-body .simulation-results-filter-section .tree-filter-card .tree-search-field :before button,body .tree-filter-modal .modal-body .simulation-results-filter-section .tree-filter-card .tree-search-field :after button{z-index:11;cursor:pointer}body .tree-filter-modal .tree-filter-modal-header{display:flex;flex-direction:column;align-items:center;padding:1em 1em .5em}body .tree-filter-modal .tree-filter-modal-header>svg{height:1em;color:#61b0cf;width:1em;left:.5em;top:.5em;position:absolute}body .tree-filter-modal .modal-close-button{position:absolute!important;right:8px;float:right;clear:both}body .tree-filter-modal .modal-filter-button{position:absolute!important;left:8px;margin:0 0 0 .2em;float:left;clear:both}body .tree-filter-modal .modal-button-group{text-align:center}body .tree-filter-modal .modal-button-group button{margin:1em}body .copymove-modal{border-radius:.5em;font-size:1em}body .copymove-modal .copymove-modal-header{border-radius:0;border-bottom:1px inset rgb(214.3495145631,234.6747572816,242.6504854369)}body .copymove-modal .modal-body{padding:1em 2em 1em 1em;overflow-wrap:break-word}body .copymove-modal .modal-body .scala-auto-complete{margin:0 auto}body .copymove-modal .modal-body .scala-auto-complete input{margin:0;line-height:1.8em}body .copymove-modal .modal-body .error-container{padding-left:14px}body .copymove-modal .modal-copymove-container{display:flex;flex-direction:column;align-items:center;padding:1em 1em .5em}body .copymove-modal .modal-copymove-container>svg{height:1em;color:#0092cc;width:1em;left:.5em;top:.5em;position:absolute}body .copymove-modal .modal-close-button{position:absolute!important;right:.2em;top:.2em}body .copymove-modal .modal-button-group{text-align:center}body .copymove-modal .modal-button-group button{margin:1em}body .platform-settings{margin:0 auto;vertical-align:text-top;display:inline-block}body .platform-settings .settings-view-container{width:100%}body .platform-settings .settings-view-container .settings-content{margin:1em}body .platform-settings .settings-view-container .settings-content .settings-main,body .platform-settings .settings-view-container .settings-content .settings-integrations{margin-top:1em;padding-top:1em;background-color:#fff;width:100%}body .platform-settings .platform-setting-card{width:100%;padding:1em 0 1em 1em}body .platform-settings .setting-card{width:100%;padding:0}body .platform-settings .setting-card:hover{box-shadow:2px 2px 5px gray}body .platform-settings .setting-card .scala-text-field-input{outline:1px solid #0092cc;display:inline-block;margin-bottom:1em;overflow:hidden;padding-right:1em}body .platform-settings .setting-card .scala-text-field-input:disabled{cursor:pointer}body .platform-settings .setting-card .row-buttons{margin:auto 0 0;padding:0;width:100%;align-content:space-between;justify-content:space-between}body .platform-settings .setting-card .row-buttons button{width:auto;margin-left:0}body .platform-settings .setting-card .dise-row{display:flex;align-content:space-between}body .platform-settings .setting-card .dise-button{margin:0;padding:0;width:100%;display:flex;align-content:flex-end;justify-content:flex-end}body .platform-settings .setting-card .dise-button button{width:auto;margin-left:0}body .platform-settings .setting-card .setting-message{padding:.5em;margin:-1em auto 1em;position:absolute;background-color:#fff;z-index:2;outline:1px solid #0092cc;font-size:.8em}body .platform-settings .setting-card .integrations-token-text-field{border:1px solid lightblue;padding-right:.3em;margin:1em 0}body .platform-settings .setting-card .integrations-token-label{margin-top:-.5em}body .platform-settings .setting-card .integrations-token-copy-btn{padding:.3em .5em 0 .1em;margin:0 auto}body .platform-settings .setting-card .setting-item-title{font-size:1em}body .file-name-modal .scala-modal-content,body .file-name-modal.file-name-modal .scala-modal-content{display:none;display:flex;flex-direction:column;padding:1em 0}body .file-name-modal .scala-modal-content .scala-modal-body,body .file-name-modal.file-name-modal .scala-modal-content .scala-modal-body{padding:0 1em;width:370px;box-sizing:border-box}body .file-name-modal .scala-modal-content .scala-modal-body .modal-section,body .file-name-modal.file-name-modal .scala-modal-content .scala-modal-body .modal-section{padding:1em 0 0}body .file-name-modal .scala-modal-content .scala-modal-body .modal-section .center-field,body .file-name-modal.file-name-modal .scala-modal-content .scala-modal-body .modal-section .center-field{width:100%}body .file-name-modal .scala-modal-content .scala-modal-body .modal-section .edit-file-buttons,body .file-name-modal.file-name-modal .scala-modal-content .scala-modal-body .modal-section .edit-file-buttons{padding-top:32px}body .graph-overlay-modal .scala-modal-content{padding:1em;width:70%;height:70%}body .graph-overlay-modal .scala-modal-content .scala-modal-body{height:100%;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}body .graph-overlay-modal .scala-modal-content .scala-modal-body .icon-container{margin:1em 0;width:100%;display:flex;justify-content:center;align-items:center}body .graph-overlay-modal .scala-modal-content .scala-modal-body .icon-container span{font-size:2em}body .graph-overlay-modal .scala-modal-content .scala-modal-body .graph-container{display:flex;justify-content:center;align-items:center;margin:1em 0;height:100%;width:100%}body .empty-overlay-modal .scala-modal-body{margin:0 1EM}body .topology-map-modal{font-family:Open sans;font-weight:400}body .topology-map-modal .scala-modal-content{width:80%;height:auto;display:flex;flex-direction:column;justify-content:flex-start;margin:0 1em;padding:0 1em}body .topology-map-modal .scala-modal-content .modal-section>h6{color:#0092cc;margin:1em}body .topology-map-modal .scala-modal-content .topology-map-footer{margin:1em;display:inline-flex;flex-direction:column-reverse}body .topology-map-modal .scala-modal-content .topology-map-footer .close-topology-map-modal{display:inline-flexbox;align-self:flex-end}body .topology-map-modal .scala-modal-content .topology-map{padding:1em;display:flex;flex-direction:column;align-items:flex-end}body .job-comparison-modal .scala-modal-body{margin:0 auto;max-height:75vh;overflow:scroll}body .job-comparison-modal .scala-modal-body .simulations-history{display:flex;flex-direction:column;width:100%}body .job-comparison-modal .job-history{width:100%!important;max-width:100%!important}body .job-comparison-modal .simulations-history{display:inline-flex;width:100%;max-width:100%}body .job-comparison-modal .simulations-history .job-history-loader{display:flex;justify-content:center;align-items:center;height:100%;margin:0 auto;width:100%}body .job-comparison-modal .simulations-history .history-header{margin-top:0}body .job-comparison-modal .simulations-history .simulation-history-section{margin-top:19px;display:inline-block;width:100%;max-width:100%}body .job-comparison-modal .simulations-history .simulation-history-section .scala-table{width:100%;max-width:100%;display:flex;flex-direction:column}body .job-comparison-modal .simulations-history .simulation-history-section .scala-table .scala-table-content{display:block;height:100%!important;width:100%;max-width:100%}body .job-comparison-modal .simulations-history .simulation-history-section .scala-table .scala-table-content .table-rows{display:block;max-height:100%!important;overflow-y:visible!important;width:100%}body .job-comparison-modal .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row{width:100%;min-width:0}body .job-comparison-modal .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row .column-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}body .job-comparison-modal .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row .column-name p{font-weight:600}body .job-comparison-modal .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row .column-clusterName{flex:.4;min-width:0;overflow:hidden;text-overflow:ellipsis}body .job-comparison-modal .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row .column-jobType{flex:.5;min-width:0;overflow:hidden;text-overflow:ellipsis}body .job-comparison-modal .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row .column-tags{flex:.5;min-width:0;color:#999;overflow:hidden}body .job-comparison-modal .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row .column-status{flex:.5;min-width:0;overflow:hidden;text-overflow:ellipsis}body .job-comparison-modal .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row .column-status .simulation-failed{font-weight:600;color:#a60046}body .job-comparison-modal .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row .column-status .simulation-terminated{font-weight:600;color:#b2b2b2}body .job-comparison-modal .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row .column-createdOn{flex:.5;min-width:0;overflow:hidden;text-overflow:ellipsis}body .job-comparison-modal .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row .column-duration{flex:.3;min-width:0;overflow:hidden;text-overflow:ellipsis}body .job-comparison-modal .simulations-history .simulation-history-section .scala-table .scala-table-content .table-row .column-select{flex:.3;min-width:0}body .job-comparison-modal .simulations-history .simulation-history-section .scala-table .scala-table-content .table-rows{max-height:200px;overflow-y:overlay}body .fade-in-chart{animation:fadeIn .5s}@keyframes fadeIn{0%{margin-top:-20px;opacity:0}50%{margin-top:-10px;opacity:.5}to{margin-top:0;opacity:1}}body .drilldown-filters-modal{min-width:60em;overflow:auto}body .drilldown-filters-modal .drilldown-filters-modal-container{width:600px}body .drilldown-filters-modal .drilldown-filters-modal-inputs{margin-top:1em}body .drilldown-filters-modal .drilldown-filters-sliders{width:300px;margin-left:5em}body .drilldown-filters-modal .drilldown-filters-sliders-label{width:55px}body .drilldown-filters-modal .drilldown-filters-sliders-gbps{margin-top:2em}body .drilldown-filters-modal .drilldown-filters-modal-checkbox{font-size:28px}body .drilldown-filters-modal .scala-modal-content .modal-section{min-width:50em;padding:1em;width:70%;height:70%}body .drilldown-filters-modal .scala-modal-content .scala-modal-body{padding:0 2em;width:auto;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;height:100%}body .drilldown-filters-modal .scala-modal-content .scala-modal-body .job-drilldowns-header{padding:1em;width:100%}body .drilldown-filters-modal .scala-modal-content .scala-modal-body .scala-loader,body .drilldown-filters-modal .scala-modal-content .scala-modal-body .drilldown-filters-intervals{padding:0 1em;width:100%}body .drilldown-results-tab{margin-top:2em}body .modal-button-group{display:inline-flex;justify-content:flex-end;flex-direction:row;width:100%;margin-top:1em}body .rc-slider{opacity:1}body .rc-slider-rail{border-radius:0%}body .drilldown-column{position:relative;width:100px;min-height:200px;margin-right:1em;margin-bottom:9px;cursor:pointer}body .drilldown-column.selected,body .drilldown-column:hover{box-shadow:0 15px 30px #ff8000;scale:1.1}body .drilldown-column-content{position:absolute;bottom:0;left:0}body .drilldown-component-icon-container{color:"green";margin-top:"1em";padding-top:"7em";padding-left:"2em";width:"100px";min-height:"200px"}body .drilldown-filters-modal-container{width:300px}body .drilldown-totals-modal-container{width:450px}body .green-range{background-color:green;width:100%}body .yellow-range{background-color:#ff0;width:100%}body .red-range{background-color:red;width:100%}body .component-icon{font-size:450%;color:#00c4a1;display:inline;vertical-align:middle;padding-right:.5em}body .drilldown-subicons-button,body .drilldown-subicons-button svg,body .drilldown-filters-btn,body .drilldown-filters-btn svg{display:inline-flex;margin:0;padding:0;line-height:normal}body .backup-context-menu,body .navitem-context-menu{z-index:1400}body .backup-submenu .backup-item{color:#5e8dbf}body .backup-submenu:hover .backup-item{color:#fff}body .baseline-menu-item span{color:#084781}body .dashboard-root{font-size:100%;display:flex;height:100vh}body .dashboard-root .not-chrome-browser{border:1px solid #a60046;color:#a60046;text-align:center;margin:0 auto;line-height:2em;width:100%;display:inline-block}body .dash-right{display:flex;flex-direction:column;flex:6 1;overflow-y:auto}body .d-flex{display:flex}@font-face{font-family:icomoon;src:url(/fonts/icomoon.eot?8gnfkr);src:url(/fonts/icomoon.eot?8gnfkr#iefix) format("embedded-opentype"),url(/fonts/icomoon.ttf?8gnfkr) format("truetype"),url(/fonts/icomoon.woff?8gnfkr) format("woff"),url(/fonts/icomoon.svg?8gnfkr#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=" icon-"]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-NS3_CloudD_Revised .path1:before{content:"";color:#0092cc}.icon-NS3_CloudD_Revised .path2:before{content:"";margin-left:-1em;color:#0092cc}.icon-NS3_CloudD_Revised .path3:before{content:"";margin-left:-1em;color:#0092cc}.icon-NS3_CloudD_Revised .path4:before{content:"";margin-left:-1em;color:#0092cc}.icon-NS3_CloudD_Revised .path5:before{content:"";margin-left:-1em;color:#61b0cf}.icon-NS3_CloudD_Revised .path6:before{content:"";margin-left:-1em;color:#61b0cf}.icon-NS3_CloudD_Revised .path7:before{content:"";margin-left:-1em;color:#61b0cf}.icon-NS3_CloudD_Revised .path8:before{content:"";margin-left:-1em;color:#61b0cf}.icon-HPC_Cloud_path .path1:before{content:"";color:#61b0cf}.icon-HPC_Cloud_path .path2:before{content:"";margin-left:-1em;color:#00c4a1}.icon-HPC_Cloud_path .path3:before{content:"";margin-left:-1em;color:#00c4a1}.icon-EDA_Cloud_logo_path .path1:before{content:"";color:#61b0cf}.icon-EDA_Cloud_logo_path .path2:before{content:"";margin-left:-1em;color:#61b0cf}.icon-EDA_Cloud_logo_path .path3:before{content:"";margin-left:-1em;color:#61b0cf}.icon-EDA_Cloud_logo_path .path4:before{content:"";margin-left:-1em;color:#61b0cf}.icon-EDA_Cloud_logo_path .path5:before{content:"";margin-left:-1em;color:#61b0cf}.icon-EDA_Cloud_logo_path .path6:before{content:"";margin-left:-1em;color:#61b0cf}.icon-EDA_Cloud_logo_path .path7:before{content:"";margin-left:-1em;color:#61b0cf}.icon-EDA_Cloud_logo_path .path8:before{content:"";margin-left:-1em;color:#61b0cf}.icon-EDA_Cloud_logo_path .path9:before{content:"";margin-left:-1em;color:#61b0cf}.icon-EDA_Cloud_logo_path .path10:before{content:"";margin-left:-1em;color:#0092cc}.icon-EDA_Cloud_logo_path .path11:before{content:"";margin-left:-1em;color:#0092cc}.icon-EDA_Cloud_logo_path .path12:before{content:"";margin-left:-1em;color:#0092cc}.icon-EDA_Cloud_logo_path .path13:before{content:"";margin-left:-1em;color:#0092cc}.icon-EDA_Cloud_logo_path .path14:before{content:"";margin-left:-1em;color:#0092cc}.icon-EDA_Cloud_logo_path .path15:before{content:"";margin-left:-1em;color:#0092cc}.icon-EDA_Cloud_logo_path .path16:before{content:"";margin-left:-1em;color:#0092cc}.icon-EDA_Cloud_logo_path .path17:before{content:"";margin-left:-1em;color:#0092cc}.icon-EDA_Cloud_logo_path .path18:before{content:"";margin-left:-1em;color:#89d5e0}.icon-EDA_Cloud_logo_path .path19:before{content:"";margin-left:-1em;color:#61b0cf}.icon-EDA_Cloud_logo_path .path20:before{content:"";margin-left:-1em;color:#61b0cf}.icon-EDA_Cloud_logo_path .path21:before{content:"";margin-left:-1em;color:#61b0cf}.icon-EDA_Cloud_logo_path .path22:before{content:"";margin-left:-1em;color:#61b0cf}.icon-EDA_Cloud_logo_path .path23:before{content:"";margin-left:-1em;color:#61b0cf}.icon-EDA_Cloud_logo_path .path24:before{content:"";margin-left:-1em;color:#61b0cf}.icon-EDA_Cloud_logo_path .path25:before{content:"";margin-left:-1em;color:#61b0cf}.icon-EDA_Cloud_logo_path .path26:before{content:"";margin-left:-1em;color:#61b0cf}.icon-EDA_Cloud_logo_path .path27:before{content:"";margin-left:-1em;color:#61b0cf}.icon-License:before{content:""}.icon-Chat:before{content:""}.icon-Desktop:before{content:""}.icon-Document:before{content:""}.icon-File:before{content:""}.icon-Logs:before{content:""}.icon-Network:before{content:""}.icon-Projects:before{content:""}.icon-Software:before{content:""}.icon-Usage:before{content:""}.icon-User:before{content:""}.icon-Action-List:before{content:""}.icon-Add:before{content:""}.icon-Arrow-down:before{content:""}.icon-Arrow-left:before{content:""}.icon-Arrow-right:before{content:""}.icon-Arrow-up:before{content:""}.icon-Check:before{content:""}.icon-Checkl-multiple:before{content:""}.icon-Chevron-down:before{content:""}.icon-Chevron-left:before{content:""}.icon-Chevron-right:before{content:""}.icon-Chevron-up:before{content:""}.icon-Close:before{content:""}.icon-Confirm:before{content:""}.icon-Default:before{content:""}.icon-Double-Chevron:before{content:""}.icon-Download:before{content:""}.icon-Pause:before{content:""}.icon-Settings:before{content:""}.icon-Sort-down:before{content:""}.icon-Sort-up:before{content:""}.icon-Trash:before{content:""}.icon-Upload:before{content:""}.icon-Search:before{content:""}.icon-Cluster:before{content:""}.icon-Collab:before{content:""}.icon-Custom:before{content:""}.icon-Weather:before{content:""}.icon-APP:before{content:""}.icon-Fabric:before{content:""}.icon-NIC:before{content:""}.icon-Pod:before{content:""}.icon-Rack:before{content:""}.icon-Switch:before{content:""}.icon-Global-Repo:before{content:""}.icon-Locked:before{content:""}.icon-Under-Construction:before{content:""}.icon-NS3:before{content:""}.icon-HPC:before{content:""}.icon-Team:before{content:""}.icon-Move-Item:before{content:""}.icon-Subtract:before{content:""}.icon-Warning:before{content:""}.icon-Remote-Desktop:before{content:""}
