@charset "UTF-8";
@import "~@jereation/sass-helpers/_mixins";


.content-intercept {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 13;
  @include display-flex;
  @include justify-content(center);
  @include align-items(center);
  padding-bottom: 100px;
  background-color: #fff;
  @include transition(0.2s opacity linear);
  &.vsi-fail {
    background-color: #fff;
  }
}

.content-intercept-message {
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  word-wrap: break-word;
  overflow: hidden;
  color: #000;
}

.content-intercept-fail {
  width: 100%;
  height: 100%;
  @include display-flex;
  @include justify-content(center);
  @include align-items(center);
  background-color: #fff;
  @include transition(0.2s opacity linear);
}

.content-intercept-loading {
  width: 26px;
  height: 26px;
}
