*,:before,:after{box-sizing:border-box}html,body,div,span,svg{vertical-align:baseline;border:none;margin:0;padding:0}body,html{width:100%;height:100%;margin:0;display:block}.kbnWelcomeView{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;justify-content:center;align-items:center;height:100%;line-height:1.5;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.kbnWelcomeTitle{color:#000;opacity:0;margin:16px 0;font-family:sans-serif;font-size:20px;animation:1s ease-in-out 1s forwards fadeIn}.kbnWelcomeText{color:#98a2b3;font-family:sans-serif;font-size:14px;display:block;height:40px!important;line-height:40px!important}.kbnLoaderWrap{text-align:center;letter-spacing:-.005em;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-kerning:normal;font-family:sans-serif;font-weight:400;line-height:1}.kbnLoaderWrap>svg,.kbnLoaderWrap>img{width:40px;height:40px;margin:auto;line-height:1}@keyframes kbnLoadingElastic{0%{transform:scale3d(.2,.2,-.7)}40%{transform:scaleZ(2)}50%{transform:scale3d(.99,.99,2)}70%{transform:scale3d(.96,.96,-2.5)}to{transform:scale3d(.98,.98,2)}}.kbnLoaderWrap .kbnLoader path{transform-style:preserve-3d;transform-origin:50%}@media not (prefers-reduced-motion:reduce){.kbnLoaderWrap .kbnLoader path{animation-name:kbnLoadingElastic;animation-duration:1s;animation-timing-function:cubic-bezier(0,.63,.49,1);animation-iteration-count:infinite;animation-direction:alternate;animation-fill-mode:forwards}.kbnLoaderWrap .kbnLoader path:first-of-type{animation-delay:0s}.kbnLoaderWrap .kbnLoader path:nth-of-type(2){animation-delay:35ms}.kbnLoaderWrap .kbnLoader path:nth-of-type(3){animation-delay:.125s}.kbnLoaderWrap .kbnLoader path:nth-of-type(4){animation-delay:.155s}.kbnLoaderWrap .kbnLoader path:nth-of-type(5){animation-delay:75ms}.kbnLoaderWrap .kbnLoader path:nth-of-type(6){animation-delay:60ms}}.kbnProgress{width:32px;height:4px;line-height:1;display:inline-block;position:relative;overflow:hidden}.kbnProgress:before{content:"";width:100%;height:4px;animation:1s cubic-bezier(.694,.0482,.335,1) infinite kbnProgress;position:absolute;top:0;bottom:0;left:0;transform:scaleX(0)translate(0%)}@keyframes kbnProgress{0%{transform:scaleX(1)translate(-100%)}to{transform:scaleX(1)translate(100%)}}@media (prefers-reduced-motion){.kbnProgress{display:none}}