/*PAGE LOADER START*/
#page-loader {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  display: flex;
  z-index: 3000;
}
#page-loader-wrapper{
  position: relative;
  margin: auto;
}
#page-loader-image {
  width: 60px;
  margin: auto;
}
#page-loader-image img {
  width: 100%;
}
#page-loader-spinner {
  font-size: 1.2em;
  position: absolute;
  width: 80px;
  height: 80px;
  top: -23px;
  left: -10px;
}
/*PAGE LOADER END*/

/*SWALL LOADER START*/
#swall-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  z-index: 3000;
}
#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*/