@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes spin-2{0%{transform:rotate(360deg)}to{transform:rotate(0deg)}}#main-content{margin-top:0}.preloader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fefefe;z-index:100000;height:100%;width:100%;overflow:hidden!important}.preloader .status{width:120px;height:100px;position:absolute;left:50%;top:50%;margin:-50px 0 0-50px}.spinner,.spinner-2{width:75px;height:75px;margin:0;border-top:10px solid #bf3654;border-radius:50%}.spinner{box-shadow:4px 4px 5px #d2d2d2 inset;border-right:10px solid #fff0;animation:1.5s spin linear infinite}.spinner-2{border-left:10px solid #fff0;position:absolute;top:0;animation:1.5s spin-2 linear infinite}