@keyframes spinner-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fadeG{0%{background-color:#dc7f22}to{background-color:#fff}}@-webkit-keyframes fadeG{0%{background-color:#dc7f22}to{background-color:#fff}}@-moz-keyframes fadeG{0%{background-color:#dc7f22}to{background-color:#fff}}#loader,#loader2,.loader{width:100%;height:100%;top:0;left:0;z-index:99}#loader,.loader{position:absolute;background-color:rgba(255,255,255,.7)}.spinner{position:relative;box-sizing:border-box;top:50%;margin-top:-36px;margin-left:auto;margin-right:auto;font-size:10px;width:72px;height:72px;border-width:8px;border-style:solid;border-color:rgba(79,174,26,.25) rgba(79,174,26,.25) rgba(79,174,26,.25) #4fae1a;transform:translateZ(0);animation:spinner-animation .75s infinite linear}.spinner,.spinner:after{border-radius:50%}#loader2{position:fixed;display:flex;justify-content:center;align-items:center;opacity:.7;background-color:#fff}#floatingBarsG{position:relative;width:59px;height:73px;margin:auto}.blockG{position:absolute;background-color:rgba(255,255,255,.68);width:9px;height:23px;border-radius:8px 8px 0 0;transform:scale(.4);animation-name:fadeG;animation-duration:1.2s;animation-iteration-count:infinite;animation-direction:normal}#rotateG_01{left:0;top:27px;animation-delay:.45s;transform:rotate(-90deg)}#rotateG_02{left:8px;top:9px;animation-delay:.6s;transform:rotate(-45deg)}#rotateG_03{left:25px;top:3px;animation-delay:.75s;transform:rotate(0deg)}#rotateG_04{right:8px;top:9px;animation-delay:.9s;transform:rotate(45deg)}#rotateG_05{right:0;top:27px;animation-delay:1.05s;transform:rotate(90deg)}#rotateG_06{right:8px;bottom:7px;animation-delay:1.2s;transform:rotate(135deg)}#rotateG_07{bottom:0;left:25px;animation-delay:1.35s;transform:rotate(180deg)}#rotateG_08{left:8px;bottom:7px;animation-delay:1.5s;transform:rotate(-135deg)}