[data-module=loader].loading {
  width: 100%;
  height: 100%;
  min-width: 1024px;
  min-height: 768px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 10000;
  display: flex;
}

[data-module=loader].loading.opaque {
  background: rgba(255, 255, 255, 1);
}

.full-page .loading-text, .full-page.loader-inner-container {
  max-height: 84px;
}

.loading{
  background-color:rgba(255,0,0,0.3)
}

.loading-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 60px;
  color: var(--main-key-color);
  font-size: 16px;
}

.loader-inner-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow:auto;
  top:50%;
  transform: translateY(-50%);
  display: inline-block;
  align-items: center;
  flex-direction: column;
}