.loading-spinner{width:80px;height:80px;display:inline-block;position:relative}.loading-spinner.small{width:40px;height:40px}.loading-spinner.large{width:120px;height:120px}.loading-spinner__circle{box-sizing:border-box;border:6px solid #0000;border-top-color:#fff;border-radius:50%;width:64px;height:64px;margin:8px;animation:1.2s cubic-bezier(.5,0,.5,1) infinite loading-spinner;display:block;position:absolute}.small .loading-spinner__circle{border-width:4px;width:32px;height:32px;margin:4px}.large .loading-spinner__circle{border-width:8px;width:96px;height:96px;margin:12px}.loading-spinner__circle:first-child{animation-delay:-.45s}.loading-spinner__circle:nth-child(2){animation-delay:-.3s}.loading-spinner__circle:nth-child(3){animation-delay:-.15s}@keyframes loading-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.loading-overlay{z-index:5;opacity:0;background-color:#000000b3;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.loading-overlay.visible{opacity:1}
