.onestop-loading__loading-parent .onestop-loading__--relative{position:relative!important}.onestop-loading__loading-parent .onestop-loading__--hidden{overflow:hidden!important}.onestop-loading__loading-mask{position:absolute;z-index:2000;background-color:rgba(255,255,255,.9);margin:0;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s}.onestop-loading__loading-spinner{top:50%;margin-top:- 42px/2;width:100%;text-align:center;position:absolute}.onestop-loading__loading-spinner .onestop-loading-text{color:#30B043;margin:3px 0;font-size:14px}.onestop-loading__loading-spinner .circular{height:42px;width:42px;-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.onestop-loading__loading-spinner .path{-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:#30B043;stroke-linecap:round}.onestop-loading__loading-spinner i{color:#30B043}.onestop-loading-fade-enter,.onestop-loading-fade-leave-active{opacity:0}@-webkit-keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}