html{-webkit-tap-highlight-color:rgba(0,0,0,0) !important}body{white-space:nowrap;height:100vh;width:100vw;padding:0;margin:0;display:flex;justify-content:center;align-items:center;overflow:hidden;background-color:#fff;transition:background-color .5s ease-in-out}body>#main-canvas{margin:auto;padding:0;width:100%;height:100%;top:0;left:0;right:0;bottom:0;border:none;background-color:#fff;position:absolute}body>#loading-modal{display:flex;justify-content:center;align-items:center;flex-direction:column;position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);width:40vh;height:40vh;border:1px solid #f8f8fc;border-radius:14px;background-color:rgba(242,242,244,.5);backdrop-filter:blur(8px)}body>#loading-modal>img{width:30%;height:30%;transform:scale(0.75)}body>#loading-modal>div{text-align:center;font-family:"Arial","Sans-Serif";color:#69696e;font-size:1.7rem;letter-spacing:3px;font-weight:600}body>#loading-modal>.lds-ellipsis{display:inline-block;position:relative;width:80px;height:auto}body>#loading-modal>.lds-ellipsis>div{position:absolute;width:13px;height:13px;border-radius:50%;background:#69696e;animation-timing-function:cubic-bezier(0, 1, 1, 0)}body>#loading-modal>.lds-ellipsis>div:nth-child(1){left:8px;animation:lds-ellipsis1 .6s infinite}body>#loading-modal>.lds-ellipsis>div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}body>#loading-modal>.lds-ellipsis>div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}body>#loading-modal>.lds-ellipsis>div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}
