.custom-loader__container{justify-content:center;align-items:center;width:100%;min-height:320px;display:flex}.custom-loader__spinner{border:4px solid #00000014;border-top:4px solid var(--theme-primary,#1a73e8);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite custom-loader-spin;display:inline-block;box-shadow:0 2px 8px #0000000a}@keyframes custom-loader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
