a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.ant-spin .gl-loader{margin:0!important;width:50px;height:50px}.ant-spin .gl-loader>div{position:absolute;top:-25px;left:-25px;width:50px;height:50px;background-size:cover;-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.ant-spin .gl-loader .gl-outer{background-image:url(/images/outer.png?95408f348dd5b5ce5892434d86bc12d9);animation-direction:reverse}.ant-spin .gl-loader .gl-inner{-webkit-animation-duration:1s;animation-duration:1s;background-image:url(/images/inner.png?98e5e5dd3f857f293e623a4ab1e786e6)}.ant-spin.ant-spin-sm .gl-loader{width:25px;height:25px}.ant-spin.ant-spin-sm .gl-loader>div{top:-12.5px;left:-12.5px;width:25px;height:25px}.ant-spin.ant-spin-lg .gl-loader{width:100px;height:100px}.ant-spin.ant-spin-lg .gl-loader>div{top:-50px;left:-50px;width:100px;height:100px}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#app,body,html{position:relative;height:100%;width:100%}body{font-family:Roboto,sans-serif}body .h-100{min-height:100%}body .my-4{margin-top:1rem;margin-bottom:1rem}body .danger{color:red}body .danger:hover{color:#ff6464}body .online{color:#0caa0c}body .offline{color:red;font-weight:700}body a.editable{color:rgba(0,0,0,.65);text-decoration:underline}body .max-w-full{max-width:100%}