#root {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0px;
  background-color: #fff;
}
#root > div {
  position: fixed !important;
}
.loaderContainer {
  width: 720px;
  height: 370px;
  background: linear-gradient(106deg, #ce5f1c 16%, #dd931b 86%);
  padding: 50px;
}
.loaderContainer .title {
  font-size: 3.2em;
  font-weight: 700;
  font-family: "Helvetica";
}
.loaderContainer .title .subTitle {
  font-size: 0.5em;
  font-weight: 300;
  text-align: left;
}
.loaderContainer .progressBackground {
  margin: auto;
  width: 205px;
  text-align: center;
}
.loaderContainer .progressBackground .progressFull {
  position: absolute;
  text-align: center;
  padding-left: 12px;
  margin-top: -2px;
}
.progressFull img {
  width: 210px;
}
.overlayLoader {
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100vw;
  height: 100vh;
  z-index: 8; /* keep it in background */
  display: flex;
  justify-content: center;
  align-items: center;
}
