.loader,.loader img{border-radius:50%}body,html{overflow-x:hidden;overflow-y:hidden}body{background-position:center center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;background-color:#fff;height:100%}.loader-container{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.8);justify-content:center;align-items:center;z-index:10000000}.loader{width:100px;height:100px;position:relative;overflow:hidden}.loader img,.spinner{width:100%;height:100%}.spinner{position:absolute;top:0;left:0;border:5px solid rgba(0,0,0,.1);border-top:5px solid #3498db;border-radius:50%;animation:1s linear infinite spin}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{margin-top:15px;font-size:18px;font-weight:700;color:#333;position:fixed}