.loading-container{display:flex;justify-content:center;align-items:center;min-height:100%;background-color:#fcfcfc}.loading-container.transparent{background-color:rgba(0,0,0,0)}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center}.loading-spinner{width:24px;height:24x;animation:loading-rotate 1.4s linear infinite;margin-bottom:1rem}.loading-spinner-path{stroke:#666c71;stroke-linecap:round;stroke-dasharray:90,150;stroke-dashoffset:0;animation:loading-dash 1.5s ease-in-out infinite}.loading-text{color:#666c71;font-size:1.8rem;line-height:1.6;font-weight:600}@keyframes loading-rotate{to{transform:rotate(1turn)}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}