.loader{position:fixed;display:flex;align-items:center;justify-content:center;width:100%;height:100%;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;min-height:100vh}.dga-spinner{display:block;margin:0 auto;width:64px;height:64px;border:6px solid rgb(243 244 246);border-radius:50%;border-top-color:rgb(27 131 48);animation:spin 15s ease-in-out infinite;-webkit-animation:spin 1s ease-in-out infinite}@keyframes spin{to{-webkit-transform:rotate(360deg)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(359deg)}}