.custom-loader-container{display:inline-block}.custom-loader-container--center{align-items:center;display:flex;justify-content:center;width:100%}.custom-loader-container--full-height{min-height:200px}.custom-loader{animation:custom-loader-spin 1.2s cubic-bezier(.55,.15,.45,.85) infinite;border:4px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#8957e5;box-shadow:0 2px 5px #0000000d;display:inline-block;height:36px;transform:translateZ(0);width:36px;will-change:transform}.custom-loader--xs{border-width:2px;height:16px;width:16px}.custom-loader--sm{border-width:3px;height:24px;width:24px}.custom-loader--md{border-width:4px;height:36px;width:36px}.custom-loader--lg{border-width:5px;height:48px;width:48px}.custom-loader--xl{border-width:6px;height:64px;width:64px}.custom-loader--purple{border-top-color:#8957e5}.custom-loader--purple:after{animation:custom-loader-pulse 2s ease-in-out infinite;border:0 solid transparent;border-radius:50%;content:"";inset:-1px;opacity:.2;position:absolute}.custom-loader--primary{border-top-color:#3b82f6}.custom-loader--secondary{border-top-color:#6b7280}.custom-loader--success{border-top-color:#10b981}.custom-loader--danger{border-top-color:#ef4444}.custom-loader--warning{border-top-color:#f59e0b}.custom-loader--info{border-top-color:#3b82f6}.custom-loader:before{border-radius:50%;content:"";height:100%;opacity:0;position:absolute;width:100%}@keyframes custom-loader-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes custom-loader-pulse{0%,to{opacity:.1}50%{opacity:.3}}
