/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    background-image: url(../../images/loading_glass.gif);
    background-position: center center;
    background-repeat: no-repeat;
	background-size:150px;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100vh;
    z-index: 10000;
    box-shadow: inset 0px 0px 200px #00000033;
  background-color: #FFFFFFAA;
/*    backdrop-filter: blur(5px); */
}