#backgroundGrad {
    background-image: radial-gradient(#536976,#292E49);
    position: absolute;
    z-index: -9999;
    text-align: center;
    /* right: 20px;
    bottom: 110px; */
    height: 100%;
    width: 100%;
    padding: 0;
}
#bgimg img{
  /* background-image: radial-gradient(#536976,#292E49); */
  position: absolute;
  z-index: -9998;
  position: fixed;
  display: initial;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
  height: 50%;
  width: auto;
  padding: 0;
  opacity: 0.1;
}
#loading{
    position: fixed;
    display: initial;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
  }
  #loading label{
    /* color: #542cfa; */
    /* color: white; */
    /* color: #EDEDED; */
    margin-top: 10px;
    font-size: 25px;
  }
  #loading img{
    /* padding: 20%; */
    /* height: 100px;
    width: 100px; */
    /* border-radius: 50%; */
    height: auto;
    /* width: 22vh; */
    width: 10vh;
    padding-bottom: 20px;
  }
  
#loaderDiv {
  position: absolute;
  display: flex;
  background-size: contain;
  /* background-color: white; */
  background-image: radial-gradient(#536976,#292E49);
  /* padding: 100%; */
  color: white;
  width: 100%;
  height: 100%;
  z-index: 999;
  justify-content: center;
  align-items: center;
}
#app-btn{
  position: absolute;
  z-index: 9999;
  text-align: left;
  right: 20px;
  bottom: 110px;
  padding: 0;
  height: 150px;
  width: 30vw;
  display: none;
}
#app-btn button{
  background: #fff url(./../assets/xone_icon-blue.png) no-repeat left 18px top 16px;
  background-size: 80px;
  border: 0;
  border-radius: 40px;
  padding: 0 12px 0 90px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #542cfa;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%) !important;
  height: 100%;
  width: 100%;
  font-size: 38px;
}
#app-btn button span {
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  #app-btn{
    height: 80px;
    width: 180px;
    bottom: 50px;
  }
  #app-btn button{
    background: #fff url(./../assets/xone_icon-blue.png) no-repeat left 18px top 13px;
    background-size: 40px;
    border-radius: 40px;
    padding: 0 12px 0 50px;
    height: 100%;
    width: 100%;
    font-size: 18px;
    cursor: pointer;
  }
}

body {
  /* font-family: Arial, sans-serif; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

#popup-container {
  display: none;
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 2;
  color:#542cfa;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}