.loader{border:2px solid;border-right-color:#0000;border-radius:50%;width:20px;height:20px;animation:.5s linear infinite rotation;display:inline-block}.loader.sm{width:20px;height:20px}.loader.lg{width:32px;height:32px}.loader-container{width:90%;height:90%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.max-size{width:100%!important;height:100%!important;top:0!important;left:0!important;transform:translate(0)!important}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
