.spinnerMain{position:fixed;top:0;left:0;width:100vw;height:100%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(.4px);backdrop-filter:blur(.4px);background:#000000b4;z-index:100002}.loadingScreen{display:flex;flex-direction:column;align-items:center;justify-content:center}.loadingScreen__text{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;font-size:2rem;color:#ddd;margin-bottom:20px}.loadingScreen__text__span{display:inline-block;padding:4px;animation:charColor 1s infinite ease;animation-delay:calc(.1s * var(--i))}@keyframes charColor{0%{color:#f6be00}50%{color:#da291c}to{color:#fff}}.loadingProgress{font-size:1.2rem;color:#fff;margin-bottom:10px}.progressBarContainer{width:80%;max-width:400px;background-color:#ddd;border-radius:3px;overflow:hidden;margin-top:10px}.progressBar{height:12px;background-color:#4caf50;width:0%;transition:width .4s ease}@media (max-width: 600px){.loadingScreen__text{font-size:1.5rem}.loadingProgress{font-size:1rem}.progressBarContainer{width:90%}}.progressBarContainer{width:80%;max-width:400px;background-color:#fff;border-radius:3px;overflow:hidden;margin-top:10px}.progressBar{height:12px;width:0%;background:linear-gradient(90deg,#000,#323232,#777);border-radius:3px;transition:width .4s ease-in-out}.gauge-container{display:flex;justify-content:center;align-items:center}.gauge-background{fill:none;stroke:#e6e6e6}.gauge-fill{fill:none;stroke-linecap:round;transition:stroke-dashoffset 5s;transform:rotate(-90deg);transform-origin:50% 50%}.gauge-text{font-size:16px;fill:#333;dominant-baseline:middle}.gauge-svg{transform:rotate(-90deg)}.gauge-bg,.gauge-progress{fill:none}.gauge-progress{transition:stroke-dashoffset 5s ease,stroke 5s ease}.gauge-text{font-size:1rem;fill:#333}.popover-wrapper{position:relative;display:inline-block}.popover-content{z-index:99999!important;position:absolute;background-color:#333;color:#fff;padding:6px 10px;border-radius:4px;white-space:nowrap;font-size:12px;box-shadow:0 4px 8px #0003;opacity:0;transform:translateY(-50%);pointer-events:none;transition:opacity .2s ease-in-out,transform .2s ease-in-out}.popover-wrapper:hover .popover-content{opacity:1;pointer-events:auto}.popover-right{top:50%;left:100%;margin-left:8px}.popover-left{top:50%;right:100%;margin-right:8px}.popover-top{bottom:100%;left:50%;transform:translate(-50%);margin-bottom:8px}.popover-bottom{top:100%;left:50%;transform:translate(-50%);margin-top:8px}.popover-left-top{bottom:20%;right:-10%;margin-right:3px}
