.custom-loader-backdrop{z-index:9999;pointer-events:all;background:#14141eeb;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.custom-loader{justify-content:center;align-items:center;gap:28px;min-height:100px;display:flex}.custom-loader .icon{filter:drop-shadow(0 0 12px);font-size:3rem;transition:all .3s;animation:2s ease-in-out infinite floatRotate}.custom-loader .icon.ticket{color:#e74694;animation-delay:0s}.custom-loader .icon.calendar{color:#3b82f6;animation-delay:.15s}.custom-loader .icon.star{color:#fbbf24;animation-delay:.3s}.custom-loader .icon.trophy{color:#10b981;animation-delay:.45s}@keyframes floatRotate{0%,to{filter:drop-shadow(0 0 12px);transform:translateY(0)rotate(0)scale(1)}25%{filter:drop-shadow(0 0 20px);transform:translateY(-20px)rotate(-5deg)scale(1.15)}50%{filter:drop-shadow(0 0 24px);transform:translateY(-30px)rotate(0)scale(1.2)}75%{filter:drop-shadow(0 0 20px);transform:translateY(-20px)rotate(5deg)scale(1.15)}}
