.server-led{display:inline-block;background:#1d1d1d;width:10px;height:10px;border-radius:5px;margin:0 5px}.server-led-1{-webkit-animation:server-led-sequence-1 4s step-end infinite;animation:server-led-sequence-1 4s step-end infinite}.server-led-2{-webkit-animation:server-led-sequence-2 4s step-end infinite;animation:server-led-sequence-2 4s step-end infinite}.server-led-3{-webkit-animation:server-led-sequence-3 4s step-end infinite;animation:server-led-sequence-3 4s step-end infinite}@-webkit-keyframes server-led-sequence-1{0%{background:#59e678}15%{background:#1d1d1d}20%{background:#59e678}35%{background:#1d1d1d}40%{background:#59e678}75%{background:#1d1d1d}85%{background:#59e678}90%{background:#1d1d1d}}@keyframes server-led-sequence-1{0%{background:#59e678}15%{background:#1d1d1d}20%{background:#59e678}35%{background:#1d1d1d}40%{background:#59e678}75%{background:#1d1d1d}85%{background:#59e678}90%{background:#1d1d1d}}@-webkit-keyframes server-led-sequence-2{0%{background:#59e678}15%{background:#1d1d1d}20%{background:#59e678}25%{background:#1d1d1d}30%{background:#59e678}45%{background:#1d1d1d}50%{background:#59e678}90%{background:#1d1d1d}}@keyframes server-led-sequence-2{0%{background:#59e678}15%{background:#1d1d1d}20%{background:#59e678}25%{background:#1d1d1d}30%{background:#59e678}45%{background:#1d1d1d}50%{background:#59e678}90%{background:#1d1d1d}}@-webkit-keyframes server-led-sequence-3{0%{background:#59e678}20%{background:#1d1d1d}25%{background:#59e678}50%{background:#1d1d1d}55%{background:#59e678}}@keyframes server-led-sequence-3{0%{background:#59e678}20%{background:#1d1d1d}25%{background:#59e678}50%{background:#1d1d1d}55%{background:#59e678}}.server-lcd{background:rgba(31,105,43,.5);box-shadow:inset -1px 1px 1px 0 rgba(0,0,0,.4);color:#fff;padding:8px;border-radius:4px;min-width:145px;box-sizing:border-box;text-align:center}.server-lcd small{font-size:14px}.server{text-decoration:none;max-width:800px;box-sizing:border-box;padding:8px 8px;margin:0 auto;height:80px;background-image:linear-gradient(180deg,#3e4747,#2b3131);box-shadow:inset -2px 2px 4px 0 hsla(0,0%,100%,.1),inset 0 -2px 0 0 rgba(0,0,0,.1);border-radius:6px;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.server:hover{cursor:pointer;background-image:linear-gradient(180deg,#4a5555,#373f3f)}.server-segment{margin:0 8px;display:flex;flex-direction:column;justify-content:center}.server-name-label{color:#fff;flex:1;padding:2px 4px;border-radius:4px;font-size:16px;font-weight:600}.server-settings-button{color:#fff;background:#6f7272;box-shadow:0 0 2px 0 rgba(0,0,0,.5),inset 0 1px 0 0 hsla(0,0%,100%,.2);border-radius:6px;padding:8px 8px}.server-profile-scanner{border-radius:4px;overflow:hidden;line-height:0;position:relative}.server-profile-scanner:after{content:"";box-shadow:inset -1px 1px 1px 0 rgba(0,0,0,.4);position:absolute;left:0;right:0;top:0;bottom:0}.server-profile-scanner-silhouette{opacity:0;-webkit-animation-name:server-profile-scanner-silhouette;animation-name:server-profile-scanner-silhouette;-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.server-profile-scanner-line{-webkit-animation-name:server-profile-scanner-line;animation-name:server-profile-scanner-line;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes server-profile-scanner-silhouette{0%{opacity:0}40%{opacity:1}50%{opacity:1}90%{opacity:1}to{opacity:0}}@keyframes server-profile-scanner-silhouette{0%{opacity:0}40%{opacity:1}50%{opacity:1}90%{opacity:1}to{opacity:0}}@-webkit-keyframes server-profile-scanner-line{0%{y:0}to{y:80}}@keyframes server-profile-scanner-line{0%{y:0}to{y:80}}.server-group{max-width:800px;margin:0 auto 40px}.server-group-label{margin:0 0 0 9px;display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-weight:500;color:rgba(0,0,0,.8)}.server-group-label .left{display:flex;align-items:center;padding:10px 0 6px 16px;background:url(../img/server-group-label.b7333496.svg)}.server-group-label .left>img{margin:0 8px 0 0}.server-group-label .right{width:40px;background:url(../img/server-group-label.b7333496.svg) 100% 0}.server-group-empty-state{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#f7f6f9;border:1px solid rgba(0,0,0,.05);border-radius:6px;padding:24px;color:rgba(0,0,0,.4)}.dashboard{position:relative}.dashboard:before{content:"";position:absolute;height:116px;background-color:#f7f6f9;width:100vw;top:0;left:50%;transform:translateX(-50%);z-index:-1}.dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:32px 16px;margin:0 auto;max-width:800px}.dashboard-header h1{margin:0;line-height:1em;display:flex;align-items:center}.dashboard-header h1 span{margin:0 16px 0 0}.dashboard-content{min-height:calc(100vh - 343px);background:#fff;bottom:0;padding:40px 16px}.model-picker{cursor:pointer;display:inline-block;color:#009868;padding:6px 16px;border:1px solid #009868;border-radius:19px;background-color:#fff;transition:all .1s ease-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.model-picker img{margin-left:6px;position:relative}.model-picker:hover{background-color:#e5f4ef}.model-picker-selected{color:#fff;background-color:#009868}.model-picker-selected:hover{border-color:#00a772;background-color:#00a772}.new-server-screen{max-width:960px;margin:32px auto;padding:0 16px}.new-server-screen-box{box-shadow:0 0 4px rgba(0,0,0,.1);border-radius:6px;padding:40px 64px;background:#fff}.new-server-screen .new-server-header{margin-bottom:40px}.new-server-screen .form-row{margin:24px 0}.new-server-screen .form-row h3{margin:12px 0}.new-server-screen .form-row select{height:48px;font-size:18px;width:320px;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif}.new-server-screen .form-row .text-field-large{width:320px}.new-server-screen .picker{margin:4px 8px 4px 0}.user-nav-dropdown{position:absolute;top:44px;right:0;background:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,.2);min-width:180px;border-radius:4px;margin:0;padding:0}.user-nav-dropdown ul{padding:16px 0;margin:0;list-style:none}.user-nav-dropdown li.has-separator:after{content:"";position:relative;display:block;margin:6px 20px;border-bottom:1px solid #ddd}.user-nav-dropdown a{color:#000;padding:12px 20px;display:block;text-decoration:none}.user-nav-dropdown a:hover{background:#f2f1f4;color:#000}.nav-bar{position:relative;background:#fff;box-shadow:0 0 2px 0 rgba(0,0,0,.2);padding:12px 16px;z-index:100}.nav-bar .inner{margin:0 auto;max-width:1024px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.nav-bar .logo{line-height:0}.nav-bar .logo img{height:24px}.nav-bar .user-nav{display:flex;align-items:center;justify-content:space-between;z-index:1}.nav-bar .user-nav>button,.nav-bar .user-nav>span{margin:0 8px}.nav-bar .user-nav>button:first-child,.nav-bar .user-nav>span:first-child{margin-left:0}.nav-bar .user-nav>button:last-child,.nav-bar .user-nav>span:last-child{margin-right:0}.nav-bar .user-nav a.nav-link{padding:6px 8px;border-radius:6px;display:inline-flex;justify-content:space-between;align-items:center;text-decoration:none;color:#000}.nav-bar .user-nav a.nav-link:hover{background:rgba(0,0,0,.05);transition:background-color .1s ease-out}.nav-bar .user-nav a.nav-link svg{fill:rgba(0,0,0,.6);margin:0 8px 0 0}.nav-bar .user-nav a.is-alert{background:rgba(255,239,230,.8);border-radius:16px;padding:6px 12px;margin-right:12px}.nav-bar .profile-link{display:flex;align-items:center;padding:6px 8px;cursor:pointer;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;font:inherit}.nav-bar .profile-link:focus,.nav-bar .profile-link:hover{outline:none;background:rgba(0,0,0,.05);border-radius:6px;transition:background-color .1s ease-out}.nav-bar .profile-link .icon{fill:rgba(0,75,51,.3)}.nav-bar .profile-link .profile-icon{margin:0 6px 0 0}.nav-bar .profile-link .small-down-arrow-icon{margin:0 0 0 4px}.user-nav{position:relative}.user-nav .profile-link{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:0!important}.user-nav-dropdown-transition-enter-active,.user-nav-dropdown-transition-leave-active{transition:all .1s;transform:none}.user-nav-dropdown-transition-enter,.user-nav-dropdown-transition-leave-to{opacity:0;transform:translate3d(0,-12px,0)}.alert-bar{color:#332923;background:#ffceb3;text-align:center;padding:16px}.alert-bar a{color:currentColor;font-weight:700}.footer{padding:16px 16px;background-color:#fff;border-top:1px solid rgba(0,0,0,.05)}.footer-wrapper{display:flex;align-items:center;justify-content:space-between;max-width:1024px;margin:0 auto}.footer p{margin:0 0 4px}.footer .copyright{color:rgba(0,0,0,.6)}.footer-heart{color:#ff5c00;font-size:20px}.footer-links{display:flex;margin:0;padding:0;list-style:none}.footer-links li:not(:last-child){margin:0 16px 0 0}.footer-links a{color:#6f7272;font-weight:500;text-decoration:none;border-bottom:2px solid transparent}.footer-links a:hover{color:#6f7272;text-decoration:none;border-bottom:2px solid #6f7272}.dashboard-layout{min-width:720px;display:flex;flex-direction:column;min-height:100vh}.dashboard-layout>.content{flex:1 1 0}