@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap'); .download-btn{ outline: none; border: none; color: #fff; display: flex; cursor: pointer; padding: 6px 10px; width: auto; font-size: 16px; border-radius: 6px; align-items: center; white-space: nowrap; background: #4A98F7; transition: all 0.2s ease; } #js-alert { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 999; display: none; } noscript { font-family: sans-serif; color: #ff000f; font-size: 1.2rem; } #js-alert .content { position: absolute; top: 50%; left: 50%; width: 300px; padding: 20px; background: #fff; transform: translate(-50%, -50%); text-align: center; } #js-alert p { font-size: 16px; line-height: 24px; margin: 0; } .text { color: white; text-decoration: none; } a { text-decoration: none; } .download-btn:hover{ background: #2382f6; } .download-btn.timer{ color: #000; background: none; transition: none; font-size: 16px; pointer-events: none; } .download-btn.timer b{ color: #4A98F7; padding: 0 8px; } .download-btn .icon{ font-size: 15px; } .download-btn .text{ font-size: 16px; padding-left: 6px; } .dropbtn { background-color: #04AA6D; color: white; padding: 10px; font-size: 16px; border: none; } /* The container