.loader_root{position:relative;display:inline-block;width:30px;height:30px;overflow:hidden}.loader_root span{top:0;left:0;display:block;position:absolute;border:3px solid rgba(234,231,231,.0196078431);width:inherit;height:inherit;border-radius:100%;-webkit-animation:spinner .8s ease-in-out infinite;animation:spinner .8s ease-in-out infinite}.loader_root span:nth-child(1){border-bottom-color:#00e046;-webkit-animation-delay:.11s;animation-delay:.11s}.loader_root span:nth-child(2){border-bottom-color:#00e046;-webkit-animation-delay:.22s;animation-delay:.22s}.loader_root span:nth-child(3){border-bottom-color:#00e046;-webkit-animation-delay:.33s;animation-delay:.33s}.loader_root span:nth-child(4){border-bottom-color:#00e046;-webkit-animation-delay:.1s;animation-delay:.1s}@-webkit-keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.big_loader{width:60px;height:60px}.big_loader span{border:6px solid rgba(234,231,231,.0196078431)}.small_loader{width:20px;height:20px}.small_loader span{border:2.5px solid rgba(234,231,231,.0196078431)}
