Thank you for subscribing!
Thank you
window.onload = function() {
if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) {
document.getElementById(“message”).innerText = “You can now return to the application.”;
}
};
.container {
background-color: #4F4F51;
border-radius: 10px;
padding: 20px;
color: #fff;
}
.premium-title {
font-size: 24px;
font-weight: bold;
color: #fff;
margin-bottom: 10px;
text-align: center;
}
.premium-subtitle {
font-size: 16px;
color: #fff;
margin-bottom: 20px;
text-align: center;
}
.bullet-list {
list-style-type: none;
padding-left: 0;
margin: 0;
}
.bullet-list li {
margin-bottom: 10px;
padding-left: 30px;
position: relative;
}
.bullet-list li:before {
content: “\2713”; /* Check mark symbol */
color: white;
background-color: #38d983;
border-radius: 15px;
font-size: 20px;
position: absolute;
height: 30px;
width: 30px;
left: 0;
top: 0;
align-content: center;
text-align: center;
}
.bullet-list li .title {
font-weight: bold;
margin-bottom: 5px;
margin-left: 20px;
}
.bullet-list li .subtitle {
color: #fff;
margin-left: 20px;
}