.popup-window{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;align-content:stretch;align-items:stretch}.popup-window-enter-active,.popup-window-leave-active{transition:all .15s ease-in}.popup-window-enter,.popup-window-leave-to{transform:scale(1.05);opacity:0}.popup-window-enter-to,.popup-window-leave{transform:none;opacity:1}.popup-window__container{display:flex;width:100%}.popup-window__content{width:100%;height:100%}.popup-window__close-button{position:fixed;top:38px;right:137px;cursor:pointer}.settings-window{display:flex;height:100%;background-color:#2f3341;background-color:var(--color-bg-second)}.settings-window__menu{width:418px;padding-top:30px;padding-right:26px;padding-left:192px;background-color:#242732;background-color:var(--color-bg-main)}.settings-window__header{margin-bottom:30px}.settings-window__header:after{display:table;clear:both;content:""}.settings-window__logo{float:left;width:42px;height:42px;margin-right:20px}.settings-window__menu-item{display:flex;align-items:center;justify-content:space-between;width:220px;height:34px;margin:3px -10px;padding-right:10px;padding-left:10px;font-weight:500;line-height:34px;border-radius:3px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.settings-window__menu-item.router-link-exact-active,.settings-window__menu-item:hover{background-color:#2f3341;background-color:var(--color-bg-second)}.settings-window__menu-icon,.settings-window__menu-item--attention{color:#d94848;color:var(--color-indicator-critical)}.settings-window__menu-icon{width:18px;height:18px}.settings-window__content{width:100%;padding:50px 200px 50px 50px;overflow-x:auto}.workspace-settings__header{margin-bottom:40px}.workspace-settings__logo{margin-right:10px}.workspace-settings__title{overflow:hidden;color:#dbe6ff;color:var(--color-text-main);font-weight:500;font-size:15px;line-height:26px;white-space:nowrap;text-overflow:ellipsis}.workspace-settings__menu-item{width:200px;margin-left:0}.workspace-settings__delimiter{margin-left:10px}.settings-window-page__title{margin-bottom:30px;color:#dbe6ff;color:var(--color-text-main);font-weight:700;font-size:18px}@-webkit-keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}@-webkit-keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.workspace-settings{width:100%}.workspace-settings__inline-elements{display:flex}.workspace-settings__label{margin-bottom:9px}.workspace-settings__section{max-width:280px}.workspace-settings__section,.workspace-settings__submit-button{margin:0 0 20px}.workspace-settings__name-section{width:280px;margin-right:30px}.workspace-settings__id,.workspace-settings__registered-info{margin-top:15px;color:rgba(219,230,255,.6);color:var(--color-text-second);font-size:13px}.workspace-settings__id-description{margin-top:10px}.workspace-settings__id-value{max-width:400px;margin-top:10px;padding:8px 10px}.workspace-settings__id-value .code-block__button-wrapper{padding-right:8px}