.f-loading{--loading-background: rgb(35, 39, 46, .5);--loading-color: #2d5af1}.f-loading{position:absolute;top:0;left:0;z-index:1000;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--loading-background);transition:background .3s;color:var(--loading-color)}.f-loading.f-loading__fullscreen{position:fixed}.f-loading__animation{animation:f-loading-component 1s linear infinite;-webkit-animation:f-loading-component 1s linear infinite}.f-loading__title{font-size:15px;margin-top:5px}@keyframes f-loading-component{0%{width:22px;transform:rotate(0)}to{width:22px;transform:rotate(360deg)}}
