@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);#login{height:100%}#login,#login .loginContainer{display:flex;align-items:center;justify-content:center}#login .loginContainer{flex-direction:column;grid-gap:48px;padding:80px;border-radius:3px;background:#36393d;box-shadow:3px 3px 10px -8px #000}#login .loginContainer .titleWrap{text-align:center;font-size:1.2em}#login .loginContainer .titleWrap h1{font-size:1.7em;line-height:1.2em}#login .loginContainer .titleWrap p{color:#acaeaf}#login .loginContainer .companyLogo{filter:grayscale(1) opacity(.5)}.imageWrapper{position:relative;min-width:106px;min-height:32px}.imageWrapper .backgroundFill{display:flex;background-size:contain;background-position:0}.imageWrapper .loadingContainer{position:absolute;left:0;top:0;z-index:5;width:100%;height:100%;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center}.imageWrapper .loadingContainer:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;opacity:.4;background:#1e2226}.sub-status{display:flex;flex-direction:row;grid-gap:8px;font-size:20px;justify-content:flex-end}.sub-status,.sub-status--theme-default{color:#8e9295}.sub-status--theme-light{color:#fff}.sub-status__contain{display:flex;flex-direction:row;grid-gap:8px;align-items:center}.sub-status__status-circle{width:16px;height:16px;border-radius:50%;background-color:#8e9295;animation:Pulse 1.5s ease-in-out infinite;animation-delay:.6s}.sub-status__status-circle--status-deploy{background-color:#ff6914}.sub-status__status-circle--status-destroy{background-color:#f75b5e}.workspaces-grid-card{background-color:#36393d;box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:2px;overflow:hidden;filter:brightness(1);transition:filter .3s ease}.workspaces-grid-card:hover{filter:brightness(1.2)}.workspaces-grid-card .asset-description{color:var(--viz-grey-2)}.workspaces-grid-card .asset-description.deployed.online{color:#17eb8c}.workspaces-grid-card .asset-description.deployed.aborting,.workspaces-grid-card .asset-description.deployed.starting,.workspaces-grid-card .asset-description.deployed.stopping{animation:workspace-asset-description-blinker 2s linear infinite}.workspaces-grid-card .tags-list{position:relative}.workspaces-grid-card .tags-list:after{content:"";position:absolute;z-index:1;top:0;right:0;background-image:linear-gradient(90deg,rgba(54,57,61,0),#36393d 90%);width:2em;height:100%}@keyframes workspace-asset-description-blinker{50%{color:var(--viz-white)}}.helpBoxMenu{transform:translate(-19px,12px);overflow:visible;contain:unset}.helpBoxMenu:before{width:5px;height:5px;top:-21px;border:12px solid #17181a;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;z-index:2}.helpBoxMenu:after,.helpBoxMenu:before{content:"";position:absolute;left:16px;display:block}.helpBoxMenu:after{width:6px;height:6px;top:-23px;border:12px solid #3c3d3f;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;z-index:1}.helpBoxMenu .helpBoxContainer{background:#17181a;max-width:450px;border-radius:3px;padding:8px;border:1px solid #3c3d3f;flex-direction:column;display:flex}.helpBoxMenu .helpBoxContainer>span{display:flex;flex-direction:row;flex-wrap:wrap;grid-gap:4px}.workspaceListContainer .wrapTitle{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;padding:16px 0 8px}.workspaceListContainer .backgroundFill{margin:28px 0 10px}.workspaceListContainer .workspaceIcon .danger{color:#f75b5e}.workspaceListContainer .workspaceIcon .warning{color:#fcdc5c}.workspaceListContainer .listHeaderContainer{margin-bottom:8px}.workspaceListContainer .workspaceHeaderWrap{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 0 8px 0}.workspaceListContainer .workspaceHeaderWrap>div{display:flex;grid-gap:16px;align-items:center}.workspaceListContainer .resetFilterHandler{display:flex;justify-content:center;align-items:center;text-align:center;padding-top:24px;flex-direction:column;grid-gap:8px;font-size:1.5em;color:#acaeaf}.workspaceListContainer #emptyList h3{color:#acaeaf;font-size:1.6em;line-height:1.5em}#onlineSwitch .statusLabel{display:flex;text-transform:uppercase;flex-direction:row;grid-gap:8px;margin-bottom:5px}#onlineSwitch .statusLabel>span{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;grid-gap:5px}#onlineSwitch .statusLabel>span:first-of-type{position:relative}#onlineSwitch .statusLabel>span:first-of-type:before{content:"";width:14px;height:14px;display:inline-block;border-radius:50%;border:2px solid #595c5f}#onlineSwitch .statusLabel[state=deploy-failed] .status:before,#onlineSwitch .statusLabel[state=destroy-failed] .status:before,#onlineSwitch .statusLabel[state=validation-failed] .status:before{border-color:#f75b5e;background:#f75b5e}#onlineSwitch .statusLabel[state=archiving] .status:before,#onlineSwitch .statusLabel[state=deploy-pending] .status:before,#onlineSwitch .statusLabel[state=deploying] .status:before,#onlineSwitch .statusLabel[state=preparing] .status:before,#onlineSwitch .statusLabel[state=restoring] .status:before,#onlineSwitch .statusLabel[state=validated] .status:before,#onlineSwitch .statusLabel[state=validating] .status:before{border-color:#e89210;background:#e89210;animation:Pulse 1.5s ease-in-out infinite}#onlineSwitch .statusLabel[state=archived] .status:before{border-color:#595c5f;background:#595c5f}#onlineSwitch .statusLabel[state=destroying] .status:before{border-color:#f75b5e;background:#f75b5e;animation:Pulse 1.5s ease-in-out infinite}#onlineSwitch .statusLabel[state=deployed-with-error][online-state=online] .status:before,#onlineSwitch .statusLabel[state=deployed-with-error][online-state=starting] .status:before,#onlineSwitch .statusLabel[state=deployed][online-state=online] .status:before,#onlineSwitch .statusLabel[state=deployed][online-state=starting] .status:before,#onlineSwitch .statusLabel[state=validation-no-action][online-state=online] .status:before,#onlineSwitch .statusLabel[state=validation-no-action][online-state=starting] .status:before{background:#13ff95;border-color:#13ff95}#onlineSwitch .statusLabel[state=deployed-with-error][online-state=offline] .status:before,#onlineSwitch .statusLabel[state=deployed-with-error][online-state=stopping] .status:before,#onlineSwitch .statusLabel[state=deployed][online-state=offline] .status:before,#onlineSwitch .statusLabel[state=deployed][online-state=stopping] .status:before,#onlineSwitch .statusLabel[state=validation-no-action][online-state=offline] .status:before,#onlineSwitch .statusLabel[state=validation-no-action][online-state=stopping] .status:before{border-color:#13ff95;background:rgba(77,225,138,.2)}#onlineSwitch .statusLabel[state=deployed-with-error][online-state=offline] .onlineApps,#onlineSwitch .statusLabel[state=deployed-with-error][online-state=stopping] .onlineApps,#onlineSwitch .statusLabel[state=deployed][online-state=offline] .onlineApps,#onlineSwitch .statusLabel[state=deployed][online-state=stopping] .onlineApps,#onlineSwitch .statusLabel[state=validation-no-action][online-state=offline] .onlineApps,#onlineSwitch .statusLabel[state=validation-no-action][online-state=stopping] .onlineApps{color:#acaeaf}#onlineSwitch .statusLabel[state=deployed-with-error][online-state=starting] .status:before,#onlineSwitch .statusLabel[state=deployed-with-error][online-state=stopping] .status:before,#onlineSwitch .statusLabel[state=deployed][online-state=starting] .status:before,#onlineSwitch .statusLabel[state=deployed][online-state=stopping] .status:before,#onlineSwitch .statusLabel[state=validation-no-action][online-state=starting] .status:before,#onlineSwitch .statusLabel[state=validation-no-action][online-state=stopping] .status:before{animation:Pulse 1.5s ease-in-out infinite}#onlineSwitch .statusLabel .runningSince{color:#acaeaf;text-transform:lowercase;letter-spacing:-1px}#onlineSwitch .switchWrapper{display:flex;flex-direction:row;grid-gap:8px;align-items:center}#onlineSwitch .switchWrapper.grid{background:#2a2e31;justify-content:flex-end;padding:8px 16px;color:#acaeaf;font-size:1.2em;grid-gap:8px}#onlineSwitch .switchWrapper button{text-transform:uppercase}.workspaceGridContainer{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;background:#25292c;border-radius:3px 3px 0 0}@media(min-width:1700px){.workspaceGridContainer{grid-template-columns:repeat(4,1fr)}}@media(max-width:1300px){.workspaceGridContainer{grid-template-columns:repeat(2,1fr)}}.workspaceGridContainer>div{min-height:300px}.workspaceGridContainer>div.workspaceGridCard{background:#36393d;display:flex;flex-direction:column;box-shadow:2px 2px 12px -8px #000;border-radius:3px;overflow:hidden}.workspaceGridContainer>div.workspaceGridCard:active{transform:scale(.96)!important;transition:all 80ms ease-in}.workspaceGridContainer>div.workspaceGridCard .description{max-width:250px;display:block;overflow:hidden;text-overflow:ellipsis}.workspaceGridContainer>div.workspaceGridCard .workspace-online-control{background:#2a2e31;display:flex;flex-direction:row;justify-content:flex-end;padding:8px 16px}.workspaceGridContainer>div.workspaceGridCard .workspace-online-control span.description{color:#acaeaf}.workspaceGridContainer>div.workspaceGridCard .tagListContainer>div{display:flex;flex-direction:row;flex-wrap:wrap;grid-gap:8px;margin-top:8px}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates{background:#404446;padding:8px 16px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;cursor:pointer}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates .uppercase{text-transform:uppercase}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates .wrapLabel{display:flex;flex-direction:row;align-items:center}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates .deployStateLabel{font-size:1.25em;font-weight:400;display:flex;flex-direction:row;grid-gap:8px;letter-spacing:.06em;align-items:center}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates .deployStateLabel:before{content:"";width:16px;height:16px;border:2px solid #595c5f;display:inline-flex;border-radius:50%}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates .onlineApps{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;grid-gap:8px;font-size:.9em}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates .subStateLabel{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;text-transform:capitalize;font-size:.9em}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=validation-failed]{background:#f75b5e33}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=validation-failed] .deployStateLabel:before{border-color:#f75b5e;background:#f75b5e}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=destroy-failed]{background:#f75b5e33}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=destroy-failed] .deployStateLabel:before{border-color:#f75b5e;background:#f75b5e}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deploy-failed]{background:#f75b5e33}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deploy-failed] .deployStateLabel:before{border-color:#f75b5e;background:#f75b5e}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=preparing]{background:#e8921033}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=preparing] .deployStateLabel:before{border-color:#e89210;background:#e89210;animation:Pulse 1.5s ease-in-out infinite}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deploying]{background:#e8921033}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deploying] .deployStateLabel:before{border-color:#e89210;background:#e89210;animation:Pulse 1.5s ease-in-out infinite}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deploy-pending]{background:#e8921033}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deploy-pending] .deployStateLabel:before{border-color:#e89210;background:#e89210;animation:Pulse 1.5s ease-in-out infinite}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=validating]{background:#e8921033}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=validating] .deployStateLabel:before{border-color:#e89210;background:#e89210;animation:Pulse 1.5s ease-in-out infinite}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=validated]{background:#e8921033}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=validated] .deployStateLabel:before{border-color:#e89210;background:#e89210;animation:Pulse 1.5s ease-in-out infinite}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=archiving]{background:#404446}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=archiving] .deployStateLabel:before{border-color:#e89210;background:#e89210;animation:Pulse 1.5s ease-in-out infinite}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=restoring]{background:#404446}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=restoring] .deployStateLabel:before{border-color:#e89210;background:#e89210;animation:Pulse 1.5s ease-in-out infinite}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=archived]{background:#404446}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=archived] .deployStateLabel:before{border-color:#595c5f;background:#595c5f}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=destroying]{background:#f75b5e33}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=destroying] .deployStateLabel:before{border-color:#f75b5e;background:#f75b5e;animation:Pulse 1.5s ease-in-out infinite}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=online],.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=starting],.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deployed][online-state=online],.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deployed][online-state=starting],.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=online],.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=starting]{background:#07aa6633}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=online] .deployStateLabel:before,.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=starting] .deployStateLabel:before,.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deployed][online-state=online] .deployStateLabel:before,.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deployed][online-state=starting] .deployStateLabel:before,.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=online] .deployStateLabel:before,.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=starting] .deployStateLabel:before{background:#13ff95;border-color:#13ff95}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=offline] .deployStateLabel:before,.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=stopping] .deployStateLabel:before,.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deployed][online-state=offline] .deployStateLabel:before,.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deployed][online-state=stopping] .deployStateLabel:before,.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=offline] .deployStateLabel:before,.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=stopping] .deployStateLabel:before{border-color:#13ff95;background:rgba(77,225,138,.2)}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=offline] .onlineApps,.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=stopping] .onlineApps,.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deployed][online-state=offline] .onlineApps,.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deployed][online-state=stopping] .onlineApps,.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=offline] .onlineApps,.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=stopping] .onlineApps{color:#acaeaf}.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=starting] .deployStateLabel:before,.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=stopping] .deployStateLabel:before,.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deployed][online-state=starting] .deployStateLabel:before,.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=deployed][online-state=stopping] .deployStateLabel:before,.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=starting] .deployStateLabel:before,.workspaceGridContainer>div.workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=stopping] .deployStateLabel:before{animation:Pulse 1.5s ease-in-out infinite}.workspaceGridContainer>div .workspaceAppsContainer{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin-top:24px}.workspaceGridContainer>div [is-online=online]{color:#4de18a}.workspaceGridContainer>div [is-online=offline],.workspaceGridContainer>div [is-online=stopping]{color:#acaeaf}.workspaceGridContainer>div .cardHeaderContainer{background:#414345;height:78px}.workspaceGridContainer>div .cardHeaderContainer[deploy-status=deployed]{background:rgba(32,79,62,.78)}.workspaceGridContainer>div .cardHeaderContainer[deploy-status=deploying],.workspaceGridContainer>div .cardHeaderContainer[deploy-status=destroy-failed],.workspaceGridContainer>div .cardHeaderContainer[deploy-status=destroying],.workspaceGridContainer>div .cardHeaderContainer[deploy-status=preparing],.workspaceGridContainer>div .cardHeaderContainer[deploy-status=validation-failed]{background:#342b29}.workspaceGridContainer .addSpace{height:300px;display:flex;justify-content:center;align-items:center;border-radius:3px;border:2px dashed #4d5154;cursor:pointer;background:#212528;transition:all .12s ease-in}.workspaceGridContainer .addSpace:hover{background:#1e2123}.workspaces-table .noTags{opacity:.5}.workspaces-table .sub-status{justify-content:flex-start;font-size:16px}.workspaceName{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;grid-gap:6px}.workspaceName h5{line-height:1.3em!important;padding-bottom:3px}.workspaceName .description{min-height:22px;display:block;max-width:250px;overflow:hidden;text-overflow:ellipsis}.workspaces-list .workspaces-table tr{cursor:pointer}.workspaces-list .workspaces-table tr .table-column-title .v-image.workspace-image{flex:0 0 auto;margin-right:14px}.workspaces-list .workspaces-table tr .switchWrapper{visibility:hidden;opacity:0;transition:all .3s ease}.workspaces-list .workspaces-table tr:hover .switchWrapper{visibility:visible;opacity:1}.workspaces-list .runningForWrapper{display:flex;flex-direction:row;align-items:flex-start;grid-gap:16px}.workspaces-list .runningForWrapper>span{display:flex;flex-direction:row;grid-gap:8px;align-items:center}.workspaces-list .runningForWrapper .appsOnline{display:flex;grid-gap:8px}.workspaces-list .runningForWrapper .appsOnline>span:first-child{display:flex;justify-content:center}.workspaces-list .dateWrapper{display:flex;flex-direction:column}.workspaces-list .dateWrapper .editedBy{color:#acaeaf}.advancedFilter .filterButtonTrigger .filterCounter{display:flex;flex-direction:row;grid-gap:16px;align-items:center;padding-left:3px}.advancedFilterContainer{transform:translateY(15px)}.advancedFilterContainer:before{border-bottom-color:#36393d}.advancedFilterContainer:after{border-bottom-color:#494c50}.advancedFilterContainer .helpBoxContainer{background:#36393d;border:1px solid #494c50;padding:0}.advancedFilterContainer .helpBoxContainer .filterOptions>.filterItem{display:flex;flex-direction:column;padding:16px;border-bottom:1px solid #494c50;grid-gap:16px}.advancedFilterContainer .helpBoxContainer .filterOptions>.filterItem .alignItems{display:flex;flex-direction:row;align-items:center;grid-gap:8px}.advancedFilterContainer .helpBoxContainer .filterOptions>.filterItem .alignItems>span{display:flex;flex:115px}.advancedFilterContainer .helpBoxContainer .filterOptions>.filterItem .alignItems .v-input{max-width:150px}.advancedFilterContainer .helpBoxContainer .filterOptions>.controller{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 0}.advancedFilterContainer .helpBoxContainer .filterOptions label{height:24px;overflow:hidden;margin-bottom:1px}.advancedFilterContainer .helpBoxContainer .filterOptions label>.field-label{font-size:1.1em}.advancedFilterContainer .helpBoxContainer .statusOptions .checkbox .v-input--selection-controls__input{margin:0}.advancedFilterContainer .helpBoxContainer .statusOptions .statusOptionWrap{display:flex;flex-direction:column;padding:8px 0 0 26px;margin:0;list-style:none;grid-gap:8px}.advancedFilterContainer .helpBoxContainer .statusOptions .statusOptionWrap li{height:24px}.advancedFilterContainer .helpBoxContainer .statusOptions .statusOptionWrap li.deployed-online{color:#4de18a}.advancedFilterContainer .helpBoxContainer .statusOptions .statusOptionWrap li.deployed-offline{color:#fff}.advancedFilterContainer .helpBoxContainer .statusOptions .statusOptionWrap li.deploying{color:#e89210}.advancedFilterContainer .helpBoxContainer .statusOptions .statusOptionWrap li.archived,.advancedFilterContainer .helpBoxContainer .statusOptions .statusOptionWrap li.archiving{color:#acaeaf}.advancedFilterContainer .helpBoxContainer .statusOptions .statusOptionWrap li.restoring{color:#e89210}.advancedFilterContainer .helpBoxContainer .statusOptions .statusOptionWrap li.failed{color:#f75b5e}.advancedFilterContainer .helpBoxContainer .statusOptions .statusOptionWrap li.draft{color:#acaeaf}#noAuth{display:flex;flex-direction:row;width:100%;height:100%;overflow:hidden}#noAuth .offeredContent{overflow:hidden;display:flex;flex:1 1 auto;justify-content:center;flex-direction:column}#noAuth .animatedLayer{min-width:350px;margin:0 auto}.viz-now-app:not(.viz-now-app--session-true) .transitionItem{height:100%}.viz-now-app:not(.viz-now-app--session-true) #notFound{display:flex;flex:1 1 auto}.pageNotFound .v-alert{margin-top:16px}.pageNotFound .v-alert .content h2{font-size:1.3em;line-height:1em}.pageNotFound .v-alert .content h2~p{color:#acaeaf}.pageNotFound .circleIcon{padding:12px;border-radius:50%;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;color:inherit;margin-right:8px}.pageNotFound .circleIcon:before{content:"";width:100%;height:100%;position:absolute;display:flex;-webkit-backdrop-filter:brightness(1.3);backdrop-filter:brightness(1.3)}.pageNotFound .circleIcon i{color:inherit}.pageNotFound .offeredContent{opacity:.5;animation:FadeIn .3s ease-in;animation-fill-mode:forwards;animation-delay:1.2s}@keyframes FadeIn{0%{opacity:.5}to{opacity:1}}.listItem{list-style:none;display:flex;flex-direction:row;justify-content:space-between;width:100%;padding:8px;border-bottom:1px solid #4d5154;transition:all .12s ease-in;position:relative}.listItem,.listItem:hover{background:#2a2e31}ul.listContainer{padding:0}.imageVisualizerContainer[clickable=notClickable]{pointer-events:none}.imageVisualizerContainer figure.imageContainer{display:flex;justify-content:center;align-items:center;transition:all .12s ease-in}.imageVisualizerContainer figure.imageContainer img{width:100%;height:auto}.imageVisualizerContainer figure.imageContainer:hover{cursor:pointer;opacity:.7}.largeImageContainer{display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow:hidden}.largeImageContainer .backgroundLargeImage{background-size:contain;background-position:top;height:calc(100vh - 104px);width:100%;cursor:zoom-in}.warningBarContainer .v-alert .v-alert__wrapper{grid-gap:8px}.warningBarContainer .v-alert .content{display:flex;flex-direction:column;grid-gap:8px}.warningBarContainer .v-alert .content h2{font-size:1.3em;line-height:1em}.warningBarContainer .v-alert .content h2~p{color:#acaeaf;line-height:1.2em}.topBarGenericLogo.addSpacing{padding:20px 0 35px}.topBarGenericLogo.redirects{transition:all .12s ease-in}.topBarGenericLogo.redirects:hover{cursor:pointer;opacity:.8}.topBarGenericLogo.redirects:active{opacity:.6}#onboarding.noPermission .loading{background:#25292c;display:flex;justify-content:center;align-items:center;padding:16px;text-align:center;color:#acaeaf;text-transform:uppercase}#onboarding.noPermission .lowLevelPermission{background:#25292c;padding:16px}#onboarding .contentTitle{display:flex;flex-direction:column}#onboarding .contentTitle h4{margin-bottom:8px}#onboarding .contentTitle .topBarGenericLogo{padding-bottom:16px}#onboarding .contentTitle .stepController{display:flex;flex-direction:row;align-items:center;grid-gap:8px}#onboarding .tabHeader{background:#1e2226;padding:16px 0}#onboarding .tabContainer{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;width:100%;list-style:none;padding:0}#onboarding .tabContainer>li{flex:1;position:relative}#onboarding .tabContainer>li,#onboarding .tabContainer>li .stepLabel{display:flex;flex-direction:column;align-items:center;justify-content:center}#onboarding .tabContainer>li .stepLabel{grid-gap:8px;margin-top:8px}#onboarding .tabContainer>li .stepLabel .v-btn{background:#1e2226;border-width:2px}#onboarding .tabContainer>li .stepLabel .v-btn[step-open]{background:#000}#onboarding .tabContainer>li:not(:last-child):before{content:"";background:#4d5154;height:1px;width:100%;left:50%;top:calc(50% + 12px);transform:translateY(-50%);position:absolute}#onboarding .tabContainer>li[color=success]:before{background:#4de18a}#onboarding .tabContainer>li[disabled] i,#onboarding .tabContainer>li[disabled] span{color:#acaeaf}#onboarding .v-card__text{padding:0}#onboarding .onboardingItem .spaced{padding:16px}#onboarding .onboardingItem .contentTitle{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #1e2226}#onboarding .onboardingItem .contentTitle label span{font-size:1.3em}#onboarding .onboardingItem.stepThree .v-progress-linear{margin:0}#onboarding #cloudProvider{display:flex;flex-direction:row;grid-gap:24px}#onboarding #cloudProvider .v-input__slot{margin-bottom:4px!important}#onboarding #cloudProvider .alignItems,#onboarding #cloudProvider .controllers{display:flex;flex-direction:row;align-items:center;grid-gap:8px}#onboarding #cloudProvider .controllers{margin-top:4px}#onboarding #cloudProvider .regionHandler{display:flex;flex-direction:row;align-items:flex-start;grid-gap:8px}#onboarding #cloudProvider .regionHandler .regionPicker{width:250px}#onboarding .listContainer .listItem .leftContainer{display:flex;flex-direction:row;grid-gap:8px;justify-content:flex-start;align-items:center}#onboarding .listContainer .listItem i{color:#acaeaf}#onboarding .listContainer .dragHandle{cursor:grab;width:250px}#onboarding .listContainer .dragHandle .ping{padding-left:8px}#onboarding .listContainer .dragHandle .ping[color=fastPing]{color:#4de18a}#onboarding .listContainer .dragHandle .ping[color=slowPing]{color:#fcdc5c}#onboarding .listContainer .dragHandle .ping[color=verySlowPing]{color:#f75b5e}#onboarding .listContainer .draggingOver:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:5;background:#6078ea;opacity:.3}#onboarding #cloudConfig .cloudConfigContainer{display:flex;flex-direction:row;padding-top:0;padding-bottom:0}#onboarding #cloudConfig .cloudConfigContainer>div{display:flex;flex-wrap:wrap;flex:1 1 auto;padding:16px 0;flex-direction:column}#onboarding #cloudConfig .cloudConfigContainer>div.awsForm{padding-left:16px;min-width:20vw;border-left:1px solid #1e2226}#onboarding #cloudConfig .cloudConfigContainer>div.awsForm form{width:100%}#onboarding #cloudConfig .cloudConfigContainer .stepByStep{margin-top:16px;max-height:80vh;overflow:auto;padding-right:16px}#onboarding #cloudConfig .cloudConfigContainer .stepByStep li{padding-left:5px}#onboarding #cloudConfig .cloudConfigContainer .stepByStep li strong{color:#fff}#onboarding #cloudConfig .cloudConfigContainer .stepByStep li::marker{font-size:1.5em}#onboarding #cloudConfig .cloudConfigContainer .stepByStep li:last-child{margin-bottom:16px}#onboarding #cloudConfig .cloudConfigContainer .stepByStep h2{font-size:1.5em;font-weight:400;line-height:1em;margin-bottom:8px}#onboarding #cloudConfig .cloudConfigContainer .stepByStep h3{font-size:1.3em;font-weight:400;line-height:1em;margin-bottom:8px}#onboarding #cloudConfig .cloudConfigContainer .stepByStep p{font-size:13px;display:block;margin-bottom:8px;color:#d0d0d1}#onboarding #cloudConfig .cloudConfigContainer .stepByStep ul li{color:#d0d0d1}#onboarding #cloudConfig .cloudConfigContainer .stepByStep strong,#onboarding #cloudConfig .cloudConfigContainer .stepByStep ul li strong{color:#fff}#onboarding #cloudConfig .cloudConfigContainer .stepByStep pre{margin-bottom:8px}#onboarding #cloudConfig .cloudConfigContainer .stepByStep .exampleLink{background:#1e2226;padding:8px}#onboarding #cloudConfig .cloudConfigContainer .stepByStep .exampleLink .theLink{color:#6078ea}#onboarding #cloudConfig .cloudConfigContainer .stepPicker{display:flex;flex-direction:row;flex:1;grid-gap:8px;padding-right:16px}#onboarding #cloudConfig .cloudConfigContainer .stepPicker>button{height:40px;display:flex;flex:1;transition:all .12s ease-in!important}#onboarding #cloudConfig .cloudConfigContainer .stepPicker>button[active]{background:#6078ea}#onboarding #licenseServer{display:flex;flex-direction:row;grid-gap:16px;padding:16px;background:#1e2226}#onboarding #licenseServer>div{display:flex;flex:1}#onboarding #licenseServer>div:first-of-type{max-width:300px}#onboarding #licenseServer .rightContainer{flex-direction:column;grid-gap:8px}#onboarding #licenseServer .rightContainer>p{font-size:1.8em;line-height:1.3em;color:#acaeaf}#onboarding #licenseServer .rightContainer #licenseErrorHandler{display:flex;flex-direction:column;grid-gap:8px}#onboarding #licenseServer .rightContainer #licenseErrorHandler .containLog{max-height:calc(100vh - 418px);overflow:auto}#onboarding #licenseServer .rightContainer #licenseErrorHandler .containLog>div:not(:last-child){margin-bottom:8px}#onboarding #licenseServer #ipHandler .topBar{padding:16px;background:#4d5154;border-radius:3px 3px 0 0;font-size:1.2em}#onboarding #licenseServer #ipHandler .ipTable .gridRow{display:flex;grid-gap:16px;background:#36393d;padding:8px 16px;align-items:center;font-size:1.2em;border-bottom:1px solid #1e2226;transition:all .12s ease-in;height:42px}#onboarding #licenseServer #ipHandler .ipTable .gridRow:nth-child(odd){background:#2a2e31}#onboarding #licenseServer #ipHandler .ipTable .gridRow .gridCell.action{display:flex;flex-direction:row;justify-content:flex-end}#onboarding #licenseServer #ipHandler .ipTable .gridRow .gridCell>div{display:flex}#onboarding #licenseServer #ipHandler .ipTable .gridRow .gridCell:nth-child(2){flex:1}#onboarding #licenseServer #ipHandler .ipTable .gridRow:hover{background:#595c5f}#onboarding #licenseServer #ipHandler .ipTable .ownerTag{padding-left:8px;color:#4de18a}#onboarding #licenseServer #ipHandler .inputContainer{background:#36393d;display:flex;flex-direction:column;padding:8px 16px;border-radius:0 0 3px 3px}#onboarding #licenseServer #ipHandler .inputContainer form{display:flex;grid-gap:8px;flex-direction:row;align-items:flex-start}#onboarding #licenseServer .appCard .stageHandler{border-radius:3px 3px 0 0}#onboarding #licenseServer .appCard .stageHandler .deploying .upperContent{display:flex;flex-direction:row;align-items:center;grid-gap:8px;width:100%;justify-content:flex-end;text-transform:uppercase}#onboarding #licenseServer .appCard .stageHandler .deploying .upperContent:before{content:"";display:flex;width:15px;height:15px;background:#e89210;border-radius:100%}#onboarding #licenseServer .appCard .stageHandler[deploy-stage=deploying],#onboarding #licenseServer .appCard .stageHandler[deploy-stage=destroying],#onboarding #licenseServer .appCard .stageHandler[deploy-stage=preparing],#onboarding #licenseServer .appCard .stageHandler[deploy-stage=validating]{background:#342b29}#onboarding #licenseServer .appCard .stageHandler[deploy-stage=validated]{background:#29342b}#onboarding #licenseServer .appCard .stageHandler[deploy-stage=validated] .upperContent:before{background:#4de18a}#onboarding #licenseServer .appCard .stageHandler[deploy-stage=deploy-failed],#onboarding #licenseServer .appCard .stageHandler[deploy-stage=validation-failed]{background:#3f2f30}#onboarding #licenseServer .appCard .stageHandler[deploy-stage=deploy-failed] .upperContent:before,#onboarding #licenseServer .appCard .stageHandler[deploy-stage=validation-failed] .upperContent:before{background:#f75b5e}#onboarding #licenseServer .appCard .stageHandler[deploy-stage=deployed]{background:#3b435f}#onboarding #licenseServer .appCard .stageHandler[deploy-stage=draft],#onboarding #licenseServer .appCard .stageHandler[deploy-stage=idle]{background:#2a2e31}#onboarding #licenseServer .appCard .cardHeader{padding:16px}#onboarding #licenseServer .appCard .cardHeader .deployed{display:flex;align-items:center;justify-content:flex-start}#onboarding #licenseServer .appCard .cardHeader .deployed .v-input{margin:0}#onboarding #licenseServer .appCard .cardHeader .deploying{font-size:1.2em}#onboarding #licenseServer .appCard .cardHeader .deploying .lowerContent{margin-top:8px}#onboarding #licenseServer .appCard .cardHeader .idleStage{display:flex;justify-content:center}#onboarding #licenseServer .appCard .cardHeader .idleStage .statusText{display:flex;align-items:center;font-size:1.2em;text-transform:uppercase}#onboarding #licenseServer .appCard .cardContent{padding:16px;background:#36393d;min-height:300px}#onboarding #licenseServer .appCard .cardContent h3{font-size:2em;line-height:1em;margin-bottom:8px}#onboarding #licenseServer .appCard .cardContent p{color:#acaeaf}#onboarding #licenseServer .appCard .cardFooter .controllers{background:#2a2e31;padding:16px;display:flex;flex-direction:row;width:100%;justify-content:flex-end;align-items:center;grid-gap:8px;border-radius:0 0 3px 3px}#onboarding .imageVisualizerContainer figure{margin-bottom:16px}#onboarding #dataCollector .inputWithIcon{display:flex;flex-direction:row;align-items:flex-start;grid-gap:8px}#onboarding #dataCollector .inputWithIcon i{margin-top:7px}#onboarding .wrapHandlers{padding:16px;border-bottom:1px solid #1e2226;display:flex;flex-direction:row;justify-content:flex-start;grid-gap:16px}#onboarding .wrapHandlers #domainNamePicker{display:flex;flex-direction:column;flex:1;max-width:310px}#onboarding .wrapHandlers #domainNamePicker .inputRow .inputLabel{display:inline-flex;flex-direction:column;margin-bottom:16px;cursor:pointer}#onboarding .wrapHandlers #domainNamePicker .inputRow .inputLabel .inputWrap{display:flex;flex-direction:row;justify-content:flex-start;grid-gap:8px;align-items:flex-start}#onboarding .wrapHandlers #domainNamePicker .inputRow .inputLabel .inputWrap .domainName{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8em;display:block}#onboarding .wrapHandlers #domainNamePicker .specifyInputRules{color:#acaeaf}#onboarding .wrapHandlers #domainNamePicker .domainStatus i{color:#f75b5e}#onboarding .wrapHandlers #domainNamePicker .domainStatus[state=pass] i{color:#4de18a}#onboarding .wrapHandlers #ipRangeHandler{display:flex;flex-direction:column;flex:1}#onboarding .wrapHandlers #ipRangeHandler .inputLabel{max-width:300px}#onboarding .wrapHandlers #ipRangeHandler .wrapInput{display:flex;flex-direction:row;grid-gap:8px}#onboarding .wrapHandlers #ipRangeHandler .wrapInput p{padding-top:28px;color:#acaeaf}#onboarding .wrapHandlers #ipRangeHandler .wrapInput .ipInputWithSuffix{display:flex;flex-direction:row;align-items:flex-start;grid-gap:3px}#onboarding .wrapHandlers #ipRangeHandler .wrapInput .ipInputWithSuffix>:last-child .v-input__slot{padding:0 4px;max-width:50px}.nestedWizardFunctions .containDoc{color:#acaeaf;font-size:12px;padding-left:24px}.nestedWizardFunctions .containDoc ul{padding:0;display:flex;flex-direction:column;list-style:none}.nestedWizardFunctions .containDoc ul li{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;grid-gap:8px}.nestedWizardFunctions .containDoc ul li:before{content:"•";display:flex;justify-content:center;align-items:center}.nestedWizardFunctions [app=iterableText] .textCollection{padding:0;list-style:none;margin:0;display:flex;flex-direction:column}.nestedWizardFunctions [app=iterableText] .textCollection>li{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;grid-gap:8px;flex:1}.nestedWizardFunctions [app=iterableText] .textCollection>li .wrapInputRow{display:flex;flex-direction:row;grid-gap:8px;flex:1}.nestedWizardFunctions [app=iterableText] .textCollection>li .wrapInputRow>label{display:flex;flex:1;grid-gap:0}.nestedWizardFunctions [app=iterableText] .textCollection>li .wrapInputRow>label>span{padding-top:0}.nestedWizardFunctions [app=iterableText] .textCollection>li .controller{display:flex;flex-direction:row;padding-top:33px}.nestedWizardFunctions [app=iterableText] .textCollection>li:not(:first-child){margin-top:8px}.nestedWizardFunctions [app=iterableText] .textCollection>li>label{flex:1}.nestedWizardFunctions [app=iterableText] .textCollection .emptyListButton{margin-top:8px}.nestedWizardFunctions [app=text] .textInput{margin-top:3px}.nestedWizardFunctions [app=comboBox]{display:flex;flex-direction:column}.nestedWizardFunctions [app=comboBox] .widgetContainer{margin-top:8px}.nestedWizardFunctions [app=slider]{max-width:calc(100% - 15px)}.nestedWizardFunctions [app=slider] .wrapLabel{display:flex;flex-direction:row;justify-content:space-between}.nestedWizardFunctions [app=slider] .v-slider{margin:0}.nestedWizardFunctions .nestedChild[locked]{pointer-events:none;opacity:.7}.nestedWizardFunctions .nestedChild .nestedItem{padding-bottom:8px}.nestedWizardFunctions .nestedChild .itemRow[readonly] .nestedItem{pointer-events:none;opacity:.6!important}.nestedWizardFunctions [has-changes],.nestedWizardFunctions [has-changes] *{color:#fcdc5c!important}.workspaceTitleContainer .wrapBoxLeft{display:flex;flex-direction:row;align-items:center;grid-gap:16px}.workspaceTitleContainer .wrapBoxLeft img{width:48px;height:auto}.titleWithDescription .controllerContainer{margin:0 0 8px 0;display:inline-flex;align-items:center;grid-gap:8px}.titleWithDescription .workspaceTitleHandler{display:flex;flex-direction:row;justify-content:flex-start;grid-gap:8px;padding-right:20px;align-items:center}.titleWithDescription .workspaceTitleHandler h3{line-height:1em}.titleWithDescription .workspaceTitleHandler:not(:hover) button{display:none}.titleWithDescription .descriptionContainer .changeable{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;grid-gap:8px;height:24px;padding-right:20px}.titleWithDescription .descriptionContainer .changeable:not([empty]):not(:hover) button{display:none}.htmlEditor{transition:all .12s ease-in;opacity:1}.htmlEditor[loading]{opacity:.5;pointer-events:none}.htmlEditor #quill-container{border-color:#000}.htmlEditor #quill-container .ql-editor{background:#1e2226;height:calc(100vh - 340px);overflow:auto}.htmlEditor #quill-container .ql-editor h1,.htmlEditor #quill-container .ql-editor h2,.htmlEditor #quill-container .ql-editor h3,.htmlEditor #quill-container .ql-editor h4,.htmlEditor #quill-container .ql-editor h5{font-size:1.1em;line-height:1em;margin:24px 0 16px 0;font-weight:500;text-transform:uppercase}.htmlEditor #quill-container .ql-editor h1,.htmlEditor #quill-container .ql-editor h2{font-size:1.5em;border-bottom:1px solid #3a3a3a;padding-bottom:8px}.htmlEditor #quill-container .ql-editor h3{font-size:1.3em}.htmlEditor #quill-container .ql-editor ul{margin-bottom:8px}.htmlEditor .ql-toolbar{border:1px solid #000!important}.htmlEditor span,.htmlEditor svg>*{color:#fff!important}.htmlEditor svg>*{stroke:#acaeaf!important}.htmlEditor .ql-active svg>*{stroke:#6078ea!important}.htmlEditor :not(.ql-active) button:hover svg>*{stroke:#fff!important}.htmlEditor .ql-picker-options{background:#1e2226!important;padding:0}.htmlEditor .ql-picker-options>span{padding:8px;background:transparent;transition:all .12s ease-in}.htmlEditor .ql-picker-options>span:not(:last-child){border-bottom:1px solid #4d5154}.htmlEditor .ql-picker-options>span:hover{background:#36393d}.htmlViewer{background:#1e2226;padding:16px;margin-bottom:8px;border-radius:3px}.htmlViewer>h1{font-size:1.7em!important;line-height:1em!important;margin-bottom:16px!important}.htmlViewer[overflow-auto]{overflow-x:hidden;overflow-y:auto;max-height:calc(100vh - 300px)}.htmlViewer h1{font-size:1.7em;line-height:1em;margin-bottom:16px}.htmlViewer>div :is(h1,h2):first-of-type{margin-top:0}.htmlViewer>div :is(h1,h2,h3,h4,h5){font-size:1.1em;line-height:1em;margin:24px 0 16px 0;font-weight:500;text-transform:uppercase}.htmlViewer>div :is(h1,h2){font-size:1.5em;border-bottom:1px solid #3a3a3a;padding-bottom:.5em}.htmlViewer>div h3{font-size:1.3em}.htmlViewer>div ul{margin-bottom:8px}#popupContainer{position:fixed;left:0;top:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;z-index:1}#popupContainer[no-padding] .popupMainContent{padding:0!important}#popupContainer[no-padding] .mainContent{padding-right:0!important}#popupContainer .backdropFilter{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:.4;z-index:-1}#popupContainer .backdropFilter .target{cursor:pointer;width:100%;height:100%}#popupContainer .backdropFilter:active~.boxWrapper{transform:scale(.97)}#popupContainer .boxWrapper{transition:all 80ms ease-in;box-shadow:0 0 9px -2px #000}#popupContainer .popupHeader{background:#4d5154;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px 16px;border-radius:3px 3px 0 0}#popupContainer .popupHeader span{display:flex;flex-direction:row;grid-gap:4px;align-items:center}#popupContainer .popupMainContent{background:#36393d;padding:16px 2px 8px 16px;position:relative;overflow:hidden}#popupContainer .popupMainContent .mainContent{overflow:auto;overflow-x:hidden;max-height:calc(100vh - 190px);padding-right:16px}#popupContainer .popupMainContent .loadingContainer{z-index:1000;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px)}#popupContainer .popupMainContent .loadingContainer,#popupContainer .popupMainContent .loadingContainer:before{position:absolute;left:0;top:0;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}#popupContainer .popupMainContent .loadingContainer:before{content:"";background-color:#000;opacity:.3;pointer-events:none}#popupContainer .popupFooter{justify-content:flex-end;padding:16px;background:#2a2e31;border-radius:0 0 3px 3px}#popupContainer .popupFooter,.navigateBack{display:flex;flex-direction:row;align-items:center;grid-gap:16px}#workspaceConfig h5{color:#acaeaf;margin-bottom:8px}#workspaceConfig .alignContent{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;padding-bottom:8px}#workspaceConfig .controllersBar{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;grid-gap:8px}#workspaceConfig .nestedWizardFunctions{background:#36393d;border-radius:3px}#workspaceConfig .nestedWizardFunctions .itemRow{padding:16px;min-height:60px}#workspaceConfig .nestedWizardFunctions .itemRow:not(:last-child){border-bottom:1px solid #1e2226}#workspaceConfig .nestedWizardFunctions .itemRow .nestedItem{padding:16px 24px 0;max-width:300px}#workspaceConfig .nestedWizardFunctions .itemRow .contained{display:flex;flex-direction:column;grid-gap:8px}#workspaceConfig [app=slider] .wrapLabel{display:flex;flex:1;justify-content:space-between;align-items:center}#workspaceConfig [app=slider] .v-slider{margin:0}#workspaceConfig [app=slider] .v-label{max-width:300px;display:flex;flex-direction:column}#workspaceConfig .titleWithDescription{display:inline-flex;flex-direction:column;cursor:pointer}#workspaceConfig .titleWithDescription .controllerContainer{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;grid-gap:8px}#workspaceConfig .titleWithDescription .controllerContainer .largeInput{font-size:1.5em;width:350px}#workspaceConfig .titleWithDescription .controllerContainer .mediumInput{font-size:1.1em;width:350px}#workspaceConfig .titleWithDescription .controllerContainer{margin-top:8px}#workspaceConfig .tagEditor,#workspaceConfig .tagEditor>div{display:flex;flex-direction:row;align-items:center;grid-gap:8px}#workspaceConfig .tagEditor .newTags .v-chip__content:not(:hover) button{display:none}#workspaceConfig .tagEditor .controller,#workspaceConfig .tagEditor .controller .alignedButtons{display:flex;flex-direction:row;align-items:center;grid-gap:8px}#templateOptions{background:#25292c;padding:16px}#templateOptions h3{line-height:1.2em;font-size:1.5em;color:#acaeaf}#templateOptions .tagGroup .tags{text-transform:capitalize}#templateOptions .topControllers{display:flex;flex-direction:row;justify-content:flex-end;padding:16px;background:#36393d;border-bottom:2px solid #1e2226;border-radius:3px 3px 0 0;margin-top:8px}#templateOptions .topControllers>.containControllers{display:flex;justify-content:flex-end;flex-direction:row;grid-gap:16px}#templateOptions .templateContainer{display:flex;flex-direction:row}#templateOptions .templateContainer>*{display:flex;flex:1}#templateOptions .templateContainer .leftBox{max-width:280px;display:flex;flex-direction:column;background:#36393d;border-radius:0 0 0 3px}#templateOptions .templateContainer .leftBox .radioGroup{padding:16px;border-top:2px solid #1e2226}#templateOptions .templateContainer .leftBox .tagGroup{display:flex;min-height:60px;flex-direction:column;border-bottom:2px solid #1e2226}#templateOptions .templateContainer .leftBox .tagGroup .v-chip-group{padding:0 16px 16px 16px}#templateOptions .templateContainer .leftBox .tagGroup .v-chip-group .v-slide-group__content{padding-bottom:0}#templateOptions .templateContainer .leftBox .tagGroup .plan{color:#e89210}#templateOptions .templateContainer .leftBox .tagGroup label{padding:16px 16px 0 16px;text-transform:uppercase;font-size:.85em;color:#acaeaf}#templateOptions .templateContainer .leftBox .tagGroup .chipItem{background:#2a2e31;opacity:0}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(odd){animation:fadeFromRight .2s ease-in;animation-fill-mode:forwards}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(2n){animation:fadeFromLeft .2s ease-in;animation-fill-mode:forwards}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:first-child{animation-delay:50ms}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(2){animation-delay:.1s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(3){animation-delay:.15s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(4){animation-delay:.2s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(5){animation-delay:.25s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(6){animation-delay:.3s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(7){animation-delay:.35s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(8){animation-delay:.4s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(9){animation-delay:.45s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(10){animation-delay:.5s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(11){animation-delay:.55s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(12){animation-delay:.6s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(13){animation-delay:.65s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(14){animation-delay:.7s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(15){animation-delay:.75s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(16){animation-delay:.8s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(17){animation-delay:.85s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(18){animation-delay:.9s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(19){animation-delay:.95s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(20){animation-delay:1s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(21){animation-delay:1.05s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(22){animation-delay:1.1s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(23){animation-delay:1.15s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(24){animation-delay:1.2s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(25){animation-delay:1.25s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(26){animation-delay:1.3s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(27){animation-delay:1.35s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(28){animation-delay:1.4s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(29){animation-delay:1.45s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(30){animation-delay:1.5s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(31){animation-delay:1.55s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(32){animation-delay:1.6s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(33){animation-delay:1.65s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(34){animation-delay:1.7s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(35){animation-delay:1.75s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(36){animation-delay:1.8s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(37){animation-delay:1.85s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(38){animation-delay:1.9s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(39){animation-delay:1.95s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(40){animation-delay:2s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(41){animation-delay:2.05s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(42){animation-delay:2.1s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(43){animation-delay:2.15s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(44){animation-delay:2.2s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(45){animation-delay:2.25s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(46){animation-delay:2.3s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(47){animation-delay:2.35s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(48){animation-delay:2.4s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(49){animation-delay:2.45s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(50){animation-delay:2.5s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(51){animation-delay:2.55s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(52){animation-delay:2.6s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(53){animation-delay:2.65s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(54){animation-delay:2.7s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(55){animation-delay:2.75s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(56){animation-delay:2.8s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(57){animation-delay:2.85s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(58){animation-delay:2.9s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(59){animation-delay:2.95s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(60){animation-delay:3s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(61){animation-delay:3.05s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(62){animation-delay:3.1s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(63){animation-delay:3.15s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(64){animation-delay:3.2s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(65){animation-delay:3.25s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(66){animation-delay:3.3s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(67){animation-delay:3.35s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(68){animation-delay:3.4s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(69){animation-delay:3.45s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(70){animation-delay:3.5s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(71){animation-delay:3.55s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(72){animation-delay:3.6s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(73){animation-delay:3.65s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(74){animation-delay:3.7s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(75){animation-delay:3.75s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(76){animation-delay:3.8s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(77){animation-delay:3.85s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(78){animation-delay:3.9s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(79){animation-delay:3.95s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(80){animation-delay:4s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(81){animation-delay:4.05s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(82){animation-delay:4.1s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(83){animation-delay:4.15s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(84){animation-delay:4.2s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(85){animation-delay:4.25s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(86){animation-delay:4.3s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(87){animation-delay:4.35s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(88){animation-delay:4.4s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(89){animation-delay:4.45s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(90){animation-delay:4.5s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(91){animation-delay:4.55s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(92){animation-delay:4.6s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(93){animation-delay:4.65s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(94){animation-delay:4.7s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(95){animation-delay:4.75s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(96){animation-delay:4.8s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(97){animation-delay:4.85s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(98){animation-delay:4.9s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(99){animation-delay:4.95s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(100){animation-delay:5s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(101){animation-delay:5.05s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(102){animation-delay:5.1s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(103){animation-delay:5.15s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(104){animation-delay:5.2s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(105){animation-delay:5.25s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(106){animation-delay:5.3s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(107){animation-delay:5.35s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(108){animation-delay:5.4s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(109){animation-delay:5.45s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(110){animation-delay:5.5s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(111){animation-delay:5.55s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(112){animation-delay:5.6s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(113){animation-delay:5.65s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(114){animation-delay:5.7s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(115){animation-delay:5.75s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(116){animation-delay:5.8s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(117){animation-delay:5.85s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(118){animation-delay:5.9s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(119){animation-delay:5.95s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(120){animation-delay:6s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(121){animation-delay:6.05s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(122){animation-delay:6.1s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(123){animation-delay:6.15s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(124){animation-delay:6.2s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(125){animation-delay:6.25s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(126){animation-delay:6.3s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(127){animation-delay:6.35s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(128){animation-delay:6.4s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(129){animation-delay:6.45s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(130){animation-delay:6.5s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(131){animation-delay:6.55s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(132){animation-delay:6.6s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(133){animation-delay:6.65s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(134){animation-delay:6.7s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(135){animation-delay:6.75s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(136){animation-delay:6.8s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(137){animation-delay:6.85s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(138){animation-delay:6.9s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(139){animation-delay:6.95s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(140){animation-delay:7s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(141){animation-delay:7.05s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(142){animation-delay:7.1s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(143){animation-delay:7.15s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(144){animation-delay:7.2s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(145){animation-delay:7.25s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(146){animation-delay:7.3s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(147){animation-delay:7.35s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(148){animation-delay:7.4s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(149){animation-delay:7.45s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(150){animation-delay:7.5s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(151){animation-delay:7.55s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(152){animation-delay:7.6s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(153){animation-delay:7.65s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(154){animation-delay:7.7s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(155){animation-delay:7.75s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(156){animation-delay:7.8s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(157){animation-delay:7.85s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(158){animation-delay:7.9s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(159){animation-delay:7.95s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(160){animation-delay:8s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(161){animation-delay:8.05s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(162){animation-delay:8.1s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(163){animation-delay:8.15s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(164){animation-delay:8.2s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(165){animation-delay:8.25s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(166){animation-delay:8.3s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(167){animation-delay:8.35s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(168){animation-delay:8.4s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(169){animation-delay:8.45s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(170){animation-delay:8.5s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(171){animation-delay:8.55s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(172){animation-delay:8.6s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(173){animation-delay:8.65s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(174){animation-delay:8.7s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(175){animation-delay:8.75s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(176){animation-delay:8.8s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(177){animation-delay:8.85s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(178){animation-delay:8.9s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(179){animation-delay:8.95s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(180){animation-delay:9s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(181){animation-delay:9.05s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(182){animation-delay:9.1s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(183){animation-delay:9.15s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(184){animation-delay:9.2s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(185){animation-delay:9.25s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(186){animation-delay:9.3s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(187){animation-delay:9.35s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(188){animation-delay:9.4s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(189){animation-delay:9.45s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(190){animation-delay:9.5s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(191){animation-delay:9.55s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(192){animation-delay:9.6s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(193){animation-delay:9.65s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(194){animation-delay:9.7s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(195){animation-delay:9.75s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(196){animation-delay:9.8s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(197){animation-delay:9.85s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(198){animation-delay:9.9s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(199){animation-delay:9.95s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem:nth-child(200){animation-delay:10s}#templateOptions .templateContainer .leftBox .tagGroup .chipItem .tagCounter{background:#595c5f;display:flex;border-radius:50%;padding:3px 5px;line-height:1em;margin-left:8px}#templateOptions .templateContainer .leftBox .tagGroup .chipItem.v-chip--active{background:#6078ea}#templateOptions .templateContainer .leftBox .tagGroup .chipItem.v-chip--active .plan,#templateOptions .templateContainer .leftBox .tagGroup .chipItem.v-chip--active .tag{color:#fff}#templateOptions .templateContainer .leftBox .tagGroup .chipItem.v-chip--active .tagCounter{background:#7e94ff}#templateOptions .templateContainer .rightBox{background:#2a2e31;display:flex;flex-direction:column;border-radius:0 0 3px 0}#templateOptions .templateContainer .rightBox .templateList{padding:16px;width:100%}#templateOptions .templateContainer .rightBox .rightTemplateBox .plan{display:flex;color:#e89210}#templateOptions .templateContainer .rightBox .deployPackage .packageDetails{font-size:.9em;color:#acaeaf}#templateOptions .templateList{width:100%}#templateOptions .templateList>.templateContainer{padding:0;list-style:none;display:flex;flex-direction:column}#templateOptions .templateList>.templateContainer .lightLabel{font-size:.9em;color:#acaeaf;line-height:1em}#templateOptions .templateList>.templateContainer .infoBox{display:flex;align-items:center;justify-content:center;max-width:250px}#templateOptions .templateList>.templateContainer>.templateItem{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;padding:16px;background:#1e2226;transition:all .2s ease-in;cursor:pointer;opacity:0;animation:fadeUp .2s ease-in;animation-fill-mode:forwards}#templateOptions .templateList>.templateContainer>.templateItem:first-child{animation-delay:50ms}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(2){animation-delay:.1s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(3){animation-delay:.15s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(4){animation-delay:.2s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(5){animation-delay:.25s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(6){animation-delay:.3s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(7){animation-delay:.35s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(8){animation-delay:.4s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(9){animation-delay:.45s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(10){animation-delay:.5s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(11){animation-delay:.55s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(12){animation-delay:.6s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(13){animation-delay:.65s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(14){animation-delay:.7s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(15){animation-delay:.75s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(16){animation-delay:.8s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(17){animation-delay:.85s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(18){animation-delay:.9s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(19){animation-delay:.95s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(20){animation-delay:1s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(21){animation-delay:1.05s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(22){animation-delay:1.1s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(23){animation-delay:1.15s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(24){animation-delay:1.2s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(25){animation-delay:1.25s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(26){animation-delay:1.3s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(27){animation-delay:1.35s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(28){animation-delay:1.4s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(29){animation-delay:1.45s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(30){animation-delay:1.5s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(31){animation-delay:1.55s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(32){animation-delay:1.6s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(33){animation-delay:1.65s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(34){animation-delay:1.7s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(35){animation-delay:1.75s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(36){animation-delay:1.8s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(37){animation-delay:1.85s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(38){animation-delay:1.9s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(39){animation-delay:1.95s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(40){animation-delay:2s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(41){animation-delay:2.05s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(42){animation-delay:2.1s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(43){animation-delay:2.15s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(44){animation-delay:2.2s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(45){animation-delay:2.25s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(46){animation-delay:2.3s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(47){animation-delay:2.35s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(48){animation-delay:2.4s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(49){animation-delay:2.45s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(50){animation-delay:2.5s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(51){animation-delay:2.55s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(52){animation-delay:2.6s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(53){animation-delay:2.65s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(54){animation-delay:2.7s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(55){animation-delay:2.75s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(56){animation-delay:2.8s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(57){animation-delay:2.85s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(58){animation-delay:2.9s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(59){animation-delay:2.95s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(60){animation-delay:3s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(61){animation-delay:3.05s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(62){animation-delay:3.1s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(63){animation-delay:3.15s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(64){animation-delay:3.2s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(65){animation-delay:3.25s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(66){animation-delay:3.3s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(67){animation-delay:3.35s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(68){animation-delay:3.4s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(69){animation-delay:3.45s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(70){animation-delay:3.5s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(71){animation-delay:3.55s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(72){animation-delay:3.6s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(73){animation-delay:3.65s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(74){animation-delay:3.7s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(75){animation-delay:3.75s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(76){animation-delay:3.8s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(77){animation-delay:3.85s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(78){animation-delay:3.9s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(79){animation-delay:3.95s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(80){animation-delay:4s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(81){animation-delay:4.05s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(82){animation-delay:4.1s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(83){animation-delay:4.15s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(84){animation-delay:4.2s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(85){animation-delay:4.25s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(86){animation-delay:4.3s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(87){animation-delay:4.35s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(88){animation-delay:4.4s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(89){animation-delay:4.45s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(90){animation-delay:4.5s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(91){animation-delay:4.55s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(92){animation-delay:4.6s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(93){animation-delay:4.65s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(94){animation-delay:4.7s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(95){animation-delay:4.75s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(96){animation-delay:4.8s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(97){animation-delay:4.85s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(98){animation-delay:4.9s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(99){animation-delay:4.95s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(100){animation-delay:5s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(101){animation-delay:5.05s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(102){animation-delay:5.1s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(103){animation-delay:5.15s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(104){animation-delay:5.2s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(105){animation-delay:5.25s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(106){animation-delay:5.3s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(107){animation-delay:5.35s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(108){animation-delay:5.4s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(109){animation-delay:5.45s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(110){animation-delay:5.5s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(111){animation-delay:5.55s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(112){animation-delay:5.6s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(113){animation-delay:5.65s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(114){animation-delay:5.7s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(115){animation-delay:5.75s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(116){animation-delay:5.8s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(117){animation-delay:5.85s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(118){animation-delay:5.9s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(119){animation-delay:5.95s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(120){animation-delay:6s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(121){animation-delay:6.05s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(122){animation-delay:6.1s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(123){animation-delay:6.15s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(124){animation-delay:6.2s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(125){animation-delay:6.25s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(126){animation-delay:6.3s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(127){animation-delay:6.35s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(128){animation-delay:6.4s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(129){animation-delay:6.45s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(130){animation-delay:6.5s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(131){animation-delay:6.55s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(132){animation-delay:6.6s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(133){animation-delay:6.65s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(134){animation-delay:6.7s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(135){animation-delay:6.75s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(136){animation-delay:6.8s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(137){animation-delay:6.85s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(138){animation-delay:6.9s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(139){animation-delay:6.95s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(140){animation-delay:7s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(141){animation-delay:7.05s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(142){animation-delay:7.1s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(143){animation-delay:7.15s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(144){animation-delay:7.2s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(145){animation-delay:7.25s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(146){animation-delay:7.3s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(147){animation-delay:7.35s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(148){animation-delay:7.4s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(149){animation-delay:7.45s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(150){animation-delay:7.5s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(151){animation-delay:7.55s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(152){animation-delay:7.6s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(153){animation-delay:7.65s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(154){animation-delay:7.7s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(155){animation-delay:7.75s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(156){animation-delay:7.8s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(157){animation-delay:7.85s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(158){animation-delay:7.9s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(159){animation-delay:7.95s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(160){animation-delay:8s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(161){animation-delay:8.05s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(162){animation-delay:8.1s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(163){animation-delay:8.15s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(164){animation-delay:8.2s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(165){animation-delay:8.25s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(166){animation-delay:8.3s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(167){animation-delay:8.35s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(168){animation-delay:8.4s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(169){animation-delay:8.45s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(170){animation-delay:8.5s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(171){animation-delay:8.55s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(172){animation-delay:8.6s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(173){animation-delay:8.65s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(174){animation-delay:8.7s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(175){animation-delay:8.75s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(176){animation-delay:8.8s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(177){animation-delay:8.85s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(178){animation-delay:8.9s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(179){animation-delay:8.95s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(180){animation-delay:9s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(181){animation-delay:9.05s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(182){animation-delay:9.1s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(183){animation-delay:9.15s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(184){animation-delay:9.2s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(185){animation-delay:9.25s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(186){animation-delay:9.3s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(187){animation-delay:9.35s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(188){animation-delay:9.4s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(189){animation-delay:9.45s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(190){animation-delay:9.5s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(191){animation-delay:9.55s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(192){animation-delay:9.6s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(193){animation-delay:9.65s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(194){animation-delay:9.7s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(195){animation-delay:9.75s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(196){animation-delay:9.8s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(197){animation-delay:9.85s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(198){animation-delay:9.9s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(199){animation-delay:9.95s}#templateOptions .templateList>.templateContainer>.templateItem:nth-child(200){animation-delay:10s}#templateOptions .templateList>.templateContainer>.templateItem:not(:last-child){border-bottom:1px solid #3d4042}#templateOptions .templateList>.templateContainer>.templateItem>div{display:flex;flex:1;flex-direction:column}#templateOptions .templateList>.templateContainer>.templateItem h4{margin:0;line-height:1em}#templateOptions .templateList>.templateContainer>.templateItem:hover{background:#3f4a7e}#uploadContainer{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}#uploadContainer>div{display:block;width:100%}#uploadContainer .uploader{background:#2a2e31;padding:16px;width:100%;position:relative;border-radius:3px;border:2px dashed #595c5f;transition:all .12s ease-in}#uploadContainer .uploader .uploaderController{display:flex;flex-direction:row;align-items:center;position:relative;z-index:10}#uploadContainer .uploader .uploaderControllers{display:flex;justify-content:center;align-items:center}#uploadContainer .uploader input{cursor:pointer;opacity:0;position:absolute;left:0;top:0;width:100%;height:100%;z-index:5}#uploadContainer .uploader:hover{background:#1e2226}#uploadContainer .uploader[dragging]{border-color:#6078ea}#uploadContainer .uploader[dragging]:before{content:"";background:#6078ea;opacity:.3;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;pointer-events:none}#uploadContainer .uploader .v-btn{margin-right:.5rem}#uploadContainer .imageThumbs{display:flex;flex-direction:column;grid-gap:8px;padding:8px 24px 16px}#uploadContainer .thumbContainer:first-child{animation-delay:.1s}#uploadContainer .thumbContainer:nth-child(2){animation-delay:.2s}#uploadContainer .thumbContainer:nth-child(3){animation-delay:.3s}#uploadContainer .thumbContainer:nth-child(4){animation-delay:.4s}#uploadContainer .thumbContainer:nth-child(5){animation-delay:.5s}#uploadContainer .thumbContainer:nth-child(6){animation-delay:.6s}#uploadContainer .thumbContainer:nth-child(7){animation-delay:.7s}#uploadContainer .thumbContainer:nth-child(8){animation-delay:.8s}#uploadContainer .thumbContainer:nth-child(9){animation-delay:.9s}#uploadContainer .thumbContainer:nth-child(10){animation-delay:1s}#uploadContainer .thumbContainer:nth-child(11){animation-delay:1.1s}#uploadContainer .thumbContainer:nth-child(12){animation-delay:1.2s}#uploadContainer .thumbContainer:nth-child(13){animation-delay:1.3s}#uploadContainer .thumbContainer:nth-child(14){animation-delay:1.4s}#uploadContainer .thumbContainer:nth-child(15){animation-delay:1.5s}#uploadContainer .thumbContainer:nth-child(16){animation-delay:1.6s}#uploadContainer .thumbContainer:nth-child(17){animation-delay:1.7s}#uploadContainer .thumbContainer:nth-child(18){animation-delay:1.8s}#uploadContainer .thumbContainer:nth-child(19){animation-delay:1.9s}#uploadContainer .thumbContainer:nth-child(20){animation-delay:2s}#uploadContainer .thumbContainer:nth-child(21){animation-delay:2.1s}#uploadContainer .thumbContainer:nth-child(22){animation-delay:2.2s}#uploadContainer .thumbContainer:nth-child(23){animation-delay:2.3s}#uploadContainer .thumbContainer:nth-child(24){animation-delay:2.4s}#uploadContainer .thumbContainer:nth-child(25){animation-delay:2.5s}#uploadContainer .thumbContainer:nth-child(26){animation-delay:2.6s}#uploadContainer .thumbContainer:nth-child(27){animation-delay:2.7s}#uploadContainer .thumbContainer:nth-child(28){animation-delay:2.8s}#uploadContainer .thumbContainer:nth-child(29){animation-delay:2.9s}#uploadContainer .thumbContainer:nth-child(30){animation-delay:3s}#uploadContainer .thumbContainer:nth-child(31){animation-delay:3.1s}#uploadContainer .thumbContainer:nth-child(32){animation-delay:3.2s}#uploadContainer .thumbContainer:nth-child(33){animation-delay:3.3s}#uploadContainer .thumbContainer:nth-child(34){animation-delay:3.4s}#uploadContainer .thumbContainer:nth-child(35){animation-delay:3.5s}#uploadContainer .thumbContainer:nth-child(36){animation-delay:3.6s}#uploadContainer .thumbContainer:nth-child(37){animation-delay:3.7s}#uploadContainer .thumbContainer:nth-child(38){animation-delay:3.8s}#uploadContainer .thumbContainer:nth-child(39){animation-delay:3.9s}#uploadContainer .thumbContainer:nth-child(40){animation-delay:4s}#uploadContainer .thumbContainer:nth-child(41){animation-delay:4.1s}#uploadContainer .thumbContainer:nth-child(42){animation-delay:4.2s}#uploadContainer .thumbContainer:nth-child(43){animation-delay:4.3s}#uploadContainer .thumbContainer:nth-child(44){animation-delay:4.4s}#uploadContainer .thumbContainer:nth-child(45){animation-delay:4.5s}#uploadContainer .thumbContainer:nth-child(46){animation-delay:4.6s}#uploadContainer .thumbContainer:nth-child(47){animation-delay:4.7s}#uploadContainer .thumbContainer:nth-child(48){animation-delay:4.8s}#uploadContainer .thumbContainer:nth-child(49){animation-delay:4.9s}#uploadContainer .thumbContainer:nth-child(50){animation-delay:5s}#uploadContainer .thumbContent{display:flex;flex-direction:row;justify-content:space-between;align-items:center;grid-gap:8px}#uploadContainer .thumbContent[error]{color:#f75b5e}#uploadContainer .thumbContent[success]{color:#4de18a}#uploadContainer .thumbContent>*{display:flex;flex:1}#uploadContainer .thumbContent figure{max-width:50px;position:relative}#uploadContainer .thumbContent figure.uploading{animation:uploadingImageFade .8s linear infinite}#uploadContainer .thumbContent figure .thumbnail{background-size:cover;background-position:top;width:50px;height:50px;transition:all .12s ease-in}#uploadContainer .thumbContent figure .thumbnail:hover{background-position:bottom}#uploadContainer .thumbContent .completeProgress{animation-delay:.5s}#uploadContainer .thumbContent .metaTitle{display:flex;flex-direction:row;justify-content:space-between}#uploadContainer .thumbContent .thumbMetadata{display:flex;flex-direction:column;font-size:.9em}#uploadContainer .thumbContent .thumbMetadata .progressData{display:flex;flex-direction:row;justify-content:space-between;font-size:.9em;line-height:1em}#uploadContainer .thumbContent .thumbMetadata .progressData.input-error{color:#f75b5e}#uploadContainer .thumbContent .thumbMetadata .progressData.input-success{color:#4de18a}#uploadContainer #uploadIntegratedFileList ul{margin:0;padding:0;display:flex;flex-direction:column;grid-gap:2px;margin-bottom:8px;font-size:.8em}#uploadContainer #uploadIntegratedFileList ul li{list-style:none;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:#2a2e31;padding:8px;border-radius:3px}@keyframes uploadingImageFade{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.simpleTextEdit .wrapText{display:flex;flex-direction:row;grid-gap:8px;align-items:center}.simpleTextEdit .wrapText span{color:#fff}.simpleTextEdit .wrapText .v-btn{opacity:1;transition:all 80ms ease-in;transform:translateY(0)}.simpleTextEdit .wrapText:not(:hover)>.v-btn:not(.alwaysVisible){opacity:0;transform:translateY(5px)}.simpleTextEdit .wrapControllers{display:flex;flex-direction:row;grid-gap:8px}.wrapFormFactory{display:flex;flex-direction:column;grid-gap:8px}.wrapFormFactory .rowContainer{display:flex;flex-direction:row;grid-gap:16px}.wrapFormFactory .rowContainer:last-child{margin-bottom:16px}.wrapFormFactory .rowContainer .rowItem{display:flex}.wrapFormFactory .rowContainer .rowItem>.wrapInput{display:flex;flex:1;flex-direction:column}.wrapFormFactory .rowContainer .rowItem>span{display:flex;flex:1}.wrapFormFactory .rowContainer .rowItem.flexGrow,.wrapFormFactory .rowContainer .rowItem.flexGrow>.inputLabel,.wrapFormFactory .rowContainer .rowItem>span>.inputLabel{flex:1}.wrapFormFactory .rowContainer .rowItem:not(:last-of-type) button{display:none}.wrapFormFactory [collection-parent] .removeItem{display:block!important}.wrapFormFactory .mapperContainer{display:flex;flex-direction:column;flex:1}.wrapFormFactory .mapperContainer>span{line-height:1.2em}.wrapFormFactory .mapperContainer .rowContainer{display:flex;flex-direction:column}.wrapFormFactory .mapperContainer .rowContainer .mapperContainer{padding-left:1.5rem;margin-left:1.5rem;border-left:1px solid #4d5154;margin-bottom:8px}.wrapFormFactory .mapperContainer .rowItem>span{grid-gap:3px}.wrapFormFactory .mapperContainer .rowItem>span[has-button]{align-items:flex-end}.wrapFormFactory .mapperContainer .rowItem>span[has-button] button{margin-bottom:3px}.wrapFormFactory:not([nested])>.rowContainer>.rowItem>.mapperContainer>span{font-size:1.2em;margin:32px 0 8px}.wrapFormFactory[nested]>.rowContainer>.rowItem>.mapperContainer>span{padding-bottom:16px}#formUploader{position:relative;background:#1e2226;border:1px solid #000;border-radius:3px;padding:16px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;grid-gap:16px}#formUploader[is-dragging-over]:before{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background:#6078ea;opacity:0;z-index:5;animation:overlayFade 80ms ease-in;animation-fill-mode:forwards;pointer-events:none}#formUploader .uploaderContainer{display:flex;flex:1}#formUploader .uploaderContainer .filesUploaded{width:100%;display:flex;flex-direction:column;grid-gap:8px}#formUploader .uploaderContainer .filesUploaded .fileItem{display:grid;align-items:center;grid-template-columns:1fr 1fr 1fr 30px;padding:8px 16px;background:#2a2e31;border-radius:3px;border:1px solid #000;position:relative}#formUploader .uploaderContainer .filesUploaded .fileItem span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}#formUploader .uploaderContainer .filesUploaded .fileItem span:first-child{text-align:start}#formUploader .uploaderContainer .filesUploaded .fileItem span:is(:first-child,:last-child){z-index:2;position:relative}#formUploader .uploaderHandler{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;cursor:pointer;opacity:0}@keyframes overlayFade{0%{opacity:0}to{opacity:.3}}.paginationHandler{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding:8px;background:#1e2226;border-radius:0 0 3px 3px;grid-gap:16px}#feedback .wrapList[hide-resolved] [resolved]{animation:rowSlowFade .3s ease-in;animation-fill-mode:forwards}#feedback .wrapTitle{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:8px}#feedback .wrapTitle h1{font-size:1.4em;line-height:1em}#feedback #toolbar{display:flex;flex-direction:row;grid-gap:16px;align-items:center;padding:16px;background:#36393d;border-bottom:1px solid #1e2226;border-radius:3px 3px 0 0}#feedback #toolbar>*{max-width:170px}#feedback #toolbar .searchInput{max-width:200px}#feedback .feedbackItem{padding:16px;background:#2a2e31;display:grid;grid-template-columns:90px 90px 90px 150px 1fr;grid-gap:24px;border-bottom:1px solid #000;align-items:flex-start}#feedback .feedbackItem .emojiSection{display:flex;justify-content:center;align-items:center}#feedback .feedbackItem .emojiSection figure{max-width:25px;height:25px}#feedback .feedbackItem .emojiSection figure img{width:100%;height:auto}#feedback .feedbackItem .feedbackType[not-valid]{font-size:.9em;color:#acaeaf}#feedback .feedbackItem .comments{display:flex;flex-direction:column;grid-gap:8px}#feedback .feedbackItem .comments .alignRow:not(:hover) button{opacity:0}#feedback .feedbackItem .comments .comment{color:#acaeaf}#feedback .feedbackItem .comments .notSpecified{font-size:.9em;color:#acaeaf}#feedback .feedbackItem .imageFeedback .imageWrapper{cursor:pointer}#feedback .feedbackItem .imageFeedback .imageWrapper>.backgroundFill{min-width:100%;min-height:200px}#feedback .emptyList{background:#2a2e31}#feedback #feedbackStatistics{display:flex;flex-direction:row;align-items:flex-start;grid-gap:16px;margin-bottom:8px;justify-content:space-evenly}#feedback #feedbackStatistics .itemContainer{padding:8px 0;background:#2a2e31;border-radius:3px;display:flex;flex-direction:column;grid-gap:8px;min-width:120px}#feedback #feedbackStatistics .itemContainer>div{padding:0 16px;height:20px}#feedback #feedbackStatistics .typeContainer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;grid-gap:16px;line-height:1em}#feedback #feedbackStatistics .typeContainer .itemName{font-weight:700}#feedback #feedbackStatistics .totalSection{padding-top:8px!important;border-top:1px solid #4d5154;height:unset!important;display:flex;flex-direction:row;grid-gap:8px;align-items:flex-start;line-height:1em;justify-content:flex-end}#feedback #feedbackStatistics .totalSection>span{font-weight:400;text-transform:uppercase;font-size:.9em}#feedback #feedbackStatistics .emojiContainer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;grid-gap:16px}#feedback #feedbackStatistics .emojiContainer figure{width:20px;height:20px}#feedback #feedbackStatistics .emojiContainer figure img{width:100%;height:auto}@keyframes rowSlowFade{0%{opacity:1}to{opacity:.4}}#adminConfig .createAsset .mapperContainer{max-width:550px}#adminConfig .createAsset .mapperContainer .alignColumns{flex-direction:row}#adminConfig .assetForm{display:flex;flex-direction:column;grid-gap:16px}#adminConfig .assetForm h3,#adminConfig .assetForm h4{font-size:1.3em;line-height:1.5em;font-weight:300}#adminConfig .assetForm h4{font-size:1.1em;line-height:1em;margin-bottom:8px}#adminConfig .assetForm .formRow{display:flex;flex-direction:column;grid-gap:8px}#adminConfig .assetForm .formRow>.formItem{display:flex;flex-direction:row;align-items:center;grid-gap:16px;flex:1}#adminConfig .assetForm .formRow>.formItem:not(:last-of-type){padding-bottom:16px;border-bottom:1px solid #4d5154}#adminConfig .assetForm .formRow>.formItem>.inputLabel{flex:1}#adminConfig .assetForm .formRow>.formItem.twoPerRow{display:grid;grid-row-gap:8px;grid-template-columns:repeat(2,1fr)}#adminConfig .assetForm .formRow>button{margin-top:8px}#adminConfig .assetForm .mandatorySign{color:#f75b5e;font-weight:700}#adminConfig .assetForm .groupType{display:flex;flex-direction:column}#adminConfig .assetForm .groupType .groupWrapper{display:flex;flex-direction:column;grid-gap:16px}#adminConfig .assetForm .groupType .groupWrapper .nestedElements{padding:0 0 0 24px;border-left:1px solid #4d5154;margin-top:8px;margin-left:16px}#adminConfig .assetForm .groupType .groupWrapper .multiStructure{display:flex;flex-direction:row;grid-gap:16px}#adminConfig .assetForm .groupType .groupWrapper .multiStructure>.inputLabel{flex:1}#adminConfig .assetForm .groupType>button:last-child{margin-top:8px}#adminConfig .assetForm .inputWrap{display:flex;flex-direction:row;grid-gap:8px;align-items:center}#adminConfig .assetForm .itemController{display:flex;align-items:center}#adminConfig .assetForm .itemController .v-input--checkbox{padding:0;margin:0}#adminConfig .assetForm .limitedSize{max-width:600px}#adminConfig #assetHandler .assetList{padding:0;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px}#adminConfig #assetHandler .assetList .applicationItem{display:grid;grid-template-columns:200px 1fr;border-radius:3px;overflow:hidden;border:1px solid #4d5154}#adminConfig #assetHandler .assetList .applicationItem .iconBox{background:#000;display:flex;justify-content:center;align-items:center}#adminConfig #assetHandler .assetList .applicationItem .iconBox figure{width:100%;height:auto;display:flex;justify-content:center;align-items:center;padding:24px}#adminConfig #assetHandler .assetList .applicationItem .iconBox figure img{width:100%;height:auto}#adminConfig #assetHandler .assetList .applicationItem .descriptionBox{padding:16px;background:#1e2226;min-height:170px;display:flex;flex-direction:column}#adminConfig #assetHandler .assetList .applicationItem .descriptionBox .wrapTitle{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:16px}#adminConfig #assetHandler .assetList .applicationItem .descriptionBox .wrapTitle h3{font-size:16px;font-weight:700;line-height:1em}#adminConfig #assetHandler .assetList .applicationItem .descriptionBox .wrapTitle h3~p{color:#acaeaf;display:flex;align-items:stretch;flex-grow:1}#adminConfig #assetHandler .assetList .applicationItem .descriptionBox p.description{display:flex;flex:1}#adminConfig #assetHandler .assetList .applicationItem .descriptionBox .appDetails{display:grid;grid-template-columns:2fr 1fr 30px;grid-gap:24px;align-items:center}#adminConfig #assetHandler .assetList .applicationItem .descriptionBox .appDetails ul{padding:0;display:flex;flex-direction:row;align-items:center;grid-gap:8px;list-style:none}#adminConfig #assetHandler .assetList .applicationItem .descriptionBox .appDetails ul li{font-weight:700}#adminConfig #assetHandler .assetList .applicationItem .descriptionBox .appDetails ul li:not(:first-child):before{content:"/";margin-right:8px}#adminConfig #assetHandler .assetList .applicationItem .descriptionBox .appDetails .estimatedPrice{color:#e89210;white-space:nowrap}#adminConfig #assetHandler .controller{display:flex;flex-direction:row;align-items:center;grid-gap:16px}#adminConfig .pasteJsonContainer p{margin-bottom:8px}#adminConfig .pasteJsonContainer #monaco{height:calc(100vh - 250px)}#adminConfig .backgroundWrapper>h1{font-size:1.4em;line-height:1.2em;margin-bottom:8px}#adminConfig .adminTabContainer{padding:16px 0 0 0}#adminConfig .adminTabContainer .tabHeader{display:flex;flex-direction:row;grid-gap:2px;margin-bottom:4px}#adminConfig .adminTabContainer .tabHeader .tabItem:not([active]){opacity:.65}#adminConfig .adminTabContainer .tabHeader .tabItem:hover{opacity:1}#adminConfig .adminTabContainer .tabHeader .tabItem button{border-radius:0}#adminConfig .adminTabContainer .tabHeader .tabItem button.v-btn--has-bg{background:#36393d}#adminConfig .manageTokens .addTokens{display:flex;flex-direction:column;grid-gap:8px;padding-bottom:8px}#adminConfig .manageTokens .addTokens .group{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px}#adminConfig #organizationRoot .headerContainer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:8px}#adminConfig #organizationRoot .headerContainer .wrap{display:flex;flex-direction:row;justify-content:space-between;grid-gap:16px;align-items:center}#adminConfig #organizationRoot .headerContainer .wrap .filterLabel{grid-gap:2px}#adminConfig #organizationRoot .headerContainer .wrap.separator{border-right:1px solid #36393d;padding-right:14px}#adminConfig #organizationRoot .headerContainer .wrap span{font-size:12px}#adminConfig #organizationRoot .headerContainer .organizationFilterWrap{display:flex;flex-direction:row;grid-gap:16px;align-items:baseline}#adminConfig #organizationRoot .headerContainer .searchInput{max-width:180px}#adminConfig #organizationRoot .inputRow{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;padding:16px}#adminConfig #organizationRoot .inputRow.darkerBackground{background:#2a2e31}#adminConfig #organizationRoot table .workspacesDeployed[is-empty]{color:#acaeaf;opacity:.8}#adminConfig #organizationRoot table .organizationType .tokens{color:#e89210;padding:4px}#adminConfig #organizationRoot table .organizationType .tokens[in-debt]{color:#f75b5e}#adminConfig #organizationRoot table .certificateInfo{display:flex;flex-direction:row;align-items:center;grid-gap:8px}#adminConfig #organizationRoot table .certificateInfo[status=warning]{color:#fcdc5c}#adminConfig #organizationRoot table .certificateInfo[status=error]{color:#f75b5e}#adminConfig #organizationRoot table .noCertificate{color:#acaeaf}#adminConfig #organizationRoot #createOrganizationPopup{display:flex;flex-direction:column;grid-gap:16px}#adminConfig #organizationRoot #editOrganizationPopup .splitRow{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}#adminConfig #organizationRoot #editOrganizationPopup .splitRow>div{display:flex;flex-direction:column;grid-row-gap:16px}#adminConfig #organizationRoot #editOrganizationPopup .splitRow .leftBox{flex:2}#adminConfig #organizationRoot #editOrganizationPopup .splitRow .leftBox>div{grid-gap:24px}#adminConfig #organizationRoot #editOrganizationPopup .splitRow .leftBox>div:last-child{padding-bottom:16px!important}#adminConfig #organizationRoot #editOrganizationPopup .splitRow .rightBox{flex:1;padding:16px}#adminConfig #organizationRoot #editOrganizationPopup .tokenControllers{display:flex;flex-direction:row;grid-gap:8px}#adminConfig #organizationRoot #editOrganizationPopup .tabs{border-bottom:1px solid #000;display:flex;padding-bottom:1px}#adminConfig #organizationRoot #editOrganizationPopup .tabs .tabSelector{cursor:pointer;padding:8px 16px;color:#acaeaf;border-bottom:3px solid transparent;transition:all .2s ease-in}#adminConfig #organizationRoot #editOrganizationPopup .tabs .tabSelector[active]{color:#fff;cursor:auto;border-color:#6078ea}#adminConfig #organizationRoot #editOrganizationPopup .v-data-table__expanded__row.transactions{background:#3f4a7d!important}#adminConfig #organizationRoot #editOrganizationPopup .transactions>td:nth-child(2){max-width:40px}#adminConfig #organizationRoot #editOrganizationPopup .transactions>td:nth-child(3){max-width:85px}@media(max-width:1500px){#adminConfig #organizationRoot #editOrganizationPopup .transactions>td:nth-child(2){max-width:70px}#adminConfig #organizationRoot #editOrganizationPopup .transactions>td:nth-child(3){max-width:125px}}#adminConfig #organizationRoot #workspaceTemplates{padding:16px}#adminConfig #organizationRoot #workspaceTemplates .titleRow{display:flex;flex-direction:row;grid-gap:60px;margin-bottom:8px;align-items:flex-end;justify-content:space-between}#adminConfig #organizationRoot #workspaceTemplates .titleRow .controller{display:flex;flex-direction:row;align-items:center;grid-gap:16px}#adminConfig #organizationRoot #workspaceTemplates .templateContainer{max-height:calc(100vh - 400px);overflow:auto}#adminConfig #organizationRoot #workspaceTemplates .templateContainer .templateItem{padding:16px;background:#1e2226;display:flex;flex-direction:row;align-items:center;grid-gap:16px}#adminConfig #organizationRoot #workspaceTemplates .templateContainer .templateItem:not([active]) .templateName{color:#acaeaf}#adminConfig #organizationRoot #workspaceTemplates .templateContainer .templateItem span:nth-child(2){display:block;max-width:350px;text-overflow:ellipsis;overflow:hidden;flex-grow:1;width:100%;white-space:nowrap}#adminConfig #organizationRoot #workspaceTemplates .templateContainer .templateItem span:nth-child(3){display:flex;flex-grow:1;width:100%}#adminConfig #organizationRoot #workspaceTemplates .templateContainer .templateItem .templatePlansAndTags{display:flex;flex-direction:row;align-items:center;grid-gap:8px}#adminConfig #organizationRoot #workspaceTemplates .templateContainer .templateItem .templatePlansAndTags .plan{color:#e89210;white-space:nowrap}#adminConfig #organizationRoot #workspaceTemplates .templateContainer .templateItem .templateDescription{width:100%;text-align:end;font-size:.9em;color:#acaeaf}#adminConfig #organizationRoot #workspaceTemplates .templateContainer .templateItem:not(:last-child){border-bottom:1px solid #2a2e31}#adminConfig #organizationRoot .transactionTable{padding:0 16px 16px}#adminConfig #organizationRoot .transactionTable .v-data-table{max-height:calc(100vh - 330px);overflow:auto}#adminConfig #organizationRoot .transactionTable tr.expired,#adminConfig #organizationRoot .transactionTable tr.expired+.v-data-table__expanded__content{color:#acaeaf}#adminConfig #organizationRoot .transactionTable tr:not(.expired) .initialAmount,#adminConfig #organizationRoot .transactionTable tr:not(.expired) .usedAmount{color:#e89210}#adminConfig #organizationRoot .transactionTable tr.noTransactions button.v-data-table__expand-icon{display:none}#adminConfig #organizationRoot .transactionTable .v-data-table__expanded__content>td{background:#191919;padding:0}#adminConfig #organizationRoot .transactionTable ul{display:grid;list-style:none;grid-template-areas:"transactionDate description amount accountableUser";grid-template-columns:320px 3.3fr 120px 1fr;grid-gap:8px;padding:8px 56px 8px 56px;grid-row-gap:16px}@media(max-width:1600px){#adminConfig #organizationRoot .transactionTable ul{grid-template-columns:280px 3.3fr 120px 1fr}}@media(max-width:1500px){#adminConfig #organizationRoot .transactionTable ul{grid-template-columns:260px 3.3fr 120px 1fr}}#adminConfig #organizationRoot .transactionTable ul:not(:last-child){border-bottom:1px solid #36393d}#adminConfig #organizationRoot .transactionTable ul li.amount{color:#f75b5e}#adminConfig #organizationRoot .transactionTable ul li.amount:before{content:"-"}#adminConfig #organizationRoot .transactionTable ul li.amount[debt]{color:#e89210}#adminConfig #organizationRoot .transactionTable ul li.amount[debt]:before{content:"+"}#adminConfig #organizationRoot .transactionTable ul li:last-child{text-align:right}#adminConfig :is(#changeLogRoot,#systemMessages) .controllers{display:flex;flex-direction:row;align-items:center;grid-gap:8px;margin-top:8px;justify-content:flex-end}#adminConfig :is(#changeLogRoot,#systemMessages) .summary{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:0}#adminConfig #systemMessages .controllers{justify-content:space-between}#adminConfig .commonTab h1,#adminConfig .commonTab h2{font-size:1.4em;line-height:1.2em}#adminConfig .commonTab .wrapTitle{margin-bottom:8px}#adminConfig .commonTab .containCommunicationItem{padding:16px}#adminConfig .commonTab .summary{margin-bottom:8px}#adminConfig .commonTab .summary p{color:#acaeaf}#adminConfig .v-data-table tr{opacity:0;animation:fadeUp .2s ease-in;animation-fill-mode:forwards}#adminConfig .v-data-table tr:first-child{animation-delay:35ms}#adminConfig .v-data-table tr:nth-child(2){animation-delay:70ms}#adminConfig .v-data-table tr:nth-child(3){animation-delay:105ms}#adminConfig .v-data-table tr:nth-child(4){animation-delay:.14s}#adminConfig .v-data-table tr:nth-child(5){animation-delay:175ms}#adminConfig .v-data-table tr:nth-child(6){animation-delay:.21s}#adminConfig .v-data-table tr:nth-child(7){animation-delay:245ms}#adminConfig .v-data-table tr:nth-child(8){animation-delay:.28s}#adminConfig .v-data-table tr:nth-child(9){animation-delay:315ms}#adminConfig .v-data-table tr:nth-child(10){animation-delay:.35s}#adminConfig .v-data-table tr:nth-child(11){animation-delay:385ms}#adminConfig .v-data-table tr:nth-child(12){animation-delay:.42s}#adminConfig .v-data-table tr:nth-child(13){animation-delay:455ms}#adminConfig .v-data-table tr:nth-child(14){animation-delay:.49s}#adminConfig .v-data-table tr:nth-child(15){animation-delay:525ms}#adminConfig .v-data-table tr:nth-child(16){animation-delay:.56s}#adminConfig .v-data-table tr:nth-child(17){animation-delay:595ms}#adminConfig .v-data-table tr:nth-child(18){animation-delay:.63s}#adminConfig .v-data-table tr:nth-child(19){animation-delay:665ms}#adminConfig .v-data-table tr:nth-child(20){animation-delay:.7s}#adminConfig .v-data-table tr:nth-child(21){animation-delay:735ms}#adminConfig .v-data-table tr:nth-child(22){animation-delay:.77s}#adminConfig .v-data-table tr:nth-child(23){animation-delay:805ms}#adminConfig .v-data-table tr:nth-child(24){animation-delay:.84s}#adminConfig .v-data-table tr:nth-child(25){animation-delay:875ms}#adminConfig .v-data-table tr:nth-child(26){animation-delay:.91s}#adminConfig .v-data-table tr:nth-child(27){animation-delay:945ms}#adminConfig .v-data-table tr:nth-child(28){animation-delay:.98s}#adminConfig .v-data-table tr:nth-child(29){animation-delay:1015ms}#adminConfig .v-data-table tr:nth-child(30){animation-delay:1.05s}#adminConfig .v-data-table tr:nth-child(31){animation-delay:1085ms}#adminConfig .v-data-table tr:nth-child(32){animation-delay:1.12s}#adminConfig .v-data-table tr:nth-child(33){animation-delay:1155ms}#adminConfig .v-data-table tr:nth-child(34){animation-delay:1.19s}#adminConfig .v-data-table tr:nth-child(35){animation-delay:1225ms}#adminConfig .v-data-table tr:nth-child(36){animation-delay:1.26s}#adminConfig .v-data-table tr:nth-child(37){animation-delay:1295ms}#adminConfig .v-data-table tr:nth-child(38){animation-delay:1.33s}#adminConfig .v-data-table tr:nth-child(39){animation-delay:1365ms}#adminConfig .v-data-table tr:nth-child(40){animation-delay:1.4s}#adminConfig .v-data-table tr:nth-child(41){animation-delay:1435ms}#adminConfig .v-data-table tr:nth-child(42){animation-delay:1.47s}#adminConfig .v-data-table tr:nth-child(43){animation-delay:1505ms}#adminConfig .v-data-table tr:nth-child(44){animation-delay:1.54s}#adminConfig .v-data-table tr:nth-child(45){animation-delay:1575ms}#adminConfig .v-data-table tr:nth-child(46){animation-delay:1.61s}#adminConfig .v-data-table tr:nth-child(47){animation-delay:1645ms}#adminConfig .v-data-table tr:nth-child(48){animation-delay:1.68s}#adminConfig .v-data-table tr:nth-child(49){animation-delay:1715ms}#adminConfig .v-data-table tr:nth-child(50){animation-delay:1.75s}#adminConfig .v-data-table tr:nth-child(51){animation-delay:1785ms}#adminConfig .v-data-table tr:nth-child(52){animation-delay:1.82s}#adminConfig .v-data-table tr:nth-child(53){animation-delay:1855ms}#adminConfig .v-data-table tr:nth-child(54){animation-delay:1.89s}#adminConfig .v-data-table tr:nth-child(55){animation-delay:1925ms}#adminConfig .v-data-table tr:nth-child(56){animation-delay:1.96s}#adminConfig .v-data-table tr:nth-child(57){animation-delay:1995ms}#adminConfig .v-data-table tr:nth-child(58){animation-delay:2.03s}#adminConfig .v-data-table tr:nth-child(59){animation-delay:2065ms}#adminConfig .v-data-table tr:nth-child(60){animation-delay:2.1s}#adminConfig .v-data-table tr:nth-child(61){animation-delay:2135ms}#adminConfig .v-data-table tr:nth-child(62){animation-delay:2.17s}#adminConfig .v-data-table tr:nth-child(63){animation-delay:2205ms}#adminConfig .v-data-table tr:nth-child(64){animation-delay:2.24s}#adminConfig .v-data-table tr:nth-child(65){animation-delay:2275ms}#adminConfig .v-data-table tr:nth-child(66){animation-delay:2.31s}#adminConfig .v-data-table tr:nth-child(67){animation-delay:2345ms}#adminConfig .v-data-table tr:nth-child(68){animation-delay:2.38s}#adminConfig .v-data-table tr:nth-child(69){animation-delay:2415ms}#adminConfig .v-data-table tr:nth-child(70){animation-delay:2.45s}#adminConfig .v-data-table tr:nth-child(71){animation-delay:2485ms}#adminConfig .v-data-table tr:nth-child(72){animation-delay:2.52s}#adminConfig .v-data-table tr:nth-child(73){animation-delay:2555ms}#adminConfig .v-data-table tr:nth-child(74){animation-delay:2.59s}#adminConfig .v-data-table tr:nth-child(75){animation-delay:2625ms}#adminConfig .v-data-table tr:nth-child(76){animation-delay:2.66s}#adminConfig .v-data-table tr:nth-child(77){animation-delay:2695ms}#adminConfig .v-data-table tr:nth-child(78){animation-delay:2.73s}#adminConfig .v-data-table tr:nth-child(79){animation-delay:2765ms}#adminConfig .v-data-table tr:nth-child(80){animation-delay:2.8s}#adminConfig .v-data-table tr:nth-child(81){animation-delay:2835ms}#adminConfig .v-data-table tr:nth-child(82){animation-delay:2.87s}#adminConfig .v-data-table tr:nth-child(83){animation-delay:2905ms}#adminConfig .v-data-table tr:nth-child(84){animation-delay:2.94s}#adminConfig .v-data-table tr:nth-child(85){animation-delay:2975ms}#adminConfig .v-data-table tr:nth-child(86){animation-delay:3.01s}#adminConfig .v-data-table tr:nth-child(87){animation-delay:3045ms}#adminConfig .v-data-table tr:nth-child(88){animation-delay:3.08s}#adminConfig .v-data-table tr:nth-child(89){animation-delay:3115ms}#adminConfig .v-data-table tr:nth-child(90){animation-delay:3.15s}#adminConfig .v-data-table tr:nth-child(91){animation-delay:3185ms}#adminConfig .v-data-table tr:nth-child(92){animation-delay:3.22s}#adminConfig .v-data-table tr:nth-child(93){animation-delay:3255ms}#adminConfig .v-data-table tr:nth-child(94){animation-delay:3.29s}#adminConfig .v-data-table tr:nth-child(95){animation-delay:3325ms}#adminConfig .v-data-table tr:nth-child(96){animation-delay:3.36s}#adminConfig .v-data-table tr:nth-child(97){animation-delay:3395ms}#adminConfig .v-data-table tr:nth-child(98){animation-delay:3.43s}#adminConfig .v-data-table tr:nth-child(99){animation-delay:3465ms}#adminConfig .v-data-table tr:nth-child(100){animation-delay:3.5s}#adminConfig .v-data-table tr:nth-child(101){animation-delay:3535ms}#adminConfig .v-data-table tr:nth-child(102){animation-delay:3.57s}#adminConfig .v-data-table tr:nth-child(103){animation-delay:3605ms}#adminConfig .v-data-table tr:nth-child(104){animation-delay:3.64s}#adminConfig .v-data-table tr:nth-child(105){animation-delay:3675ms}#adminConfig .v-data-table tr:nth-child(106){animation-delay:3.71s}#adminConfig .v-data-table tr:nth-child(107){animation-delay:3745ms}#adminConfig .v-data-table tr:nth-child(108){animation-delay:3.78s}#adminConfig .v-data-table tr:nth-child(109){animation-delay:3815ms}#adminConfig .v-data-table tr:nth-child(110){animation-delay:3.85s}#adminConfig .v-data-table tr:nth-child(111){animation-delay:3885ms}#adminConfig .v-data-table tr:nth-child(112){animation-delay:3.92s}#adminConfig .v-data-table tr:nth-child(113){animation-delay:3955ms}#adminConfig .v-data-table tr:nth-child(114){animation-delay:3.99s}#adminConfig .v-data-table tr:nth-child(115){animation-delay:4025ms}#adminConfig .v-data-table tr:nth-child(116){animation-delay:4.06s}#adminConfig .v-data-table tr:nth-child(117){animation-delay:4095ms}#adminConfig .v-data-table tr:nth-child(118){animation-delay:4.13s}#adminConfig .v-data-table tr:nth-child(119){animation-delay:4165ms}#adminConfig .v-data-table tr:nth-child(120){animation-delay:4.2s}#adminConfig .v-data-table tr:nth-child(121){animation-delay:4235ms}#adminConfig .v-data-table tr:nth-child(122){animation-delay:4.27s}#adminConfig .v-data-table tr:nth-child(123){animation-delay:4305ms}#adminConfig .v-data-table tr:nth-child(124){animation-delay:4.34s}#adminConfig .v-data-table tr:nth-child(125){animation-delay:4375ms}#adminConfig .v-data-table tr:nth-child(126){animation-delay:4.41s}#adminConfig .v-data-table tr:nth-child(127){animation-delay:4445ms}#adminConfig .v-data-table tr:nth-child(128){animation-delay:4.48s}#adminConfig .v-data-table tr:nth-child(129){animation-delay:4515ms}#adminConfig .v-data-table tr:nth-child(130){animation-delay:4.55s}#adminConfig .v-data-table tr:nth-child(131){animation-delay:4585ms}#adminConfig .v-data-table tr:nth-child(132){animation-delay:4.62s}#adminConfig .v-data-table tr:nth-child(133){animation-delay:4655ms}#adminConfig .v-data-table tr:nth-child(134){animation-delay:4.69s}#adminConfig .v-data-table tr:nth-child(135){animation-delay:4725ms}#adminConfig .v-data-table tr:nth-child(136){animation-delay:4.76s}#adminConfig .v-data-table tr:nth-child(137){animation-delay:4795ms}#adminConfig .v-data-table tr:nth-child(138){animation-delay:4.83s}#adminConfig .v-data-table tr:nth-child(139){animation-delay:4865ms}#adminConfig .v-data-table tr:nth-child(140){animation-delay:4.9s}#adminConfig .v-data-table tr:nth-child(141){animation-delay:4935ms}#adminConfig .v-data-table tr:nth-child(142){animation-delay:4.97s}#adminConfig .v-data-table tr:nth-child(143){animation-delay:5005ms}#adminConfig .v-data-table tr:nth-child(144){animation-delay:5.04s}#adminConfig .v-data-table tr:nth-child(145){animation-delay:5075ms}#adminConfig .v-data-table tr:nth-child(146){animation-delay:5.11s}#adminConfig .v-data-table tr:nth-child(147){animation-delay:5145ms}#adminConfig .v-data-table tr:nth-child(148){animation-delay:5.18s}#adminConfig .v-data-table tr:nth-child(149){animation-delay:5215ms}#adminConfig .v-data-table tr:nth-child(150){animation-delay:5.25s}#adminConfig .v-data-table tr:nth-child(151){animation-delay:5285ms}#adminConfig .v-data-table tr:nth-child(152){animation-delay:5.32s}#adminConfig .v-data-table tr:nth-child(153){animation-delay:5355ms}#adminConfig .v-data-table tr:nth-child(154){animation-delay:5.39s}#adminConfig .v-data-table tr:nth-child(155){animation-delay:5425ms}#adminConfig .v-data-table tr:nth-child(156){animation-delay:5.46s}#adminConfig .v-data-table tr:nth-child(157){animation-delay:5495ms}#adminConfig .v-data-table tr:nth-child(158){animation-delay:5.53s}#adminConfig .v-data-table tr:nth-child(159){animation-delay:5565ms}#adminConfig .v-data-table tr:nth-child(160){animation-delay:5.6s}#adminConfig .v-data-table tr:nth-child(161){animation-delay:5635ms}#adminConfig .v-data-table tr:nth-child(162){animation-delay:5.67s}#adminConfig .v-data-table tr:nth-child(163){animation-delay:5705ms}#adminConfig .v-data-table tr:nth-child(164){animation-delay:5.74s}#adminConfig .v-data-table tr:nth-child(165){animation-delay:5775ms}#adminConfig .v-data-table tr:nth-child(166){animation-delay:5.81s}#adminConfig .v-data-table tr:nth-child(167){animation-delay:5845ms}#adminConfig .v-data-table tr:nth-child(168){animation-delay:5.88s}#adminConfig .v-data-table tr:nth-child(169){animation-delay:5915ms}#adminConfig .v-data-table tr:nth-child(170){animation-delay:5.95s}#adminConfig .v-data-table tr:nth-child(171){animation-delay:5985ms}#adminConfig .v-data-table tr:nth-child(172){animation-delay:6.02s}#adminConfig .v-data-table tr:nth-child(173){animation-delay:6055ms}#adminConfig .v-data-table tr:nth-child(174){animation-delay:6.09s}#adminConfig .v-data-table tr:nth-child(175){animation-delay:6125ms}#adminConfig .v-data-table tr:nth-child(176){animation-delay:6.16s}#adminConfig .v-data-table tr:nth-child(177){animation-delay:6195ms}#adminConfig .v-data-table tr:nth-child(178){animation-delay:6.23s}#adminConfig .v-data-table tr:nth-child(179){animation-delay:6265ms}#adminConfig .v-data-table tr:nth-child(180){animation-delay:6.3s}#adminConfig .v-data-table tr:nth-child(181){animation-delay:6335ms}#adminConfig .v-data-table tr:nth-child(182){animation-delay:6.37s}#adminConfig .v-data-table tr:nth-child(183){animation-delay:6405ms}#adminConfig .v-data-table tr:nth-child(184){animation-delay:6.44s}#adminConfig .v-data-table tr:nth-child(185){animation-delay:6475ms}#adminConfig .v-data-table tr:nth-child(186){animation-delay:6.51s}#adminConfig .v-data-table tr:nth-child(187){animation-delay:6545ms}#adminConfig .v-data-table tr:nth-child(188){animation-delay:6.58s}#adminConfig .v-data-table tr:nth-child(189){animation-delay:6615ms}#adminConfig .v-data-table tr:nth-child(190){animation-delay:6.65s}#adminConfig .v-data-table tr:nth-child(191){animation-delay:6685ms}#adminConfig .v-data-table tr:nth-child(192){animation-delay:6.72s}#adminConfig .v-data-table tr:nth-child(193){animation-delay:6755ms}#adminConfig .v-data-table tr:nth-child(194){animation-delay:6.79s}#adminConfig .v-data-table tr:nth-child(195){animation-delay:6825ms}#adminConfig .v-data-table tr:nth-child(196){animation-delay:6.86s}#adminConfig .v-data-table tr:nth-child(197){animation-delay:6895ms}#adminConfig .v-data-table tr:nth-child(198){animation-delay:6.93s}#adminConfig .v-data-table tr:nth-child(199){animation-delay:6965ms}#adminConfig .v-data-table tr:nth-child(200){animation-delay:7s}.organizationCreator .contentContainer .formCreateOrganizationContainer{display:flex;flex-direction:column}.organizationCreator .contentContainer .formCreateOrganizationContainer[step=edit]{flex-direction:row}.organizationCreator .contentContainer .formCreateOrganizationContainer[step=edit]>div{display:flex;flex:1}.organizationCreator .contentContainer .formCreateOrganizationContainer[step=creation] .stepOne{border-bottom:1px solid #2a2e31}.organizationCreator .contentContainer .formCreateOrganizationContainer [step-pending-completion]{pointer-events:none;opacity:.4}.organizationCreator .contentContainer .formCreateOrganizationContainer .alignedRow{display:flex;flex-direction:row;align-items:flex-start;grid-gap:16px;padding:16px}.organizationCreator .contentContainer .formCreateOrganizationContainer .alignedRow button{margin-top:22px}.organizationCreator .contentContainer .formCreateOrganizationContainer .alignedRow.addOrganizationType{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px}.organizationCreator .contentContainer .formCreateOrganizationContainer>div.stepTwo{padding:16px}.organizationCreator .contentContainer .formCreateOrganizationContainer>div.stepTwo .stepTwoWrapper{width:100%}.organizationCreator .contentContainer .formCreateOrganizationContainer>div>label{display:flex;flex-direction:column;align-items:stretch;grid-gap:8px;justify-content:center;flex:1}.listContainer{display:flex;flex-direction:column}.listContainer .listItem.organization{padding:8px 24px;display:flex;flex-direction:row;align-items:center;transition:all .2s ease-in;justify-content:center;cursor:pointer}.listContainer .listItem.organization:hover{filter:brightness(1.2)}#spaceTemplateInstruction .instructionWrapper{display:flex;justify-content:flex-start;padding:8px 0}#spaceTemplateInstruction .instructionWrapper .wrapContent{width:100%}#spaceTemplateInstruction .instructionWrapper .wrapContent .content{background:#1e2226;width:100%;padding:16px;height:calc(100vh - 340px);overflow:auto}#spaceTemplateInstruction .instructionWrapper .editorWrap{width:100%}#spaceTemplateInstruction .instructionWrapper .editorWrap #quill-container{border-color:#000}#spaceTemplateInstruction .instructionWrapper .editorWrap #quill-container .ql-editor{background:#1e2226;height:calc(100vh - 340px);overflow:auto}#spaceTemplateInstruction .instructionWrapper .editorWrap .ql-toolbar{border:1px solid #000}#spaceTemplateInstruction .instructionController{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;border-top:1px solid #1e2226;padding:16px;background:#2a2e31}#spaceTemplateInstruction .instructionController .editingControllers{display:flex;flex-direction:row;align-items:center;grid-gap:8px}#deployPackage .backgroundWrapper h1{font-size:1.4em;line-height:1.2em}#deployPackage .summary{display:flex;flex-direction:column;margin-bottom:8px}#deployPackage .summary .blocks{color:#acaeaf}#deployPackage .headerContainer,#deployPackage .summary .blocks{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#deployPackage .headerContainer{margin-bottom:8px}#deployPackage .headerContainer .searchInput{max-width:180px}#deployPackage .contentContainer{background:#25292c}#deployPackage .contentContainer tbody tr td:first-child{min-width:150px;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#deployPackage .editorContainer .versionHandlerContainer{display:flex;flex-direction:column;align-items:flex-start;grid-gap:8px;width:100%}#deployPackage .editorContainer .versionHandlerContainer .versionRow{width:100%;display:flex;flex-direction:column}#deployPackage .editorContainer .versionHandlerContainer .versionRow .versionController{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:8px;align-items:baseline}#deployPackage .editorContainer .versionHandlerContainer .versionRow .versionController .versionChipContainer{display:flex;flex-direction:row;grid-gap:8px;align-items:center}#deployPackage .editorContainer .versionHandlerContainer .versionRow .versionController .versionChipContainer strong{color:#fff}#deployPackage .editorContainer #versionHandler{width:100%;padding:16px;background:#2a2e31;border:1px solid #1e2226;margin-bottom:16px}#deployPackage .editorContainer #versionHandler .inputs>form{display:flex;flex-direction:row;align-items:center;justify-content:space-between;grid-gap:16px}#deployPackage .editorContainer #versionHandler .inputs>form>label{display:flex;flex-direction:column;grid-gap:8px;width:100%}#deployPackage .editorContainer #versionHandler #formUploader{margin-top:8px}#deployPackage .editorContainer #versionHandler .controller{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;grid-gap:8px;margin-top:16px}#deployPackage #deployPackageVersionList{display:flex;flex-direction:column;width:100%;border-radius:3px;overflow:hidden}#deployPackage #deployPackageVersionList .versionItem{display:grid;grid-template-columns:45px 110px 1fr 1fr 200px 2fr 45px;background:#2a2e31;grid-gap:8px;padding:8px;text-align:center;transition:all .12s ease-in}#deployPackage #deployPackageVersionList .versionItem .empty{color:#acaeaf}#deployPackage #deployPackageVersionList .versionItem:nth-child(0){animation-delay:0ms}#deployPackage #deployPackageVersionList .versionItem:first-child{animation-delay:35ms}#deployPackage #deployPackageVersionList .versionItem:nth-child(2){animation-delay:70ms}#deployPackage #deployPackageVersionList .versionItem:nth-child(3){animation-delay:105ms}#deployPackage #deployPackageVersionList .versionItem:nth-child(4){animation-delay:.14s}#deployPackage #deployPackageVersionList .versionItem:nth-child(5){animation-delay:175ms}#deployPackage #deployPackageVersionList .versionItem:nth-child(6){animation-delay:.21s}#deployPackage #deployPackageVersionList .versionItem:nth-child(7){animation-delay:245ms}#deployPackage #deployPackageVersionList .versionItem:nth-child(8){animation-delay:.28s}#deployPackage #deployPackageVersionList .versionItem:nth-child(9){animation-delay:315ms}#deployPackage #deployPackageVersionList .versionItem:nth-child(10){animation-delay:.35s}#deployPackage #deployPackageVersionList .versionItem:hover{background:rgba(42,46,49,.6)}#deployPackage #deployPackageVersionList .versionItem:not(:last-child){border-bottom:1px solid #1e2226}#deployPackage #deployPackageVersionList .versionItem>span{display:flex;align-items:center;justify-content:center;line-height:1em}#deployPackage #deployPackageVersionList .versionItem>span:first-child,#deployPackage #deployPackageVersionList .versionItem>span:last-child{text-align:center;justify-content:center}#deployPackage #deployPackageVersionList .versionItem .description small{color:#acaeaf}#deployPackage #deployPackageVersionList .emptyText{padding:8px;text-align:center;display:flex;flex-direction:row;align-items:center;background:#2a2e31;justify-content:center}#deployPackage #deployPackageVersionList .paginationController{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding:8px;background:#1e2226;border-radius:0 0 3px 3px;grid-gap:16px}#spaceTemplate h1{font-size:1.4em;line-height:1.2em;color:#fff}#spaceTemplate .summary{color:#acaeaf;margin-bottom:8px}#spaceTemplate .loaderSection{display:flex;flex-direction:column;justify-content:center;align-items:center;grid-gap:8px;margin-bottom:8px}#spaceTemplate .templateOptionContainer .templateHeader{padding:16px;background:#36393d;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;flex-shrink:0;border-radius:3px 3px 0 0;border-bottom:1px solid #000}#spaceTemplate .templateOptionContainer .templateBox,#spaceTemplate .templateOptionContainer .templateBox .templateFilterContainer{display:flex;flex-direction:row;align-items:stretch}#spaceTemplate .templateOptionContainer .templateBox .templateFilterContainer .templateFilters{background:#36393d;min-width:260px;border-radius:0 0 0 3px}#spaceTemplate .templateOptionContainer .templateBox .templateFilterContainer .templateFilters label{color:#acaeaf;text-transform:uppercase;font-size:.9em;padding:16px 0 0 16px;display:flex}#spaceTemplate .templateOptionContainer .templateBox .templateFilterContainer .templateFilters .tagContainer{padding:8px 16px 16px 16px;width:260px;display:flex;flex-direction:row;flex-wrap:wrap;list-style:none;grid-gap:8px;border-bottom:1px solid #000}#spaceTemplate .templateOptionContainer .templateBox .templateFilterContainer .templateFilters .tagContainer .chipItem{display:flex;flex-direction:row;align-items:center;grid-gap:8px;padding:4px 16px;background:#2a2e31;border-radius:15px;font-size:.8em;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}#spaceTemplate .templateOptionContainer .templateBox .templateFilterContainer .templateFilters .tagContainer .chipItem.planItem>span:first-child{color:#e89210}#spaceTemplate .templateOptionContainer .templateBox .templateFilterContainer .templateFilters .tagContainer .chipItem .tagCounter{background:#4d5154;padding:3px 5px;line-height:1em;border-radius:50%}#spaceTemplate .templateOptionContainer .templateBox .templateFilterContainer .templateFilters .tagContainer .chipItem[active]{background:#3f4a7e}#spaceTemplate .templateOptionContainer .templateBox .templateFilterContainer .templateFilters .tagContainer .chipItem[active] .tagCounter{background:#6078ea}#spaceTemplate .templateOptionContainer .templateBox .templateFilterContainer .templateFilters .tagContainer .chipItem:hover{filter:brightness(1.1)}#spaceTemplate .templateOptionContainer .templateBox .templateContent{width:100%;background:#2a2e31;border-radius:0 0 3px 0}#spaceTemplate .templateOptionContainer .templateBox .templateContent .wrapContent{padding:16px;width:100%}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer[loading]{opacity:.7;transition:all .2s ease-in;pointer-events:none}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem{display:grid;grid-template-columns:1fr 1fr 1fr;padding:16px;background:#1e2226;grid-gap:8px;cursor:pointer}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem[disabled]{opacity:.6!important;pointer-events:none}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:hover{background:#3f4a7d}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:not(:last-child){border-bottom:1px solid #3d4042}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:first-child{animation-delay:40ms}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(2){animation-delay:80ms}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(3){animation-delay:.12s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(4){animation-delay:.16s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(5){animation-delay:.2s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(6){animation-delay:.24s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(7){animation-delay:.28s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(8){animation-delay:.32s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(9){animation-delay:.36s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(10){animation-delay:.4s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(11){animation-delay:.44s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(12){animation-delay:.48s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(13){animation-delay:.52s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(14){animation-delay:.56s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(15){animation-delay:.6s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(16){animation-delay:.64s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(17){animation-delay:.68s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(18){animation-delay:.72s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(19){animation-delay:.76s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(20){animation-delay:.8s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(21){animation-delay:.84s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(22){animation-delay:.88s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(23){animation-delay:.92s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(24){animation-delay:.96s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(25){animation-delay:1s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(26){animation-delay:1.04s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(27){animation-delay:1.08s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(28){animation-delay:1.12s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(29){animation-delay:1.16s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem:nth-child(30){animation-delay:1.2s}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem>span{display:flex;flex-direction:column}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem>span .tags{text-transform:capitalize}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem i{cursor:pointer;opacity:.8}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem .templateTitle .name{font-size:1.5em}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem .templateTitle .name~span{font-size:.9em;color:#acaeaf}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem .templateTags .plan{color:#e89210}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem .templateDeployPackage .packageName{font-size:1.1em}#spaceTemplate .templateOptionContainer .templateBox .templateContent .loopContainer .templateItem .templateDeployPackage .packageDescription{color:#acaeaf;font-size:.9em}#spaceTemplate .templateEditorContainer label{display:flex;flex-direction:column;grid-gap:8px;padding-bottom:8px;max-width:180px}.newDeployPackageContainer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;grid-gap:16px}.newDeployPackageContainer>label{display:flex;flex-direction:column;align-items:stretch;grid-gap:8px;justify-content:center;flex:1}.newDeployPackageFooter{background:#2a2e31;padding:8px;grid-gap:8px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center}#assetHandler .assetBoxContainer{display:flex;flex-direction:column}#assetHandler .assetBoxContainer>.header{display:flex;flex-direction:row;justify-content:space-between;background:#36393d;padding:16px;border-radius:3px 3px 0 0;border-bottom:1px solid #1e2226}#assetHandler .assetBoxContainer>.body{background:#2a2e31;padding:16px;border-radius:0 0 3px 3px}#assetHandler .assetBoxContainer>.body .assetList{margin:0}.tagSearchField{color:#fff;background:#2a2e31;border:1px solid #464a4d;padding:8px;border-radius:3px;overflow:hidden;min-width:auto!important}.tagSearchField input{border:none;outline:none;color:#fff;margin:0;padding:0 8px 0 8px}.tagSearchField .searchSection{align-items:center}.tagSearchField .searchSection,.tagSearchField .valueSetter{display:flex;flex-direction:row;grid-gap:8px}.tagSearchField .valueSetter .setterInput{border:none;padding:0;margin:0}.tagSearchField button.iconEnter{display:flex;justify-content:center;align-items:center;width:24px;height:24px;background:#4d5154;color:#fff;border-radius:3px;cursor:pointer}.tagSearchField button.iconEnter:active{filter:brightness(.7)}.tagSearchField button.iconEnter[status=error]{background:#f75b5e;filter:brightness(1);cursor:inherit}.tagSearchField button.iconEnter[status=success]{background:#6078ea}.tagSearchField button.iconEnter[disabled]{background:#4d5154;cursor:inherit;opacity:.7;pointer-events:none}.wrapTagSearchControllers{display:flex;flex-direction:row;align-items:center;grid-gap:8px}.wrapTagSearchControllers .tagPill{display:flex;flex-direction:row;grid-gap:8px;overflow:hidden;background:#1e2226;padding:8px 16px;border-radius:100px;color:#fff;white-space:nowrap}.wrapTagSearchControllers .tagPill .tagValue{border-left:1px solid #acaeaf;padding-left:8px;color:#acaeaf}.wrapTagSearchControllers .iconButton{display:inline-flex;justify-content:center;align-items:center;padding:8px;background:transparent;transition:all 80ms ease-in;border-radius:3px}.wrapTagSearchControllers .iconButton:hover{background:#4d5154;transition:all 80ms ease-in}.wrapTagSearchControllers .iconButton[disabled]{pointer-events:none}.wrapTagSearchControllers .iconButton i{color:#d0d0d1}ul.tagListContainer{padding:0;margin:0;list-style:none;display:flex;flex-direction:column;grid-gap:8px;margin-top:8px;padding-top:8px;border-top:1px solid #464a4d;min-width:180px}ul.tagListContainer>li{display:flex;flex-direction:row;justify-content:space-between;padding:8px;line-height:1em;border-radius:3px;cursor:pointer;transition:all .12s ease-in}ul.tagListContainer>li .iconWrapper{height:16px;width:16px}ul.tagListContainer>li .checkItem{display:inline-flex;width:16px;height:16px;border:1px solid #fff;border-radius:3px;justify-content:center;align-items:center}ul.tagListContainer>li .leftBoxWrapper{display:flex;flex-direction:row;grid-gap:8px}ul.tagListContainer>li .leftBoxWrapper span.itemLabel{padding-left:0;transition:all .12s ease-in}ul.tagListContainer>li:hover,ul.tagListContainer>li[hovering]{background:#475077}ul.tagListContainer>li[active]{background:rgba(96,120,234,.7)}ul.tagListContainer>li[active] .checkItem{background:#6078ea;border-color:#6078ea}ul.tagListContainer>li[active]:hover .leftBoxWrapper .itemLabel,ul.tagListContainer>li[active][hovering] .leftBoxWrapper .itemLabel{padding-left:8px;transition:all .12s ease-in}.customSelectContainer .customCombobox,.customSelectContainer .customSelect{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-left:8px}.customSelectContainer .customCombobox .noValue,.customSelectContainer .customSelect .noValue{color:#acaeaf}.customSelectContainer .customCombobox:is(.customCombobox),.customSelectContainer .customSelect:is(.customCombobox){padding-left:0}.customSelectContainer .customCombobox:is(.customCombobox) input,.customSelectContainer .customSelect:is(.customCombobox) input{padding:0 8px}ul.tagPillsContainer{display:flex;flex-direction:row;flex-wrap:wrap;grid-gap:8px;align-items:center;padding:0;margin:0;max-width:70vw}ul.tagPillsContainer>li{display:flex;flex-direction:row;grid-gap:8px;overflow:hidden;background:#1e2226;padding:8px 16px;border-radius:100px;color:#acaeaf}ul.tagPillsContainer>li[is-new]{background-color:#5d5a43}ul.tagPillsContainer>li[was-removed]{background-color:#602d2e}ul.tagPillsContainer>li[disabled]{pointer-events:none;opacity:.5}ul.tagPillsContainer>li .menuContainer{display:flex;grid-gap:8px;flex-direction:row;align-items:center}ul.tagPillsContainer>li .menuContainer.--click-disabled{pointer-events:none;opacity:.7}ul.tagPillsContainer>li span.tagValue{border-left:1px solid #acaeaf;padding-left:8px}ul.tagPillsContainer>li:last-child{padding:2px 14px;height:40.25px}ul.tagPillsContainer.--empty-true li{padding:0;background:none;border-radius:0}.tagBundler{display:flex;flex-direction:row;align-items:center;grid-gap:8px}.tagEditMenu{color:#fff;background:#2a2e31;border:1px solid #464a4d;padding:8px;border-radius:3px;overflow:hidden;min-width:auto!important}.tagEditMenu .editTagValue input{border:none;outline:none;color:#fff;margin:0;padding:0 8px 8px 8px}.tagEditMenu .editTagValue .valueSetter{display:flex;flex-direction:row;grid-gap:8px}.tagEditMenu .editTagValue .valueSetter .setterInput{border:none;padding:0;margin:0}.tagEditMenu .editTagValue button.iconEnter{display:flex;justify-content:center;align-items:center;width:24px;height:24px;background:#4d5154;color:#fff;border-radius:3px;cursor:pointer}.tagEditMenu .editTagValue button.iconEnter:active{filter:brightness(.7)}.tagEditMenu .editTagValue button.iconEnter[status=error]{background:#f75b5e;filter:brightness(1);cursor:inherit}.tagEditMenu .editTagValue button.iconEnter[status=success]{background:#6078ea}form.valueSetter.--combobox input{padding:0}form.valueSetter.--combobox input::-moz-placeholder{color:hsla(0,0%,100%,.4)!important}form.valueSetter.--combobox input::placeholder{color:hsla(0,0%,100%,.4)!important}.space-capacity{display:flex}.space-capacity__bar{justify-content:space-between;flex:1;display:flex;flex-direction:row;grid-gap:8px}.space-capacity__capacity{display:flex;grid-gap:8px;flex-direction:row;align-items:center;color:#fcdc5c}.space-capacity__capacity--success{color:#4de18a}.space-capacity__row{display:flex;flex-direction:row;align-items:center;grid-gap:8px;line-height:1em}.space-capacity__label{color:#acaeaf}.add-apps{display:flex;flex-direction:column;background:#262b2e}.add-apps__content,.add-apps__view-controller{display:flex;flex-direction:row}.add-apps__view-controller{justify-content:center;align-items:center;padding:16px;grid-gap:8px}.add-apps__filters{width:330px;background:#2a2e31;border-right:2px solid #000}.add-apps__filters,.add-apps__gallery{display:flex;flex-direction:column;padding:16px;grid-gap:16px}.add-apps__gallery{flex:1;height:calc(100vh - 270px);overflow:auto}.add-apps__footer{display:flex;flex-direction:row;justify-content:flex-end;padding:16px;background:#2a2e31;border-top:2px solid #000;grid-gap:16px}.add-apps__button{padding:0 36px!important;height:32px!important}.add-apps__button--active{background:#2a2e31!important;outline:1px solid #6078ea!important}.category-tag{display:flex;flex-direction:row;flex-wrap:wrap;grid-gap:16px}.category-tag__item{display:flex;text-transform:capitalize;grid-gap:8px;line-height:1em;padding:4px 16px;background:rgba(0,0,0,.24);border-radius:100px;font-size:12px;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.category-tag__item--active{background:#6078ea}.category-tag__label{font-size:inherit;line-height:inherit}.category-tag__counter{line-height:1em;padding:2px 5px;background:hsla(0,0%,85%,.12);border-radius:50%}.apps-gallery{grid-gap:16px;padding:0 16px 16px 16px}.apps-gallery,.apps-gallery__container{display:flex;flex-direction:column}.apps-gallery__list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;padding:16px 0}@media(max-width:1430px){.apps-gallery__list{grid-template-columns:repeat(2,1fr)}}@media(max-width:1100px){.apps-gallery__list{grid-template-columns:repeat(1,1fr)}}.apps-gallery__category{font-size:16px;text-transform:capitalize}.app-card{background:#2a2e31;padding:16px;border-radius:4px;border:2px solid transparent;transition:all .12s ease-in;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.app-card--selected{border-color:#6078ea}.app-card--disabled{opacity:.5;pointer-events:none}.app-card--maxed .app-card__thumbnail{opacity:.4}.app-card__divider{height:1px;background:hsla(0,0%,100%,.24);margin:8px 0;width:100%}.app-card__meta-data{display:flex;flex-direction:column;grid-gap:4px;justify-content:flex-start;align-items:flex-start}.app-card__dependency{display:flex;flex-direction:row;grid-gap:4px;color:#7c9dff;transform:all .12s ease-in}.app-card__dependency i{color:inherit!important}.app-card__dependency:hover{color:hsla(0,0%,100%,.5)}.app-card__label{font-size:16px;line-break:strict;padding-right:16px;line-height:1.4em}.app-card__counter{white-space:nowrap}.app-card__column{display:flex;flex-direction:column;grid-gap:8px}.app-card__row{display:flex;flex-direction:row;grid-gap:8px;align-items:center}.app-card__row--gap-small{grid-gap:4px}.app-card__row--gap-large{grid-gap:24px}.app-card__row--space-between{justify-content:space-between}.app-card__tag{padding:4px 8px;background:#1e2226;border-radius:100px;line-height:1em;color:#acaeaf}.app-card img{max-width:50px;height:50px}.app-card__btn--disabled{opacity:.3}.app-card__btn--disabled:hover{background:transparent!important;cursor:unset!important}.app-alerts{display:flex;flex-direction:column}.app-alert-item{padding:24px;display:flex;flex-direction:row;background:#1e2226;border:2px solid #fcdc5c;border-radius:4px;grid-gap:24px;align-items:center;justify-content:flex-start}.app-alert-item__description{line-height:1.6em}.app-alert-item__controller{display:flex;flex:1;justify-content:flex-end;align-items:center}#fileTransfer h2{font-size:1.8em;margin:0 0 8px}#fileTransfer h3{font-size:1.5em;margin:16px 0 8px}#fileTransfer h2,#fileTransfer h3{line-height:1em}#fileTransfer ul{margin-top:8px;color:#fff}#fileTransfer .stepController{background:#2a2e31;padding:16px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;grid-gap:8px;border-top:1px solid #1e2226}#fileTransfer #intro .wrapControllers{padding-top:16px;display:flex;flex-direction:row;grid-gap:8px}#fileTransfer #folders .wrapControllers{padding-top:16px}#fileTransfer #folders .wrapControllers .directoryInputs{display:flex;flex-direction:row;grid-gap:8px}#fileTransfer #folders .wrapControllers .directoryInputs .v-input{display:flex;flex:1}#fileTransfer #noEligibleApps{padding:16px}#fileTransfer #noEligibleApps .emptyList{padding:16px;background:#2a2e31;border-radius:3px}#fileTransfer #apps{padding:0}#fileTransfer #apps>div{padding:16px}#fileTransfer #apps .wrapIterator{margin:16px 0 0 0;border-top:3px solid #1e2226;max-height:calc(100vh - 300px);overflow:auto}#fileTransfer #apps .wrapIterator .folderLabel{display:grid;grid-template-columns:150px 1fr 1fr;grid-gap:24px;width:100%;margin-bottom:8px}#fileTransfer #apps .wrapIterator .folderLabel h3{margin:0 0 8px 0;font-size:1.3em}#fileTransfer #apps .wrapIterator .assetDirIterator{list-style:none;padding:0;margin:0}#fileTransfer #apps .wrapIterator .assetDirIterator>li{display:grid;grid-template-columns:150px 1fr 1fr;grid-gap:24px;width:100%}#fileTransfer #apps .wrapIterator .assetDirIterator>li .directoryInputs{display:flex;flex-direction:row;grid-gap:8px}#fileTransfer #apps .wrapIterator .assetDirIterator>li h3{margin-top:8px}#fileTransfer #apps .wrapIterator .assetDirIterator>li .limitedSize{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}#fileTransfer #downloadConfiguration h2{margin:0 0 8px}#fileTransfer #downloadConfiguration .moreDetails{padding:16px 0}#fileTransfer #downloadConfiguration .moreDetails h3{margin:0 0 8px}#fileTransfer #downloadConfiguration .moreDetails p{margin-bottom:16px}#fileTransfer #downloadConfiguration button{margin:16px 0}#fileTransfer #directoryHandler>div{padding:16px}#fileTransfer #directoryHandler>div.firstBlock{border-bottom:1px solid #000}#fileTransfer #directoryHandler>div.secondBlock{display:flex;flex-direction:column;line-height:1.3em}#fileTransfer #directoryHandler>div.secondBlock>*{max-width:800px}#fileTransfer #directoryHandler>div.secondBlock p:first-of-type{margin-bottom:8px}#fileTransfer #directoryHandler>div p{color:#acaeaf}#fileTransfer #directoryHandler h4{font-size:1.2em;margin-bottom:16px;line-height:1em}#fileTransfer #directoryHandler .directoryPicker{display:flex;flex-direction:row;grid-gap:16px}#fileTransfer #directoryHandler .directoryPicker>div{display:flex;flex-direction:column;width:100%;grid-gap:8px}#fileTransfer #directoryHandler .directoryPicker>div .inputs{display:flex;flex-direction:column;align-items:flex-start;grid-gap:8px;width:100%}#fileTransfer #directoryHandler .directoryPicker>div .inputs .label{color:#acaeaf}#fileTransfer #directoryHandler .directoryPicker>div .v-input{display:flex;flex:1;width:100%}#fileTransfer #directoryHandler .directoryPicker>div h5{font-size:1.3em;color:#acaeaf}#fileTransfer .webkitDirectoryButton{position:relative;display:inline-flex}#fileTransfer .webkitDirectoryButton button{pointer-events:none;display:flex;flex:1}#fileTransfer .webkitDirectoryButton input{width:100%;position:absolute;opacity:0;left:0;top:0;cursor:pointer}._spotlightElement{position:relative}._spotlightElement .bubbleLabel{position:absolute;white-space:nowrap;background:#6078ea;padding:4px;border-radius:3px;font-size:13px;z-index:1}._spotlightElement .bubbleLabel span{position:relative;z-index:1;padding:0 4px}._spotlightElement .bubbleLabel:before{content:"";position:absolute;background:#6078ea;display:block;width:8px;height:8px;transform:rotate(45deg);z-index:0}._spotlightElement .bubbleLabel[direction=top]{bottom:30px}._spotlightElement .bubbleLabel[direction=top]:before{top:24px;left:8px}._spotlightElement .bubbleLabel[direction=bottom]{top:30px}._spotlightElement .bubbleLabel[direction=bottom]:before{bottom:24px;left:8px}._spotlightElement .bubbleLabel[direction=right]{left:32px;top:-2px}._spotlightElement .bubbleLabel[direction=right]:before{left:-4px;top:calc(50% - 4px)}._spotlightElement .bubbleLabel[direction=left]{right:32px;top:-2px}._spotlightElement .bubbleLabel[direction=left]:before{right:-4px;top:calc(50% - 4px)}#multiVpc .preTitle{font-weight:300;color:#acaeaf;margin:16px 0 8px;display:block}#multiVpc .vpcInfo{display:flex;flex-direction:row;grid-gap:8px;align-items:center;padding:16px 0}#multiVpc .vpcInfo .label{color:#acaeaf}#multiVpc .vpcInfo .buttons,#multiVpc .vpcInfo p{display:flex;flex-direction:row;align-items:center;grid-gap:8px}#multiVpc .spacesContainer{display:flex;flex-direction:row;border:1px solid #1e2226;margin-bottom:8px}#multiVpc .spacesContainer>div{display:flex;flex:1;flex-direction:column;min-width:350px}#multiVpc .spacesContainer>div.spaceList{background:#1e2226;justify-content:space-between}#multiVpc .spacesContainer>div.spaceList .scrollContainer{max-height:calc(100vh - 280px);overflow:auto;height:100%}#multiVpc .spacesContainer>div.spaceList ul{list-style:none;display:flex;flex-direction:column;padding:0;grid-gap:2px;padding:16px}#multiVpc .spacesContainer>div.spaceList ul .spaceItem{display:flex;flex-direction:row;grid-gap:8px;align-items:center;color:#acaeaf;padding:8px;background:transparent;border-radius:3px;transition:all .12s ease-in}#multiVpc .spacesContainer>div.spaceList ul .spaceItem:not(#multiVpc .spacesContainer>div.spaceList ul .spaceItem[showing]){cursor:pointer}#multiVpc .spacesContainer>div.spaceList ul .spaceItem:not(#multiVpc .spacesContainer>div.spaceList ul .spaceItem[showing]):hover{background:hsla(0,0%,100%,.1);color:#fff}#multiVpc .spacesContainer>div.spaceList ul .spaceItem[showing]{background:#3f4a7d;color:#fff}#multiVpc .spacesContainer>div.spaceList ul .spaceItem .vpcName{overflow:hidden;display:block;text-overflow:ellipsis;white-space:nowrap}#multiVpc .spacesContainer>div.spaceList ul .spaceItem .externalLabel,#multiVpc .spacesContainer>div.spaceList ul .spaceItem .statusLabel{display:flex;flex:1;justify-content:flex-end}#multiVpc .spacesContainer>div.spaceList ul .spaceItem .statusLabel small{padding:3px 8px;background:#333c66;white-space:nowrap;border-radius:50px}#multiVpc .spacesContainer>div.spaceList ul .spaceItem .vpcStatus{display:flex;flex-direction:row;align-items:center}#multiVpc .spacesContainer>div.spaceList ul .spaceItem .vpcStatus .statusCircle{display:inline-flex;width:16px;height:16px}#multiVpc .spacesContainer>div.spaceList ul .spaceItem .vpcStatus .statusCircle[status=Active]{border-radius:50%;border:1px solid #fff;background:#4de18a;border-color:#4de18a}#multiVpc .spacesContainer>div.spaceList ul .spaceItem .vpcStatus .statusCircle[status=Expired],#multiVpc .spacesContainer>div.spaceList ul .spaceItem .vpcStatus .statusCircle[status=Failed],#multiVpc .spacesContainer>div.spaceList ul .spaceItem .vpcStatus .statusCircle[status=Rejected]{border-radius:50%;border:1px solid #fff;background:#f75b5e;border-color:#f75b5e}#multiVpc .spacesContainer>div.spaceList .createNewPeering{display:flex;justify-content:flex-end;padding:8px 8px 8px 0;border-top:1px solid #000}#multiVpc .spacesContainer>div.newVpcSection{flex:2;padding:16px;min-height:480px}#multiVpc .spacesContainer>div.newVpcSection .newPeeringTitle{display:flex;flex-direction:row;margin-bottom:16px}#multiVpc .spacesContainer>div.newVpcSection .newPeeringTitle h3{font-size:1.2em;line-height:1em}#multiVpc .spacesContainer>div.newVpcSection .mandatoryLabel{display:flex;flex-direction:row;color:#acaeaf;line-height:1em}#multiVpc .spacesContainer>div.newVpcSection .mandatoryLabel .mandatory{margin-right:4px}#multiVpc .spacesContainer>div.newVpcSection .mandatoryLabel:before{content:"";height:100%;width:2px;background:#1e2226;margin:0 12px;display:flex}#multiVpc .spacesContainer>div.newVpcSection .mandatory{color:#f75b5e}#multiVpc .spacesContainer>div.newVpcSection .wrapForm{height:100%;position:relative;display:flex;flex-direction:column}#multiVpc .spacesContainer>div.newVpcSection .wrapForm form{height:100%;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;grid-gap:16px}#multiVpc .spacesContainer>div.newVpcSection .wrapForm form .inputs{display:flex;flex-direction:column;grid-gap:16px}#multiVpc .spacesContainer>div.newVpcSection .wrapForm form .controller{display:flex;justify-content:flex-end;grid-gap:16px}.alert-bar{border-radius:3px;background:#2a2e31;border:1px solid #6078ea;padding:16px;display:flex;flex-direction:row;align-items:center;grid-gap:16px}.alert-bar.--type-warning{border-color:#fcdc5c}.alert-bar.--type-warning i{fill:#fcdc5c;color:#fcdc5c}.alert-bar.--type-error{border-color:#f75b5e}.alert-bar.--type-error i{fill:#f75b5e;color:#f75b5e}.alert-bar.--type-info{border-color:#6078ea}.alert-bar.--type-info i{fill:#6078ea;color:#6078ea}.alert-bar .descriptionSection{color:#acaeaf}.alert-bar~#autoShutdownContent{margin-top:16px}#autoShutdownContent{display:flex;flex-direction:column;grid-gap:8px;padding-bottom:16px}#autoShutdownContent h3{line-height:1em;font-size:1.5em;color:#acaeaf}#autoShutdownContent p{color:#acaeaf}#autoShutdownContent ul{margin:0;padding:0;display:flex;flex-direction:column;list-style:none;grid-gap:8px}#autoShutdownContent ul li{display:flex;flex-direction:column;grid-gap:16px}#autoShutdownContent ul li label{color:#fff}#autoShutdownContent .v-slider--horizontal{cursor:pointer}#autoShutdownContent .v-slider--horizontal .v-slider__ticks-container>span.v-slider__tick{width:2px!important;height:9px!important;background:#1e2226;transform:translateY(-2px)}.auto-shutdown{display:flex;flex-direction:column;grid-gap:16px}.auto-shutdown__group [role=radiogroup]{display:flex;flex-direction:row;align-items:center;grid-gap:24px}.auto-shutdown__group [role=radiogroup]>div{margin:0!important}.auto-shutdown__group--with-gaps{display:flex;flex-direction:column;grid-gap:24px}.auto-shutdown__group:last-child{margin-bottom:16px}.schedule-settings{padding:8px;display:flex;flex-direction:column;grid-gap:24px;animation:SlideSlowY .12s ease-in;animation-fill-mode:forwards}.schedule-settings__row{display:grid;grid-template-columns:90px 1fr 155px;grid-gap:8px}.schedule-settings__row--type-control{display:flex;flex-direction:column;grid-gap:16px}.schedule-settings__row__input-prefix-label{padding-top:4px}.schedule-settings__row__input-prefix-label--fade-true{opacity:.4}.schedule-settings__control{list-style:none;padding:0!important;margin:0;display:flex;flex-direction:row;flex:1;align-items:center;justify-content:stretch;grid-gap:8px}.schedule-settings__control__item{display:flex;flex:1}.schedule-settings__control__item>*{width:100%}.schedule-settings__control__item__btn--state-active{outline:1px solid #6078ea}.online-for__row{display:grid;grid-template-columns:90px 120px 1fr;grid-gap:8px;align-items:center}.online-for__row__label--faded{opacity:.4}.time-picker~.time-picker__row{display:flex;flex:1;grid-gap:8px;flex-direction:column}.time-picker~.time-picker__row .time-picker__row__input-container{display:flex;flex-direction:row;align-items:center;grid-gap:8px}.time-picker__validation{color:#f75b5e}.shutdown{animation:SlideSlowY .12s ease-in;animation-fill-mode:forwards}.shutdown__column{display:flex;flex-direction:column;grid-gap:24px}.shutdown__column__contain{display:flex;flex-direction:column;grid-gap:16px}.shutdown__column__contain__label{padding-left:8px}.shutdown__input--checkbox{margin-top:0;padding-top:0}.shutdown__input--checkbox .v-input__slot{align-items:flex-start}.shutdown__role-checkbox{display:flex;flex-direction:column;line-height:1.2em;grid-gap:8px}.shutdown__role-checkbox__title{font-size:14px;color:#fff}.shutdown__role-checkbox__description{color:#acaeaf;font-size:12px}@keyframes SlideSlowY{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.info-box{padding:16px 24px;background:#1e2226;border-radius:4px;border:2px solid #fff;color:#fff;line-height:1.8em;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;grid-gap:24px;margin:0 16px 16px 16px;font-size:12px}.info-box--type-info{border-color:#7c9dff}.info-box--type-info i{color:#7c9dff!important}.info-box--type-warning{border-color:#fcdc5c}.info-box--type-warning i{color:#fcdc5c!important}.app-instance-types{display:flex;flex-direction:column;grid-gap:24px}.app-instance-types__label{color:#acaeaf}.app-instance-types__row{display:flex;flex-direction:row;align-items:center;grid-gap:8px}.app-instance-types__row--gap-medium{grid-gap:16px}.app-instance-types__row--align-start{align-items:flex-start}.app-instance-types__row--spaced{padding-top:24px;margin-top:24px;border-top:1px solid #262b2e}.app-instance-types__buttons{justify-content:flex-end}.app-instance-types__button--min-height{min-height:36.89px}.app-instance-types__column{display:flex;flex-direction:column;grid-gap:8px}.app-instance-types__column--gap{padding-top:8px}.app-instance-types__list{display:flex;flex-direction:column;list-style:none;padding:0!important;margin:8px 0 0 0;grid-gap:8px;flex:1}.app-instance-types__list-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px;background:#23272b;border-radius:4px;border:1px solid #000;height:36.89px}.app-instance-types__list-item--draggable{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:move}.app-instance-types__item-label{display:flex;flex-direction:row;grid-gap:8px}.app-instance-types__item-label--status-deployed{color:#4de18a}.app-instance-types__item-label--status-deployed i{color:#4de18a!important}.app-instance-types__item-label--status-prospect{color:#fcdc5c}.bring-capacity{padding:24px;display:flex;flex-direction:column;grid-gap:16px}.bring-capacity__grid{display:grid;grid-template-columns:30px 1fr}.bring-capacity__grid-item{display:flex;align-items:flex-start}.bring-capacity__grid-item--icon{padding-top:4px}.bring-capacity__text--warning{color:#fcdc5c!important}.capacity-reservation{display:flex;align-items:flex-end;flex:1}.capacity-reservation__bar{background:#4d5154;padding:8px 24px;justify-content:space-between;flex:1;display:flex;flex-direction:row}.capacity-reservation__capacity{display:flex;grid-gap:8px;flex-direction:row;align-items:center;color:#fcdc5c}.capacity-reservation__capacity--success{color:#4de18a}.capacity-reservation__row{display:flex;flex-direction:row;align-items:center;grid-gap:8px;line-height:1em}.capacity-reservation__label{color:#acaeaf}.view-tab{padding:0!important;margin:0 0 24px 0;list-style:none;display:flex;flex-direction:row}.view-tab__item{display:flex;min-width:80px;white-space:nowrap;padding:0 16px;cursor:pointer;grid-gap:8px;align-items:center;justify-content:center;position:relative}.view-tab__item:hover{transform:all .12s ease-in;background:hsla(0,0%,100%,.12)}.view-tab__item:before{content:"";width:100%;height:4px;position:absolute;background:transparent;transition:all .12s ease-in;left:0;pointer-events:none;bottom:0}.view-tab__item--active:before{background:#6078ea}.view-tab__error{width:12px;height:12px;position:relative;display:flex;justify-content:center;align-items:center}.view-tab__error:before{content:"";width:12px;height:12px;border-radius:50%;background-color:#e53d2e;display:inline-flex;position:absolute;left:0;transform:translateY(2px)}.view-tab__button{outline:none;border:none;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;height:40px}.dependency-warning__content{display:flex;flex-direction:column;grid-gap:24px;text-align:center;padding:16px 0}.dependency-warning__label--bold{font-weight:700}.dependency-warning__footer{display:flex;flex:1;flex-direction:row;justify-content:space-between;align-items:center}.capacity-check-notification{display:flex;flex-direction:column}.capacity-check-notification__row{display:flex;flex-direction:row;align-items:center;grid-gap:16px}.capacity-check-notification__column{display:flex;flex-direction:column;flex:1;grid-gap:16px;width:100%}.capacity-check-notification__wrap-content{background:#1e2226;display:flex;flex-direction:column;align-items:flex-start;flex:1;padding:24px 16px;grid-gap:32px;overflow:auto;max-height:calc(100vh - 270px)}.capacity-check-notification__label{font-weight:thin;display:inline-flex;grid-gap:8px;align-items:center}.capacity-check-notification__label--success{color:#4de18a}.capacity-check-notification__label--warning{color:#fcdc5c}.capacity-check-notification__reserve-list{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;grid-gap:16px;list-style:none;padding:0!important;margin:0;width:100%}.capacity-check-notification__footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:16px;border-top:1px solid rgba(0,0,0,.5)}.capacity-item{background:#2a2e31;border-radius:4px}.capacity-item__identity{display:flex;justify-content:center;align-items:center;padding:8px;border-bottom:1px solid hsla(0,0%,100%,.24)}.capacity-item__footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:8px}.capacity-item__label{color:#acaeaf}.capacity-item__icon{width:42px;height:42px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-right:8px}#workspaceEditV2 .loadingLabel{text-align:center}#workspaceEditV2 .dialogFooterContainer{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;background:#36393d;padding:12px;grid-gap:8px;width:100%}#workspaceEditV2 .titleContainer{display:flex;flex-direction:row;grid-gap:16px}#workspaceEditV2 #preHeader{padding-bottom:16px}#workspaceEditV2 #preHeader .containTags{display:flex;flex-direction:row;grid-gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:8px}#workspaceEditV2 #preHeader .containBoxes{display:flex;flex-direction:row;justify-content:space-between}#workspaceEditV2 #preHeader .containBoxes .rightBox{display:flex;flex-direction:column;justify-content:flex-end}#workspaceEditV2 #editableTitle{display:flex;flex-direction:column;grid-gap:4px}#workspaceEditV2 #editableTitle h3{line-height:1.24em;display:block;max-width:calc(100vw - 950px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1300px){#workspaceEditV2 #editableTitle h3{max-width:calc(100vw - 650px)}}@media(max-width:992px){#workspaceEditV2 #editableTitle h3{max-width:290px}}#workspaceEditV2 #editableTitle .editableItem{display:flex;flex-direction:row;grid-gap:8px;align-items:center}#workspaceEditV2 #editableTitle .editableItem>p{white-space:break-spaces;max-width:400px;display:block;overflow:hidden;text-overflow:ellipsis}#workspaceEditV2 #editableTitle .editableItem button{transition:all .12s ease-in;opacity:1}#workspaceEditV2 #editableTitle .editableItem:not(:hover) button{opacity:0}#workspaceEditV2 #tags{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;grid-gap:8px;margin-bottom:8px}#workspaceEditV2 #tags .tagItem{padding:2px 16px;background:#4d5154;border-radius:60px;text-transform:capitalize;font-size:.85em;letter-spacing:.06em;display:inline-flex;align-items:center}#workspaceEditV2 #tags .tagItem .tagWrap{max-width:120px;text-overflow:ellipsis;display:block;overflow:hidden}#workspaceEditV2 #tags .tagItem:not(:hover) .buttonTrigger{display:none}#workspaceEditV2 #tags .tagItem .buttonTrigger{opacity:.5;transition:all .2s ease-in;cursor:pointer}#workspaceEditV2 #tags .tagItem .buttonTrigger:hover{opacity:1}#workspaceEditV2 #statusDisplay,#workspaceEditV2 #tags #tagCreator form{display:flex;flex-direction:row;align-items:center;grid-gap:8px}#workspaceEditV2 #statusDisplay{font-size:1.7em;text-transform:capitalize;line-height:1em;font-weight:300;justify-content:flex-end;font-weight:400}#workspaceEditV2 #statusDisplay:before{content:"";display:inline-block;width:21px;height:21px;border:2px solid #4d5154;border-radius:60%}#workspaceEditV2 #statusDisplay[status=deploy-failed]:before,#workspaceEditV2 #statusDisplay[status=destroy-failed]:before,#workspaceEditV2 #statusDisplay[status=destroying]:before,#workspaceEditV2 #statusDisplay[status=validation-no-action]:before{background:#f75b5e;border-color:#f75b5e}#workspaceEditV2 #statusDisplay[status=deploy-pending]:before,#workspaceEditV2 #statusDisplay[status=deploying]:before{background:#e89210;border-color:#e89210}#workspaceEditV2 #statusDisplay[status=deployed-with-error]:before,#workspaceEditV2 #statusDisplay[status=deployed]:before{background:#4de18a;border-color:#4de18a}#workspaceEditV2 #statusDisplay[status=archive-failed]:before{background:#f75b5e;border-color:#f75b5e}#workspaceEditV2 #statusDisplay[status=archived]:before{background:#4d5154;border-color:#4d5154}#workspaceEditV2 #statusDisplay[status=archiving]:before,#workspaceEditV2 #statusDisplay[status=restoring]:before{background:#e89210;border-color:#e89210}#workspaceEditV2 #statusDisplay[status=deployed-with-error][online-status=offline]:before,#workspaceEditV2 #statusDisplay[status=deployed-with-error][online-status=stopping]:before,#workspaceEditV2 #statusDisplay[status=deployed][online-status=offline]:before,#workspaceEditV2 #statusDisplay[status=deployed][online-status=stopping]:before{background:rgba(77,225,138,.2)}#workspaceEditV2 #statusDisplay[status=deployed-with-error][online-status=starting]:before,#workspaceEditV2 #statusDisplay[status=deployed-with-error][online-status=stopping]:before,#workspaceEditV2 #statusDisplay[status=deployed][online-status=starting]:before,#workspaceEditV2 #statusDisplay[status=deployed][online-status=stopping]:before{animation:Pulse 1.5s ease-in-out infinite}#workspaceEditV2 #statusDisplay[status=destroying]{color:#8e9295}#workspaceEditV2 #statusDisplay[status=destroying]:before{animation:Pulse 1.5s ease-in-out infinite}#workspaceEditV2 #statusDisplay .onlineStatus[online-status=offline]{opacity:.3}#workspaceEditV2 #statusDisplay .action{display:flex;flex-direction:row;align-items:center;justify-content:center;grid-gap:8px;border-left:1px solid #4d5154;padding-left:8px}#workspaceEditV2 #statusDisplay .action>span{font-size:14px;text-transform:capitalize;color:#acaeaf}#workspaceEditV2 #statusDisplay .action .controllers{display:flex;flex-direction:row;grid-gap:8px}#workspaceEditV2 #metadata{display:flex;flex-direction:row;align-items:center;grid-gap:16px;justify-content:flex-end;padding-top:16px;line-height:1.6em;flex-wrap:wrap}@media(max-width:1700px){#workspaceEditV2 #metadata{line-height:1.2em}}#workspaceEditV2 #metadata .item{display:flex;flex-direction:row;align-items:center;grid-gap:8px;position:relative}#workspaceEditV2 #metadata .item.item__divider-right{padding-right:16px;border-right:1px solid hsla(0,0%,100%,.24)}#workspaceEditV2 #metadata .item .row{display:flex;flex-direction:row;grid-gap:8px;align-items:center!important}#workspaceEditV2 #metadata .item .row .v-select{max-width:160px}#workspaceEditV2 #metadata .item .templateName{display:block;white-space:nowrap;max-width:250px;overflow:hidden;text-overflow:ellipsis}#workspaceEditV2 #metadata .item .prefix{color:#acaeaf;white-space:nowrap}#workspaceEditV2 #metadata .item .lastEdited{display:flex;flex-direction:row;grid-gap:3px}#workspaceEditV2 #headerController{padding:16px;background:#36393d;display:flex;flex-direction:row;justify-content:space-between;align-items:center}#workspaceEditV2 #headerController .leftBox{display:flex;flex-direction:row;grid-gap:50px}#workspaceEditV2 #headerController .leftBox .closeItems{display:flex;flex-direction:row;grid-gap:16px;align-items:center}#workspaceEditV2 #headerController .leftBox .closeItems .pointer{cursor:pointer}#workspaceEditV2 #headerController .leftBox .closeItems .pointer:hover{filter:brightness(.8)}#workspaceEditV2 #headerController .leftBox .closeItems #share{padding-right:16px;border-right:2px solid #2a2e31}#workspaceEditV2 #headerController .leftBox .closeItems .schedule{display:flex;flex-direction:row;grid-gap:8px;align-items:center;color:#acaeaf}#workspaceEditV2 #headerController .leftBox .closeItems .spanContainer{display:flex;flex-direction:row;grid-gap:8px}#workspaceEditV2 #headerController .leftBox .closeItems .spanContainer.reverseRow{flex-direction:row-reverse}#workspaceEditV2 #headerController .leftBox .closeItems .customButton i{transform:translate(1px,-1px)}#workspaceEditV2 #headerController .leftBox .vpcStatusLabel{display:flex;flex-direction:row;align-items:center;grid-gap:16px}#workspaceEditV2 #headerController .leftBox .vpcStatusLabel .peeringTitle{color:#acaeaf}#workspaceEditV2 #headerController .leftBox .vpcStatusLabel .vpcWrapQuickStatus{display:flex;flex-direction:row;align-items:center;grid-gap:16px}#workspaceEditV2 #headerController .leftBox .vpcStatusLabel .vpcWrapQuickStatus.clickable{cursor:pointer}#workspaceEditV2 #headerController .leftBox .vpcStatusLabel .vpcWrapQuickStatus .wrapVpcCounter{display:flex;flex-direction:row;align-items:center;grid-gap:8px}#workspaceEditV2 #headerController .leftBox .vpcStatusLabel .vpcWrapQuickStatus .wrapVpcCounter .statusCircle[status=active]{width:16px;height:16px;display:inline-flex;background:#4de18a;border-radius:50%}#workspaceEditV2 #headerController .leftBox .vpcStatusLabel .vpcWrapQuickStatus .wrapVpcCounter .statusCircle[status=failed]{width:16px;height:16px;display:inline-flex;background:#f75b5e;border-radius:50%}#workspaceEditV2 #headerController #share{display:flex;align-items:center}#workspaceEditV2 #headerController #share .v-input--is-disabled{cursor:no-drop;pointer-events:all}#workspaceEditV2 #headerController #share .v-input--is-disabled>*{pointer-events:none}#workspaceEditV2 #headerController .postponeContent{display:flex;flex-direction:column;grid-gap:8px}#workspaceEditV2 #headerController .postponeContent h3{font-size:1.5em;line-height:1.2em;margin-bottom:8px}#workspaceEditV2 #headerController .postponeContent .wrapText{padding:16px}#workspaceEditV2 #headerController .postponeContent .controller{display:flex;background:#2a2e31;flex-direction:row;grid-gap:8px;justify-content:flex-end;padding:16px}#workspaceEditV2 #controllers{display:flex;flex-direction:row;grid-gap:8px;align-items:center}#workspaceEditV2 #appsContainer{display:grid;grid-template-columns:repeat(4,1fr);align-items:stretch;grid-gap:16px}@media(max-width:1100px){#workspaceEditV2 #appsContainer{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){#workspaceEditV2 #appsContainer{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){#workspaceEditV2 #appsContainer{grid-template-columns:repeat(1,1fr)}}#workspaceEditV2 #appsContainer>div:first-child{animation-delay:.1s}#workspaceEditV2 #appsContainer>div:nth-child(2){animation-delay:.2s}#workspaceEditV2 #appsContainer>div:nth-child(3){animation-delay:.3s}#workspaceEditV2 #appsContainer>div:nth-child(4){animation-delay:.4s}#workspaceEditV2 #appsContainer>div:nth-child(5){animation-delay:.5s}#workspaceEditV2 #appsContainer>div:nth-child(6){animation-delay:.6s}#workspaceEditV2 #appsContainer>div:nth-child(7){animation-delay:.7s}#workspaceEditV2 #appsContainer>div:nth-child(8){animation-delay:.8s}#workspaceEditV2 #appsContainer>div:nth-child(9){animation-delay:.9s}#workspaceEditV2 #appsContainer>div:nth-child(10){animation-delay:1s}#workspaceEditV2 #appsContainer>div:nth-child(11){animation-delay:1.1s}#workspaceEditV2 #appsContainer>div:nth-child(12){animation-delay:1.2s}#workspaceEditV2 #appsContainer>div:nth-child(13){animation-delay:1.3s}#workspaceEditV2 #appsContainer>div:nth-child(14){animation-delay:1.4s}#workspaceEditV2 #appsContainer>div:nth-child(15){animation-delay:1.5s}#workspaceEditV2 #appsContainer>div:nth-child(16){animation-delay:1.6s}#workspaceEditV2 #appsContainer>div:nth-child(17){animation-delay:1.7s}#workspaceEditV2 #appsContainer>div:nth-child(18){animation-delay:1.8s}#workspaceEditV2 #appsContainer>div:nth-child(19){animation-delay:1.9s}#workspaceEditV2 #appsContainer>div:nth-child(20){animation-delay:2s}#workspaceEditV2 #appsContainer>div:nth-child(21){animation-delay:2.1s}#workspaceEditV2 #appsContainer>div:nth-child(22){animation-delay:2.2s}#workspaceEditV2 #appsContainer>div:nth-child(23){animation-delay:2.3s}#workspaceEditV2 #appsContainer>div:nth-child(24){animation-delay:2.4s}#workspaceEditV2 #appsContainer>div:nth-child(25){animation-delay:2.5s}#workspaceEditV2 #appsContainer>div:nth-child(26){animation-delay:2.6s}#workspaceEditV2 #appsContainer>div:nth-child(27){animation-delay:2.7s}#workspaceEditV2 #appsContainer>div:nth-child(28){animation-delay:2.8s}#workspaceEditV2 #appsContainer>div:nth-child(29){animation-delay:2.9s}#workspaceEditV2 #appsContainer>div:nth-child(30){animation-delay:3s}#workspaceEditV2 #appsContainer>div:nth-child(31){animation-delay:3.1s}#workspaceEditV2 #appsContainer>div:nth-child(32){animation-delay:3.2s}#workspaceEditV2 #appsContainer>div:nth-child(33){animation-delay:3.3s}#workspaceEditV2 #appsContainer>div:nth-child(34){animation-delay:3.4s}#workspaceEditV2 #appsContainer>div:nth-child(35){animation-delay:3.5s}#workspaceEditV2 #appsContainer>div:nth-child(36){animation-delay:3.6s}#workspaceEditV2 #appsContainer>div:nth-child(37){animation-delay:3.7s}#workspaceEditV2 #appsContainer>div:nth-child(38){animation-delay:3.8s}#workspaceEditV2 #appsContainer>div:nth-child(39){animation-delay:3.9s}#workspaceEditV2 #appsContainer>div:nth-child(40){animation-delay:4s}#workspaceEditV2 #appsContainer>div:nth-child(41){animation-delay:4.1s}#workspaceEditV2 #appsContainer>div:nth-child(42){animation-delay:4.2s}#workspaceEditV2 #appsContainer>div:nth-child(43){animation-delay:4.3s}#workspaceEditV2 #appsContainer>div:nth-child(44){animation-delay:4.4s}#workspaceEditV2 #appsContainer>div:nth-child(45){animation-delay:4.5s}#workspaceEditV2 #appsContainer>div:nth-child(46){animation-delay:4.6s}#workspaceEditV2 #appsContainer>div:nth-child(47){animation-delay:4.7s}#workspaceEditV2 #appsContainer>div:nth-child(48){animation-delay:4.8s}#workspaceEditV2 #appsContainer>div:nth-child(49){animation-delay:4.9s}#workspaceEditV2 #appsContainer>div:nth-child(50){animation-delay:5s}#workspaceEditV2 #appsContainer>div:nth-child(51){animation-delay:5.1s}#workspaceEditV2 #appsContainer>div:nth-child(52){animation-delay:5.2s}#workspaceEditV2 #appsContainer>div:nth-child(53){animation-delay:5.3s}#workspaceEditV2 #appsContainer>div:nth-child(54){animation-delay:5.4s}#workspaceEditV2 #appsContainer>div:nth-child(55){animation-delay:5.5s}#workspaceEditV2 #appsContainer>div:nth-child(56){animation-delay:5.6s}#workspaceEditV2 #appsContainer>div:nth-child(57){animation-delay:5.7s}#workspaceEditV2 #appsContainer>div:nth-child(58){animation-delay:5.8s}#workspaceEditV2 #appsContainer>div:nth-child(59){animation-delay:5.9s}#workspaceEditV2 #appsContainer>div:nth-child(60){animation-delay:6s}#workspaceEditV2 #appsContainer>div:nth-child(61){animation-delay:6.1s}#workspaceEditV2 #appsContainer>div:nth-child(62){animation-delay:6.2s}#workspaceEditV2 #appsContainer>div:nth-child(63){animation-delay:6.3s}#workspaceEditV2 #appsContainer>div:nth-child(64){animation-delay:6.4s}#workspaceEditV2 #appsContainer>div:nth-child(65){animation-delay:6.5s}#workspaceEditV2 #appsContainer>div:nth-child(66){animation-delay:6.6s}#workspaceEditV2 #appsContainer>div:nth-child(67){animation-delay:6.7s}#workspaceEditV2 #appsContainer>div:nth-child(68){animation-delay:6.8s}#workspaceEditV2 #appsContainer>div:nth-child(69){animation-delay:6.9s}#workspaceEditV2 #appsContainer>div:nth-child(70){animation-delay:7s}#workspaceEditV2 #appsContainer>div:nth-child(71){animation-delay:7.1s}#workspaceEditV2 #appsContainer>div:nth-child(72){animation-delay:7.2s}#workspaceEditV2 #appsContainer>div:nth-child(73){animation-delay:7.3s}#workspaceEditV2 #appsContainer>div:nth-child(74){animation-delay:7.4s}#workspaceEditV2 #appsContainer>div:nth-child(75){animation-delay:7.5s}#workspaceEditV2 #appsContainer>div:nth-child(76){animation-delay:7.6s}#workspaceEditV2 #appsContainer>div:nth-child(77){animation-delay:7.7s}#workspaceEditV2 #appsContainer>div:nth-child(78){animation-delay:7.8s}#workspaceEditV2 #appsContainer>div:nth-child(79){animation-delay:7.9s}#workspaceEditV2 #appsContainer>div:nth-child(80){animation-delay:8s}#workspaceEditV2 #appsContainer>div:nth-child(81){animation-delay:8.1s}#workspaceEditV2 #appsContainer>div:nth-child(82){animation-delay:8.2s}#workspaceEditV2 #appsContainer>div:nth-child(83){animation-delay:8.3s}#workspaceEditV2 #appsContainer>div:nth-child(84){animation-delay:8.4s}#workspaceEditV2 #appsContainer>div:nth-child(85){animation-delay:8.5s}#workspaceEditV2 #appsContainer>div:nth-child(86){animation-delay:8.6s}#workspaceEditV2 #appsContainer>div:nth-child(87){animation-delay:8.7s}#workspaceEditV2 #appsContainer>div:nth-child(88){animation-delay:8.8s}#workspaceEditV2 #appsContainer>div:nth-child(89){animation-delay:8.9s}#workspaceEditV2 #appsContainer>div:nth-child(90){animation-delay:9s}#workspaceEditV2 #appsContainer>div:nth-child(91){animation-delay:9.1s}#workspaceEditV2 #appsContainer>div:nth-child(92){animation-delay:9.2s}#workspaceEditV2 #appsContainer>div:nth-child(93){animation-delay:9.3s}#workspaceEditV2 #appsContainer>div:nth-child(94){animation-delay:9.4s}#workspaceEditV2 #appsContainer>div:nth-child(95){animation-delay:9.5s}#workspaceEditV2 #appsContainer>div:nth-child(96){animation-delay:9.6s}#workspaceEditV2 #appsContainer>div:nth-child(97){animation-delay:9.7s}#workspaceEditV2 #appsContainer>div:nth-child(98){animation-delay:9.8s}#workspaceEditV2 #appsContainer>div:nth-child(99){animation-delay:9.9s}#workspaceEditV2 #appsContainer>div:nth-child(100){animation-delay:10s}#workspaceEditV2 #appsContainer .workspaceAppCard{background:#36393d;border-radius:3px;cursor:pointer;transition:all .2s ease-in;display:flex;flex-direction:column;justify-content:stretch;overflow:hidden}#workspaceEditV2 #appsContainer .workspaceAppCard:hover{filter:brightness(1.2)}#workspaceEditV2 #appsContainer .workspaceAppCard[locked]{pointer-events:none;opacity:.6!important}#workspaceEditV2 #appsContainer .workspaceAppCard[type=removed]{pointer-events:none}#workspaceEditV2 #appsContainer .workspaceAppCard[type=removed] .appBodyContainer{filter:opacity(.4)}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer{padding:8px 12px;background:#4d5154;text-transform:uppercase;letter-spacing:.06em;grid-gap:8px}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer .appHeader{display:flex;flex-direction:row;align-items:center;justify-content:space-between;grid-gap:8px}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer .appHeader>div{display:flex;flex-direction:row;justify-content:space-between;grid-gap:8px}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer .vizNowTooltip{display:flex}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer .notDeployedHeader{display:flex;align-items:center;grid-gap:8px}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer[online-status=online]{background:#485383}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer[online-status=offline]{background:#41454b}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer[online-status=starting]{background:#3e4660}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer[online-status=stopping]{background:#3b4553}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer[status=aborting]{background:#5c4044}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer:is(aborting,[status=deploy-failed]){background:#5c4044!important}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer:is(destroying,[status=deploy-failed]){background:#5c4044!important}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer:is(deploying,[status=deploy-failed]){background:#5e4d31!important}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer[status=restoring]{background:#5e4d31}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer:is(restoring,[status=deploy-failed]){background:#5e4d31!important}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer[status=destroy-failed]{background:#602d2e}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer:is(destroy-failed,[status=deploy-failed]){background:#602d2e!important}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer[status=archive-failed]{background:#602d2e}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer:is(archive-failed,[status=deploy-failed]){background:#602d2e!important}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer[status=deploy-failed]{background:#602d2e}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer:is(deploy-failed,[status=deploy-failed]){background:#602d2e!important}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer[type=added]{background:#5d5a43}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer[status=destroying],#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer[type=removed]{background:#5c4044}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer[status=deploying]{background:#5e4d31}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer[status=draft]{background:#4d5154}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer .deployedHeader{text-transform:uppercase;display:flex;flex-direction:row;grid-gap:8px;justify-content:space-between;color:#acaeaf;align-items:center}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer .deployedHeader .wrapCornerElements{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer .deployedHeader .wrapCornerElements>span{display:flex;flex-direction:row;grid-gap:8px}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer .deployedHeader .wrapCornerElements button{position:relative}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer .deployedHeader .wrapCornerElements button:before{content:"";background:#888;border-radius:50%;opacity:.4}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer[alert],#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer[deployed]{padding:16px;min-height:53px;background:#2a2e31}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer[deployed][state=online],#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer[deployed][state=starting]{background:#3f4a7d}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer[alert]{background:#2a2e31}#workspaceEditV2 #appsContainer .workspaceAppCard .appHeaderContainer .missingConfig{text-align:left;display:flex;align-items:center;justify-content:flex-start;text-transform:uppercase}#workspaceEditV2 #appsContainer .workspaceAppCard .appBodyContainer,#workspaceEditV2 #appsContainer .workspaceAppCard .appBodyContainer .appBody{display:flex;flex-direction:column;flex:1}#workspaceEditV2 #appsContainer .workspaceAppCard .appBodyContainer .appBody img{height:48px;width:auto}#workspaceEditV2 #appsContainer .workspaceAppCard .appBodyContainer .appBody .appHeader{display:flex;flex-direction:row;grid-gap:16px;padding:16px 16px 0 16px}#workspaceEditV2 #appsContainer .workspaceAppCard .appBodyContainer .appBody .appHeader h3{font-size:1.8em;font-weight:400;line-height:1.3em;display:flex;grid-gap:5px;align-items:center}#workspaceEditV2 #appsContainer .workspaceAppCard .appBodyContainer .appBody .appHeader h3 span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#workspaceEditV2 #appsContainer .workspaceAppCard .appBodyContainer .appBody .appHeader .rightContainer{max-width:100%;overflow:hidden}#workspaceEditV2 #appsContainer .workspaceAppCard .appBodyContainer .appBody .appHeader .rightContainer .subTitle{color:#acaeaf}#workspaceEditV2 #appsContainer .workspaceAppCard .appBodyContainer .appBody .appContent{min-height:230px;font-size:.8em;display:flex;flex-direction:column;flex:1}#workspaceEditV2 #appsContainer .workspaceAppCard .appBodyContainer .appBody .appContent>p{padding:16px;font-size:1.1em;color:#acaeaf}#workspaceEditV2 #appsContainer .workspaceAppCard .appBodyContainer .appBody .appContent ul.applicationLinks{padding:0;margin:0;list-style:none;display:flex;flex-direction:column}#workspaceEditV2 #appsContainer .workspaceAppCard .appBodyContainer .appBody .appContent ul.applicationLinks li{padding:16px;border-top:1px solid #000;font-size:1.5em}#workspaceEditV2 #appsContainer .workspaceAppCard .appBodyContainer .appBody .appContent .appCredentials{padding:16px}#workspaceEditV2 #appsContainer .workspaceAppCard .appBodyContainer .appBody .infoBox{margin:0 16px 16px 16px;border:2px solid #fcdc5c;padding:16px 24px;background:#1e2226;border-radius:4px;display:flex;flex-direction:row;align-items:center;grid-gap:24px;line-height:1.8em;font-size:12px}#workspaceEditV2 #appsContainer .workspaceAppCard .appBodyContainer .appBody .infoBox.preDeployInfo{border-color:#6078ea}#workspaceEditV2 #appsContainer .workspaceAppCard .appFooterContainer{display:flex;flex:1;align-items:flex-end;justify-content:flex-end;max-height:64px}#workspaceEditV2 #appsContainer .workspaceAppCard .appFooterContainer .appFooter{display:flex;flex-direction:row;align-items:center;justify-content:space-between;grid-gap:16px;padding:16px;width:100%;background:#2a2e31}#workspaceEditV2 #appsContainer .workspaceAppCard .appFooterContainer .appFooter .capacityReservation{display:flex;flex-direction:row;align-items:center;grid-gap:8px;color:#fcdc5c}#workspaceEditV2 #appsContainer .workspaceAppCard .appFooterContainer .appFooter .capacityReservation--success{color:#4de18a}#workspaceEditV2 #appsContainer .workspaceAppCard .appFooterContainer .appFooter .capacityReservation--success:hover{filter:grayscale(1);transition:all .12s ease-in}#workspaceEditV2 #appsContainer .workspaceAppCard .appFooterContainer .appFooter>div{display:flex;align-items:center;grid-gap:16px}#workspaceEditV2 #appsContainer .workspaceAppCard .appFooterContainer .appFooter .v-btn.downloadOptions{display:flex;flex-direction:row;justify-content:space-between;grid-gap:16px;padding:0 4px 0 16px!important}#workspaceEditV2 #appsContainer .workspaceAppCard .appFooterContainer .appFooter .v-btn.downloadOptions span.v-btn__content{align-items:stretch;height:100%}#workspaceEditV2 #appsContainer .workspaceAppCard .appFooterContainer .appFooter .v-btn.downloadOptions .group{display:flex;padding-right:16px;border-right:1px solid transparent;align-items:center}#workspaceEditV2 #appsContainer .workspaceAppCard .appFooterContainer .appFooter .v-btn.downloadOptions[aria-expanded=true] .group{border-right:1px solid #fff}#workspaceEditV2 .workspaceAlertsContainer>div{margin-bottom:16px}#workspaceEditV2 .genericAlertContainer .alertBody{display:flex;min-height:80px;flex-direction:row;align-items:center;padding:12px 16px;background:#1e2226;border:1px solid #f75b5e;grid-gap:16px;border-radius:3px}#workspaceEditV2 .genericAlertContainer .alertBody .mainAlertContent{display:flex;flex:1;line-height:1em}#workspaceEditV2 .genericAlertContainer .alertBody .mainAlertContent p{line-height:1.45em;font-size:13px;margin:0;padding:0}#workspaceEditV2 .addAddCardButtonContainer{display:flex;justify-content:center;align-items:center;min-height:296px;background:rgba(42,46,49,.51);border:2px dashed #595c5f;border-radius:3px;cursor:pointer;transition:all .2s ease-in}#workspaceEditV2 .addAddCardButtonContainer:hover{filter:brightness(1.3)}#workspaceEditV2 .addAddCardButtonContainer[locked]{pointer-events:none;opacity:.4!important}#workspaceEditV2 .runningSince{text-transform:lowercase;letter-spacing:-1px}#workspaceEditV2 #workspaceNotFound{text-align:center;display:flex;justify-content:center;flex-direction:column;align-items:center}#workspaceEditV2 #workspaceNotFound p{max-width:550px}#workspaceEditV2 #workspaceNotFound .errorFeedback{padding:16px;background:#1e2226;margin-top:8px;border:1px solid #000;max-height:55vh;overflow:auto;overflow-x:none;max-width:60vw;text-align:left}#workspaceEditV2 #workspaceNotFound .errorFeedback~.controllers{display:flex;flex-direction:row;grid-gap:8px;align-items:center}#workspaceEditV2 #workspaceNotFound>.controllers{display:flex;flex-direction:row;grid-gap:8px}#workspaceEditV2 .passwordCopyHandler{text-align:center}#workspaceEditV2 .passwordCopyHandler .inputLabel{justify-content:center;align-items:center!important}#workspaceEditV2 .passwordCopyHandler .inputLabel span{justify-content:center}#workspaceEditV2 .passwordCopyHandler .inputLabel .v-input{width:250px}#workspaceEditV2 .passwordCopyHandler .inputLabel .v-input .v-text-field__slot{filter:blur(2px)}#workspaceEditV2 .passwordCopyHandler h3{line-height:1em;margin-bottom:16px;font-size:1.8em}#workspaceEditV2 .passwordCopyHandler h3~button{margin-bottom:16px}#workspaceEditV2 .passwordCopyHandler h3~p{margin:-8px 0 16px 0}#workspaceEditV2 .mismatchWarning{display:flex;flex-direction:column;grid-gap:16px;padding-bottom:8px;color:#acaeaf}#workspaceEditV2 .mismatchWarning strong{color:#fff}#workspaceEditV2 .mismatchWarning .warningAction{display:block;color:#fff}#workspaceEditV2 .vpcInstruction .vpcContent{padding:16px}#workspaceEditV2 .vpcInstruction .vpcFooter{display:flex;flex-direction:row;justify-content:flex-end;grid-gap:16px;padding:16px;align-items:center;background:#2a2e31;width:100%}#workspaceEditV2 .dcvInstructionContainer>div{padding:16px;display:flex}#workspaceEditV2 .dcvInstructionContainer>div:first-child{border-bottom:2px solid #1e2226;flex-direction:column;grid-gap:8px}#workspaceEditV2 .dcvInstructionContainer>div:last-child{justify-content:space-between;align-items:center}#workspaceEditV2 .dcvInstructionContainer>div:last-child .wrapLeft{display:flex;align-items:center}.appCredentials,.appCredentials label{display:flex;flex-direction:column;grid-gap:8px}.appCredentials label span{font-size:.9em}.textEditor .v-input{max-width:200px}.textEditor .iconControllers{align-items:flex-start}.textEditor .iconControllers,.textEditor form{display:flex;flex-direction:row;grid-gap:8px}#instructionsModal .instructionWrapper{display:flex;justify-content:flex-start;padding:16px}#instructionsModal .instructionWrapper .wrapContent{width:100%}#instructionsModal .instructionWrapper .wrapContent .content{background:#1e2226;width:100%;padding:16px;height:calc(100vh - 340px);overflow:auto}#instructionsModal .instructionWrapper .editorWrap{width:100%}#instructionsModal .instructionWrapper .editorWrap #quill-container{border-color:#000}#instructionsModal .instructionWrapper .editorWrap #quill-container .ql-editor{background:#1e2226;height:calc(100vh - 340px);overflow:auto}#instructionsModal .instructionWrapper .editorWrap .ql-toolbar{border:1px solid #000}#instructionsModal .instructionController{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;border-top:1px solid #1e2226;padding:16px;background:#2a2e31}#instructionsModal .instructionController .editingControllers{display:flex;flex-direction:row;align-items:center;grid-gap:8px}.displayData .collection{background:#1e2226;display:flex;flex-direction:column;max-height:calc(100vh - 270px);overflow:auto}.displayData .collection .collectionItem{display:flex;flex-direction:row;justify-content:space-between;padding:8px;min-height:40px}.displayData .collection .collectionItem:not(:last-child){border-bottom:1px solid #36393d}.displayData .collection .collectionItem:hover{background:#2a2e31}.displayData .collection .collectionItem .labels{display:flex;flex-direction:row;grid-gap:8px}.displayData .collection .collectionItem .labels .highlighted{color:#e89210}.displayData .collection .collectionItem:not(:hover) .labels~button{opacity:0}.displayData .formContainer{display:flex;flex-direction:row;grid-gap:16px;justify-content:flex-end;padding-top:16px}.displayData .formContainer form{flex:1;display:flex;flex-direction:row;align-items:flex-start;grid-gap:16px}#ipHandler{padding:16px}#ipHandler .labels .description{color:#acaeaf;max-width:calc(100vw - 1150px);overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap}#userHandler{padding:16px}#userHandler .labels .email{color:#acaeaf;max-width:calc(100vw - 1150px);overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap}#userHandler .emptyUserCollection{padding:8px;background:#1e2226;color:#fff;text-align:center;text-transform:uppercase;font-size:.9em}.otherOptionsList{min-width:130px}.otherOptionsList .v-list-item__title{padding:0 12px}.otherOptionsList .optionItem{display:flex;flex-direction:row;height:40px;align-items:center}.otherOptionsList .v-list-item{padding:0}.otherOptionsList .v-list-item:not(:last-child){border-bottom:1px solid #595c5f}#appDetailsDialog{font-size:.9em;display:flex;flex-direction:column;flex-grow:1}#appDetailsDialog .appDialogHeader{justify-content:space-between;padding:12px;border-bottom:12px solid #2a2e31}#appDetailsDialog .appDialogHeader,#appDetailsDialog .appDialogHeader .leftContainer{display:flex;flex-direction:row;align-items:center}#appDetailsDialog .appDialogHeader .leftContainer img{height:48px;width:auto}#appDetailsDialog .appDialogHeader .leftContainer .appTitle{line-height:1em;padding-left:16px}#appDetailsDialog .appDialogHeader .leftContainer .appTitle .editableItem{display:flex;flex-direction:row;align-items:center;grid-gap:8px;margin-bottom:8px;cursor:pointer;transition:all .2s ease-in}#appDetailsDialog .appDialogHeader .leftContainer .appTitle .editableItem h3{line-height:1em;font-size:1.8em;font-weight:400}#appDetailsDialog .appDialogHeader .leftContainer .appTitle .editableItem h3~p{line-height:1em;font-weight:400;color:#acaeaf}#appDetailsDialog .appDialogHeader .leftContainer .appTitle .editableItem:not(:hover) button{opacity:0;visibility:hidden}#appDetailsDialog .appDialogHeader .leftContainer .appTitle .textEditor{margin-bottom:8px}#appDetailsDialog .warnChanges{padding:0 12px 12px 12px;color:#acaeaf;background:#2a2e31}#appDetailsDialog .warnChanges>div{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;grid-gap:40px;padding:8px;grid-row-gap:8px}#appDetailsDialog .warnChanges .wrapAlert{border:1px solid #fcdc5c}#appDetailsDialog .warnChanges .wrapError{border:1px solid #f75b5e}#appDetailsDialog .warnChanges .leftBox,#appDetailsDialog .warnChanges>span{display:flex;flex-direction:row;align-items:center}#appDetailsDialog .warnChanges .leftBox span{line-height:1em}#appDetailsDialog .warnChanges .rightBox{display:flex;flex-direction:row;grid-gap:8px;align-items:center}#appDetailsDialog .containDetails{display:flex;width:100%;max-height:calc(100vh - 270px);overflow:hidden}#appDetailsDialog .containDetails[disabled] .verticalContainer .item{pointer-events:none;opacity:.7}#appDetailsDialog .containDetails .verticalContainer{width:100%;display:flex;flex-direction:column;overflow:auto;max-height:calc(100vh - 350px);min-height:480px;min-width:480px;border:12px solid #2a2e31;border-top:none;border-left:none}@media(max-width:1600px){#appDetailsDialog .containDetails .verticalContainer{min-width:360px;min-height:430px}}#appDetailsDialog .containDetails .verticalContainer:first-child{border:12px solid #2a2e31;border-top:none}#appDetailsDialog .item{padding:16px 24px;display:flex;flex-direction:column}#appDetailsDialog .item .instanceTypeContainer{display:flex;flex-direction:column;grid-gap:8px}#appDetailsDialog .item .instanceTypeContainer>div>label>span{display:flex;line-height:1em;margin-bottom:8px;color:#acaeaf}#appDetailsDialog .item .itemTitle{letter-spacing:.06em;font-size:1.1em;margin-bottom:16px}#appDetailsDialog .nestedWizardFunctions{display:flex;flex-direction:column}#appDetailsDialog .nestedWizardFunctions .v-input .v-label{color:#fff;font-size:12px;letter-spacing:.06em}#appDetailsDialog .nestedWizardFunctions .v-input.v-input--radio-group{height:auto!important}#appDetailsDialog .nestedWizardFunctions .v-input.v-input--radio-group .item{padding:4px 0}#appDetailsDialog .nestedWizardFunctions .v-input.v-input--radio-group .item label{color:#acaeaf}#appDetailsDialog .nestedWizardFunctions .nestedChild .v-input{padding:0;display:flex;justify-content:flex-start;align-items:flex-start}#appDetailsDialog .nestedWizardFunctions .nestedChild .animatedDiv{padding-left:24px}#appDetailsDialog .nestedWizardFunctions .nestedChild label>span{padding:8px 0;display:flex}#appDetailsDialog .nestedWizardFunctions .v-input:not(.v-input--hide-details) .v-input__slot{margin-bottom:4px}#appDetailsDialog .appDescription{color:#acaeaf}#appDetailsDialog .deployedInstance{display:flex;flex-direction:column}#appDetailsDialog .allowedInstanceTypes .listContainer{margin:8px 0 16px}#appDetailsDialog .allowedInstanceTypes .listContainer .listItem{background:#1e2226;margin-bottom:1px;border-radius:3px;border:none}#appDetailsDialog .allowedInstanceTypes .listContainer .listItem:hover{background:#2a2e31}#appDetailsDialog .allowedInstanceTypes .listContainer .listItem i{color:#acaeaf}#appDetailsDialog .allowedInstanceTypes .listContainer .dragHandle{cursor:grab}#appDetailsDialog .allowedInstanceTypes .listContainer .dragHandle [highlight]{color:#fcdc5c}#appDetailsDialog .allowedInstanceTypes .listContainer .draggingOver:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;display:block;z-index:5;background:#6078ea;opacity:.3}#appDetailsDialog .allowedInstanceTypes .insertInstance{display:flex;flex-direction:row;align-items:center;flex-grow:1;grid-gap:16px}#appDetailsDialog .allowedInstanceTypes .insertInstance>*{height:30px}#appDetailsDialog [app=checkbox] .contained .item{padding:8px}.dialogAddAppsContainer .v-card__text{padding:0!important}.dialogAddAppsContainer .appsContainer .appContainerHeader{padding:16px;background:#36393d;display:flex;flex-direction:row;justify-content:flex-start;border-bottom:1px solid #000}.dialogAddAppsContainer .appsContainer .containAppContent{display:flex;flex-direction:row}.dialogAddAppsContainer .appsContainer .containAppContent .sidebarFilter{background:#36393d;padding:16px;border-right:1px solid #000;box-shadow:2px 0 2px -2px #000;position:relative;overflow:auto;overflow-x:hidden}.dialogAddAppsContainer .appsContainer .containAppContent .sidebarFilter .categoriesCollection{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;grid-gap:8px;max-width:360px;min-width:80px}.dialogAddAppsContainer .appsContainer .containAppContent .sidebarFilter .categoriesCollection>span{font-size:12px;display:inline-flex;padding:4px 16.5px;line-height:1em;align-items:center;background:#2a2e31;color:#fff;text-transform:capitalize;border-radius:60px;grid-gap:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dialogAddAppsContainer .appsContainer .containAppContent .sidebarFilter .categoriesCollection>span .counter{display:inline-flex;line-height:1em;background:#4d5154;border-radius:50%;width:15px;height:15px;justify-content:center;align-items:center;font-size:.8em}.dialogAddAppsContainer .appsContainer .containAppContent .sidebarFilter .categoriesCollection>span[selected]{background:#6078ea}.dialogAddAppsContainer .appsContainer .containAppContent .sidebarFilter .categoriesCollection>span[selected] .counter{background:#7e94ff}.dialogAddAppsContainer .appsContainer .containAppContent .sidebarFilter .categoriesCollection .categoryItem>span:first-child{max-width:120px;overflow:hidden;display:block;white-space:nowrap;text-overflow:ellipsis}.dialogAddAppsContainer .appsContainer .containAppContent .appList{padding:16px;display:flex;flex-direction:column;width:100%;grid-gap:16px;overflow:auto;max-height:calc(100vh - 245px);min-height:300px;background:#2a2e31}@media(min-height:750px){.dialogAddAppsContainer .appsContainer .containAppContent .appList{max-height:calc(80vh - 230px)}}.dialogAddAppsContainer .appsContainer .containAppContent .appList .categoryRow{display:flex;flex-direction:column}.dialogAddAppsContainer .appsContainer .containAppContent .appList .categoryRow .category{display:inline-block;font-size:1.1em;text-transform:capitalize;line-height:1em;margin-bottom:8px}.dialogAddAppsContainer .appsContainer .containAppContent .appList .categoryRow .wrapCollection{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px}.dialogAddAppsContainer .appsContainer .addAppsFooter{padding:16px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;grid-gap:16px;background:#36393d;border-top:1px solid #000}.dialogAddAppsContainer .appsContainer .app-card{background:#36393d;padding:16px;border-radius:4px;border:2px solid transparent;transition:all .12s ease-in;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.dialogAddAppsContainer .appsContainer .app-card--selected{border-color:#6078ea}.dialogAddAppsContainer .appsContainer .app-card--maxed .app-card__thumbnail{opacity:.4}.dialogAddAppsContainer .appsContainer .app-card__divider{height:1px;background:hsla(0,0%,100%,.24);margin:8px 0;width:100%}.dialogAddAppsContainer .appsContainer .app-card__label{font-size:16px;line-break:strict;padding-right:16px;line-height:1.4em}.dialogAddAppsContainer .appsContainer .app-card__column{display:flex;flex-direction:column;grid-gap:8px}.dialogAddAppsContainer .appsContainer .app-card__row{display:flex;flex-direction:row;grid-gap:8px;align-items:center}.dialogAddAppsContainer .appsContainer .app-card__row--gap-small{grid-gap:4px}.dialogAddAppsContainer .appsContainer .app-card__row--gap-large{grid-gap:24px}.dialogAddAppsContainer .appsContainer .app-card__row--space-between{justify-content:space-between}.dialogAddAppsContainer .appsContainer .app-card__tag{padding:4px 8px;background:#1e2226;border-radius:100px;line-height:1em;color:#acaeaf}.dialogAddAppsContainer .appsContainer .app-card img{max-width:50px;height:50px}.dialogAddAppsContainer .appsContainer .app-card__btn--disabled{opacity:.3}.dialogAddAppsContainer .appsContainer .app-card__btn--disabled:hover{background:transparent!important;cursor:unset!important}.auto-shutdown-details__row{display:flex;flex-direction:row;grid-gap:12px;align-items:center}.auto-shutdown-details__row--gap-small{grid-gap:4px}.auto-shutdown-details__row__item{display:flex;flex-direction:column;line-height:1.2em}.auto-shutdown-details__label{display:flex;flex-direction:row;grid-gap:4px;color:#d0d0d1}.auto-shutdown-details__label:not(:first-child):last-child:before{content:"-"}.auto-shutdown-details__title{font-size:12px;color:#acaeaf}.space-details{padding:16px!important;background:#2a2e31;border-radius:4px;display:flex;flex-direction:column;margin:0;font-size:14px;grid-gap:8px}.space-details .space-details__item{display:grid;grid-template-columns:120px 1fr;grid-gap:8px}.space-details .space-details__item .space-details__item__label{color:#acaeaf}.space-details .space-details__item .space-details__item__content{display:flex;flex-direction:row;align-items:center;grid-gap:4px}.space-details .space-details__item--divider-top{margin-top:8px;padding-top:16px;border-top:1px solid hsla(0,0%,100%,.24)}.auto-shutdown-postpone__column{flex-direction:column;grid-gap:16px}.auto-shutdown-postpone__column,.auto-shutdown-postpone__column__item{display:flex;align-items:center;text-align:center;justify-content:center}.auto-shutdown-postpone__column__item{flex-direction:row;flex:1;line-height:1.5em}.auto-shutdown-postpone__column__item>*{margin:0}.auto-shutdown-postpone__column--padding{padding:16px}.auto-shutdown-postpone__title{color:#fff;font-size:1.3em!important;line-height:1em!important}.auto-shutdown-postpone__label{color:#acaeaf}.auto-shutdown-postpone__input--text-field{max-width:112px}.auto-shutdown-postpone__row{display:flex;flex-direction:row;align-items:center;grid-gap:8px}.auto-shutdown-postpone__footer{justify-content:space-between;background:#2a2e31;padding:16px}.auto-shutdown-postpone__footer__item{display:flex;flex-direction:row;grid-gap:16px}.auto-shutdown-postpone__footer__item:last-child{justify-content:flex-end}.auto-shutdown-postpone--max-width{max-width:450px}#organizationUser .headerController{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:8px}#organizationUser .userTable a{text-decoration:none}#organizationUser .userTable a:hover{filter:brightness(1.1)}#organizationUser .userTable tr{opacity:0;animation:fadeUp .18s ease-in;animation-fill-mode:forwards}#organizationUser .userTable tr:first-child{animation-delay:50ms}#organizationUser .userTable tr:nth-child(2){animation-delay:.1s}#organizationUser .userTable tr:nth-child(3){animation-delay:.15s}#organizationUser .userTable tr:nth-child(4){animation-delay:.2s}#organizationUser .userTable tr:nth-child(5){animation-delay:.25s}#organizationUser .userTable tr:nth-child(6){animation-delay:.3s}#organizationUser .userTable tr:nth-child(7){animation-delay:.35s}#organizationUser .userTable tr:nth-child(8){animation-delay:.4s}#organizationUser .userTable tr:nth-child(9){animation-delay:.45s}#organizationUser .userTable tr:nth-child(10){animation-delay:.5s}#organizationUser .userTable tr:nth-child(11){animation-delay:.55s}#organizationUser .userTable tr:nth-child(12){animation-delay:.6s}#organizationUser .userTable tr:nth-child(13){animation-delay:.65s}#organizationUser .userTable tr:nth-child(14){animation-delay:.7s}#organizationUser .userTable tr:nth-child(15){animation-delay:.75s}#organizationUser .userTable tr:nth-child(16){animation-delay:.8s}#organizationUser .userTable tr:nth-child(17){animation-delay:.85s}#organizationUser .userTable tr:nth-child(18){animation-delay:.9s}#organizationUser .userTable tr:nth-child(19){animation-delay:.95s}#organizationUser .userTable tr:nth-child(20){animation-delay:1s}#organizationUser .userTable tr:nth-child(21){animation-delay:1.05s}#organizationUser .userTable tr:nth-child(22){animation-delay:1.1s}#organizationUser .userTable tr:nth-child(23){animation-delay:1.15s}#organizationUser .userTable tr:nth-child(24){animation-delay:1.2s}#organizationUser .userTable tr:nth-child(25){animation-delay:1.25s}#organizationUser .userTable tr:nth-child(26){animation-delay:1.3s}#organizationUser .userTable tr:nth-child(27){animation-delay:1.35s}#organizationUser .userTable tr:nth-child(28){animation-delay:1.4s}#organizationUser .userTable tr:nth-child(29){animation-delay:1.45s}#organizationUser .userTable tr:nth-child(30){animation-delay:1.5s}#organizationUser #userEditor{display:flex;flex-direction:column;grid-gap:8px;margin-bottom:8px;border-radius:3px}#organizationUser #userEditor .summary,#organizationUser #userEditor form{display:grid;align-items:flex-end;grid-template-columns:1fr 1fr 190px 125px;grid-gap:16px}#organizationUser #userEditor .summary .v-input--switch,#organizationUser #userEditor form .v-input--switch{padding-top:0;margin-top:0;margin-bottom:7px}#organizationUser #userEditor .userRole{display:flex;flex-direction:row;align-items:center;grid-gap:8px}#organizationUser #createUserContainer .summary{margin-bottom:8px}#organizationUser #createUserContainer #formContainer{margin-bottom:8px;border-radius:3px}#organizationUser #createUserContainer #formContainer form{display:flex;flex-direction:column;grid-gap:8px;flex:1}#organizationUser #createUserContainer #formContainer form .newUserContainer{max-height:calc(100vh - 290px);overflow:auto;border-radius:3px;background:#1e2226}#organizationUser #createUserContainer #formContainer form .newUserContainer .newUserRow{padding:8px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}#organizationUser #createUserContainer #formContainer form .newUserContainer .newUserRow .containChildren{display:flex;grid-gap:8px;flex:1}#organizationUser #createUserContainer #formContainer form .newUserContainer .newUserRow .containChildren .userPersonalData{display:flex;grid-gap:8px}#organizationUser #createUserContainer #formContainer form .newUserContainer .newUserRow .containChildren .userPersonalData .email{color:#acaeaf}#organizationUser #createUserContainer #formContainer form .newUserContainer .newUserRow .containChildren .userRole{text-transform:capitalize}#organizationUser #createUserContainer #formContainer form .newUserContainer .newUserRow button{transition:all 60ms ease-in;opacity:1}#organizationUser #createUserContainer #formContainer form .newUserContainer .newUserRow:not(:hover) button{opacity:0}#organizationUser #createUserContainer #formContainer form .newUserContainer .newUserRow:not(:last-child){border-bottom:1px solid #36393d}#organizationUser #createUserContainer #formContainer form .itemRow{width:100%;display:grid;align-items:flex-end;grid-template-columns:1fr 1fr 1fr 1fr auto;grid-gap:8px}#organizationUser #createUserContainer #formContainer form .itemRow>label{display:flex;flex-direction:column;grid-gap:4px}#organizationUser #createUserContainer #formContainer form .itemRow .controller{padding-bottom:3px}.copyBtn{padding:2px}#errorReport{display:flex;justify-content:center;align-items:center;height:40vh;min-height:400px;background:#25292c;flex-direction:column;grid-gap:16px}#errorReport .messageContainer{padding:16px;border-radius:3px}#errorReport .messageContainer h1{font-size:32px;line-height:1em;margin-bottom:16px;display:flex;flex-direction:row;align-items:center}#errorReport .messageContainer ul{margin-top:16px;line-height:22px}#errorReport .messageContainer .errorReport{display:flex;flex-direction:row;grid-gap:8px;align-items:center;margin-top:16px}#errorReport .messageContainer .errorReport>.v-input{margin-top:8px}#errorReport .messageContainer .errorReport>.v-input .v-input__slot{padding:8px;width:500px;overflow:auto;background:#1e2226;font-size:14px}#errorReport .messageContainer .buttonWrapper{display:flex;flex-direction:row;justify-content:space-between;margin-top:33px}#presentationRoot .loadingLabel{text-align:center}#presentationRoot .errorWrapper{margin-bottom:8px;border-radius:3px;color:#f75b5e;font-size:1.1em;font-weight:700}#presentationRoot #showWarningPopup .steps{padding:0;list-style:none;display:flex;flex-direction:column;grid-gap:8px;margin:16px 0;padding-bottom:16px;border-bottom:1px solid #595c5f}#presentationRoot #showWarningPopup .steps>li{display:flex;flex-direction:column}#presentationRoot #showWarningPopup .steps>li .asLabel{padding-left:3rem}#presentationRoot #showWarningPopup .asLabel{color:#acaeaf}#presentationRoot #showWarningPopup .controller{display:flex;flex-direction:row;grid-gap:8px;justify-content:flex-end;padding:8px}#presentationRoot .ipConfigContainer ul.ipCollection{display:flex;flex-direction:column;list-style:none;padding:0;grid-gap:8px;margin-bottom:16px;max-height:60vh;overflow:auto}#presentationRoot .ipConfigContainer ul.ipCollection>li{display:flex;flex-direction:row;grid-gap:2px;padding:8px;background:#1e2226;border-radius:3px;justify-content:space-between;transition:all .2s ease-in}#presentationRoot .ipConfigContainer ul.ipCollection>li:hover{background:#2a2e31}#presentationRoot .ipConfigContainer ul.ipCollection>li:not(:hover) button{display:none}#presentationRoot .ipConfigContainer ul.ipCollection>li .ipMeta>span{color:#acaeaf}#presentationRoot .ipConfigContainer ul.ipCollection>li .ipMeta>span:first-child{font-weight:500;color:#fff}#presentationRoot .ipConfigContainer ul.ipCollection>li .ipMeta>span.ownIp{color:#e89210;font-weight:500;padding-left:8px}#presentationRoot .ipConfigContainer .emptyIpCollection{text-align:center;color:#acaeaf;padding:8px;margin-bottom:16px}#presentationRoot .ipConfigContainer .addIpContainer{display:flex;flex-direction:row;grid-gap:16px}#presentationRoot .ipConfigContainer .addIpContainer>*{display:flex;grid-gap:16px}#presentationRoot .ipConfigContainer .addIpContainer form{flex:1}#appLauncher .pageContent{display:flex;flex-direction:column;justify-content:center}#appLauncher #appsContainer{display:flex;justify-content:center;align-items:center;padding-top:16px}#appLauncher #appsContainer .workspaceAppCard{background:#36393d;border-radius:3px;cursor:pointer;transition:all .2s ease-in;display:flex;flex-direction:column;justify-content:stretch;overflow:hidden}#appLauncher #appsContainer .workspaceAppCard:hover{filter:brightness(1.2)}#appLauncher #appsContainer .workspaceAppCard[locked]{pointer-events:none;opacity:.75}#appLauncher #appsContainer .workspaceAppCard .appHeaderContainer .deployedHeader{text-transform:uppercase;display:flex;flex-direction:row;grid-gap:8px;justify-content:space-between;color:#acaeaf}#appLauncher #appsContainer .workspaceAppCard .appHeaderContainer .deployedHeader>span{display:flex;flex-direction:row;grid-gap:8px}#appLauncher #appsContainer .workspaceAppCard .appHeaderContainer[alert],#appLauncher #appsContainer .workspaceAppCard .appHeaderContainer[deployed]{padding:16px;min-height:53px;background:#2a2e31}#appLauncher #appsContainer .workspaceAppCard .appHeaderContainer[deployed][state=online],#appLauncher #appsContainer .workspaceAppCard .appHeaderContainer[deployed][state=starting]{background:#3f4a7d}#appLauncher #appsContainer .workspaceAppCard .appHeaderContainer[alert]{background:#2a2e31}#appLauncher #appsContainer .workspaceAppCard .appHeaderContainer .missingConfig{text-align:left;display:flex;align-items:center;justify-content:flex-start;text-transform:uppercase}#appLauncher #appsContainer .workspaceAppCard .appBodyContainer .appBody img{height:48px;width:auto}#appLauncher #appsContainer .workspaceAppCard .appBodyContainer .appBody .appHeader{display:flex;flex-direction:row;grid-gap:16px;padding:16px 16px 0 16px}#appLauncher #appsContainer .workspaceAppCard .appBodyContainer .appBody .appHeader h3{font-size:1.8em;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4em}#appLauncher #appsContainer .workspaceAppCard .appBodyContainer .appBody .appHeader .rightContainer{max-width:100%;overflow:hidden}#appLauncher #appsContainer .workspaceAppCard .appBodyContainer .appBody .appContent{min-height:184px;font-size:.8em}#appLauncher #appsContainer .workspaceAppCard .appBodyContainer .appBody .appContent>p{padding:16px;font-size:1.1em;color:#acaeaf}#appLauncher #appsContainer .workspaceAppCard .appBodyContainer .appBody .appContent ul.applicationLinks{padding:0;margin:0;list-style:none;display:flex;flex-direction:column}#appLauncher #appsContainer .workspaceAppCard .appBodyContainer .appBody .appContent ul.applicationLinks li{padding:16px;border-top:1px solid #000;font-size:1.5em}#appLauncher #appsContainer .workspaceAppCard .appBodyContainer .appBody .appContent .appCredentials{padding:16px}#appLauncher #appsContainer .workspaceAppCard .appFooterContainer{display:flex;flex:1;align-items:flex-end;justify-content:flex-end}#appLauncher #appsContainer .workspaceAppCard .appFooterContainer .appFooter{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;grid-gap:8px;padding:0 16px 16px 16px}#largePresentation{position:fixed;left:0;top:0;z-index:1;width:100vw;height:100vh;background:#2a2e31;overflow-y:auto;overflow-x:hidden;padding-bottom:20px}#largePresentation #fixedTopBar{display:flex;flex-direction:row;justify-content:space-between;padding:2px 0 2px 8px;background:#36393d}#largePresentation #fixedTopBar .logoCorner{display:flex;flex-direction:row;grid-gap:8px;align-items:center}#largePresentation #fixedTopBar .logoCorner span{font-size:1.3em}#largePresentation #fixedTopBar .controllers{display:flex;align-items:stretch;grid-gap:8px}#largePresentation #fixedTopBar .controllers button{display:flex;align-self:center}#largePresentation #fixedTopBar .controllers .buttonWrapper{display:flex;flex-direction:row;align-items:stretch;justify-content:stretch}#largePresentation #fixedTopBar .controllers .buttonWrapper button{display:flex;padding:10px;justify-content:center;align-items:center;background:transparent;transition:all 80ms ease-in}#largePresentation #fixedTopBar .controllers .buttonWrapper button i{color:#acaeaf}#largePresentation #fixedTopBar .controllers .buttonWrapper button:hover{background:#484a4d}#largePresentation #fixedTopBar .controllers .buttonWrapper button:hover.specialHighlight{background:red}#largePresentation #fixedTopBar .controllers .buttonWrapper button:hover.specialHighlight i{color:#fff}#largePresentation .contentContainer{width:100vw;display:flex;justify-content:center}#largePresentation .contentContainer>.contentWrapper{width:50vw;padding-top:8vh}@media(max-height:600px){#largePresentation .contentContainer>.contentWrapper{padding:4vh}}@media(max-width:1700px){#largePresentation .contentContainer>.contentWrapper{width:70vw}}@media(max-width:992px){#largePresentation .contentContainer>.contentWrapper{width:calc(100vw - 16px)}}#largePresentation .contentContainer h2{text-align:center;font-size:2em;color:#acaeaf;margin-bottom:16px;line-height:1em;opacity:0}#largePresentation #presentationBox{border:1px solid #5f6265;border-radius:3px}#largePresentation #presentationBox #boxHeader{padding:16px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}#largePresentation #presentationBox #boxHeader>*{display:flex;flex:1;justify-content:center}#largePresentation #presentationBox #boxHeader>:first-child{justify-content:flex-start}#largePresentation #presentationBox #boxHeader>:last-child{justify-content:flex-end;grid-gap:8px}#largePresentation #presentationBox #boxHeader .verticalMenuIcon{padding-left:8px;margin-left:8px;border-left:2px solid #1e2226}#largePresentation #presentationBox #boxHeader .statusLabel{font-size:1.3em;text-transform:uppercase;line-height:1em;font-weight:300;display:flex;flex-direction:row;align-items:flex-start;grid-gap:8px}#largePresentation #presentationBox #boxHeader .statusLabel .columnBlock{display:flex;flex-direction:column}#largePresentation #presentationBox #boxHeader .statusLabel .columnBlock .errorDescription{font-size:14px;text-transform:none;line-height:1.5em}#largePresentation #presentationBox #boxHeader .statusLabel:before{content:"";display:inline-block;width:19px;height:19px;background:#4d5154;border:2px solid #4d5154;border-radius:60%}#largePresentation #presentationBox #boxHeader .statusLabel .action{display:flex;flex-direction:row;align-items:center;justify-content:center;grid-gap:8px;border-left:1px solid #4d5154;padding-left:8px}#largePresentation #presentationBox #boxHeader .statusLabel .action>span{font-size:14px;text-transform:capitalize;color:#acaeaf}#largePresentation #presentationBox #boxHeader .statusLabel .action .controllers{display:flex;flex-direction:row;grid-gap:8px}#largePresentation #presentationBox #boxHeader .tokenCounter{font-size:16px;letter-spacing:.06em;display:flex;flex-direction:row;grid-gap:8px;color:#acaeaf}#largePresentation #presentationBox #boxHeader .tokenCounter .counter[in-debt]{color:#f75b5e}#largePresentation #presentationBox #boxHeader .tokenCounter .v-tooltip.v-tooltip--top~[aria-haspopup=true]{display:flex;justify-content:center;align-items:center}#largePresentation #presentationBox[status=draft]{border-color:#595c5f}#largePresentation #presentationBox[status=draft] #boxHeader{background:#36393d}#largePresentation #presentationBox[status=draft] #boxHeader .statusLabel:before{border-color:#595c5f;background:#595c5f;animation:none}#largePresentation #presentationBox[status=validation-failed]{border-color:#f75b5e}#largePresentation #presentationBox[status=validation-failed] #boxHeader{background:#f75b5e33}#largePresentation #presentationBox[status=validation-failed] #boxHeader .statusLabel:before{border-color:#f75b5e;background:#f75b5e;animation:none}#largePresentation #presentationBox[status=destroy-failed]{border-color:#f75b5e}#largePresentation #presentationBox[status=destroy-failed] #boxHeader{background:#f75b5e33}#largePresentation #presentationBox[status=destroy-failed] #boxHeader .statusLabel:before{border-color:#f75b5e;background:#f75b5e;animation:none}#largePresentation #presentationBox[status=validation-no-action]{border-color:#f75b5e}#largePresentation #presentationBox[status=validation-no-action] #boxHeader{background:#f75b5e33}#largePresentation #presentationBox[status=validation-no-action] #boxHeader .statusLabel:before{border-color:#f75b5e;background:#f75b5e;animation:none}#largePresentation #presentationBox[status=deploy-failed]{border-color:#f75b5e}#largePresentation #presentationBox[status=deploy-failed] #boxHeader{background:#f75b5e33}#largePresentation #presentationBox[status=deploy-failed] #boxHeader .statusLabel:before{border-color:#f75b5e;background:#f75b5e;animation:none}#largePresentation #presentationBox[status=preparing]{border-color:#de8600}#largePresentation #presentationBox[status=preparing] #boxHeader{background:#3f3525}#largePresentation #presentationBox[status=preparing] #boxHeader .statusLabel:before{border-color:#de8600;background:#de8600;animation:Pulse 1.5s ease-in-out infinite}#largePresentation #presentationBox[status=deploying]{border-color:#de8600}#largePresentation #presentationBox[status=deploying] #boxHeader{background:#3f3525}#largePresentation #presentationBox[status=deploying] #boxHeader .statusLabel:before{border-color:#de8600;background:#de8600;animation:Pulse 1.5s ease-in-out infinite}#largePresentation #presentationBox[status=validating]{border-color:#de8600}#largePresentation #presentationBox[status=validating] #boxHeader{background:#3f3525}#largePresentation #presentationBox[status=validating] #boxHeader .statusLabel:before{border-color:#de8600;background:#de8600;animation:Pulse 1.5s ease-in-out infinite}#largePresentation #presentationBox[status=validated]{border-color:#de8600}#largePresentation #presentationBox[status=validated] #boxHeader{background:#3f3525}#largePresentation #presentationBox[status=validated] #boxHeader .statusLabel:before{border-color:#de8600;background:#de8600;animation:Pulse 1.5s ease-in-out infinite}#largePresentation #presentationBox[status=archiving]{border-color:#de8600}#largePresentation #presentationBox[status=archiving] #boxHeader{background:#3f3525}#largePresentation #presentationBox[status=archiving] #boxHeader .statusLabel:before{border-color:#de8600;background:#de8600;animation:Pulse 1.5s ease-in-out infinite}#largePresentation #presentationBox[status=restoring]{border-color:#de8600}#largePresentation #presentationBox[status=restoring] #boxHeader{background:#3f3525}#largePresentation #presentationBox[status=restoring] #boxHeader .statusLabel:before{border-color:#de8600;background:#de8600;animation:Pulse 1.5s ease-in-out infinite}#largePresentation #presentationBox[status=destroying]{border-color:#de8600}#largePresentation #presentationBox[status=destroying] #boxHeader{background:#3f3525}#largePresentation #presentationBox[status=destroying] #boxHeader .statusLabel:before{border-color:#de8600;background:#de8600;animation:Pulse 1.5s ease-in-out infinite}#largePresentation #presentationBox[status=deployed-with-error][online-status=online],#largePresentation #presentationBox[status=deployed][online-status=online]{border-color:#60e39680}#largePresentation #presentationBox[status=deployed-with-error][online-status=online] #boxHeader,#largePresentation #presentationBox[status=deployed][online-status=online] #boxHeader{background:#2b483c}#largePresentation #presentationBox[status=deployed-with-error][online-status=online] #boxHeader .statusLabel:before,#largePresentation #presentationBox[status=deployed][online-status=online] #boxHeader .statusLabel:before{background:#13ff95;border-color:#13ff95}#largePresentation #presentationBox[status=deployed-with-error][online-status=offline],#largePresentation #presentationBox[status=deployed][online-status=offline]{border-color:#41454b}#largePresentation #presentationBox[status=deployed-with-error][online-status=offline] #boxHeader,#largePresentation #presentationBox[status=deployed][online-status=offline] #boxHeader{background:#36393d}#largePresentation #presentationBox[status=deployed-with-error][online-status=offline] #boxHeader .statusLabel:before,#largePresentation #presentationBox[status=deployed][online-status=offline] #boxHeader .statusLabel:before{background:#595c5f;border-color:#595c5f}#largePresentation #presentationBox[status=deployed-with-error][online-status=starting],#largePresentation #presentationBox[status=deployed-with-error][online-status=stopping],#largePresentation #presentationBox[status=deployed][online-status=starting],#largePresentation #presentationBox[status=deployed][online-status=stopping]{border-color:#de860080}#largePresentation #presentationBox[status=deployed-with-error][online-status=starting] #boxHeader,#largePresentation #presentationBox[status=deployed-with-error][online-status=stopping] #boxHeader,#largePresentation #presentationBox[status=deployed][online-status=starting] #boxHeader,#largePresentation #presentationBox[status=deployed][online-status=stopping] #boxHeader{background:#3f3525}#largePresentation #presentationBox[status=deployed-with-error][online-status=starting] #boxHeader .statusLabel:before,#largePresentation #presentationBox[status=deployed-with-error][online-status=stopping] #boxHeader .statusLabel:before,#largePresentation #presentationBox[status=deployed][online-status=starting] #boxHeader .statusLabel:before,#largePresentation #presentationBox[status=deployed][online-status=stopping] #boxHeader .statusLabel:before{background:#de8600;border-color:#de8600;animation:Pulse 1.5s ease-in-out infinite}#largePresentation #presentationBox #boxBody{min-height:calc(60vh - 10px);background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative;display:flex;justify-content:flex-end;align-items:center;padding:0 16px 16px 16px;flex-direction:column;grid-gap:8px}#largePresentation #presentationBox #boxBody .errorBox{padding:16px;display:flex;grid-gap:16px;border:1px solid #f75b5e;background:#1e2226;border-radius:3px;bottom:16px;color:#acaeaf;width:80%;min-width:520px;align-items:center;justify-content:space-between}#largePresentation #presentationBox #boxBody .errorBox.yellowBorder{border-color:#fcdc5c}#largePresentation #presentationBox #boxBody .errorBox .wrapDetails{display:flex;flex-direction:row;grid-gap:8px;align-items:center}#largePresentation #presentationBox #boxBody .errorBox p{line-height:1.3em;margin-top:-3px}#largePresentation #presentationBox #boxBody .errorBox .barFunctions{display:flex;flex-direction:row;grid-gap:8px}#largePresentation #presentationBox #boxFooter{padding:20px;background:#36393d;min-height:80px}#largePresentation #presentationBox #boxFooter>.containControllers{display:flex;align-items:center;justify-content:space-between;flex-direction:row}#largePresentation #presentationBox #boxFooter>.containControllers button{font-size:1.3em!important;height:unset;padding-top:8px;padding-bottom:8px}#largePresentation #presentationBox #boxFooter>.containControllers button span{font-size:1em}#largePresentation #presentationBox #boxFooter .centered{display:flex;justify-content:flex-end;grid-gap:16px;width:100%}#largePresentation #presentationBox #boxFooter #progressBar{width:100%;display:flex;flex-direction:column;grid-gap:8px;color:#acaeaf}#largePresentation #presentationBox #boxFooter #progressBar .firstHalf{display:flex;flex-direction:row;flex-wrap:wrap;flex:1;grid-gap:16px}#largePresentation #presentationBox #boxFooter .btnContainer{min-width:80%}#largePresentation #presentationBox #boxFooter .btnContainer button{text-transform:uppercase;padding:8px 24px}#largePresentation #presentationBox #boxFooter .btnContainer button i{padding-left:16px}#largePresentation #presentationBox #boxFooter .wrapOpenButton[has-options] button span{display:flex;flex-direction:row;justify-content:space-between}#largePresentation #presentationBox #boxFooter .wrapOpenButton[has-options] button.v-btn--loading span{justify-content:center!important}#largePresentation #presentationBox #boxFooter #moreDetailsContainer{padding:16px 0 0 24px;margin-top:16px;border-top:1px solid #000;display:flex;flex-direction:row;grid-gap:24px}#largePresentation #presentationBox #boxFooter #moreDetailsContainer .gridColumn{display:flex;flex-direction:column;grid-gap:8px}#largePresentation #presentationBox #boxFooter #moreDetailsContainer .gridColumn.allowedIp{justify-content:flex-end;flex:1}#largePresentation #presentationBox #boxFooter #moreDetailsContainer .gridColumn.allowedIp .btnContainer{display:flex;justify-content:flex-end}#largePresentation #presentationBox #boxFooter #moreDetailsContainer .gridColumn .gridItem{display:flex;grid-gap:8px}#largePresentation #presentationBox #boxFooter #moreDetailsContainer .gridColumn .gridItem>span{display:flex;flex-direction:row;align-items:center;line-height:1.2em;grid-gap:4px}#largePresentation #presentationBox #boxFooter #moreDetailsContainer .gridColumn .gridItem>span:first-child{color:#acaeaf;min-width:120px}#largePresentation #presentationBox #boxFooter #moreDetailsContainer .gridColumn .gridItem .v-tooltip{display:none}#largePresentation #presentationBox #boxFooter #moreDetailsContainer .gridColumn .gridItem span.label{color:#d0d0d1}#largePresentation #presentationBox #boxFooter #moreDetailsContainer .gridColumn .gridItem.divisor>span:not(:nth-child(-n+2)){position:relative}#largePresentation #presentationBox #boxFooter #moreDetailsContainer .gridColumn .gridItem.divisor>span:not(:nth-child(-n+2)):before{content:"/";padding-right:4px}#largePresentation #presentationBox #boxFooter #moreDetailsContainer .gridColumn .gridItem .--color-warning{color:#fcdc5c}#largePresentation #presentationBox #boxFooter #moreDetailsContainer .gridColumn .gridItem .--color-danger{color:#f75b5e}#largePresentation #presentationBox #boxFooter .moreDetailsHandler span{font-size:16px!important;color:#acaeaf}#largePresentation h3.averageTime{text-align:center;font-weight:400;margin-top:16px;font-size:1.8em;color:#acaeaf;line-height:1.2em}.tooltipLowCreditWarning{display:flex;flex-direction:column}.tooltipLowCreditWarning span{max-width:230px;line-height:1.3em;margin-top:8px}#appLauncherPicker .contentWrapper{padding-top:8vh}#appLauncherPicker .contentWrapper h1,#appLauncherPicker .contentWrapper h3{text-align:center}#appLauncherPicker .contentWrapper h1{font-size:1.5em}#appLauncherPicker .contentWrapper h3{font-size:1.1em;padding-bottom:8vh}#appLauncherPicker .appOptions{grid-gap:24px;grid-row-gap:24px;margin:0;list-style:none;padding:0;display:flex;justify-content:center;grid-auto-flow:column;flex-wrap:wrap}#appLauncherPicker .appOptions>li{display:flex;flex-basis:23%;max-width:calc(25% - 16px)}@media(max-width:992px){#appLauncherPicker .appOptions>li{flex-basis:22%;max-width:calc(33.33333% - 16px)}}@media(max-width:992px)and (max-width:700px){#appLauncherPicker .appOptions>li{flex-basis:30%;max-width:calc(50% - 16px)}}@media(min-width:1700px){#appLauncherPicker .appOptions>li{flex-basis:16.66667%;max-width:calc(20% - 16px)}}#appLauncherPicker .appOptions .itemCard{border:1px solid #36393d;border-radius:3px;box-shadow:0 1px 8px -3px #000;overflow:hidden;display:flex;flex-grow:1;flex-direction:column;transition:all .12s ease-in}#appLauncherPicker .appOptions .itemCard .v-tooltip{display:none}#appLauncherPicker .appOptions .itemCard>span{display:flex;flex-direction:column;flex-grow:1}#appLauncherPicker .appOptions .itemCard:hover{transform:translateY(-5px);box-shadow:0 0 20px -2px #000}#appLauncherPicker .appOptions .itemCard:hover button{background:#6078ea}#appLauncherPicker .appOptions .itemCard .cardHeader{background:#36393d;height:42px}#appLauncherPicker .appOptions .itemCard .cardPreviewImage{display:flex;justify-content:center;align-items:center;padding:16px;background:#000;flex-direction:column;height:160px}#appLauncherPicker .appOptions .itemCard .cardPreviewImage img{width:90px;height:auto;max-width:calc(100% - 64px);margin-bottom:16px}#appLauncherPicker .appOptions .itemCard .cardPreviewImage img~.appName{font-size:12px;text-align:center;line-height:1em;font-weight:500}#appLauncherPicker .appOptions .itemCard .cardDescription{padding:16px;background:#1e2226;flex-grow:1;display:flex;min-height:95px;flex-direction:column;grid-gap:16px}#appLauncherPicker .appOptions .itemCard .cardDescription .description{color:#acaeaf;display:flex;flex-grow:1}#appLauncherPicker .appOptions .itemCard .cardDescription .estimatedCost{color:#e89210}#appLauncherPicker .appOptions .itemCard .cardFooter{display:flex;justify-content:center;align-items:center;padding:16px;background:#36393d}#appLauncherPicker .appOptions .itemCard .cardFooter button{padding:20px 48px}#appLauncherPicker .appOptions .itemCard .cardFooter button span{font-size:1.2em}.coreLicense #headerController .leftBox{display:flex;flex-direction:row;align-items:baseline;grid-gap:8px}.coreLicense #headerController .leftBox>*{line-height:1em}.coreLicense #headerController .leftBox h3{font-size:1.3em}.coreLicense #headerController .leftBox span{color:#acaeaf;font-size:.9em;line-height:1.2em}.coreLicense #headerController #dangerousButtons{display:flex;flex-direction:row;grid-gap:8px}.coreLicense #headerController #licenseBoard .wrapLicenseTable{padding:16px;padding-top:6px}.coreLicense #headerController #licenseBoard .wrapLicenseTable .v-data-table__wrapper{max-height:75vh;overflow:auto}#forbiddenContent{text-align:center}#forbiddenContent .message{display:flex;justify-content:center;flex-direction:column;align-items:center}#forbiddenContent p{max-width:550px}.cloud-provider__paragraph,.noticeable{color:#d0d0d1}.cloud-provider__row{display:flex;flex-direction:row;grid-gap:8px;align-items:center}.cloud-provider__row--space-between{justify-content:space-between}.cloud-provider__label{color:#acaeaf}.cloud-provider__column{display:flex;flex-direction:column;grid-gap:16px}.cloud-provider__list{list-style:none;display:flex;flex-direction:column;padding:0!important;margin:0}.cloud-provider__input-wrapper{width:224px}.cloud-provider__input-wrapper--mini{width:112px}.cloud-provider__list-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;grid-gap:8px;border:1px solid #36393d;padding:8px 12px;cursor:move}.cloud-provider__list-item:not(.cloud-provider__list-item--active,.cloud-provider__list-item--dragging) *{opacity:.5}.cloud-provider__list-item--dragging{background:#595c5f}.cloud-provider__ping--fast,.cloud-provider__ping--very-fast{color:#4de18a}.cloud-provider__ping--slow,.cloud-provider__ping--slowish{color:#fcdc5c}.cloud-provider__ping--very-slow{color:#f75b5e}.cloud-provider__graph{display:flex;flex-direction:row;grid-gap:2px;align-items:flex-end}.cloud-provider__graph-block{height:2px;width:3px;background:#595c5f;border-radius:3px}.cloud-provider__graph-block:is(.cloud-provider__graph-block--very-fast):nth-child(-n+1){background:#4de18a}.cloud-provider__graph-block:is(.cloud-provider__graph-block--fast):nth-child(-n+2){background:#4de18a}.cloud-provider__graph-block:is(.cloud-provider__graph-block--slowish):nth-child(-n+3){background:#fcdc5c}.cloud-provider__graph-block:is(.cloud-provider__graph-block--slow):nth-child(-n+4){background:#fcdc5c}.cloud-provider__graph-block:is(.cloud-provider__graph-block--very-slow):nth-child(-n+5){background:#f75b5e}.cloud-provider__graph-block:first-child{height:2px}.cloud-provider__graph-block:nth-child(2){height:4px}.cloud-provider__graph-block:nth-child(3){height:6px}.cloud-provider__graph-block:nth-child(4){height:8px}.cloud-provider__graph-block:nth-child(5){height:10px}#organizationPageV2 .summary{padding:0 0 16px 0}#organizationPageV2 .tabContainer{border-radius:3px;overflow:hidden;box-shadow:0 0 1px 0 hsla(0,0%,100%,.7)}#organizationPageV2 .tabContainer .v-progress-linear{margin:0}#organizationPageV2 .tabContainer .tabs{display:flex;flex-direction:row;background:#23272b;border-bottom:1px solid #8e9295}#organizationPageV2 .tabContainer .tabs .tabItem{font-size:14px;padding:0 16px;display:flex;justify-content:center;height:32px;align-items:center;background:transparent;transition:all .12s ease-in;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}#organizationPageV2 .tabContainer .tabs .tabItem:hover{background:hsla(0,0%,100%,.122)}#organizationPageV2 .tabContainer .tabs .tabItem:before{content:"";bottom:-1px;left:0;height:2px;background-color:#6078ea;transition:all .12s ease-in;width:100%;position:absolute}#organizationPageV2 .tabContainer .tabs .tabItem.--is-active-true{background:hsla(0,0%,100%,.122)}#organizationPageV2 .tabContainer .tabs .tabItem.--is-active-false:before{background-color:transparent}#organizationPageV2 .tabContainer .tabs .tabItem i{font-size:18px}#organizationPageV2 .tabContainer.--tab-container-loading .tabs{border-bottom:none}#organizationPageV2 .tabContainer .tabContentContainer{background:#1b1c1d;padding:16px}#organizationPageV2 .tabContainer .tabContentContainer .tabContentItem>div{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px}#organizationPageV2 .errorBox{border:1px solid #f75b5e;padding:16px;display:flex;flex-direction:row;align-items:flex-start;background:#1e2226;grid-gap:10px;border-radius:3px}#organizationPageV2 .errorBox>.content{display:flex;flex-direction:column;grid-gap:8px;align-items:center}#organizationPageV2 .errorBox>.content p{font-size:.9em}#organizationPageV2 .errorBox>.content>button{width:100%}#organizationPageV2 .organizationCard{padding:16px;background:#262b2e;border-radius:3px;display:flex;grid-gap:16px;flex-direction:column;align-self:start}#organizationPageV2 .organizationCard h3{font-size:1.3em;line-height:1em;font-weight:400;display:flex;flex-direction:row;grid-gap:8px}#organizationPageV2 .organizationCard h3 small{text-decoration:underline;color:#acaeaf;font-size:.7em}#organizationPageV2 .organizationCard .wrapInputHandler{display:flex;flex-direction:row;grid-gap:4px;align-items:center}#organizationPageV2 .organizationCard .wrapInputHandler button{height:32px}#organizationPageV2 .tabContent--identity .organizationContainer{display:flex;flex-direction:row;grid-gap:8px}#organizationPageV2 .tabContent--identity .organizationContainer.subscription{flex-wrap:wrap;grid-row-gap:16px}#organizationPageV2 .tabContent--identity .organizationContainer.subscription>label{display:flex;flex:calc(50% - 8px)}#organizationPageV2 .tabContent--identity .organizationContainer .logoSection{width:50px;height:50px;display:flex;background-size:contain;background-position:50%}#organizationPageV2 .tabContent--identity .organizationContainer label{flex:1}#organizationPageV2 .tabContent--identity .sslExpiresAt .--visible-state-danger,#organizationPageV2 .tabContent--identity .sslExpiresAt .expired{color:#f75b5e}#organizationPageV2 .tabContent--identity .sslExpiresAt .--visible-state-warning{color:#fcdc5c}#organizationPageV2 .tabContent--identity .sslExpiresAt .daysRemaining{display:flex;flex-direction:row;grid-gap:4px;align-items:center}#organizationPageV2 .tabContent--identity .sslExpiresAt .daysRemaining small{font-weight:400;letter-spacing:.055em}#organizationPageV2 .tabContent--infrastructure .updateArn .wrapInputHandler{align-items:flex-end;display:flex;flex-direction:column;flex:1;padding:16px;border-radius:4px;border:1px solid hsla(0,0%,100%,.4);background:#2a2e31}#organizationPageV2 .tabContent--infrastructure .updateArn .wrapInputHandler>.inputLabel{display:flex;flex:1;width:100%}#organizationPageV2 .tabContent--infrastructure .updateArn .wrapInputHandler .controller{grid-gap:8px;display:flex;flex-direction:row}#organizationPageV2 .tabContent--infrastructure .updateArn .link{display:inline-flex;flex-direction:row;grid-gap:8px;align-items:center;color:#7cb1ff;text-decoration:none;transition:all .12s ease-in;margin-bottom:8px;line-height:1em;cursor:auto}#organizationPageV2 .tabContent--infrastructure .updateArn .link>*{cursor:pointer;color:inherit}#organizationPageV2 .tabContent--infrastructure .updateArn .link>:hover{filter:brightness(1.2)}#organizationPageV2 .tabContent--infrastructure .arn__key-list{display:flex;flex-direction:column;grid-gap:8px;padding:0;list-style-type:disc}#organizationPageV2 .tabContent--infrastructure .arn__key-list-item{display:flex;flex-direction:column;align-items:flex-start}#organizationPageV2 .tabContent--infrastructure .arn__key-name{font-weight:500;color:#acaeaf}#organizationPageV2 .tabContent--infrastructure .arn__key{display:flex;flex-direction:row;align-items:center;grid-gap:4px}#organizationPageV2 .tabContent--infrastructure .arn-edit{display:flex;flex-direction:row;justify-content:flex-end;grid-gap:8px}#organizationPageV2 .tabContent--infrastructure .cidrBlockListContainer{list-style:none;display:flex;flex-direction:column;padding:0;box-shadow:0 0 1px 1px hsla(0,0%,100%,.4);max-height:200px;overflow:auto}#organizationPageV2 .tabContent--infrastructure .cidrBlockListContainer li{padding:8px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}#organizationPageV2 .tabContent--infrastructure .cidrBlockListContainer li:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.4)}#organizationPageV2 .tabContent--infrastructure .cidrBlockListContainer li .ipControllers,#organizationPageV2 .tabContent--infrastructure .cidrBlockListContainer li .ipDetails{display:flex;flex-direction:row;grid-gap:8px}#organizationPageV2 .tabContent--infrastructure .cidrBlockListContainer li .ipControllers .--available-ok{color:#4de18a}#organizationPageV2 .tabContent--infrastructure .cidrBlockListContainer li .ipControllers .--available-danger{color:#f75b5e}#organizationPageV2 .tabContent--infrastructure .cidrBlockForm{display:flex;flex-direction:row;align-items:flex-start;grid-gap:16px}#organizationPageV2 .tabContent--infrastructure .cidrBlockForm>div{display:flex;flex:1}#organizationPageV2 .tabContent--infrastructure .cidrBlockForm .selectField{max-width:90px}@media(max-width:1540px){#organizationPageV2 .tabContent--tags>#tags{grid-template-columns:repeat(2,1fr)}}#organizationPageV2 .tabContent--tags>#tags ul.accordionContainer{flex-direction:column;border:1px solid hsla(0,0%,100%,.4);border-radius:3px;list-style:none;padding:0;margin:0;max-height:calc(100vh - 505px);overflow:auto}#organizationPageV2 .tabContent--tags>#tags ul.accordionContainer li.accordionItem{display:flex;flex-direction:column}#organizationPageV2 .tabContent--tags>#tags ul.accordionContainer li.accordionItem:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.4)}#organizationPageV2 .tabContent--tags>#tags ul.accordionContainer li.accordionItem .accordionHeader{display:flex;flex-direction:row;justify-content:space-between;padding:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:transparent;transition:all .12s ease-in-out;align-items:center;cursor:pointer}#organizationPageV2 .tabContent--tags>#tags ul.accordionContainer li.accordionItem .accordionHeader:hover{background:#2a2e31}#organizationPageV2 .tabContent--tags>#tags ul.accordionContainer li.accordionItem .accordionHeader .tagBox{display:flex;flex-direction:row;grid-gap:8px}#organizationPageV2 .tabContent--tags>#tags ul.accordionContainer li.accordionItem .accordionHeader .tagBox small{color:#acaeaf;line-height:1em;display:flex;align-items:center}#organizationPageV2 .tabContent--tags>#tags ul.accordionContainer li.accordionItem .accordionHeader .triangle{width:16px;height:16px;position:relative;justify-content:center;align-items:center}#organizationPageV2 .tabContent--tags>#tags ul.accordionContainer li.accordionItem .accordionHeader .triangle i{position:absolute}#organizationPageV2 .tabContent--tags>#tags ul.accordionContainer li.accordionItem .accordionHeader ul.tagsCreated{display:flex;flex-direction:row;grid-gap:8px;align-items:center;padding:0;margin:0;list-style:none}#organizationPageV2 .tabContent--tags>#tags ul.accordionContainer li.accordionItem .accordionHeader ul.tagsCreated>li:not(.hiddenTagCounter){display:flex;line-height:1em;padding:4px 8px;border-radius:3px;background:#1e2226;color:#acaeaf;white-space:nowrap;max-width:100px;text-overflow:ellipsis;display:inline-block;overflow:hidden}#organizationPageV2 .tabContent--tags>#tags ul.accordionContainer li.accordionItem .accordionHeader ul.tagsCreated>li.hiddenTagCounter{color:#acaeaf;line-height:1em}#organizationPageV2 .tabContent--tags>#tags ul.accordionContainer li.accordionItem.--is-open-true .accordionHeader{border-bottom:1px solid hsla(0,0%,100%,.4);background:#3f4a7d!important}#organizationPageV2 .tabContent--tags>#tags ul.accordionContainer li.accordionItem.--is-open-true .accordionHeader .tagBox~.triangle i{transform:rotate(180deg)}#organizationPageV2 .tabContent--tags>#tags ul.accordionContainer li.accordionItem .tagEditorContainer{padding:16px}#organizationPageV2 .tabContent--tags>#tags ul.accordionContainer li.accordionItem .tagEditorContainer textarea{height:60px;resize:none}#organizationPageV2 .tabContent--tags>#tags ul.accordionContainer li.accordionItem .tagEditorContainer .howTo{margin-bottom:8px;color:#acaeaf;line-height:1em}#organizationPageV2 .tabContent--tags>#tags ul.accordionContainer li.accordionItem .tagEditorContainer .howTo small{display:flex;flex-direction:row;align-items:center;grid-gap:4px}#organizationPageV2 .tabContent--tags>#tags ul.accordionContainer li.accordionItem .tagEditorContainer .boxFooter{display:flex;flex-direction:row;justify-content:space-between}#organizationPageV2 .tabContent--tags>#tags ul.accordionContainer li.accordionItem .tagEditorContainer .boxFooter .checks{display:flex;flex-direction:column}#organizationPageV2 .tabContent--tags>#tags ul.accordionContainer li.accordionItem .tagEditorContainer .boxFooter .controller{display:flex;flex-direction:row;align-items:flex-start;grid-gap:8px;padding-top:8px}#organizationPageV2 .tabContent--tags>#tags form{display:flex;flex-direction:row;grid-gap:16px;align-items:flex-start}#appLauncherCollection{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;border-radius:3px 3px 0 0;padding:24px}#appLauncherCollection>div{min-height:300px}#appLauncherCollection>div.workspaceGridCard{background:#36393d;display:flex;flex-direction:column;box-shadow:2px 2px 12px -8px #000;border-radius:3px;overflow:hidden}#appLauncherCollection>div.workspaceGridCard:active{transform:scale(.96)!important;transition:all 80ms ease-in}#appLauncherCollection>div.workspaceGridCard .description{max-width:250px;display:block;overflow:hidden;text-overflow:ellipsis}#appLauncherCollection>div.workspaceGridCard .workspace-online-control{background:#2a2e31;display:flex;flex-direction:row;justify-content:flex-end;padding:8px 16px}#appLauncherCollection>div.workspaceGridCard .workspace-online-control span.description{color:#acaeaf}#appLauncherCollection>div.workspaceGridCard .tagListContainer>div{display:flex;flex-direction:row;flex-wrap:wrap;grid-gap:8px;margin-top:8px}#appLauncherCollection>div.workspaceGridCard .headerCloudStates{background:#404446;padding:8px 16px;text-transform:uppercase;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;cursor:pointer}#appLauncherCollection>div.workspaceGridCard .headerCloudStates .wrapLabel{display:flex;flex-direction:row;align-items:center}#appLauncherCollection>div.workspaceGridCard .headerCloudStates .deployStateLabel{font-size:1.25em;font-weight:400;display:flex;flex-direction:row;grid-gap:8px;letter-spacing:.06em;align-items:center}#appLauncherCollection>div.workspaceGridCard .headerCloudStates .deployStateLabel:before{content:"";width:16px;height:16px;border:2px solid #595c5f;display:inline-flex;border-radius:50%}#appLauncherCollection>div.workspaceGridCard .headerCloudStates .onlineApps{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;grid-gap:8px;font-size:.9em}#appLauncherCollection>div.workspaceGridCard .headerCloudStates .subStateLabel{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;text-transform:capitalize;font-size:.9em}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=validation-failed]{background:#f75b5e33}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=validation-failed] .deployStateLabel:before{border-color:#f75b5e;background:#f75b5e}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=destroy-failed]{background:#f75b5e33}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=destroy-failed] .deployStateLabel:before{border-color:#f75b5e;background:#f75b5e}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deploy-failed]{background:#f75b5e33}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deploy-failed] .deployStateLabel:before{border-color:#f75b5e;background:#f75b5e}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=preparing]{background:#e8921033}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=preparing] .deployStateLabel:before{border-color:#e89210;background:#e89210;animation:Pulse 1.5s ease-in-out infinite}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deploying]{background:#e8921033}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deploying] .deployStateLabel:before{border-color:#e89210;background:#e89210;animation:Pulse 1.5s ease-in-out infinite}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=validating]{background:#e8921033}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=validating] .deployStateLabel:before{border-color:#e89210;background:#e89210;animation:Pulse 1.5s ease-in-out infinite}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=validated]{background:#e8921033}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=validated] .deployStateLabel:before{border-color:#e89210;background:#e89210;animation:Pulse 1.5s ease-in-out infinite}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=archiving]{background:#404446}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=archiving] .deployStateLabel:before{border-color:#e89210;background:#e89210;animation:Pulse 1.5s ease-in-out infinite}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=restoring]{background:#404446}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=restoring] .deployStateLabel:before{border-color:#e89210;background:#e89210;animation:Pulse 1.5s ease-in-out infinite}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=archived]{background:#404446}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=archived] .deployStateLabel:before{border-color:#595c5f;background:#595c5f}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=destroying]{background:#f75b5e33}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=destroying] .deployStateLabel:before{border-color:#f75b5e;background:#f75b5e;animation:Pulse 1.5s ease-in-out infinite}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=online],#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=starting],#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deployed][online-state=online],#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deployed][online-state=starting],#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=online],#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=starting]{background:#07aa6633}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=online] .deployStateLabel:before,#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=starting] .deployStateLabel:before,#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deployed][online-state=online] .deployStateLabel:before,#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deployed][online-state=starting] .deployStateLabel:before,#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=online] .deployStateLabel:before,#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=starting] .deployStateLabel:before{background:#13ff95;border-color:#13ff95}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=offline] .deployStateLabel:before,#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=stopping] .deployStateLabel:before,#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deployed][online-state=offline] .deployStateLabel:before,#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deployed][online-state=stopping] .deployStateLabel:before,#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=offline] .deployStateLabel:before,#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=stopping] .deployStateLabel:before{border-color:#13ff95;background:rgba(77,225,138,.2)}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=offline] .onlineApps,#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=stopping] .onlineApps,#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deployed][online-state=offline] .onlineApps,#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deployed][online-state=stopping] .onlineApps,#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=offline] .onlineApps,#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=stopping] .onlineApps{color:#acaeaf}#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=starting] .deployStateLabel:before,#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=stopping] .deployStateLabel:before,#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deployed][online-state=starting] .deployStateLabel:before,#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=deployed][online-state=stopping] .deployStateLabel:before,#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=starting] .deployStateLabel:before,#appLauncherCollection>div.workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=stopping] .deployStateLabel:before{animation:Pulse 1.5s ease-in-out infinite}#appLauncherCollection>div .workspaceAppsContainer{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin-top:24px}#appLauncherCollection>div [is-online=online]{color:#4de18a}#appLauncherCollection>div [is-online=offline],#appLauncherCollection>div [is-online=stopping]{color:#acaeaf}#appLauncherCollection>div .cardHeaderContainer{background:#414345;height:78px}#appLauncherCollection>div .cardHeaderContainer[deploy-status=deployed]{background:rgba(32,79,62,.78)}#appLauncherCollection>div .cardHeaderContainer[deploy-status=deploying],#appLauncherCollection>div .cardHeaderContainer[deploy-status=destroy-failed],#appLauncherCollection>div .cardHeaderContainer[deploy-status=destroying],#appLauncherCollection>div .cardHeaderContainer[deploy-status=preparing],#appLauncherCollection>div .cardHeaderContainer[deploy-status=validation-failed]{background:#342b29}#appLauncherCollection .workspaceGridCard{background:#36393d;display:flex;flex-direction:column;box-shadow:2px 2px 12px -8px #000;border-radius:3px;overflow:hidden}#appLauncherCollection .workspaceGridCard:active{transform:scale(.96)!important;transition:all 80ms ease-in}#appLauncherCollection .workspaceGridCard .description{max-width:250px;display:block;overflow:hidden;text-overflow:ellipsis}#appLauncherCollection .workspaceGridCard .workspace-online-control{background:#2a2e31;display:flex;flex-direction:row;justify-content:flex-end;padding:8px 16px}#appLauncherCollection .workspaceGridCard .workspace-online-control span.description{color:#acaeaf}#appLauncherCollection .workspaceGridCard .tagListContainer>div{display:flex;flex-direction:row;flex-wrap:wrap;grid-gap:8px;margin-top:8px}#appLauncherCollection .workspaceGridCard .headerCloudStates{background:#404446;padding:8px 16px;text-transform:uppercase;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;cursor:pointer}#appLauncherCollection .workspaceGridCard .headerCloudStates .wrapLabel{display:flex;flex-direction:row;align-items:center}#appLauncherCollection .workspaceGridCard .headerCloudStates .deployStateLabel{font-size:1.25em;font-weight:400;display:flex;flex-direction:row;grid-gap:8px;letter-spacing:.06em;align-items:center}#appLauncherCollection .workspaceGridCard .headerCloudStates .deployStateLabel:before{content:"";width:16px;height:16px;border:2px solid #595c5f;display:inline-flex;border-radius:50%}#appLauncherCollection .workspaceGridCard .headerCloudStates .onlineApps{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;grid-gap:8px;font-size:.9em}#appLauncherCollection .workspaceGridCard .headerCloudStates .subStateLabel{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;text-transform:capitalize;font-size:.9em}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=validation-failed]{background:#f75b5e33}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=validation-failed] .deployStateLabel:before{border-color:#f75b5e;background:#f75b5e}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=destroy-failed]{background:#f75b5e33}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=destroy-failed] .deployStateLabel:before{border-color:#f75b5e;background:#f75b5e}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deploy-failed]{background:#f75b5e33}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deploy-failed] .deployStateLabel:before{border-color:#f75b5e;background:#f75b5e}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=preparing]{background:#e8921033}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=preparing] .deployStateLabel:before{border-color:#e89210;background:#e89210;animation:Pulse 1.5s ease-in-out infinite}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deploying]{background:#e8921033}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deploying] .deployStateLabel:before{border-color:#e89210;background:#e89210;animation:Pulse 1.5s ease-in-out infinite}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=validating]{background:#e8921033}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=validating] .deployStateLabel:before{border-color:#e89210;background:#e89210;animation:Pulse 1.5s ease-in-out infinite}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=validated]{background:#e8921033}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=validated] .deployStateLabel:before{border-color:#e89210;background:#e89210;animation:Pulse 1.5s ease-in-out infinite}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=archiving]{background:#404446}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=archiving] .deployStateLabel:before{border-color:#e89210;background:#e89210;animation:Pulse 1.5s ease-in-out infinite}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=restoring]{background:#404446}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=restoring] .deployStateLabel:before{border-color:#e89210;background:#e89210;animation:Pulse 1.5s ease-in-out infinite}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=archived]{background:#404446}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=archived] .deployStateLabel:before{border-color:#595c5f;background:#595c5f}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=destroying]{background:#f75b5e33}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=destroying] .deployStateLabel:before{border-color:#f75b5e;background:#f75b5e;animation:Pulse 1.5s ease-in-out infinite}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=online],#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=starting],#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deployed][online-state=online],#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deployed][online-state=starting],#appLauncherCollection .workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=online],#appLauncherCollection .workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=starting]{background:#07aa6633}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=online] .deployStateLabel:before,#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=starting] .deployStateLabel:before,#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deployed][online-state=online] .deployStateLabel:before,#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deployed][online-state=starting] .deployStateLabel:before,#appLauncherCollection .workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=online] .deployStateLabel:before,#appLauncherCollection .workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=starting] .deployStateLabel:before{background:#13ff95;border-color:#13ff95}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=offline] .deployStateLabel:before,#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=stopping] .deployStateLabel:before,#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deployed][online-state=offline] .deployStateLabel:before,#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deployed][online-state=stopping] .deployStateLabel:before,#appLauncherCollection .workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=offline] .deployStateLabel:before,#appLauncherCollection .workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=stopping] .deployStateLabel:before{border-color:#13ff95;background:rgba(77,225,138,.2)}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=offline] .onlineApps,#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=stopping] .onlineApps,#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deployed][online-state=offline] .onlineApps,#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deployed][online-state=stopping] .onlineApps,#appLauncherCollection .workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=offline] .onlineApps,#appLauncherCollection .workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=stopping] .onlineApps{color:#acaeaf}#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=starting] .deployStateLabel:before,#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deployed-with-error][online-state=stopping] .deployStateLabel:before,#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deployed][online-state=starting] .deployStateLabel:before,#appLauncherCollection .workspaceGridCard .headerCloudStates[state=deployed][online-state=stopping] .deployStateLabel:before,#appLauncherCollection .workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=starting] .deployStateLabel:before,#appLauncherCollection .workspaceGridCard .headerCloudStates[state=validation-no-action][online-state=stopping] .deployStateLabel:before{animation:Pulse 1.5s ease-in-out infinite}.app-launcher-collection--empty{text-align:center;font-size:14px;color:#acaeaf;padding:24px 0}.landing-page{background:#1e2226;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;min-height:750px}.landing-page img{max-width:48px;height:auto}.landing-page h1{font-size:40px!important;line-height:1em!important}.landing-page p{line-height:1.7em}.landing-page__container{max-width:500px;flex-direction:column;justify-content:center;align-items:center}.landing-page__box{display:flex;text-align:center;flex-direction:column;margin-bottom:40px}.landing-page__column{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 24px;background:#262b2e;grid-gap:16px}.landing-page__column--light{background:#2a2e31;grid-gap:40px}.landing-page__column--simple{background:none;grid-gap:4px;padding:16px 0}.landing-page__row{display:flex;flex-direction:row;grid-gap:24px}.landing-page__row--gap-false{grid-gap:0}.landing-page__row p{line-height:1.4em}.landing-page__divider{background:hsla(0,0%,100%,.24);height:1px;width:1px}.landing-page__divider--vertical{flex-grow:1;height:auto;align-self:stretch}.landing-page__divider--horizontal{width:100%}.landing-page__label{color:#acaeaf}.landing-page__button{display:flex;flex-direction:row;align-items:center;padding:16px;background:#464a4d;border-radius:4px;cursor:pointer;grid-gap:16px;transition:.12s ease-in;-webkit-user-select:none;-moz-user-select:none;user-select:none}.landing-page__button:hover{filter:brightness(1.25)}#systemViewMessage{padding:8px 16px;background:#fcdc5c;color:#1e2226;font-weight:500;display:flex;flex-direction:row;justify-content:space-between;align-items:center;grid-gap:8px}#systemViewMessage[name=AppLauncherPicker],#systemViewMessage[name=AppLauncher]{position:fixed;left:0;top:0;width:100%;z-index:1}#systemViewMessage>div{display:flex;flex:1}#systemViewMessage>div>*{font-size:.9em;letter-spacing:.035em;display:inline-flex;grid-gap:4px;flex-wrap:wrap;margin:0;padding:0!important;border:none;list-style:none;align-items:flex-start;line-height:1em;background:none!important;background-color:transparent!important;background-image:none!important;color:#1e2226!important}#systemViewMessage>div a{color:#3434df!important;text-decoration:underline}#systemViewMessage button{color:#1e2226}.confirmDialog .v-card__title{background:#4d5154;padding:8px 16px}.confirmDialog .v-card__title h3{font-size:1.3em;line-height:1em}.confirmDialog .v-card__text{padding:16px!important;border-bottom:1px solid #1e2226}.confirmDialog .v-card__text .containText{font-size:14px;border-radius:3px;padding:0 0 16px 0;line-height:1.5em}.confirmDialog .v-card__actions{background:#2a2e31;padding:16px!important}.termsWrap .contentSheet{background:#1e2226;padding:8px;max-height:calc(100vh - 240px);overflow:auto;margin-top:16px}.termsWrap .contentSheet p{display:block;line-height:1.4em;margin-bottom:16px!important;font-size:1.2em;color:#acaeaf}.termsWrap .contentSheet h2{text-align:center;font-size:2em}.termsWrap .contentSheet h3{font-size:1.6em}.termsWrap .contentSheet h4{font-size:1.4em}.termsWrap .contentSheet h2,.termsWrap .contentSheet h3,.termsWrap .contentSheet h4{line-height:1.2em;display:flex;margin-bottom:8px}.termsWrap .contentSheet ul{margin-bottom:16px}.termsWrap .contentSheet .sheetLinks{margin:16px 0;padding:0}.termsWrap .contentSheet .sheetLinks li{list-style:none;display:flex;margin-bottom:8px;font-size:1.1em}.termControllers{padding:16px 0;justify-content:center}#footer,.termControllers{display:flex;align-items:center}#footer{background:#25292c;flex-direction:row;grid-gap:16px;color:#acaeaf;font-size:.9em;padding:16px 16px 8px}.appBackground{display:flex;justify-content:stretch;align-items:stretch;background:#25292c}#appTopBar{background:#36393d;padding:0 8px;display:grid;align-items:stretch;grid-template-columns:350px 1fr 350px;grid-gap:8px;height:52px;border-bottom:1px solid #222;z-index:10;width:100%}#appTopBar .leftCorner{display:flex;flex-direction:row;align-items:center;grid-gap:16px;padding-top:2px}#appTopBar .leftCorner #organizationPicker{min-width:130px}#appTopBar .logoContainer{cursor:pointer;display:flex;flex-direction:row;align-items:center;grid-gap:8px}#appTopBar .logoContainer .organizationTitle{display:flex;flex-direction:column;line-height:1em}#appTopBar .logoContainer .organizationTitle .containLogo{display:flex;flex-direction:row;white-space:nowrap;grid-gap:8px;font-weight:500}#appTopBar .logoContainer .organizationTitle .containLogo .versionTag{font-weight:300;color:#acaeaf;letter-spacing:.06em}#appTopBar .adminMenuLinks,#appTopBar .adminMenuLinks .wrapMenu{display:flex;justify-content:center;align-items:stretch}#appTopBar .adminMenuLinks .wrapMenu{flex-direction:row;font-size:12px}#appTopBar .adminMenuLinks .wrapMenu .linkMenu{text-decoration:none;color:inherit;padding:4px 16px 0;border-bottom:4px solid transparent;transition:all .2s ease-in;cursor:pointer;background:#36393d;position:relative}#appTopBar .adminMenuLinks .wrapMenu .linkMenu[alarm] i{position:relative}#appTopBar .adminMenuLinks .wrapMenu .linkMenu[alarm] i:before{content:"";position:absolute;right:-4px;top:-4px;height:9px;width:9px;border-radius:50%;background:#f75b5e}#appTopBar .adminMenuLinks .wrapMenu .linkMenu[link-active]{border-color:#6078ea}#appTopBar .adminMenuLinks .wrapMenu .linkMenu span{position:relative;height:100%}#appTopBar .adminMenuLinks .wrapMenu .linkMenu:hover{background:#4d5154}#appTopBar .adminMenuLinks .wrapMenu span{text-align:center;display:flex;flex-direction:row;grid-gap:8px;align-items:center}#appTopBar .controllers{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;grid-gap:8px}#appTopBar .controllers .v-input{max-width:185px}#appTopBar .controllers button{border:1solid 1px transparent}#appTopBar .controllers button[active]{background:#1e2226;border:1px solid #6078ea}#appTopBar .controllers .icons{display:flex;flex-direction:row;align-items:center;grid-gap:8px}.arn-outdated-warning__title{font-size:1.5rem;font-weight:700;flex-direction:column;grid-gap:16px}.arn-outdated-warning__content,.arn-outdated-warning__title{display:flex;justify-content:center;align-items:center;text-align:center;margin-bottom:16px}.arn-outdated-warning__content{flex:1}.arn-outdated-warning__text{max-width:440px;line-height:1.8em}.arn-outdated-warning__footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex:1}.viewerContainer .changeLogViewer{background:#1e2226;padding:16px;margin-bottom:8px;border-radius:3px}.viewerContainer .controller{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeFromLeft{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeFromRight{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}@keyframes dots{0%,20%{color:transparent;text-shadow:.25em 0 0 transparent,.5em 0 0 transparent}40%{color:#fff;text-shadow:.25em 0 0 transparent,.5em 0 0 transparent}60%{text-shadow:.25em 0 0 #fff,.5em 0 0 transparent}80%,to{text-shadow:.25em 0 0 #fff,.5em 0 0 #fff}}@keyframes Pulse{0%{transform:scale(1)}50%{transform:scale(.5)}55%{transform:scale(.4)}60%{transform:scale(.5)}90%{transform:scale(1)}95%{transform:scale(1.15)}to{transform:scale(1)}}.running{animation:Pulse 1.5s ease-in-out infinite}.animateSimple{animation:fade .24s ease-in 1;animation-fill-mode:forwards;opacity:0}.animateFadeUp{animation:fadeUp .2s ease-in 1;animation-fill-mode:forwards;opacity:0}.animateFadeUpFast{animation:fadeUp 80ms ease-in 1;animation-fill-mode:forwards;opacity:0}.animateFadeLeft{animation:fadeFromLeft .2s ease-in 1;animation-fill-mode:forwards;opacity:0}.animateFadeOut{animation:fadeUp .2s 1 reverse;animation-fill-mode:forwards}.dot{content:" .";margin-right:8px;animation:dots 1s steps(5) infinite}.spinning{animation:SpinAnimation .6s linear infinite}.animationDelay-1{animation-delay:50ms}.animationDelay-2{animation-delay:.1s}.animationDelay-3{animation-delay:.15s}.animationDelay-4{animation-delay:.2s}.animationDelay-5{animation-delay:.25s}.animationDelay-6{animation-delay:.3s}.animationDelay-7{animation-delay:.35s}.animationDelay-8{animation-delay:.4s}.animationDelay-9{animation-delay:.45s}.animationDelay-10{animation-delay:.5s}.animationDelay-11{animation-delay:.55s}.animationDelay-12{animation-delay:.6s}.animationDelay-13{animation-delay:.65s}.animationDelay-14{animation-delay:.7s}.animationDelay-15{animation-delay:.75s}.animationDelay-16{animation-delay:.8s}.animationDelay-17{animation-delay:.85s}.animationDelay-18{animation-delay:.9s}.animationDelay-19{animation-delay:.95s}.animationDelay-20{animation-delay:1s}.animationDelay-21{animation-delay:1.05s}.animationDelay-22{animation-delay:1.1s}.animationDelay-23{animation-delay:1.15s}.animationDelay-24{animation-delay:1.2s}.animationDelay-25{animation-delay:1.25s}.animationDelay-26{animation-delay:1.3s}.animationDelay-27{animation-delay:1.35s}.animationDelay-28{animation-delay:1.4s}.animationDelay-29{animation-delay:1.45s}.animationDelay-30{animation-delay:1.5s}.animationDelay-31{animation-delay:1.55s}.animationDelay-32{animation-delay:1.6s}.animationDelay-33{animation-delay:1.65s}.animationDelay-34{animation-delay:1.7s}.animationDelay-35{animation-delay:1.75s}.animationDelay-36{animation-delay:1.8s}.animationDelay-37{animation-delay:1.85s}.animationDelay-38{animation-delay:1.9s}.animationDelay-39{animation-delay:1.95s}.animationDelay-40{animation-delay:2s}.animationDelay-41{animation-delay:2.05s}.animationDelay-42{animation-delay:2.1s}.animationDelay-43{animation-delay:2.15s}.animationDelay-44{animation-delay:2.2s}.animationDelay-45{animation-delay:2.25s}.animationDelay-46{animation-delay:2.3s}.animationDelay-47{animation-delay:2.35s}.animationDelay-48{animation-delay:2.4s}.animationDelay-49{animation-delay:2.45s}.animationDelay-50{animation-delay:2.5s}@keyframes SpinAnimation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:export{primary:#6078ea;success:#4de18a;error:#f75b5e;accent:#e89210;info:#fcdc5c;warning:#fcdc5c;dark:#333;black:#1e2226}.neo-styled p{margin:0}.neo-styled.v-application a:not(.v-btn){color:#72aaf7;text-decoration:none}.neo-styled.v-application a:not(.v-btn):hover{text-decoration:underline}.neo-styled .v-icon,.neo-styled .vizrt-icon{text-transform:none}.neo-styled .v-navigation-drawer{background-color:#36393d;padding-right:2px}.neo-styled .v-navigation-drawer:not(.v-navigation-drawer--open-on-hover) .v-list-item-group .v-subheader:first-child{margin-top:-16px}.neo-styled .v-ripple__container{display:none}.neo-styled *{scrollbar-width:thin;scrollbar-color:#595c5f transparent}.neo-styled ::-webkit-scrollbar{width:6px;height:6px;margin-right:1px}.neo-styled ::-webkit-scrollbar-thumb{background-color:#595c5f;border-radius:20px}::-moz-selection{color:#fff;background:#6078ea}::selection{color:#fff;background:#6078ea}.neo-styled h1{font-size:3rem;line-height:4rem}.neo-styled h1,.neo-styled h2{font-weight:300;letter-spacing:normal}.neo-styled h2{font-size:2.5rem;line-height:3.5rem}.neo-styled h3{font-size:2rem;line-height:3rem}.neo-styled h3,.neo-styled h4{font-weight:300;letter-spacing:normal}.neo-styled h4{font-size:1.75rem;line-height:2.75rem}.neo-styled h5{font-size:1.25rem;line-height:2.25rem}.neo-styled h5,.neo-styled h6{font-weight:300;letter-spacing:normal}.neo-styled h6{font-size:1.125rem;line-height:2.125rem}.neo-styled.neo-styled .v-btn{box-shadow:none;color:#fff;transition:none;text-align:center}.neo-styled.neo-styled .v-btn .v-ripple__container{display:none!important}.neo-styled.neo-styled .v-btn:hover{background-color:#65686b}.neo-styled.neo-styled .v-btn:focus{box-shadow:inset 0 0 0 1px #d0d0d1}.neo-styled.neo-styled .v-btn.primary:hover{background-color:#4f6be8!important}.neo-styled.neo-styled .v-btn.error:hover{background-color:#fd5e61!important}.neo-styled.neo-styled .v-btn:hover:active{box-shadow:inset 0 0 0 1px #6078ea;background-color:#1e2226!important}.neo-styled.neo-styled .v-btn.top_icon{text-align:center;display:block;height:42px}.neo-styled.neo-styled .v-btn.top_icon .v-btn__content{display:block}.neo-styled.neo-styled .v-btn.top_icon .v-btn__content .v-icon{display:block;margin:auto}.neo-styled.neo-styled .v-btn .v-btn__content .v-icon{color:#d0d0d1}.neo-styled.neo-styled .v-btn .v-btn__content .v-icon--left{margin-left:0}.neo-styled.neo-styled .v-btn.v-btn--icon{color:#d0d0d1}.neo-styled.neo-styled .v-btn.selected{box-shadow:inset 0 0 0 1px #6078ea;background-color:#1e2226;color:#fff}.neo-styled.neo-styled .v-btn.selected:focus{box-shadow:inset 0 0 0 1px #d0d0d1}.neo-styled.neo-styled .v-btn.selected:active{box-shadow:inset 0 0 0 1px #6078ea;background-color:#1e2226;color:#fff}.neo-styled.neo-styled .v-btn.v-btn--loading.v-size--default .v-btn__loader .v-progress-circular{width:16px!important;height:16px!important}.neo-styled.neo-styled .v-btn-toggle>.v-btn.v-btn--active{box-shadow:inset 0 0 0 1px #6078ea;background-color:#1e2226}.neo-styled.neo-styled .v-btn-toggle>.v-btn.v-btn--active:focus{box-shadow:inset 0 0 0 1px #d0d0d1}.neo-styled.neo-styled .v-btn-toggle>.v-btn.v-btn--active:active{box-shadow:inset 0 0 0 1px #6078ea;background-color:#1e2226}.neo-styled.neo-styled .v-btn-toggle>.v-btn{margin-right:1px;min-width:24px;border:none}.neo-styled.neo-styled .v-btn-toggle:not(.v-btn-toggle--group){background-color:transparent}.neo-styled.neo-styled .theme--dark.v-btn-toggle:not(.v-btn-toggle--group) .v-btn.v-btn .v-icon{color:#d0d0d1}.neo-styled.neo-styled .v-btn--active:focus:before{background-color:transparent}.neo-styled .v-input.v-text-field{padding-top:0;margin-top:0}.neo-styled .v-input.v-text-field .v-input__control{border-radius:2px}.neo-styled .v-input.v-text-field .v-input__control>.v-input__slot{background-color:#1e2226;border:1px solid #000;box-shadow:none;min-height:24px;padding:0 6px;transition:none}.neo-styled .v-input.v-text-field .v-input__control>.v-input__slot:after,.neo-styled .v-input.v-text-field .v-input__control>.v-input__slot:before{display:none}.neo-styled .v-input.v-text-field .v-input__control>.v-input__slot .v-label{font-size:12px;color:#595c5f!important;top:1px}.neo-styled .v-input.v-text-field .v-input__append-inner,.neo-styled .v-input.v-text-field .v-input__prepend-inner{margin-top:3px}.neo-styled .v-input.v-text-field .v-icon.v-icon{font-size:16px;color:#acaeaf;caret-color:#acaeaf;transition:none}.neo-styled .v-input.v-text-field .v-icon.v-icon.v-icon--link:hover{color:#d0d0d1}.neo-styled .v-input.v-text-field .v-icon.v-icon:after{border-radius:2px}.neo-styled .v-input.v-text-field.success--text .v-input__control>.v-input__slot{border-color:#4de18a;caret-color:#fff}.neo-styled .v-input.v-text-field.error--text .v-input__control>.v-input__slot{border-color:#f75b5e;caret-color:#fff}.neo-styled .v-input.v-text-field.warning{background-color:transparent!important}.neo-styled .v-input.v-text-field.warning .v-input__control>.v-input__slot{border-color:#fcdc5c;caret-color:#fff}.neo-styled .v-input.v-text-field.warning .v-messages,.neo-styled .v-input.v-text-field.warning .v-messages.primary--text{color:#fcdc5c!important}.neo-styled .v-input.v-text-field.warning .v-icon.v-icon{color:#fcdc5c;caret-color:#fff}.neo-styled .v-input.v-text-field.v-input--is-focused{caret-color:#fff!important}.neo-styled .v-input.v-text-field.v-input--is-focused .v-label{display:none}.neo-styled .v-input.v-text-field.v-input--is-focused .v-input__control>.v-input__slot{border-color:#d0d0d1}.neo-styled .v-input.v-text-field.v-input--is-focused .v-icon.v-icon{font-size:16px;color:#d0d0d1!important;caret-color:#fff!important}.neo-styled .v-input.v-text-field.v-input--is-focused.success--text .v-icon.v-icon{color:#4de18a!important}.neo-styled .v-input.v-text-field.v-input--is-focused.error--text .v-icon.v-icon{color:#f75b5e!important}.neo-styled .v-input.v-text-field.v-input--is-focused.warning .v-icon.v-icon{color:#fcdc5c!important}.neo-styled .v-input.v-text-field.v-input--is-dirty .v-label{display:none}.neo-styled .v-input.v-text-field .v-text-field__details{padding:0}.neo-styled .v-input.v-text-field.v-input--is-disabled{color:#fff;opacity:.35}.neo-styled .v-label{font-size:10px;color:#fff}.neo-styled .v-list-item .v-list-item__mask{color:#fff;background-color:#6078ea}.neo-styled .horizontal_label{display:flex;flex-direction:row;align-items:flex-start;flex-wrap:nowrap}.neo-styled .horizontal_label>label{padding:8px;flex:0 0 auto}.neo-styled .horizontal_label>label .v-input{flex:1 1 auto}.neo-styled .v-textarea.v-input.v-text-field .v-input__control>.v-input__slot{padding:0 6px 6px 6px}.neo-styled .v-textarea textarea{scrollbar-width:thin;scrollbar-color:#595c5f transparent}.neo-styled .v-textarea textarea::-webkit-scrollbar{width:4px}.neo-styled .v-textarea textarea::-webkit-scrollbar-thumb{background-color:#595c5f;border-radius:20px}.neo-styled .v-text-field__suffix{padding-left:14px;margin-right:-100%;color:#d0d0d1}.neo-styled input[type=time]{padding:2px 0}.neo-styled input[type=time]::-webkit-datetime-edit-text{padding:3px;color:#acaeaf}.neo-styled input[type=time]::-webkit-datetime-edit-ampm-field,.neo-styled input[type=time]::-webkit-datetime-edit-hour-field,.neo-styled input[type=time]::-webkit-datetime-edit-minute-field{border-radius:2px;padding:2px 4px}.neo-styled input[type=time]::-webkit-inner-spin-button{color:#6078ea}.neo-styled input[type=time]::-webkit-calendar-picker-indicator{filter:invert(86%) sepia(10%) saturate(44%) hue-rotate(156deg) brightness(83%) contrast(81%);fill:#acaeaf;font-size:15px;cursor:pointer}.neo-styled input[type=time]::-webkit-calendar-picker-indicator:hover{filter:invert(100%) sepia(0) saturate(2%) hue-rotate(315deg) brightness(106%) contrast(101%)}.neo-styled input::-webkit-datetime-edit-ampm-field:focus,.neo-styled input::-webkit-datetime-edit-hour-field:focus,.neo-styled input::-webkit-datetime-edit-minute-field:focus{background-color:#6078ea;outline:none}.neo-styled .v-input.v-text-field.viz_input_num{position:relative}.neo-styled .v-input.v-text-field.viz_input_num .v-input__append-outer,.neo-styled .v-input.v-text-field.viz_input_num .v-input__prepend-outer{position:absolute;right:6px;top:9px;z-index:1;margin:0}.neo-styled .v-input.v-text-field.viz_input_num .v-input__append-outer .v-icon.v-icon,.neo-styled .v-input.v-text-field.viz_input_num .v-input__prepend-outer .v-icon.v-icon{font-size:10px;transition:none}.neo-styled .v-input.v-text-field.viz_input_num .v-input__append-outer .v-icon.v-icon:after,.neo-styled .v-input.v-text-field.viz_input_num .v-input__prepend-outer .v-icon.v-icon:after{display:none}.neo-styled .v-input.v-text-field.viz_input_num .v-input__append-outer{top:0}.neo-styled .v-input.v-text-field.viz_input_num.v-input--is-focused .v-icon.v-icon{font-size:10px}.neo-styled .v-input.v-text-field.viz_input_num input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.neo-styled .v-input.v-text-field.viz_input_num input[type=number]::-webkit-inner-spin-button,.neo-styled .v-input.v-text-field.viz_input_num input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.neo-styled .viz_input_password{position:relative}.neo-styled .viz_input_password .v-counter{position:absolute;right:-14px;top:7px}.neo-styled .v-input.v-text-field.v-select .v-input__control>.v-input__slot{background-color:#595c5f;border:none;color:#fff}.neo-styled .v-input.v-text-field.v-select .v-input__control>.v-input__slot .v-label{color:#fff!important;line-height:18px}.neo-styled .v-input.v-text-field.v-select .v-input__control>.v-input__slot:hover{background-color:#65686b}.neo-styled .v-input.v-text-field.v-select .v-icon.v-icon{color:#d0d0d1;caret-color:#d0d0d1}.neo-styled .v-input.v-text-field.v-select.v-input--is-focused .v-input__control>.v-input__slot{box-shadow:inset 0 0 0 1px #d0d0d1;background-color:#65686b}.neo-styled .v-input.v-text-field.v-select.v-select--is-menu-active .v-input__control>.v-input__slot{box-shadow:inset 0 0 0 1px #6078ea;background-color:#1e2226}.neo-styled .v-input.v-text-field.v-select.v-select--is-menu-active .v-input__icon--append .v-icon{transform:none}.neo-styled .v-input.v-text-field.v-select .v-menu__content:not(.v-autocomplete__content){margin-top:25px}.neo-styled .v-menu__content .v-list{background-color:#36393d;border:1px solid #4d5154;padding:0}.neo-styled .v-menu__content .v-list .v-list-item{min-height:24px}.neo-styled .v-menu__content .v-list .v-list-item__title{font-size:12px}.neo-styled .v-menu__content .v-list .v-list-item--active{color:#fff!important;caret-color:#fff!important;background-color:#4d5154;border-radius:0;box-shadow:none}.neo-styled .v-menu__content .v-list .v-list-item--highlighted{box-shadow:0 0 0 1px #d0d0d1;border-radius:0}.neo-styled .v-menu__content .v-list .v-list-item--highlighted:before{display:none}.neo-styled .v-input--checkbox,.neo-styled .v-simple-checkbox{display:inline-block}.neo-styled .v-input--checkbox .mdi-checkbox-blank-outline:before,.neo-styled .v-simple-checkbox .mdi-checkbox-blank-outline:before{content:"";background-color:#1e2226;border:1px solid #000;width:16px;height:16px;border-radius:2px}.neo-styled .v-input--checkbox .mdi-checkbox-marked:before,.neo-styled .v-simple-checkbox .mdi-checkbox-marked:before{content:"󰸞"}.neo-styled .v-input--checkbox .mdi-minus-box:before,.neo-styled .v-simple-checkbox .mdi-minus-box:before{content:"󰍴"}.neo-styled .v-input--checkbox .mdi-checkbox-marked:before,.neo-styled .v-input--checkbox .mdi-minus-box:before,.neo-styled .v-simple-checkbox .mdi-checkbox-marked:before,.neo-styled .v-simple-checkbox .mdi-minus-box:before{background-color:#6078ea;border:1px solid #6078ea;color:#d0d0d1;border-radius:2px;z-index:1;position:relative;width:16px;height:16px;font-size:14px}.neo-styled .v-input--checkbox:hover .mdi-checkbox-blank-outline:before,.neo-styled .v-simple-checkbox:hover .mdi-checkbox-blank-outline:before{background-color:#2a2e31}.neo-styled .v-input--checkbox:hover .mdi-checkbox-marked:before,.neo-styled .v-simple-checkbox:hover .mdi-checkbox-marked:before{background-color:#4f6be8;border:1px solid #4f6be8}.neo-styled .v-input--checkbox.v-input--is-focused .mdi-checkbox-blank-outline:before,.neo-styled .v-input--checkbox.v-input--is-focused .mdi-checkbox-marked:before,.neo-styled .v-simple-checkbox.v-input--is-focused .mdi-checkbox-blank-outline:before,.neo-styled .v-simple-checkbox.v-input--is-focused .mdi-checkbox-marked:before{border:1px solid #d0d0d1}.neo-styled .v-input--checkbox.v-input--is-disabled .mdi-checkbox-blank-outline:before,.neo-styled .v-input--checkbox.v-input--is-disabled .mdi-checkbox-marked:before,.neo-styled .v-simple-checkbox.v-input--is-disabled .mdi-checkbox-blank-outline:before,.neo-styled .v-simple-checkbox.v-input--is-disabled .mdi-checkbox-marked:before{opacity:.35}.neo-styled .v-input--checkbox .v-input--selection-controls__input,.neo-styled .v-simple-checkbox .v-input--selection-controls__input{width:16px;height:16px}.neo-styled .v-input--checkbox .v-input--selection-controls__ripple,.neo-styled .v-simple-checkbox .v-input--selection-controls__ripple{display:none}.neo-styled .v-input--switch{display:inline-block}.neo-styled .v-input--switch .v-input--switch__track{background-color:#595c5f}.neo-styled .v-input--switch:hover .v-input--switch__track{background-color:#4d5154}.neo-styled .v-input--switch.v-input--is-label-active .v-input--switch__thumb{color:#d0d0d1!important}.neo-styled .v-input--switch.v-input--is-label-active .v-input--switch__track{background-color:#6078ea}.neo-styled .v-input--switch.v-input--is-label-active:hover .v-input--switch__track{background-color:#4f6be8}.neo-styled .v-input--switch.v-input--is-disabled:not(.v-input--is-dirty) .v-input--switch__thumb{color:#d0d0d1!important;opacity:.35}.neo-styled .v-input--switch.v-input--is-focused .v-input--switch__track{border:1px solid #d0d0d1}.neo-styled .v-input--switch .v-input--selection-controls__ripple{display:none}.neo-styled .v-input.v-input--radio-group{display:inline-flex}.neo-styled .v-input.v-input--radio-group .mdi-radiobox-blank:before{content:"";background-color:#1e2226;border:1px solid #000;width:16px;height:16px;border-radius:24px}.neo-styled .v-input.v-input--radio-group .mdi-radiobox-marked:before{content:"";background-color:#d0d0d1;border:4px solid #6078ea;color:#fff;border-radius:24px;z-index:1;position:relative;width:16px;height:16px;font-size:14px}.neo-styled .v-input.v-input--radio-group .v-radio--is-focused .mdi-radiobox-blank:before,.neo-styled .v-input.v-input--radio-group .v-radio--is-focused .mdi-radiobox-marked:before{box-shadow:0 0 0 1px #d0d0d1}.neo-styled .v-input.v-input--radio-group .v-radio--is-disabled .mdi-radiobox-blank:before,.neo-styled .v-input.v-input--radio-group .v-radio--is-disabled .mdi-radiobox-marked:before{opacity:.35}.neo-styled .v-input.v-input--radio-group .v-input--selection-controls__input{width:16px;height:16px}.neo-styled .v-input.v-input--radio-group .v-input--selection-controls__ripple{display:none}.neo-styled .v-radio:hover .mdi-radiobox-blank:before{background-color:#2a2e31}.neo-styled .v-radio:hover .mdi-radiobox-marked:before{border:4px solid #4f6be8}.neo-styled .v-list{background-color:#36393d;color:#d0d0d1;font-size:12px}.neo-styled .v-list .v-subheader{padding:0 8px;font-size:12px;color:#acaeaf;height:24px;line-height:24px;margin-top:8px}.neo-styled .v-list .v-list-item{border-radius:2px;transition:color .3s cubic-bezier(.25,.8,.5,1)}.neo-styled .v-list .v-list-item:not(.v-list-item--active):not(.v-list-item--disabled):hover{color:#fff!important}.neo-styled .v-list .v-list-item:focus{box-shadow:inset 0 0 0 1px #d0d0d1}.neo-styled .v-list .v-list-item:focus:before{display:none}.neo-styled .v-list .v-list-item .v-list-item__icon{min-width:16px}.neo-styled .v-list .v-list-item .v-list-item__icon .v-icon{color:#d0d0d1}.neo-styled .v-list .v-list-item:before{border-radius:2px}.neo-styled .v-list .v-list-item--active{color:#fff;background-color:#1e2226;box-shadow:inset 0 0 0 1px #6078ea}.neo-styled .v-list .v-list-item--active .v-icon{color:#fff}.neo-styled .v-list .v-list-item--active:before{display:none}.neo-styled .v-list.v-list--dense .v-subheader{font-size:11px}.neo-styled .v-list.v-list--dense .v-icon{font-size:14px}.neo-styled .v-list.v-list--dense .v-list-item__content{padding:4px 0}.neo-styled .v-list .v-ripple__container{display:none}.neo-styled .v-list .v-list-group--sub-group .v-list-item:focus{box-shadow:inset 0 0 0 1px #d0d0d1}.neo-styled .v-list .v-list-group--sub-group .v-list-item--active{color:#fff;background-color:#4d5154;box-shadow:none}.neo-styled .v-list .v-list-group--sub-group .v-list-item--active .v-icon{color:#fff}.neo-styled .v-list .v-list-group--sub-group .v-list-item--active:before{display:none}.neo-styled .v-navigation-drawer--mini-variant{width:50px!important;overflow:visible}.neo-styled .v-navigation-drawer--mini-variant .v-subheader{visibility:hidden}.neo-styled .v-navigation-drawer--mini-variant:not(.v-navigation-drawer--open-on-hover) .v-navigation-drawer__content{overflow:visible}.neo-styled .v-navigation-drawer--mini-variant:not(.v-navigation-drawer--open-on-hover) .v-navigation-drawer__content .v-list-item:hover .v-list-item__content{clip:inherit;width:auto;height:auto;left:calc(100% + 8px);z-index:1;background-color:#000;padding:3px 6px;border-radius:2px;position:relative;overflow:visible}.neo-styled .v-navigation-drawer--mini-variant:not(.v-navigation-drawer--open-on-hover) .v-navigation-drawer__content .v-list-item:hover .v-list-item__content:before{content:"";position:absolute;border:4px solid transparent;width:0;border-right-color:#000;height:0;left:-8px;top:0;bottom:0;margin:auto;z-index:1}.neo-styled .v-navigation-drawer--mini-variant:not(.v-navigation-drawer--open-on-hover) .v-navigation-drawer__content .v-list-item:hover .v-list-item__content .v-list-item__title{font-size:12px}.neo-styled .expand-btn{position:relative;margin-bottom:18px}.neo-styled .expand-btn>.v-btn{position:absolute;right:-4px;top:-4px;z-index:1}.neo-styled .v-list-item-group .v-subheader:first-child{margin-top:0}.neo-styled .v-sheet.v-app-bar.v-toolbar{background-color:#36393d;box-shadow:0 1px 0 0 #000}.neo-styled .v-sheet.v-app-bar.v-toolbar .v-avatar{margin-right:10px;position:relative;overflow:visible}.neo-styled .v-sheet.v-app-bar.v-toolbar .v-avatar:after{content:"󰍝";font:normal normal normal 16px/1 Material Design Icons;position:absolute;margin:auto;top:0;bottom:0;left:100%;z-index:1;width:16px;height:16px}.neo-styled .v-sheet.v-app-bar.v-toolbar .header_menu_list .v-btn{box-sizing:content-box;width:48px;height:48px;display:inline-block;padding:0 8px}.neo-styled .v-sheet.v-app-bar.v-toolbar .v-tab{font-size:12px}.neo-styled .v-sheet.v-app-bar.v-toolbar .v-tab .v-icon{width:16px;font-size:15px;margin-right:6px}.neo-styled .v-sheet.v-app-bar.v-toolbar .v-tabs-bar{box-shadow:none}.neo-styled .v-sheet.v-app-bar.v-toolbar .v-menu__content:not(.v-autocomplete__content){margin-top:0}.neo-styled .v-toolbar__content,.neo-styled .v-toolbar__extension{height:48px!important}.neo-styled .v-toolbar__content .v-btn:hover,.neo-styled .v-toolbar__extension .v-btn:hover{background-color:#4d5154}.neo-styled .v-toolbar__content .v-btn[aria-expanded=true],.neo-styled .v-toolbar__extension .v-btn[aria-expanded=true]{background-color:#4d5154;color:#fff}.neo-styled .logo_container{line-height:0;margin-right:32px}.neo-styled .logo_container .v-image__image,.neo-styled .logo_container img{width:100%;background-size:100%}.neo-styled .v-avatar{height:26px!important;min-width:26px!important;width:26px!important;background-color:#595c5f;color:#acaeaf;font-size:10px}.neo-styled .v-input.v-text-field.expanding_search{max-width:180px;height:44px;padding:10px 6px;transition:max-width .2s cubic-bezier(.4,0,.2,1)}.neo-styled .v-input.v-text-field.expanding_search.closed{max-width:46px}.neo-styled .v-input.v-text-field.expanding_search.closed .v-input__slot{background-color:transparent;border-color:transparent;cursor:pointer}.neo-styled .v-input.v-text-field.expanding_search .v-input__slot:hover .v-icon{color:#fff}.neo-styled .v-tabs .v-tabs-slider-wrapper{display:none}.neo-styled .v-tabs>.v-tabs-bar .v-tab{text-transform:capitalize;margin-right:1px;margin-bottom:1px;border-radius:2px 2px 0 0;font-size:12px}.neo-styled .v-tabs>.v-tabs-bar .v-tab:hover{text-decoration:none}.neo-styled .v-tabs>.v-tabs-bar .v-tab:hover .pin_tab{opacity:1}.neo-styled .v-tabs>.v-tabs-bar .v-tab:hover:before{display:none}.neo-styled .v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active){color:#acaeaf;background-color:#2a2e31}.neo-styled .v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active):hover{background-color:#36393d;transition:none}.neo-styled .v-tabs>.v-tabs-bar .v-tab:not(.v-tab--active):hover .v-btn .v-icon{transition:none}.neo-styled .v-tabs>.v-tabs-bar .v-tab.v-tab--active{color:#fff;background-color:#36393d;box-shadow:0 2px 0 #36393d}.neo-styled .v-tabs>.v-tabs-bar .v-tab.v-tab--active .pin_tab{opacity:1}.neo-styled .v-tabs>.v-tabs-bar .v-tab.v-tab--active .v-icon{color:#d0d0d1}.neo-styled .v-tabs.v-tabs--vertical .v-tab{border-radius:2px 0 0 2px;margin-bottom:1px;margin-right:0}.neo-styled .v-tabs.v-tabs--vertical.v-tabs--icons-and-text .v-tab{padding:0 8px;margin-right:1px}.neo-styled .v-tabs.v-tabs--vertical.v-tabs--icons-and-text .v-tab.v-tab--active{box-shadow:2px 0 0 #36393d}.neo-styled .v-tabs:not(.v-tabs--vertical) .v-tabs-slider{width:calc(100% - 16px);margin:auto}.neo-styled .v-tabs .v-tabs-items,.neo-styled .v-tabs .v-tabs-items .v-card{background-color:#36393d;box-shadow:none}.neo-styled .v-tabs .v-tabs-items .v-card .v-card__text,.neo-styled .v-tabs .v-tabs-items .v-card__text{padding:8px}.neo-styled .v-tabs .v-slide-group__next{min-width:24px;background-color:#2a2e31;margin-left:1px;margin-bottom:1px;border-radius:4px 0 0 0}.neo-styled .v-tabs .v-slide-group__next.v-slide-group__next--disabled{opacity:.6}.neo-styled .v-tabs .v-slide-group__prev{min-width:24px;background-color:#2a2e31;margin-right:1px;margin-bottom:1px;border-radius:0 4px 0 0}.neo-styled .v-tabs .v-slide-group__prev.v-slide-group__prev--disabled{opacity:.6}.neo-styled .v-tabs .v-btn.v-btn--icon{width:16px;height:16px;margin-left:8px;background-color:transparent}.neo-styled .v-tabs .v-btn.v-btn--icon.pin_tab{opacity:0}.neo-styled .v-tabs .v-btn.v-btn--icon.pin_tab.pinned{opacity:1}.neo-styled .v-tabs .v-btn.v-btn--icon.v-size--small .v-icon.v-icon{font-size:10px}.neo-styled .v-tabs.minimal_tabs>.v-tabs-bar{box-shadow:inset 0 -1px 0 0 #4d5154;min-height:32px}.neo-styled .v-tabs.minimal_tabs>.v-tabs-bar .v-tab{box-shadow:none;border-radius:0;margin-right:16px;padding:0}.neo-styled .v-tabs.minimal_tabs>.v-tabs-bar .v-tab:not(.v-tab--active){background-color:transparent}.neo-styled .v-tabs.minimal_tabs>.v-tabs-bar .v-tab:not(.v-tab--active):hover{box-shadow:inset 0 -2px 0 0 #6078ea}.neo-styled .v-tabs.minimal_tabs>.v-tabs-bar .v-tab.v-tab--active{color:#fff;background-color:transparent;box-shadow:inset 0 -2px 0 0 #6078ea}.neo-styled .v-tabs.minimal_tabs>.v-tabs-bar .v-tab.v-tab--active .v-icon{color:#d0d0d1;transition:none}.neo-styled .v-tabs.minimal_tabs>.v-tabs-bar .v-btn:not(.v-btn--round).v-size--small{min-width:24px;padding:0;height:24px}.neo-styled .v-tabs.minimal_tabs.v-tabs--vertical>.v-tabs-bar{box-shadow:inset -1px 0 0 0 #4d5154}.neo-styled .v-tabs.minimal_tabs.v-tabs--vertical .v-tabs-slider-wrapper{left:auto!important;right:0!important}.neo-styled .v-tabs.minimal_tabs.v-tabs--vertical .v-tab{justify-content:flex-start;margin-right:0;padding:0 16px}.neo-styled .v-tabs.minimal_tabs.v-tabs--vertical .v-tab.v-tab--active,.neo-styled .v-tabs.minimal_tabs.v-tabs--vertical .v-tab:not(.v-tab--active):hover{box-shadow:inset -2px 0 0 0 #6078ea}.neo-styled .v-tabs.minimal_tabs:not(.v-tabs--vertical) .v-tabs-slider{width:calc(100% - 16px);margin:auto}.neo-styled .v-tabs.minimal_tabs .v-slide-group__next,.neo-styled .v-tabs.minimal_tabs .v-slide-group__prev,.neo-styled .v-tabs.minimal_tabs .v-tabs-items,.neo-styled .v-tabs.minimal_tabs .v-tabs-items .v-card{background-color:transparent}.neo-styled .v-tabs--icons-and-text>.v-tabs-bar .v-tab{flex-direction:row}.neo-styled .v-tabs--icons-and-text>.v-tabs-bar .v-tab>:first-child{margin-bottom:0}.neo-styled .v-tabs:not(.v-tabs--vertical):not(.v-tabs--right)>.v-slide-group--is-overflowing.v-tabs-bar--is-mobile:not(.v-slide-group--has-affixes) .v-slide-group__prev{display:none}.neo-styled .v-picker .v-btn{border-radius:2px;color:#fff}.neo-styled .v-picker .v-btn.v-btn--active{background-color:#1e2226!important;box-shadow:inset 0 0 0 1px #6078ea}.neo-styled .v-picker .v-btn.v-btn--active:focus{box-shadow:inset 0 0 0 1px #d0d0d1}.neo-styled .v-picker .v-btn.accent--text{border:1px solid transparent;color:#fff!important}.neo-styled .v-picker .v-picker__body{width:280px!important;background-color:#36393d;box-shadow:inset 0 0 0 1px #4d5154}.neo-styled .v-picker .v-date-picker-header{background-color:#4d5154;font-size:12px}.neo-styled .v-picker .v-date-picker-header .v-date-picker-header__value button{padding:7px}.neo-styled .v-picker .v-date-picker-header .v-date-picker-header__value button:hover{color:#fff!important}.neo-styled .v-picker .v-date-picker-header .v-date-picker-header__value button:focus{color:#fff!important;box-shadow:inset 0 0 0 1px #d0d0d1}.neo-styled .v-picker .v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus){color:#fff;padding:7px}.neo-styled .v-picker .v-date-picker-table .v-date-picker-table--date__week,.neo-styled .v-picker .v-date-picker-table th{color:#acaeaf;font-size:12px}.neo-styled .v-picker .v-date-picker-years li.active{background-color:#1e2226;border:1px solid #6078ea;color:#fff!important}.neo-styled .v-dialog>.v-card{background-color:#36393d}.neo-styled .v-dialog>.v-card .v-card__text{font-size:12px;padding:8px 16px}.neo-styled .v-dialog>.v-card>.v-card__actions .v-btn.v-btn{min-width:80px;flex:0 0 auto;margin:0 0 0 8px}.neo-styled .v-dialog>.v-card>.v-card__actions .v-btn.v-btn+.v-btn{margin-left:8px}.neo-styled .v-dialog .multi_segmented{border-top:1px solid #000;border-bottom:1px solid #000;max-height:75vh;overflow-x:auto}.neo-styled .v-dialog .multi_segmented .side_panel{background-color:#36393d;border-right:1px solid #000}.neo-styled .v-dialog .multi_segmented .content_panel{background-color:#2a2e31}.neo-styled .v-tooltip__content{opacity:1!important;background-color:#1e2226}.neo-styled .metadata_tooltip{display:flex;flex-direction:column;min-width:120px;max-width:200px}.neo-styled .metadata_tooltip>div{display:flex;flex-direction:row;line-height:normal;margin-bottom:4px}.neo-styled .metadata_tooltip>div>strong{font-weight:500;margin-right:8px;flex:0 0 auto;width:30%}.neo-styled .metadata_tooltip>div>span{flex:1 1 auto}.neo-styled .v-sheet.v-alert{background-color:#2a2e31!important;min-height:40px;line-height:22px}.neo-styled .v-sheet.v-alert.info{border:1px solid #72aaf7!important}.neo-styled .v-sheet.v-alert.info .v-alert__icon{color:#72aaf7}.neo-styled .v-sheet.v-alert.success{border:1px solid #4de18a}.neo-styled .v-sheet.v-alert.success .v-alert__icon{color:#4de18a}.neo-styled .v-sheet.v-alert.warning{border:1px solid #fcdc5c!important}.neo-styled .v-sheet.v-alert.warning .v-alert__icon{color:#fcdc5c}.neo-styled .v-sheet.v-alert.error{border:1px solid #f75b5e}.neo-styled .v-sheet.v-alert.error .v-alert__icon{color:#f75b5e}.neo-styled .v-sheet.v-alert .v-alert__wrapper{min-height:22px}.neo-styled .v-sheet.v-alert .v-alert__dismissible{background-color:transparent;margin-right:-4px}.neo-styled .v-sheet.v-alert .v-alert__icon{margin-right:10px;margin-top:2px;align-self:center}.neo-styled .v-snack .v-snack__action>.v-snack__btn.v-btn{background-color:transparent}.neo-styled .v-snack .v-snack__content{display:flex}.neo-styled .v-snack .v-snack__content .v-icon{margin-right:8px}.neo-styled .v-snack.success{background-color:transparent!important}.neo-styled .v-snack.success .v-sheet.v-snack__wrapper{border:1px solid #4de18a!important}.neo-styled .v-snack.success .v-snack__content .v-icon{color:#4de18a}.neo-styled .v-snack.error{background-color:transparent!important}.neo-styled .v-snack.error .v-sheet.v-snack__wrapper{border:1px solid #f75b5e!important}.neo-styled .v-snack.error .v-snack__content .v-icon{color:#f75b5e}.neo-styled .v-snack.warning{background-color:transparent!important}.neo-styled .v-snack.warning .v-sheet.v-snack__wrapper{border:1px solid #fcdc5c!important}.neo-styled .v-snack.warning .v-snack__content .v-icon{color:#fcdc5c}.neo-styled .v-snack.info{background-color:transparent!important}.neo-styled .v-snack.info .v-sheet.v-snack__wrapper{border:1px solid #72aaf7!important}.neo-styled .v-snack.info .v-snack__content .v-icon{color:#72aaf7}.neo-styled .v-progress-linear{background-color:#1e2226;border:1px solid #000;border-radius:10px;box-sizing:content-box;margin:4px 0}.neo-styled .v-progress-linear .v-progress-linear__background{background-color:transparent!important}.neo-styled .v-progress-linear .v-progress-linear__buffer,.neo-styled .v-progress-linear .v-progress-linear__determinate{border-radius:10px}.neo-styled .v-progress-linear .v-progress-linear__buffer{background-color:#6078ea!important;opacity:.35;width:0}.neo-styled .viz_progress{font-size:12px;display:flex;flex-direction:row;flex-wrap:wrap}.neo-styled .viz_progress>span{justify-self:end;margin-left:auto}.neo-styled .viz_progress.success{background-color:transparent!important}.neo-styled .viz_progress.success .v-progress-linear__determinate{background-color:#4de18a!important}.neo-styled .viz_progress.success>p{color:#4de18a}.neo-styled .viz_progress.error{background-color:transparent!important}.neo-styled .viz_progress.error .v-progress-linear__determinate{background-color:#f75b5e!important}.neo-styled .viz_progress.error>p{color:#f75b5e}.neo-styled .viz_progress.warning{background-color:transparent!important}.neo-styled .viz_progress.warning .v-progress-linear__determinate{background-color:#fcdc5c!important}.neo-styled .viz_progress.warning>p{color:#fcdc5c}.neo-styled .v-card{background-color:#36393d;flex:0 0 auto}.neo-styled .v-card.v-card--link{text-decoration:none}.neo-styled .v-card.v-card--link:hover{background-color:#2a2e31}.neo-styled .v-card.v-card--link:hover:not(.v-btn){text-decoration:none}.neo-styled .v-card.v-card--link:focus{box-shadow:0 0 0 1px #d0d0d1}.neo-styled .v-card.v-card--link:focus:before{display:none}.neo-styled .v-card .v-image{background-color:#2a2e31;max-height:72px}.neo-styled .v-card .v-image .v-icon{font-size:13px;margin:8px 0 10px 8px}.neo-styled .v-card .v-responsive__content{background:transparent linear-gradient(180deg,#00000085,#54545400) 0 0 no-repeat padding-box;align-self:flex-start}.neo-styled .v-card .v-card__title{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;color:#fff}.neo-styled .v-card .v-card__title .v-icon{font-size:12px;width:16px;flex:0 0 auto}.neo-styled .v-card .v-card__subtitle{color:#acaeaf;padding-top:0}.neo-styled .v-card .v-card__text{color:#fff;padding:0 8px 4px}.neo-styled .v-card .v-card__actions{display:flex;flex-wrap:wrap;flex-direction:row}.neo-styled .v-card .v-card__actions .v-btn{flex:1 1 auto;max-width:100%;min-width:45%;margin:0 4px 4px 4px}.neo-styled .v-card .v-card__actions .v-btn>span{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.neo-styled .v-card .v-card__actions .v-btn>span>i{vertical-align:middle;width:16px;height:16px;font-size:14px;line-height:15px;display:inline-block}.neo-styled .v-card .v-card__actions .v-btn.v-btn+.v-btn{margin-left:4px}.neo-styled .v-card.small{width:90px}.neo-styled .v-card.small .v-image{max-height:72px}.neo-styled .v-card.medium{width:126px}.neo-styled .v-card.large{width:170px}.neo-styled .v-card.large .v-image{max-height:98px}.neo-styled .v-card.selected{background-color:#6078ea;box-shadow:0 0 0 2px #6078ea}.neo-styled .v-card.selected:hover{background-color:#6078ea}.neo-styled .v-card.selected:focus{box-shadow:0 0 0 2px #6078ea,0 0 0 3px #d0d0d1}.neo-styled .v-card.selected .v-card__title{color:#fff}.neo-styled .v-card.selected .v-card__subtitle,.neo-styled .v-card.selected .v-card__text{color:#d0d0d1}.neo-styled .list_view .v-card{width:auto;background-color:transparent;border-radius:0;box-shadow:0 1px 0 0 #36393d,inset 0 1px 0 0 #36393d;padding-right:56px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}.neo-styled .list_view .v-card.v-card--link:hover{background-color:#2a2e31}.neo-styled .list_view .v-card.v-card--link:focus{box-shadow:0 0 0 1px #d0d0d1;z-index:1}.neo-styled .list_view .v-card .v-image{flex:0 0 auto;position:static;height:40px;width:71px}.neo-styled .list_view .v-card .v-image .v-responsive__content{position:absolute;right:8px;z-index:1;background:transparent;top:0;bottom:0;margin:auto;height:30px}.neo-styled .list_view .v-card .v-image .v-image__image--contain{position:static}.neo-styled .list_view .v-card .v-card__title{flex:2 2 auto;min-width:300px;max-width:550px;width:50%;padding:8px;justify-content:flex-start}.neo-styled .list_view .v-card .v-card__title>.v-icon{margin-left:8px}.neo-styled .list_view .v-card .v-card__subtitle{flex:0 0 auto;padding:8px}.neo-styled .list_view .v-card .v-card__actions{justify-content:flex-end;flex:1 1 auto}.neo-styled .list_view .v-card .v-card__actions .v-btn{margin:0;min-width:auto;flex:0 0 auto}.neo-styled .list_view .v-card.selected,.neo-styled .list_view .v-card.selected:hover{background-color:#6078ea}.neo-styled .list_view .v-card.selected .v-card__title{color:#fff}.neo-styled .list_view .v-card.selected .v-card__subtitle,.neo-styled .list_view .v-card.selected .v-card__text{color:#d0d0d1}.neo-styled .list_view .v-card.small .v-image{height:32px;width:57px}.neo-styled .list_view .v-card.medium .v-image{height:40px;width:71px}.neo-styled .list_view .v-card.large .v-image{height:56px;width:100px}.neo-styled .cards_repeater:focus{box-shadow:0 0 0 1px #d0d0d1}.neo-styled .v-input.v-input__slider .v-slider .v-slider__thumb,.neo-styled .v-input.v-input__slider .v-slider .v-slider__track-background,.neo-styled .v-input.v-input__slider .v-slider .v-slider__track-fill{background:#1e2226;border:1px solid #000;border-radius:10px;cursor:pointer}.neo-styled .v-input.v-input__slider:hover .v-slider__thumb{box-shadow:0 0 5px rgba(0,0,0,.32)}.neo-styled .v-input.v-input__slider .v-slider--focused .v-slider__thumb{box-shadow:0 0 0 1px #d0d0d1}.neo-styled .v-input.v-input__slider .v-slider--active .v-slider__thumb{background:#1e2226!important;border:1px solid #6078ea}.neo-styled .v-input.v-input__slider .v-input__prepend-outer{margin:4px}.neo-styled .v-input.v-input__slider .v-icon{color:#d0d0d1}.neo-styled .v-input.v-input__slider .v-icon:hover{color:#fff;cursor:pointer}.neo-styled .v-input.v-input__slider .v-icon:after{display:none}.neo-styled .viz_volume{display:flex;font-size:12px;flex-direction:row;flex-wrap:nowrap;align-items:center}.neo-styled .viz_volume>span{display:inline-block;min-width:24px}.neo-styled .viz_volume.vertical{flex-direction:column}.neo-styled .viz_volume.vertical>span{order:-1}.neo-styled .viz_volume.hover{display:inline-block}.neo-styled .viz_volume.hover .v-input.v-input__slider{position:relative;height:24px;min-height:32px;min-width:32px;width:24px}.neo-styled .viz_volume.hover .v-input.v-input__slider .v-input__control .v-slider{opacity:0;z-index:-1;position:absolute;width:0;left:0;top:0;transition:all .2s ease-in-out}.neo-styled .viz_volume.hover .v-input.v-input__slider .v-input__control .v-slider.v-slider--active{opacity:1;z-index:1;left:0;top:0;width:120px}.neo-styled .viz_volume.hover .v-input.v-input__slider.v-input--is-focused .v-input__control .v-slider,.neo-styled .viz_volume.hover .v-input.v-input__slider:hover .v-input__control .v-slider{opacity:1;z-index:1;width:120px}.neo-styled .viz_volume.hover .v-input.v-input__slider.v-input__slider--vertical .v-input__control .v-slider{width:auto;height:0;min-height:0;left:0;right:0;top:auto;bottom:-9px}.neo-styled .viz_volume.hover .v-input.v-input__slider.v-input__slider--vertical .v-input__control .v-slider.v-slider--active{opacity:1;z-index:1;height:100px;min-height:100px}.neo-styled .viz_volume.hover .v-input.v-input__slider.v-input__slider--vertical.v-input--is-focused .v-input__control .v-slider,.neo-styled .viz_volume.hover .v-input.v-input__slider.v-input__slider--vertical:hover .v-input__control .v-slider{height:100px;min-height:100px}.neo-styled .viz_volume .v-input__icon--prepend button:focus{padding:2px;box-shadow:0 0 0 1px #d0d0d1;border-radius:2px}.neo-styled .v-pagination .v-pagination__item,.neo-styled .v-pagination .v-pagination__more,.neo-styled .v-pagination .v-pagination__navigation{box-shadow:none;color:#fff;transition:none;background-color:#595c5f;margin-right:1px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.neo-styled .v-pagination .v-pagination__item:hover,.neo-styled .v-pagination .v-pagination__navigation:hover{color:#fff;background-color:#65686b}.neo-styled .v-pagination .v-pagination__item.primary,.neo-styled .v-pagination .v-pagination__item:hover:active,.neo-styled .v-pagination .v-pagination__navigation.primary,.neo-styled .v-pagination .v-pagination__navigation:hover:active{box-shadow:inset 0 0 0 1px #6078ea;background-color:#1e2226!important}.neo-styled .v-pagination .v-pagination__navigation .mdi-chevron-left:before,.neo-styled .v-pagination .v-pagination__navigation .mdi-chevron-right:before{font-family:Open Sans,sans-serif;font-size:.75rem}.neo-styled .v-pagination .v-pagination__navigation .mdi-chevron-left:before{content:"Back"}.neo-styled .v-pagination .v-pagination__navigation .mdi-chevron-right:before{content:"Next"}.neo-styled .v-pagination>li:first-child>.v-pagination__navigation{border-radius:2px 0 0 2px;width:auto;padding:0 8px}.neo-styled .v-pagination>li:last-child>.v-pagination__navigation{border-radius:0 2px 2px 0;width:auto;padding:0 8px}.neo-styled .v-pagination .v-pagination__more:before{content:"•••";color:#d0d0d1;position:absolute;z-index:1;width:100%;left:0;text-align:center;font-size:16px}.neo-styled .v-pagination .v-pagination__more{position:relative;font-size:0}.neo-styled .v-treeview .v-treeview-node__root{position:relative}.neo-styled .v-treeview .v-treeview-node__root:hover .v-icon.v-icon{color:#fff}.neo-styled .v-treeview .v-icon.v-icon{color:#d0d0d1;line-height:24px}.neo-styled .v-treeview .v-treeview-node--active{color:#fff!important;background-color:#6078ea!important}.neo-styled .v-treeview .v-treeview-node--active:before{display:none}.neo-styled .v-treeview .v-treeview-node--active .v-icon.v-icon{color:#fff}.neo-styled .v-treeview .v-treeview-node__toggle:focus{box-shadow:inset 0 0 0 1px #d0d0d1}.neo-styled .v-treeview .v-treeview-node__toggle:focus:after{display:none}.neo-styled .v-treeview .mdi-menu-down{font-size:20px;width:16px;height:16px;margin:4px}.neo-styled .theme--dark.v-data-table{background-color:#1e2226}.neo-styled .theme--dark.v-data-table .v-data-table__wrapper>table>thead>tr:last-child>th{border-bottom:none}.neo-styled .theme--dark.v-data-table .v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper):not(.v-data-table__selected){background-color:#2a2e31}.neo-styled .theme--dark.v-data-table .v-data-table__wrapper>table>tbody>tr.v-data-table__selected,.neo-styled .theme--dark.v-data-table .v-data-table__wrapper>table>tbody>tr.v-data-table__selected:hover{background-color:#6078ea}.neo-styled .theme--dark.v-data-table .v-data-table__wrapper>table>tbody tr:not(:last-child)>td:not(.v-data-table__mobile-row){border-bottom:thin solid #36393d}.neo-styled .theme--dark.v-data-table .v-data-table__wrapper>table>tbody>tr>td,.neo-styled .theme--dark.v-data-table .v-data-table__wrapper>table>tbody>tr>th,.neo-styled .theme--dark.v-data-table .v-data-table__wrapper>table>tfoot>tr>td,.neo-styled .theme--dark.v-data-table .v-data-table__wrapper>table>tfoot>tr>th,.neo-styled .theme--dark.v-data-table .v-data-table__wrapper>table>thead>tr>td,.neo-styled .theme--dark.v-data-table .v-data-table__wrapper>table>thead>tr>th{padding:0 8px}.neo-styled .theme--dark.v-data-table .v-data-table__wrapper .v-data-table-header th.sortable .v-data-table-header__icon{font-size:16px!important;margin-left:2px;color:#acaeaf}.neo-styled .theme--dark.v-data-table .v-data-table__wrapper .v-data-table-header th.sortable.active .v-data-table-header__icon{color:#fff}.neo-styled .theme--dark.v-data-table .v-data-table__wrapper .v-data-table-header th{background-color:#36393d}.neo-styled .theme--dark.v-data-table .v-data-table__wrapper .v-data-table-header th:first-of-type{border-radius:2px 0 0 0}.neo-styled .theme--dark.v-data-table .v-data-table__wrapper .v-data-table-header th:last-of-type{border-radius:0 2px 0 0}.neo-styled .theme--dark.v-data-table .v-data-footer{border-top:thin solid #36393d}.neo-styled .theme--dark.v-data-table .v-data-footer__select .v-select{margin:4px}.neo-styled .theme--dark.v-data-table .v-data-table__checkbox .v-input--selection-controls__input .mdi-checkbox-blank-outline{color:#acaeaf}.neo-styled .theme--dark.v-data-table .v-data-table__checkbox .v-input--selection-controls__input .v-input--selection-controls__ripple{display:none}.neo-styled .theme--dark.v-data-table.v-data-table--fixed-header{position:relative}.neo-styled .theme--dark.v-data-table.v-data-table--fixed-header .v-data-footer{margin-right:0}.neo-styled .theme--dark.v-data-table.v-data-table--fixed-header .v-data-table__wrapper{z-index:2;position:relative}.neo-styled .theme--dark.v-data-table.v-data-table--fixed-header .v-data-table__wrapper>table>tbody tr:not(:last-child)>td:not(.v-data-table__mobile-row){margin-right:-6px}.neo-styled .theme--dark.v-data-table.v-data-table--fixed-header .v-data-table__wrapper .v-data-table-header th{box-shadow:none}.neo-styled .theme--dark.v-data-table.v-data-table--fixed-header:after{content:"";position:absolute;height:32px;width:100%;right:0;top:0;background-color:#36393d;z-index:1;border-radius:2px 2px 0 0}.neo-styled .v-breadcrumbs{padding-left:4px}.neo-styled .v-breadcrumbs a.v-breadcrumbs__item{color:#fff}.neo-styled .v-breadcrumbs a.v-breadcrumbs__item.v-breadcrumbs__item--disabled{color:#acaeaf}.neo-styled .theme--dark.v-chip{font-size:12px;height:20px;border-radius:50px;margin-left:1px}.neo-styled .theme--dark.v-chip .v-chip__close{font-size:10px!important;color:#acaeaf;opacity:1}.neo-styled .theme--dark.v-chip .v-chip__close:hover{color:#fff}.neo-styled .theme--dark.v-chip.v-size--x-small{height:12px;font-size:9px;padding:0 4px}.neo-styled .theme--dark.v-chip.v-size--x-small .v-icon{font-size:8px;height:8px}.neo-styled .theme--dark.v-chip.v-size--x-small .v-chip__close{font-size:8px!important}.neo-styled .theme--dark.v-chip.v-size--small{height:16px;font-size:11px;padding:0 6px}.neo-styled .theme--dark.v-chip.v-size--small .v-icon{font-size:10px;height:10px}.neo-styled .theme--dark.v-chip.v-size--small .v-chip__close{font-size:9px!important}.neo-styled .theme--dark.v-chip.v-size--large{height:24px;font-size:13px;padding:0 10px}.neo-styled .theme--dark.v-chip.v-size--large .v-icon{font-size:14px;height:16px}.neo-styled .theme--dark.v-chip.v-size--large .v-chip__close{font-size:12px!important}.neo-styled .theme--dark.v-chip.v-size--x-large{height:32px;font-size:14px;padding:0 12px}.neo-styled .theme--dark.v-chip.v-size--x-large .v-icon{font-size:16px;height:22px}.neo-styled .theme--dark.v-chip.v-size--x-large .v-chip__close{font-size:12px!important}.neo-styled .theme--dark.v-chip:not(.v-chip--active){background-color:#2a2e31}.neo-styled .theme--dark.v-chip.v-chip--active{background-color:#1e2226;box-shadow:inset 0 0 0 1px #6078ea}.neo-styled .theme--dark.v-chip:hover{background-color:#1e2226}.neo-styled .theme--dark.v-chip:focus{background-color:#000}.neo-styled .theme--dark.v-chip:before{display:none}.globalDialogPopup{max-height:100vh!important}.globalDialogPopup .dialogTitle{background:#595c5f}.globalDialogPopup .v-card{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch}.v-picker .v-picker__title.primary{background:#36393d!important;border:1px solid hsla(0,0%,100%,.15)!important;border-right:none!important}.v-picker .v-picker__title__btn{font-weight:300}.v-picker .v-date-picker-title{height:100%}.v-picker .v-date-picker-title .v-date-picker-title__date{flex:1}.scaledImage{max-width:300px;max-height:60px}.v-input__slot{margin-bottom:4px}.v-input__slot .v-text-field__slot input::-webkit-input-placeholder{color:#acaeaf;opacity:.5}.v-input__slot .v-text-field__slot input::-ms-placeholder{color:#acaeaf;opacity:.5}.v-input__slot .v-text-field__slot input::-moz-placeholder{color:#acaeaf;opacity:.5}.v-input__slot .v-text-field__slot input::placeholder{color:#acaeaf;opacity:.5}.v-messages__message{line-height:1.3em}.commonPageLoader .loadingLabel{text-align:center}.v-btn.no-padding{padding:0!important}.theme--dark.v-select .v-select__selection--disabled{color:#ddd}.customButton{display:flex;justify-content:center;align-items:center;padding:8px 9px;line-height:1em;background:#595c5f;border-radius:2px;cursor:pointer;position:relative}.customButton.--icon{height:32px;width:32px}.customButton:hover{background:#65686b}.cursor-pointer{cursor:pointer}.noticeable{color:#d0d0d1}.distinct,p:is(.p1),p:is(.p2){color:#e9e9f2}p:is(.p1){font-size:14px}p:is(.p2){font-size:12px}.v-align-top{vertical-align:top}.highlighter{color:#e89210;font-weight:700}.neo-styled .v-tooltip__content.black,.tippy-backdrop{background:#17181a!important;border:1px solid #36393d!important}.v-tooltip__content span{overflow-wrap:break-word}.neo-styled .v-sheet.v-app-bar.v-toolbar{background-color:#36393d!important;box-shadow:0 1px 0 0 #000!important;height:48px!important}input:-webkit-autofill,input:-webkit-autofill:focus{-webkit-transition:background-color 600000s 0s,color 600000s 0s;transition:background-color 600000s 0s,color 600000s 0s}input[data-autocompleted]{background-color:transparent!important}.v-application.neo-styled{background-color:#1e2226!important}html{overflow-x:hidden;overflow-y:auto;background:#2a2e31}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-5{gap:20px}.gap-6{gap:24px}.gap-7{gap:28px}.gap-8{gap:32px}.gap-10{gap:40px}.text-multiline{white-space:pre-line}.nodisplay{display:none}.tippy-tooltip{border-radius:2px;padding:4px 8px;font-family:Open Sans,sans-serif;font-size:12px;background-color:#1e2226!important}.cell-fixed-size-30{max-width:0;width:30%}.cell-fixed-size-50{max-width:0;width:50%}.text-nowrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}label.checkbox{display:inline-flex;cursor:pointer;flex-direction:row;align-items:center;grid-gap:8px;-webkit-user-select:none;-moz-user-select:none;user-select:none}label.checkbox i{pointer-events:none}label>.field-label{font-size:12px;color:var(--viz-grey-2)}.neo-styled .v-avatar{color:#fff}.neo-styled .preventScroll{max-height:unset}.neo-styled-cloud.neo-styled.theme--dark.v-application{background:#2a2e31!important}.neo-styled-cloud.neo-styled .v-btn.dense{padding:0 8px!important;min-width:unset}.neo-styled-cloud.neo-styled .v-sheet.v-app-bar.v-toolbar{background-color:#36393d!important;box-shadow:0 1px 0 0 #000!important;height:48px!important}.neo-styled-cloud.neo-styled .v-sheet.v-app-bar.v-toolbar .logo_container{margin-right:0}.neo-styled-cloud.neo-styled h4{font-weight:400;color:var(--viz-grey-2);font-size:1.5em}.neo-styled-cloud.neo-styled .v-input.v-text-field .v-input__control>.v-input__slot{padding-top:4px;padding-bottom:4px}.neo-styled-cloud.neo-styled .v-input.v-text-field.v-input--dense .v-input__control{min-height:22px}.neo-styled-cloud.neo-styled .v-input.v-text-field.v-input--dense .v-input__control>.v-input__slot{padding-top:0;padding-bottom:0}.neo-styled-cloud.neo-styled .v-input.v-text-field .v-input__append-inner,.neo-styled-cloud.neo-styled .v-input.v-text-field .v-input__prepend-inner{margin-top:2px}.neo-styled-cloud.neo-styled .v-btn__content{font-size:12px}.neo-styled-cloud.neo-styled .v-btn-toggle>.v-btn{margin-right:6px}.neo-styled-cloud.neo-styled .theme--dark.v-data-table .v-data-table__wrapper>table>tbody>th>th,.neo-styled-cloud.neo-styled .theme--dark.v-data-table .v-data-table__wrapper>table>tbody>tr>td,.neo-styled-cloud.neo-styled .theme--dark.v-data-table .v-data-table__wrapper>table>tfoot>tr>td,.neo-styled-cloud.neo-styled .theme--dark.v-data-table .v-data-table__wrapper>table>tfoot>tr>th{padding:8px 8px}.neo-styled-cloud.neo-styled .theme--dark.v-data-table .v-data-table__wrapper>table>thead>tr>th{font-weight:400}.neo-styled-cloud.neo-styled .theme--dark.v-data-table .v-data-table__wrapper>table>thead>tr>th.active{font-weight:700}.neo-styled-cloud.neo-styled .v-chip.v-chip--no-color.theme--dark{background-color:#595c5f}.neo-styled-cloud.neo-styled .v-chip.theme--dark.v-size--default{padding:4px 16.5px;height:24px}.neo-styled-cloud.neo-styled .v-input--switch .v-input--selection-controls__input{height:20px;margin-top:-1px}.neo-styled-cloud.neo-styled .v-input--switch label{font-size:14px}.neo-styled-cloud.neo-styled .v-input--switch .v-progress-circular{display:block}.neo-styled-cloud.neo-styled .v-progress-linear.theme--dark{background-color:#4d5154;border:none;border-radius:2px}.neo-styled-cloud.neo-styled .v-progress-linear.theme--dark .v-progress-linear__buffer,.neo-styled-cloud.neo-styled .v-progress-linear.theme--dark .v-progress-linear__determinate{border-radius:2px}.neo-styled-cloud.neo-styled .v-card .v-image{background:none}.neo-styled-cloud.neo-styled .v-dialog{outline:1px solid var(--viz-grey-3)}.neo-styled-cloud.neo-styled .v-dialog>.v-card>.v-card__actions{gap:8px}.neo-styled-cloud.neo-styled .v-dialog>.v-card>.v-card__actions>*{margin:0!important}.neo-styled-cloud{font-size:14px}.neo-styled-cloud .v-label{font-size:14px;display:flex;flex-direction:column;grid-gap:8px;align-items:stretch!important}.neo-styled-cloud .v-label.theme--dark{color:#acaeaf}.neo-styled-cloud .v-label span{display:flex;flex-direction:row;grid-gap:8px;align-items:flex-end}.neo-styled-cloud .v-input--is-disabled input,.neo-styled-cloud .v-label strong{color:#fff}p.label{color:#acaeaf}div.inputLabel{font-size:14px;display:flex;flex-direction:column;grid-gap:5px;align-items:stretch!important;color:#acaeaf}div.inputLabel>span{display:flex;flex-direction:row;grid-gap:4px;align-items:flex-end}div.inputLabel>:last-child{color:#fff}.mandatoryLabel{color:#f75b5e}.mandatoryLabel.left{padding-right:3px}.mandatoryLabel.right{padding-left:3px}.v-snack{left:0}.v-snack [role]>span{width:100%;display:flex;grid-gap:32px}.v-snack .v-snack__content{padding:12px 32px}.v-snack[session]{top:55px!important;left:24px!important}.v-snack .column{display:flex;flex-direction:column;width:100%;grid-gap:8px;min-height:48px;justify-content:center}.v-snack .detailedError{padding:8px 16px;max-width:400px;max-height:200px;overflow:auto;background:#1e2226;border-radius:3px}.v-snack .v-icon{margin:0!important}.limitSize,.v-chip.tag span{text-overflow:ellipsis;max-width:150px;display:block;overflow:hidden}.limitSize{white-space:nowrap}.emptyList{text-align:center;padding:16px}.emptyList>*{opacity:0;animation:fadeUp .2s ease-in 1;animation-fill-mode:forwards}.listMenu{display:flex;flex-direction:column;background:#1e2226}.listMenu:is(ul){padding:0!important}.listMenu .listRow{padding:8px 16px;display:flex;flex-direction:row;align-items:center;transition:all .2s ease-in;justify-content:flex-start;cursor:pointer;background:#2a2e31}.listMenu .listRow:not(:last-child){border-bottom:1px solid #1e2226}.listMenu .listRow:hover{filter:brightness(1.2)}.listMenu .listRow[disabled]{pointer-events:none;opacity:.3;filter:brightness(1.2)}.wrapCodeViewer{position:relative}.wrapCodeViewer .controllerCopy{position:absolute;right:8px;top:8px}.wrapCodeViewer .overlay{position:absolute;left:0;top:0;opacity:0;cursor:pointer;width:100%;height:100%}.wrapCodeViewer pre{background:#1e2226;font-size:14px;white-space:pre-line;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wrapCodeViewer pre.json code{background:none!important;padding:0!important}.wrapCodeViewer pre.json code span.key{color:#93a4f3}.wrapCodeViewer pre.json code span.string{color:#6078ea}.wrapCodeViewer pre.json code span.symbol{color:#fff}.wrapCodeViewer pre.json code span.s-1{padding-left:1rem}.wrapCodeViewer pre.json code span.s-2{padding-left:2rem}.wrapCodeViewer pre.json code span.s-3{padding-left:3rem}.wrapCodeViewer pre.json code span.s-4{padding-left:4rem}.wrapCodeViewer pre.json code span.s-5{padding-left:5rem}.wrapCodeViewer pre.json code span.s-6{padding-left:6rem}.wrapCodeViewer pre.json code span.s-7{padding-left:7rem}.wrapCodeViewer pre.json code span.s-8{padding-left:8rem}.wrapCodeViewer pre.json code span.s-9{padding-left:9rem}.wrapCodeViewer pre.json code span.s-10{padding-left:10rem}.wrapCodeViewer pre.json code span.s-11{padding-left:11rem}.wrapCodeViewer pre.json code span.s-12{padding-left:12rem}.wrapCodeViewer pre.json code span.s-13{padding-left:13rem}.wrapCodeViewer pre.json code span.s-14{padding-left:14rem}.wrapCodeViewer pre.json code span.s-15{padding-left:15rem}.menuController .v-list-item__title{font-size:1.1em!important;padding:8px 16px}.w-100{width:100%}.scrollbarContainer{height:100%}.scrollbarContainer,.viz-now-app{display:flex;flex-direction:column}.viz-now-app{justify-content:flex-start;width:100vw;margin:0 auto 0;flex:1 1 auto}.viz-now-app--session-true{width:calc(100vw - 32px)}@media(max-width:1700px){.viz-now-app--session-true{width:calc(100vw - 32px)}}@media(max-width:1300px){.viz-now-app--session-true{width:calc(100vw - 32px)}}@media(max-width:992px){.viz-now-app--session-true{width:calc(100vw - 16px)}}.viz-now-app--session-true.viz-now-app--layout-full-width{width:100vw}.viz-now-app .transitionItem{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;height:100%}.viz-now-app .appBackground{display:flex;flex:1 1 auto;flex-direction:column;justify-content:flex-end}.viz-now-app .rootLevel>.summary{display:flex;flex-direction:column;grid-gap:4px;margin-bottom:16px}.viz-now-app .rootLevel>.summary h1,.viz-now-app .rootLevel>.summary h2,.viz-now-app .rootLevel>.summary h3{font-size:2.3em;line-height:1em}.appLauncherContainer{min-height:calc(100vh - 52px)}.loading-view{display:flex;justify-content:center;align-items:flex-end;text-align:center;flex-grow:1}.loading-view__container{background:#25292c;width:calc(100vw - 32px);height:calc(100% - 40px)}@media(max-width:1700px){.loading-view__container{width:calc(100vw - 32px)}}@media(max-width:1300px){.loading-view__container{width:calc(100vw - 32px)}}@media(max-width:992px){.loading-view__container{width:calc(100vw - 16px)}}.loading-view__container__message{padding:16px}.backgroundWrapper{background:#25292c;padding:16px}p.subTitle{font-size:1.2em;color:#fff;font-weight:300;margin-bottom:8px;display:flex}header{position:relative;z-index:3}main[has-system-message] .scrollbarContainer[session]{max-height:calc(100vh - 82px)}main:not([has-system-message]) .scrollbarContainer[session]{max-height:calc(100vh - 53px)}main[top-bar-hidden] .scrollbarContainer[session]{padding-bottom:0}main[top-bar-hidden][has-system-message] .scrollbarContainer[session]{padding-bottom:30px}.v-select.error--text .v-input__control{border:1px solid}.occupyFullScreen{position:fixed;left:0;top:0;z-index:1005;width:100vw;height:100vh;background:#2a2e31;overflow:auto;display:flex;justify-content:center}.occupyFullScreen>div{width:calc(100vw - 32px)}@media(max-width:1700px){.occupyFullScreen>div{width:calc(100vw - 32px)}}@media(max-width:1300px){.occupyFullScreen>div{width:calc(100vw - 32px)}}@media(max-width:992px){.occupyFullScreen>div{width:calc(100vw - 16px)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#4c545c;border-radius:200px}::-webkit-scrollbar-thumb:active,::-webkit-scrollbar-thumb:hover{background:#373d43}::-webkit-scrollbar-track{background:transparent;border:0 none #fff;border-radius:50px}::-webkit-scrollbar-corner{background:transparent}