/*PAGE LOADER START*/
#page-loader {
  width: 100vw;
  height: 100vh;
  background-color: white;
  position: fixed;
  display: block;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 9999999;
}

#page-loader-wrapper {
  position: relative;
  margin: auto;
}

#page-loader-image {
  width: 23px;
  margin: auto;
}

#page-loader-image img {
  width: 100%;
}

#page-loader-spinner {
  font-size: 1.2em;
  position: absolute;
  width: 80px;
  height: 80px;
  top: -19px;
  left: -28px;
}

/*PAGE LOADER END*/

/*SWALL LOADER START*/
#swall-loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: flex;
  z-index: 9999999;
}

#swall-loader-wrapper {
  font-size: 1.2em;
  position: relative;
  margin: auto;
}

#swall-loader-spinner {
  font-size: 1.1em;
  width: 75px;
  height: 75px;
}

/* SWALL LOADER END*/