%0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A %0A"); } .pwaInstallButton span { color: rgb(0, 0, 0); } .pwaInstallButton:active span { color: rgb(255, 255, 255); } .pwaInstallCloseButton { position: absolute; top: 50%; transform: translateY(-50%); right: 0px; display: flex; justify-content: center; align-items: center; width: 60px; height: 3em; cursor: pointer; } .pwaInstallCloseIcon { --mask: url('data:image/svg+xml,') no-repeat center center / 20px 19px; width: 20px; height: 19px; mask: var(--mask); background-color: rgb(0, 0, 0); } .pwaInstallCloseButton:active .pwaInstallCloseIcon { transform: scale(0.8); transition: transform 0.25s ease 0s; } .noScriptContainer { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; } .noScriptContainerForLogin { padding-top: 20px; } .noscriptFullScreen { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: var(--desktopBackColor); } .noScriptMessage { max-width: 600px; border-radius: 4px; padding: 20px 15px; margin: 0px 15px; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); text-align: center; line-height: 1.5; }