.global-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;min-height:300px;z-index:100;background-color:var(--background-color);opacity:0;animation:fadeIn .3s ease-out forwards}.global-loading-logo img{height:25px;width:auto;animation:pulse 2s infinite}@keyframes fadeIn{to{opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}