/*$border-color: #D2D7DC;*/
/*FONTS*/
/*$button-bg: $white;
$button-hovered-bg: $gray-400;*/
/***/
/*$line-height: $line-height-base !default;
$line-height-sm: 1.2 !default;
$line-height-lg: 1.5 !default;
$line-height-em: $line-height * 1em;*/
/*$line-height: $line-height-base !default;
$line-height-sm: 1.2 !default;
$line-height-lg: 1.5 !default;
$line-height-em: $line-height * 1em;*/
.splash, #splash {
  position: absolute;
  min-height: 100vh;
  min-width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fbfbfd;
}
.splash .splash-img:before, #splash .splash-img:before, .splash .splash-img:after, #splash .splash-img:after {
  top: 50%;
  left: 50%;
  display: inline-block;
  content: "";
  box-sizing: inherit;
  border-radius: 50%;
  border-width: 0.05em;
  border-style: solid;
  border-color: currentColor;
  border-top-color: transparent;
  border-bottom-color: transparent;
  background-color: transparent;
}
.splash .splash-img:before, #splash .splash-img:before {
  margin-top: -0.5em;
  margin-left: -0.5em;
  width: 1em;
  height: 1em;
  animation: k-loading-animation 0.7s linear infinite;
}
.splash .splash-img:after, #splash .splash-img:after {
  margin-top: -0.25em;
  margin-left: -0.25em;
  width: 0.5em;
  height: 0.5em;
  animation: k-loading-animation reverse 1.4s linear infinite;
}
.splash .splash-img:before, #splash .splash-img:before, .splash .splash-img:after, #splash .splash-img:after {
  border-width: 0.018em;
  font-size: 4em;
  position: absolute;
}
.splash.splash-contained, .splash-contained#splash {
  min-height: 100px;
  min-width: 100px;
  height: 100%;
  width: 100%;
  background-color: transparent;
}
.splash.splash-absolute, .splash-absolute#splash {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: auto;
  min-width: auto;
  height: auto;
  width: auto;
  position: absolute !important;
  z-index: 10000 !important;
}

.splash-contained {
  min-height: 100px;
  min-width: 100px;
  height: 100%;
  width: 100%;
  background-color: transparent;
}

.splash-inline {
  min-height: 70px;
  min-width: 140px;
  height: 100%;
  background-color: transparent;
}

#splash {
  z-index: 10001;
  background-color: #fbfbfd;
}

#shell .splash, #shell #splash {
  z-index: 10001;
  overflow: hidden;
  position: fixed;
}
/*# sourceMappingURL=maps/loading.css.map */
