#filghtloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px);
    z-index: 9999;
    overflow: hidden;
  }
  
  .loader-box {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

    #loader{
        display: none !important;
    }