#preloader{overflow:hidden;background-color:#3f51b5;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999999}.mosh-preloader{overflow:hidden;-webkit-animation:3s linear 0s normal none infinite running mosh-preloader;animation:3s linear 0s normal none infinite running mosh-preloader;background-color:transparent;border-color:#f1f2f3 #f1f2f3 #162369;border-radius:50%;border-style:solid;border-width:4px;height:50px;left:calc(50% - 25px);position:relative;top:calc(50% - 25px);width:50px;z-index:9}@keyframes mosh-preloader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}