.loader{align-items:center;background-color:#fff;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999999}.loader__inner{animation:animate 1.5s ease-in-out infinite;height:27px;margin-right:15px;opacity:0;width:10px}.loader__inner-one{animation-delay:0s;background:#959f9f}.loader__inner-two{animation-delay:.5s;background:#b48a2b}.loader__inner-three{animation-delay:1s;background:#4e585c}.loader__inner-four{animation-delay:1.5s;background:#b48a2b}@keyframes animate{0%{opacity:1}to{opacity:0}}