.customLoading,.customLoading div{box-sizing:border-box}.customLoading{display:inline-block;position:relative;width:80px;height:80px}.customLoading div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border-radius:50%;animation:customLoading 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-top-color:#999999}.customLoading div:first-child{animation-delay:-.45s}.customLoading div:nth-child(2){animation-delay:-.3s}.customLoading div:nth-child(3){animation-delay:-.15s}@keyframes customLoading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.notification{z-index:100000000;min-width:250px;display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:8px;font-weight:500;color:white;box-shadow:0 4px 6px rgba(0,0,0,.1);animation:fadeIn .4s ease-in-out;transition:opacity .4s}.notification-error{background-color:#f87171}.notification-info{background-color:#60a5fa}.fade-out{animation:fadeOut .4s forwards}.notification-close{cursor:pointer;font-weight:700;margin-left:auto}