#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 999999;
}

#loader-wrapper .loading {
    width: 70px;
    height: auto;
}
#loader-wrapper .loading-text {
    font-size: 14px;
    color: #000000;
    margin-top: 20px;
}