@charset "utf-8";

html #loading { display: none; }

.page-loading #loading { position: fixed; inset: 0px; margin: auto; z-index: 55554; width: 100vw; height: 100vh; background-color: rgb(255, 255, 255); display: flex; align-items: center; justify-content: center; }

.page-loading #loading > img { width: 11.25rem; height: 11.25rem; }