
/* body {
  background: red;
  text-align: center;
  height: 3000px;
  width: 100%;
} */
#loader {
  z-index: 99999999999999 !important;
}
#loader {
  position: absolute;
  background: #fff;
  width: 100% !important;
  height: 100vh !important;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}

.loaderImage {
  width: 150px;
  margin-top: -130px;
}

.notLoaded {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  margin: 0px;
}

/* .icon-pre-netweb1 {
  margin-left: 25px;
} */

.load-netweb1 {
  text-align: -webkit-center;
}

.text1-netweb {
  margin-top: 15px;
  font-family: 'SF Pro Text';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 21px;
  text-align: center;
  color: #60d8e2;
}

.text2-netweb {
  font-family: 'SF Pro Text';
  font-style: normal;
  font-weight: 200;
  font-size: 12px;
  line-height: 11px;
  text-align: center;
  margin-top: 8px;
  color: #60d8e2a6;
}

.text3-netweb {
  font-family: 'SF Pro Text';
  font-style: normal;
  font-weight: 200;
  font-size: 12px;
  line-height: 11px;
  text-align: center;
  margin-top: 8px;
  color: #60d8e2a6;
}

/* #loader {
  position: absolute;
  background: white;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
} */