.spinner-wrap[data-v-00d0605e]{height:100vh}.spinner[data-v-00d0605e]{width:40px;height:40px;position:relative;top:50%;left:50%;transform:translate(-50%,-50%)}.double-bounce1[data-v-00d0605e],.double-bounce2[data-v-00d0605e]{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-bounce-00d0605e 2s infinite ease-in-out;animation:sk-bounce-00d0605e 2s infinite ease-in-out}.double-bounce2[data-v-00d0605e]{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-bounce-00d0605e{0%,to{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes sk-bounce-00d0605e{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}:root{--color-blue-dark: #118ebe;--color-blue-light: #00aeef;--color-white: #fefefe;--color-grey-lighter: #f6f7fb;--color-grey-light: #ecedf2;--color-grey-dark: #8d8fa6;--color-grey-dark-dec: 141, 143, 166;--color-grey-darker: #434557;--color-grey-ultradark: #262732;--color-red: #ea2127;--color-red-dec: 234, 33, 39;--color-green: #5dc06a;--color-green-dec: 93, 192, 106;--font-family: "Neue Einstellung";--font-heading-3: 600 4.8rem /4.8rem var(--font-family);--font-heading-2: 600 4rem /4rem var(--font-family);--font-heading-1: 600 3.2rem /3.2rem var(--font-family);--font-title: 600 2.4rem /3.2rem var(--font-family);--font-sub-title: 600 2rem /2.4rem var(--font-family);--font-body: 400 1.6rem /2.4rem var(--font-family);--font-body-strong: 700 1.6rem /2.4rem var(--font-family);--font-small: 400 1.4rem /2rem var(--font-family);--font-small-strong: 700 1.4rem /2rem var(--font-family);--font-xsmall: 400 1.2rem /1.6rem var(--font-family)}*{margin:0;padding:0}*,*:before,*:after{box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%}body{font-family:var(--font-family);font-weight:400;line-height:1.6;position:relative}.background-login{background-image:linear-gradient(to right top,var(--color-grey-ultradark),var(--color-grey-darker));background-size:cover;background-repeat:no-repeat;min-height:100vh;position:relative}.background-login:before,.background-login:after{content:"";position:absolute;width:50%;height:50%;background-image:url(/assets/bg-pattern-OtMseraT.png);background-size:cover;background-repeat:no-repeat}.background-login:before{top:0;left:0}.background-login:after{top:50%;left:50%}.header{background-color:var(--color-grey-ultradark);display:flex;justify-content:center;align-items:center;padding:1.5rem 1.5rem 3rem;margin-bottom:-1.5rem;font:var(--font-small);color:var(--color-grey-dark)}.header .logo{margin-left:1rem;width:4rem;height:3.2rem}.service{display:flex;margin-left:10rem;cursor:pointer}.service :not(:last-child){margin-right:3rem}.service__link{text-decoration:none;color:var(--color-grey-dark)}.service__link.router-link-active{color:var(--color-blue-light)}.user{display:flex;align-items:center;cursor:pointer}.user__profile{width:15rem;height:4rem;display:flex;justify-content:center;align-items:center;border-radius:.5rem;background-color:var(--color-grey-darker);margin-left:2rem;margin-right:1rem;font:var(--font-small);color:var(--color-grey-darker);position:relative;transition:background-color .2s}.user__profile--active{background-color:var(--color-grey-dark)}.user__profile .dropdown{list-style:none;width:15rem;padding:.5rem 0;position:absolute;top:4.5rem;left:0;border-radius:.5rem;background-color:var(--color-white);box-shadow:0 .4rem 1rem .5rem #0000001a;transition:opacity .2s;opacity:0;z-index:-1}.user__profile .dropdown>*{padding:.6rem}.user__profile .dropdown>*:hover{background-color:var(--color-grey-light)}.user__profile .dropdown>.current{font:var(--font-small-strong);color:var(--color-blue-light)}.user .dropdown--active{opacity:1;z-index:100}.user .profile__text{height:100%;flex:1;display:flex;align-items:center;justify-content:center;font:var(--font-xsmall);color:var(--color-white);border-right:1px solid var(--color-grey-ultradark)}.user .profile__icon{width:2rem;height:2rem;stroke:var(--color-grey-ultradark);margin:auto .6rem}.content{background-color:var(--color-grey-lighter);display:flex;border-radius:1.5rem 1.5rem 0 0}.sidebar{width:18%}.router-link-active :before{content:"";background-color:var(--color-blue-light);position:absolute;top:50%;left:-1.4rem;width:1rem;height:60%;border-radius:3rem;transform:translateY(-50%)}.router-link-active span{color:var(--color-blue-light)}.router-link-active svg{stroke:var(--color-blue-light)}.nav{margin-top:2rem;padding:.8rem;list-style:none}.nav__item{position:relative;cursor:pointer}.nav__item:not(:last-child){margin-bottom:.5rem}.nav__link:link,.nav__link:visited{font:var(--font-small);color:var(--color-grey-darker);display:block;text-decoration:none;display:flex;align-items:center;padding:1rem}.nav__link:link:hover span,.nav__link:visited:hover span{color:var(--color-blue-light)}.nav__link:link:hover svg,.nav__link:visited:hover svg{stroke:var(--color-blue-light)}.nav__icon{width:1.75rem;height:1.75rem;margin-right:1rem;stroke:var(--color-grey-darker)}.nav__icon--active{stroke:var(--color-blue-light)}.main{display:flex;flex-direction:column;width:100%;min-height:100vh}.heading{background-color:var(--color-white);padding:2rem 3rem;margin:3rem 3rem 1.5rem;border-radius:1rem}.heading h1{font:var(--font-title)}.card{background-color:var(--color-white);border-radius:1rem;margin:1.5rem}.card>*{padding:2.5rem}.card>*:not(:last-child){border-bottom:2px solid var(--color-grey-light)}.card__heading{display:flex;align-items:center;font:var(--font-body-strong)}.card__heading-text-box{display:flex;flex-direction:column}.card__heading-profile-icon{padding:2rem;border-radius:50%;background-color:var(--color-grey-light);color:var(--color-grey-dark)}.card__heading-subtext{font:var(--font-small);color:var(--color-grey-dark)}.card__price{display:flex;align-items:center}.card__price-value{font:var(--font-heading-2);margin-right:2rem}.card__price-period{font:var(--font-body);color:var(--color-grey-dark)}.card__info>*:not(:last-child){margin-bottom:1rem}.card__info-row{display:flex;justify-content:space-between}.card__info-row-span{font:var(--font-small)}.card__info-row-text{font:var(--font-small-strong)}.card__heading-description{margin-left:2rem;font:var(--font-body);color:var(--color-grey-dark)}.card__actions-heading{font:var(--font-body-strong);color:var(--color-grey-darker);margin-bottom:2rem}.card__actions-list{list-style:none}.card__actions-list>*:not(:last-child){margin-bottom:2rem}.card__actions-list a{font:var(--font-small);color:var(--color-grey-darker)}.btn{background-color:var(--color-blue-light);border:none;border-radius:.4rem;padding:.5rem 1.2rem .5rem .8rem;display:flex;justify-content:space-evenly;cursor:pointer}.btn__icon{stroke:var(--color-white);margin:0;width:2rem;height:2rem;margin-right:.5rem}.btn__text{color:var(--color-white);font:var(--font-small-strong)}.table table{width:100%;border-spacing:0}.table table thead th{background-color:var(--color-grey-light);text-align:left;color:var(--color-grey-darker);font:var(--font-small-strong);margin:.5rem;padding:1rem 2rem}.table table thead th:first-of-type{border-radius:.5rem 0 0 .5rem}.table table thead th:last-of-type{border-radius:0 .5rem .5rem 0}.table table tbody td{border-bottom:1px solid var(--color-grey-light);padding:1rem 2rem;font-size:1.4rem;font-weight:300}.table table tbody tr:hover{background-color:var(--color-grey-lighter)}.table table tbody .td__icon{display:flex;width:2rem;height:2rem;stroke:var(--color-grey-dark);stroke-width:2;cursor:pointer}.table table tbody .td__icon:hover{stroke:var(--color-blue-light)}.tc--severity{width:8%}.tc--time{width:15%}.tc--host{width:25%}.tc--duration{width:8%}.tc--invoice{width:20%}.tc--billing-date{width:15%}.tc--icon{width:1%}.tc--name{width:18%}.tc--email{width:12%}.tc--id{width:5%}.tc--description{width:30%}.tag{width:fit-content;padding:.1rem .5rem;font:var(--font-small);border-radius:2rem}.tag-red{background-color:rgba(var(--color-red-dec),.15);color:var(--color-red);border:1px solid var(--color-red)}.tag-green{background-color:rgba(var(--color-green-dec),.15);color:var(--color-green);border:1px solid var(--color-green)}.tag-grey-dark{background-color:rgba(var(--color-grey-dark-dec),.15);color:var(--color-grey-dark);border:1px solid var(--color-grey-dark)}.notification-bar{padding:1.5rem 0;display:flex;justify-content:space-between}.notification{color:var(--color-white);font-size:1.5rem;font-weight:300;line-height:2rem;display:flex;align-items:center}.notification__icon{width:2.5rem;height:2.5rem;margin-right:1rem;stroke:var(--color-white)}.flash-message{position:absolute;top:17%;left:50%;transform:translate(-50%,-50%);z-index:10;border-radius:1rem;box-shadow:0 .4rem 1rem .5rem #0000001a;font-size:1.4rem;font-weight:300;line-height:2rem;background-color:var(--color-grey-lighter);padding:1rem;display:flex;align-items:center;justify-content:space-between}.flash-message__text{margin-left:.5rem;margin-right:5rem}.flash-message__undo{text-transform:uppercase;font-size:1.2rem;margin-right:1rem;cursor:pointer}.x-btn{cursor:pointer}.x-btn--white{stroke:var(--color-white);stroke-width:1.5}.x-btn--grey-ultradark{stroke:var(--color-grey-ultradark);stroke-width:2}.x-btn--small{width:2rem;height:2rem}.x-btn--normal{width:2.5rem;height:2.5rem}.row{display:flex;justify-content:center}.column{display:flex;flex-direction:column}.column-25{width:25%}.grow{flex:1}.m-15{margin:1.5rem}.mt-15{margin-top:1.5rem}.mt-30{margin-top:3rem}.mr-15{margin-right:1.5rem}.ml-30{margin-left:3rem}.mr-30{margin-right:3rem}.bg-blue{background-color:var(--color-blue-light)}.bg-red{background-color:var(--color-red)}.bg-green{background-color:var(--color-green)}.container-login{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-width:40%;min-height:100%;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1}@media screen and (max-width: 650px){.container-login{min-width:80%}}.logo{width:48px;height:40px}.login{background-color:var(--color-white);display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin:5vh 0;border-radius:1.5rem}.login h1{color:var(--color-grey-darker);font-size:3rem;line-height:3rem;font-weight:500;text-align:center;margin:4rem;margin-bottom:10vh}.login h1 span{margin-top:2rem;color:var(--color-grey-dark)}.login a{margin:2vh;font-size:1.3rem;font-weight:200;line-height:2rem;text-decoration:underline;color:var(--color-grey-dark)}.slack-app{background-color:var(--color-white);display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin:5vh 0;padding:4rem;border-radius:1.5rem}.slack-app h1,.slack-app h2{color:var(--color-grey-darker);font-size:3rem;line-height:3rem;font-weight:500;text-align:center}.slack-app h2{margin-top:1rem;color:var(--color-grey-dark)}.slack-app a{margin-top:7rem;display:flex;justify-content:center;align-items:center;text-decoration:none;background-color:var(--color-blue-light);color:var(--color-white);border:none;border-radius:.4rem;height:4rem;width:100%;font-size:1.5rem;cursor:pointer}.form{display:flex;flex-direction:column;width:70%}.form__group{margin-bottom:.8rem;position:relative}.form__input{font-family:inherit;font-weight:300;border:1px solid var(--color-grey-light);border-radius:.4rem;width:100%;height:4rem;padding:1rem}.form__btn{background-color:var(--color-blue-light);color:var(--color-white);border:none;border-radius:.4rem;height:4rem;width:100%;cursor:pointer}.form ::placeholder{color:var(--color-grey-dark);font-family:Neue Einstellung;font-weight:300}.password{-webkit-text-security:disc}.password-visibility{display:none}.password-visibility:checked~.password-visibility-button{background-color:var(--color-grey-dark);-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%2012C10%2012.5304%2010.2107%2013.0391%2010.5858%2013.4142C10.9609%2013.7893%2011.4696%2014%2012%2014C12.5304%2014%2013.0391%2013.7893%2013.4142%2013.4142C13.7893%2013.0391%2014%2012.5304%2014%2012C14%2011.4696%2013.7893%2010.9609%2013.4142%2010.5858C13.0391%2010.2107%2012.5304%2010%2012%2010C11.4696%2010%2010.9609%2010.2107%2010.5858%2010.5858C10.2107%2010.9609%2010%2011.4696%2010%2012Z'%20stroke='%238d8fa6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M21%2012C18.6%2016%2015.6%2018%2012%2018C8.4%2018%205.4%2016%203%2012C5.4%208%208.4%206%2012%206C15.6%206%2018.6%208%2021%2012Z'%20stroke='%238d8fa6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");-webkit-mask-size:cover;mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%2012C10%2012.5304%2010.2107%2013.0391%2010.5858%2013.4142C10.9609%2013.7893%2011.4696%2014%2012%2014C12.5304%2014%2013.0391%2013.7893%2013.4142%2013.4142C13.7893%2013.0391%2014%2012.5304%2014%2012C14%2011.4696%2013.7893%2010.9609%2013.4142%2010.5858C13.0391%2010.2107%2012.5304%2010%2012%2010C11.4696%2010%2010.9609%2010.2107%2010.5858%2010.5858C10.2107%2010.9609%2010%2011.4696%2010%2012Z'%20stroke='%238d8fa6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M21%2012C18.6%2016%2015.6%2018%2012%2018C8.4%2018%205.4%2016%203%2012C5.4%208%208.4%206%2012%206C15.6%206%2018.6%208%2021%2012Z'%20stroke='%238d8fa6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");mask-size:cover}.password-visibility:checked~.password{-webkit-text-security:none}.password-confirmation{-webkit-text-security:disc}.password-confirmation-visibility{display:none}.password-confirmation-visibility:checked~.password-confirmation-visibility-button{background-color:var(--color-grey-dark);-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%2012C10%2012.5304%2010.2107%2013.0391%2010.5858%2013.4142C10.9609%2013.7893%2011.4696%2014%2012%2014C12.5304%2014%2013.0391%2013.7893%2013.4142%2013.4142C13.7893%2013.0391%2014%2012.5304%2014%2012C14%2011.4696%2013.7893%2010.9609%2013.4142%2010.5858C13.0391%2010.2107%2012.5304%2010%2012%2010C11.4696%2010%2010.9609%2010.2107%2010.5858%2010.5858C10.2107%2010.9609%2010%2011.4696%2010%2012Z'%20stroke='%238d8fa6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M21%2012C18.6%2016%2015.6%2018%2012%2018C8.4%2018%205.4%2016%203%2012C5.4%208%208.4%206%2012%206C15.6%206%2018.6%208%2021%2012Z'%20stroke='%238d8fa6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");-webkit-mask-size:cover;mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%2012C10%2012.5304%2010.2107%2013.0391%2010.5858%2013.4142C10.9609%2013.7893%2011.4696%2014%2012%2014C12.5304%2014%2013.0391%2013.7893%2013.4142%2013.4142C13.7893%2013.0391%2014%2012.5304%2014%2012C14%2011.4696%2013.7893%2010.9609%2013.4142%2010.5858C13.0391%2010.2107%2012.5304%2010%2012%2010C11.4696%2010%2010.9609%2010.2107%2010.5858%2010.5858C10.2107%2010.9609%2010%2011.4696%2010%2012Z'%20stroke='%238d8fa6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M21%2012C18.6%2016%2015.6%2018%2012%2018C8.4%2018%205.4%2016%203%2012C5.4%208%208.4%206%2012%206C15.6%206%2018.6%208%2021%2012Z'%20stroke='%238d8fa6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");mask-size:cover}.password-confirmation-visibility:checked~.password-confirmation{-webkit-text-security:none}.password-visibility-button{position:absolute;width:2rem;height:2rem;top:25%;right:1rem;background-color:var(--color-grey-dark);-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21%209C18.6%2011.667%2015.6%2013%2012%2013C8.4%2013%205.4%2011.667%203%209M3%2015L5.5%2011.2M21%2014.976L18.508%2011.2M9%2017L9.5%2013M15%2017L14.5%2013'%20stroke='%238d8fa6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");-webkit-mask-size:cover;mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21%209C18.6%2011.667%2015.6%2013%2012%2013C8.4%2013%205.4%2011.667%203%209M3%2015L5.5%2011.2M21%2014.976L18.508%2011.2M9%2017L9.5%2013M15%2017L14.5%2013'%20stroke='%238d8fa6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");mask-size:cover;cursor:pointer}.password-confirmation-visibility-button{position:absolute;width:2rem;height:2rem;top:25%;right:1rem;background-color:var(--color-grey-dark);-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21%209C18.6%2011.667%2015.6%2013%2012%2013C8.4%2013%205.4%2011.667%203%209M3%2015L5.5%2011.2M21%2014.976L18.508%2011.2M9%2017L9.5%2013M15%2017L14.5%2013'%20stroke='%238d8fa6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");-webkit-mask-size:cover;mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21%209C18.6%2011.667%2015.6%2013%2012%2013C8.4%2013%205.4%2011.667%203%209M3%2015L5.5%2011.2M21%2014.976L18.508%2011.2M9%2017L9.5%2013M15%2017L14.5%2013'%20stroke='%238d8fa6'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");mask-size:cover;cursor:pointer}.links{display:flex;margin:2vh}.links :not(:last-child){margin-right:3rem}.links .link{text-decoration:none;color:#fff;font-size:1.3rem;line-height:2rem;font-weight:200}@font-face{font-family:Neue Einstellung;src:url(/assets/neue-einstellung-thin-Dlioskms.otf) format("opentype");font-style:normal;font-weight:100}@font-face{font-family:Neue Einstellung;src:url(/assets/neue-einstellung-extra-light-ekin7Uyf.otf) format("opentype");font-style:normal;font-weight:200}@font-face{font-family:Neue Einstellung;src:url(/assets/neue-einstellung-light-dhB4vLCf.otf) format("opentype");font-style:normal;font-weight:300}@font-face{font-family:Neue Einstellung;src:url(/assets/neue-einstellung-regular-D3ulJFdq.otf) format("opentype");font-style:normal;font-weight:400}@font-face{font-family:Neue Einstellung;src:url(/assets/neue-einstellung-medium-DjCFoDRZ.otf) format("opentype");font-style:normal;font-weight:500}@font-face{font-family:Neue Einstellung;src:url(/assets/neue-einstellung-semi-bold-B9Xr0BQ7.otf) format("opentype");font-style:normal;font-weight:600}@font-face{font-family:Neue Einstellung;src:url(/assets/neue-einstellung-bold-BtGFBkX4.otf) format("opentype");font-style:normal;font-weight:700}@font-face{font-family:Neue Einstellung;src:url(/assets/neue-einstellung-extra-bold-DyqUBPGm.otf) format("opentype");font-style:normal;font-weight:800}@font-face{font-family:Neue Einstellung;src:url(/assets/neue-einstellung-black-uEGXqgIP.otf) format("opentype");font-style:normal;font-weight:900}
