.loader{overflow:hidden;display:inline-block}.loader,.loader img{width:48px;height:48px}.loader img{-webkit-animation-name:loader-animation;animation-name:loader-animation;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes loader-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes loader-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.toast{z-index:1000;position:fixed;text-align:center;left:0;right:0;bottom:5%}.toast>div{display:flex;flex-direction:column;align-items:center}.toast-item{color:#fff;display:inline-block;background:rgba(0,0,0,.8);box-shadow:0 0 12px rgba(0,0,0,.2);padding:12px 20px;border-radius:6px;margin:0 0 8px}.toast-item.success{background:#00b279;box-shadow:0 0 12px rgba(0,152,104,.3)}.toast-item.error{background:#ff5c00;box-shadow:0 0 12px rgba(255,92,0,.3)}.toast .toast-transition-enter-active{transition:all .4s}.toast .toast-transition-leave-active{position:fixed}.toast .toast-transition-enter,.toast .toast-transition-leave-to{opacity:0;transform:translateY(10px)}.toast .toast-transition-move{transition:transform .5s ease-out,opacity .2s}.app-loading-screen{height:100vh;display:flex;justify-content:center;align-items:center}.auth-nav[data-v-7c93c153]{display:flex;justify-content:space-between;align-items:center;width:100%;height:48px}.auth-nav .logo[data-v-7c93c153]{padding:8px 16px;line-height:0}.auth-nav .logo img[data-v-7c93c153]{height:24px}.auth-nav .cta[data-v-7c93c153]{display:flex;align-items:center;margin-right:16px}.auth-nav .nav-text[data-v-7c93c153]{display:none}@media only screen and (min-width:750px){.auth-nav .nav-text[data-v-7c93c153]{display:block;margin-right:16px}}.form-error{text-align:center;margin:16px 0;border-radius:4px;background:#fdf6f5;color:rgba(0,0,0,.7);border:1px solid #e7c0bc;padding:12px}.auth-form-container{max-width:560px;width:100%;margin:0 auto;display:flex;flex-direction:column;justify-content:center}.auth-form-container .auth-screen-title{text-align:center;margin:0 0 24px}.auth-form-container-box{width:100%;padding:40px;margin:0 auto 40px;background:#fff;border-radius:6px;box-shadow:0 2px 14px 0 rgba(60,66,87,.12),0 0 4px 0 rgba(0,0,0,.12);box-sizing:border-box;flex-shrink:0}.auth-form-container-helper{text-align:center;font-size:18px}.login-form{margin-top:40px}.login-form .form-group{margin:0 0 24px}.login-form .form-group label{display:inline-block;margin:0 0 6px;font-weight:500}.login-form .button{width:100%}.login-form .helper-text{margin:0 0 24px}.login-form .centered{text-align:center}.reset-password-link{text-align:right}.login-screen{min-height:100vh;padding:16px;background-color:#fff;background-image:url(../img/background-pattern-dark.d46505e1.svg);background-size:cover;box-sizing:border-box}.signup-form .title{color:#fff}.signup-form .title>h1{margin-bottom:16px}.signup-form .form-group{margin:0 0 24px}.signup-form .form-group label{display:inline-block;margin:0 0 6px;font-weight:500}.signup-form .button{width:100%;margin:24px 0 0;transition:all .2s ease-out}.signup-form .button .symbol{display:inline-flex;align-self:center;position:relative;left:8px;transform:translateX(0);transition:transform .15s linear}.signup-form .button:hover{transform:translateY(-2px);background-color:#00a370;box-shadow:0 10px 8px -10px rgba(0,0,0,.4)}.signup-form .button:hover .symbol{transform:translateX(4px)}.signup-form .button:active{background-color:#008158;transform:translateY(0);box-shadow:0 8px 4px -8px rgba(0,0,0,.4)}.signup-screen{background-color:#004b33;background-image:url(../img/background-pattern-light.17199b01.svg);min-height:100vh;padding:16px;background-size:cover;box-sizing:border-box;display:flex;flex-direction:column}.signup-screen .auth-form-container{flex-grow:1}.signup-screen .nav-text{color:#fff}.error-404{text-align:center;margin:80px 0 0}.error-404 h1{font-size:64px;margin:0}.action-button{line-height:0;border-radius:50%;border:0;padding:4px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:none;fill:rgba(0,0,0,.6)}.action-button:hover{background:rgba(0,0,0,.05);transition:background .1s linear}.action-button:active{background:rgba(0,0,0,.1)}.action-button:focus{outline:0;box-shadow:0 0 0 3px rgba(3,102,214,.3)}.modal-transition-enter-active,.modal-transition-leave-active{transition:all .2s}.modal-transition-enter-active .modal-wrapper,.modal-transition-leave-active .modal-wrapper{transition:all .2s;transform:scaleX(1)}.modal-transition-enter,.modal-transition-leave-to{opacity:0}.modal-transition-enter .modal-wrapper,.modal-transition-leave-to .modal-wrapper{transform:scale3d(1.1,1.1,1)}.modal{z-index:1000;box-sizing:border-box;padding:16px;position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center}.modal-wrapper{box-sizing:border-box;background:#fff;width:100%;max-width:534px;border-radius:4px}.modal-header{padding:24px 16px 0 24px;display:flex;justify-content:space-between;align-items:center}.modal-header h4{margin:8px 0 0}.modal-close-button svg{width:27px;height:27px;fill:rgba(0,0,0,.6)}.modal-content{padding:24px 24px 32px}.modal-content>:first-child,.modal-content form>:first-child{margin-top:0}.modal-content>:last-child,.modal-content form>:last-child{margin-bottom:0}.modal-actions{text-align:right;padding:16px 24px;background-color:#f7f6f9}.modal-actions .button{min-width:90px;padding:10px 16px;font-size:16px}.modal-actions .button:not(:last-of-type){margin:0 12px}.modal-actions .button-secondary{background-color:#fff}.form-field{margin:0 0 16px}.form-field:last-of-type{margin-bottom:0}.form-field-label{width:100%}.form-field-label>span{color:rgba(0,0,0,.6);font-size:14px;font-weight:500;display:inline-block;clear:right;margin:0 0 4px}.form-field-hint{font-size:14px;margin:4px 0 0 0;color:rgba(0,0,0,.4)}.js-focus-visible :focus:not([data-focus-visible-added]){outline:none}.js-focus-visible [data-focus-visible-added]{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px #0366d6,0 0 0 6px #fff}body{background:#f9f8fd;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;margin:0;padding:0;height:100%}::-moz-selection{background:#e0d2fc}::selection{background:#e0d2fc}p{margin:8px 0}a{color:#009868}a[role=button]{font-weight:500}a.is-alert{text-decoration:none;color:#ff5c00}a.is-alert:hover{color:#cc4a00}a:hover{color:#006545;transition:all .15s ease-out}hr{height:1px;background:rgba(0,0,0,.2);border:0;margin:16px 0}.centered{text-align:center}.fineprint{color:rgba(0,0,0,.4)}.hoverable-text{text-decoration:none;border-bottom-color:rgba(0,0,0,.2);border-bottom-style:dashed;border-bottom-width:thin}.heading-1,h1{font-size:40px;font-family:Sarala,serif;line-height:1.375}.heading-2,h2{font-size:30px;font-family:Sarala,serif;line-height:1.4}.heading-3,h3{font-size:24px;font-family:Sarala,serif}.heading-4,h4{font-size:20px;font-family:Sarala,serif}.heading-5,h5{font-size:18px;font-weight:700}.body-large{font-size:18px;line-height:1.5}.body-medium{font-size:16px;line-height:1.4}.body-small{font-size:14px;line-height:1.28571}.body-xsmall{font-size:12px;line-height:1.25}h1,h2,h3,h4,h5{margin:16px 0}.heading-2,.heading-4{margin:24px 0 16px}menu.tabs{align-items:center;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start;padding:0;margin:0 0 0 -2px}menu.tabs a{border-radius:6px 0 0 0;fill:rgba(0,0,0,.4);color:rgba(0,0,0,.4);justify-content:center;vertical-align:top;text-decoration:none;display:flex;align-items:stretch}menu.tabs a:not(:first-child){margin:0 0 0 -8px}menu.tabs a:first-child{z-index:9}menu.tabs a:nth-child(2){z-index:8}menu.tabs a:nth-child(3){z-index:7}menu.tabs a:nth-child(4){z-index:6}menu.tabs a:nth-child(5){z-index:5}menu.tabs a:nth-child(6){z-index:4}menu.tabs a:nth-child(7){z-index:3}menu.tabs a:nth-child(8){z-index:2}menu.tabs a:nth-child(9){z-index:1}menu.tabs a:nth-child(10){z-index:0}menu.tabs a svg{margin:0 8px 0 0}menu.tabs a .left{background:url(../img/folder-tab.c3341fe3.svg) no-repeat;padding:11px 8px 4px 24px;display:flex;align-items:center}menu.tabs a .right{width:32px;background:url(../img/folder-tab.c3341fe3.svg) no-repeat 100% 0}menu.tabs a:hover{z-index:9}menu.tabs a:hover .left,menu.tabs a:hover .right{background-image:url(../img/folder-tab-active.82acb004.svg)}menu.tabs a.is-active{z-index:10;fill:#009868;color:#009868}menu.tabs a.is-active .left,menu.tabs a.is-active .right{background-image:url(../img/folder-tab-active.82acb004.svg)}.button{display:inline-block;padding:12px 20px;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:18px;font-weight:700;color:#fff;text-align:center;text-decoration:none;cursor:pointer;background:#009868;border:2px solid transparent;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.button-full-width{width:100%;box-sizing:border-box}.button.is-loading{position:relative}.button.is-loading span{opacity:0}.button.is-loading:after{width:32px;height:32px;content:"";background:url(../img/button-loader.d54150d4.png);background-size:32px 32px;display:block;position:absolute;left:50%;top:50%;margin:-16px 0 0 -16px;-webkit-animation-name:button-loader-animation;animation-name:button-loader-animation;-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.button svg{fill:#fff}.button:hover{color:#fff;background-color:#007f57;transition:background-color .15s ease-out}.button:active{color:#fff;background-color:#006545}.button:disabled,.button:disabled:hover{cursor:default;background:#b3e0d2}.button.is-medium{padding:10px 16px;font-size:16px}.button.is-small{padding:6px 12px;font-size:16px;font-weight:600}.button-secondary{color:#009868;font-weight:700;border:2px solid #009868;background-color:transparent}.button-secondary:hover{color:#007f57;border:2px solid #007f57;background-color:rgba(0,152,104,.1);transition:background-color .15s ease-out}.button-secondary:active{color:#006545;border:2px solid #006545;background-color:rgba(0,152,104,.2)}.button-ghost{color:#fff;font-weight:700;border:2px solid hsla(0,0%,100%,.6);background-color:transparent}.button-ghost:hover{color:#009868;border:2px solid #fff;background-color:#fff}.button-ghost:active{color:#007f57}.button.is-destructive{background:#ff5c00}.button.is-destructive:hover{background-color:#e65300}.button.is-destructive:active{background-color:#cc4a00}.button.is-destructive:disabled,.button.is-destructive:disabled:hover{cursor:default;background:#ffceb3}.button-secondary.is-destructive{background:#fff;color:#ff5c00;border-color:#ff5c00}.button-secondary.is-destructive svg{fill:#ff5c00}.button-secondary.is-destructive:active,.button-secondary.is-destructive:hover{background:rgba(255,92,0,.02)}.button-secondary.is-destructive:disabled,.button-secondary.is-destructive:disabled:hover{color:#ffceb3;border-color:#ffceb3}@-webkit-keyframes button-loader-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes button-loader-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.switch{cursor:pointer;display:inline-block;width:60px;height:32px;border-radius:16px;background:#eee;box-sizing:border-box;padding:4px;transition:all .15s ease-out;box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2)}.switch:focus{outline:none;box-shadow:0 0 0 2px rgba(3,102,214,.3)}.switch:active span{background:#eee}.switch span{display:inline-block;width:24px;height:24px;background:#fff;border-radius:12px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);transition:margin .15s ease-out}.switch-on{background:#009868}.switch-on span{margin-left:28px}.breadcrumbs{margin:24px 0}.breadcrumbs span{margin:0 8px}.text-field{box-sizing:border-box;width:100%;color:#000;padding:9px 12px;font-size:16px;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;border:1px solid #ccc;border-radius:6px;line-height:1.5}.text-field:focus{outline:none;box-shadow:0 0 0 2px rgba(3,102,214,.3);border-color:#009868}.text-field-large{font-size:18px;padding:10px 16px}.text-field::-moz-placeholder{color:rgba(0,0,0,.2)}.text-field:-ms-input-placeholder{color:rgba(0,0,0,.2)}.text-field::placeholder{color:rgba(0,0,0,.2)}.select{box-sizing:border-box;padding:8px 32px 8px .8em;font-size:16px;cursor:pointer;background:#fff url(../img/dropdown-arrow.5924141e.svg) no-repeat right 12px top 50%;background-size:12px 12px;border:1px solid #ccc;border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.select::-ms-expand{display:none}.select:hover{border-color:#aaa}.select:focus{outline:none;box-shadow:0 0 0 3px rgba(3,102,214,.3);border-color:#009868}.textarea{width:100%;box-sizing:border-box;padding:9px 12px;font-size:16px;font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;line-height:1.375;border:1px solid #ccc;border-radius:6px;resize:none}.textarea:focus{outline:none;box-shadow:0 0 0 2px rgba(3,102,214,.3);border-color:#009868}.icon{vertical-align:text-bottom;display:inline-block;fill:currentColor}.server-creation-cta{margin:40px 0}.dashboard-chart{background:#fff;border:1px solid #bbb;border-radius:2px;padding:16px}.dashboard-chart-heading{margin:0 0 16px}.dashboard-chart-heading h1{margin:0}.dashboard-chart-heading p{margin:0;color:#777}