.loader{width:100%;height:100%;align-items:center;z-index:999}.full-screen{width:100dvw!important;height:100dvh!important;z-index:99999}.loader{display:flex;flex-direction:column;justify-content:center}.loader p{text-align:center}.loader img{animation:spin 1s linear infinite}.page-loader{position:fixed;top:0;left:0;width:100dvw;height:100dvh;background-color:var(--background-color);display:flex;justify-content:center;align-items:center;z-index:999999}.page-loader img{animation:spin 1s linear infinite;width:50px;height:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}