/* HTML PRESITE ENTRY RIVE PRELOADER */
/*-------------------------------------------------- */
/* Only applicable to Preloader Page Styling */

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: #2a3753;
  display: flex;
  justify-content: center;
  align-items: center;
}

#lottie-container {
  width: 150px;
  height: 150px;
}

.preloader-component {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.preloader-logo {
  width: 200px !important;
  margin-bottom: 20px;
}

#init-logo-text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 7pt;
  letter-spacing: 0.4em;
  color: #7183a5;
  margin-bottom: 10px;
}

#loading-percentage-text-main {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 200px;
  color: #7183a5;
  margin-top: 0px;
  margin-top: 100px;
}