.language-selector{width:-moz-fit-content;width:fit-content;position:fixed;bottom:10px;left:10px;z-index:10000000}.language-selector button{border:none;background-color:transparent;margin-right:4px}.language-selector button:last-child{margin-right:0}.loading-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:1000}.loading-modal,.loading-modal .loading-modal-content{display:flex;justify-content:center;align-items:center}.loading-modal .loading-modal-content{background:transparent;border:none;flex-direction:column;padding:20px}.loading-modal .loading-spinner{width:40px;height:40px;border:4px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-modal .loading-modal-content p{color:#fff;font-size:1.5rem;margin-top:10px;text-align:center}