#Loading_indicator{
    display:none;
}
.loading_text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
  }
  .loading_message{
    margin-top: 1rem;
  }
  .loading_box{
    width: 29rem;
    height: 13rem;
    background: rgba(255,255,255,0.8);
    padding: 2rem;
    border-radius: 20px;
  }
  .loading_container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;);
    background-color: rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
    align-content: center;
    display: flex;
  }
  .blur {
    box-shadow: inset 0px 0px 2px #fefefed1;
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    /* backdrop-filter: saturate(200%) blur(30px); */
    background-color: rgba(255, 255, 255, 0.8) !important;
}