.loader{display:flex;align-items:center;justify-content:center;inset:0;position:fixed;background-color:#fff;width:100%;height:100%;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;text-align:center;z-index:999999999}.dga-spinner{display:block;margin:0 auto;width:64px;height:64px;border:6px solid #f3f4f6;border-radius:50%;border-top-color:#1b8330;animation:15s ease-in-out infinite spin;-webkit-animation:1s ease-in-out infinite spin}@keyframes spin{to{-webkit-transform:rotate(360deg)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(359deg)}}