.loader{border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}.loader-small{width:20px;height:20px;border:2px solid!important;border-color:#fff #fff transparent!important}.loader-medium{width:48px;height:48px;border:4px solid #667eea!important;border-bottom-color:transparent!important}.loader-large{width:64px;height:64px;border:5px solid #667eea!important;border-bottom-color:transparent!important}.spinner-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease}.spinner-backdrop .loader{border-color:#667eea #667eea transparent!important;animation:rotation 1s linear infinite,pulse 2s ease-in-out infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.suspense-spinner-container{width:100%;min-height:400px;display:flex;align-items:center;justify-content:center;padding:60px 20px}