.loading-container.loading-fullpage{position:fixed;top:0;left:0;z-index:1000}.loading-container .message{display:flex;align-items:center;justify-content:center;margin:0 16px;font-size:1rem;font-weight:600;color:#374151}.loading-container .spinner{width:50px;height:50px;border-radius:50%;border:4px solid #e5e7eb;border-top-color:#3b82f6;animation:spinner-0tkp9a 1s linear infinite}.loading-container .spinner.spinner-small{width:35px;height:35px;border-width:3px}.loading-container .spinner.spinner-large{width:65px;height:65px;border-width:5px}@keyframes spinner-0tkp9a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}