.lazyLoadPage{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f0f2f5}.lazyLoadPageContainer{text-align:center}.lazyLoadPageImg{width:150px;height:auto;margin-bottom:20px}.spinAnimation{animation:spin 2s linear infinite}.loadingText{font-size:1.2rem;color:#555;font-family:Arial,sans-serif;animation:fade 1.5s ease-in-out infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fade{0%,to{opacity:.3}50%{opacity:1}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;box-shadow:0 0 0 30px #fff inset!important;-webkit-text-fill-color:inherit!important}input[type=email]::-webkit-contacts-auto-fill-button{visibility:hidden;display:none!important;pointer-events:none;position:absolute;right:0}
