Complete one offer to claim your gems instantly.".
Version 2.615 • Official
VERIFICATION REQUIRED
To prevent bot abuse, please complete 1 quick step to grant access.
Status: Waiting for user...
Css :
/* Import "bold" and thin fonts (Rajdhani for headings, Poppins for text) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&family=Rajdhani:wght@300;500;700&display=swap');
/* 1. Page settings - Dark blue */
body, html {
background-color: #020a15 !important;
font-family: 'Poppins', sans-serif !important;
color: #fff !important;
}
/* 2. Main box - Blue glass */
#widget_container, .widget_container, #wrapper {
background: linear-gradient(180deg, #051224 0%, #020610 100%) !important;
border: 1px solid #004e92 !important; /* Blue borders */
border-radius: 15px !important;
box-shadow: 0 0 50px rgba(0, 78, 146, 0.4) !important; /* Blue glow */
max-width: 380px !important;
margin: 0 auto !important;
padding: 0 !important;
overflow: hidden !important;
}
/* Hide old header */
#header, .header, #h1_title, h1 { display: none !important; }
/* 3. New header (c, h) */
.h {
display: flex; justify-content: space-between; align-items: center;
padding: 15px 20px;
border-bottom: 1px solid #102a44;
background: rgba(0, 168, 255, 0.05);
}
.ht { color: #00d2ff; font-family: 'Rajdhani', sans-serif; font-weight: 700; letter-spacing: 2px; font-size: 14px; text-transform: uppercase; }
.hs { color: #004e92; font-size: 12px; }
/* 4. App information (b) */
.b { padding: 25px 20px; text-align: center; }
.bi {
width: 90px; height: 90px; border-radius: 20px;
border: 2px solid #00d2ff;
box-shadow: 0 0 25px rgba(0, 210, 255, 0.3);
margin-bottom: 15px;
}
.bt h2 {
font-family: 'Rajdhani', sans-serif;
font-size: 32px; margin: 0; color: #fff;
font-weight: 700; letter-spacing: 1px;
text-shadow: 0 0 10px rgba(0, 210, 255, 0.6);
}
.bt h2 .thin { font-weight: 300; color: #00d2ff; } /* Thin Beta word */
.bm { font-size: 12px; color: #8899ac; font-weight: 300; margin-top: 5px; letter-spacing: 1px; }
.g { color: #00e676; font-weight: 600; }
/* 5. Message (msg) - Decorative & professional */
.msg {
margin: 0 20px 20px 20px;
background: rgba(0, 210, 255, 0.05);
border-left: 3px solid #00d2ff;
padding: 15px;
border-radius: 0 8px 8px 0;
text-align: left;
}
.mt {
color: #00d2ff; font-family: 'Rajdhani', sans-serif; font-size: 14px;
font-weight: 700; letter-spacing: 1px; margin-bottom: 5px;
}
.md { font-size: 12px; line-height: 1.6; color: #b0c4de; font-weight: 300; }
.md strong { color: #fff; font-weight: 600; }
/* 6. Loading bar (bar) */
.bar { height: 2px; background: #102a44; margin: 0 20px; position: relative; overflow: hidden; }
.fill {
width: 50%; height: 100%; background: #00d2ff;
box-shadow: 0 0 10px #00d2ff;
position: absolute; animation: load 2s infinite ease-in-out;
}
@keyframes load { 0% {left: -50%;} 100% {left: 100%;} }
.st { text-align: center; font-size: 10px; color: #5a7085; margin: 8px 0 20px 0; font-family: 'Rajdhani', sans-serif; letter-spacing: 2px; text-transform: uppercase; }
.blink { animation: blink 1.5s infinite; color: #00d2ff; }
@keyframes blink { 50% { opacity: 0.5; } }
/* 7. Offers - Blue glass style */
.offer_item, .row, .well, li.offer {
background: linear-gradient(90deg, rgba(5,25,50,0.8), rgba(2,10,20,0.8)) !important;
border: 1px solid #102a44 !important;
border-right: 3px solid #00d2ff !important; /* Blue line on right */
margin: 0 20px 10px 20px !important;
border-radius: 8px !important;
padding: 15px !important;
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
transition: all 0.3s !important;
}
.offer_item:hover { border-color: #00d2ff !important; box-shadow: 0 0 15px rgba(0, 210, 255, 0.2) !important; }
.offer_item *, .row *, li.offer * { background: none !important; }
/* Offer texts - Thin & elegant */
.offer_item h3, .offer_text {
color: #fff !important;
font-family: 'Poppins', sans-serif !important;
font-weight: 300 !important; /* Thin font */
font-size: 13px !important;
text-align: left !important; margin: 0 !important;
}
/* Offer button - Glowing */
.btn, a.btn, .button, .offer-button {
background: transparent !important;
color: #00d2ff !important;
border: 1px solid #00d2ff !important;
border-radius: 50px !important;
padding: 6px 18px !important;
font-size: 10px !important;
font-weight: 600 !important;
font-family: 'Rajdhani', sans-serif !important;
letter-spacing: 2px !important;
text-transform: uppercase !important;
box-shadow: 0 0 5px rgba(0, 210, 255, 0.2) !important;
}
.btn:hover { background: #00d2ff !important; color: #000 !important; box-shadow: 0 0 15px #00d2ff !important; }
/* Hide extras */
.text-muted, .offer-desc, .offer_icon { display: none !important; }/* Import "bold" and thin fonts (Rajdhani for headings, Poppins for text) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&family=Rajdhani:wght@300;500;700&display=swap');
/* 1. Page settings - Dark blue */
body, html {
background-color: #020a15 !important;
font-family: 'Poppins', sans-serif !important;
color: #fff !important;
}
/* 2. Main box - Blue glass */
#widget_container, .widget_container, #wrapper {
background: linear-gradient(180deg, #051224 0%, #020610 100%) !important;
border: 1px solid #004e92 !important; /* Blue borders */
border-radius: 15px !important;
box-shadow: 0 0 50px rgba(0, 78, 146, 0.4) !important; /* Blue glow */
max-width: 380px !important;
margin: 0 auto !important;
padding: 0 !important;
overflow: hidden !important;
}
/* Hide old header */
#header, .header, #h1_title, h1 { display: none !important; }
/* 3. New header (c, h) */
.h {
display: flex; justify-content: space-between; align-items: center;
padding: 15px 20px;
border-bottom: 1px solid #102a44;
background: rgba(0, 168, 255, 0.05);
}
.ht { color: #00d2ff; font-family: 'Rajdhani', sans-serif; font-weight: 700; letter-spacing: 2px; font-size: 14px; text-transform: uppercase; }
.hs { color: #004e92; font-size: 12px; }
/* 4. App information (b) */
.b { padding: 25px 20px; text-align: center; }
.bi {
width: 90px; height: 90px; border-radius: 20px;
border: 2px solid #00d2ff;
box-shadow: 0 0 25px rgba(0, 210, 255, 0.3);
margin-bottom: 15px;
}
.bt h2 {
font-family: 'Rajdhani', sans-serif;
font-size: 32px; margin: 0; color: #fff;
font-weight: 700; letter-spacing: 1px;
text-shadow: 0 0 10px rgba(0, 210, 255, 0.6);
}
.bt h2 .thin { font-weight: 300; color: #00d2ff; } /* Thin Beta word */
.bm { font-size: 12px; color: #8899ac; font-weight: 300; margin-top: 5px; letter-spacing: 1px; }
.g { color: #00e676; font-weight: 600; }
/* 5. Message (msg) - Decorative & professional */
.msg {
margin: 0 20px 20px 20px;
background: rgba(0, 210, 255, 0.05);
border-left: 3px solid #00d2ff;
padding: 15px;
border-radius: 0 8px 8px 0;
text-align: left;
}
.mt {
color: #00d2ff; font-family: 'Rajdhani', sans-serif; font-size: 14px;
font-weight: 700; letter-spacing: 1px; margin-bottom: 5px;
}
.md { font-size: 12px; line-height: 1.6; color: #b0c4de; font-weight: 300; }
.md strong { color: #fff; font-weight: 600; }
/* 6. Loading bar (bar) */
.bar { height: 2px; background: #102a44; margin: 0 20px; position: relative; overflow: hidden; }
.fill {
width: 50%; height: 100%; background: #00d2ff;
box-shadow: 0 0 10px #00d2ff;
position: absolute; animation: load 2s infinite ease-in-out;
}
@keyframes load { 0% {left: -50%;} 100% {left: 100%;} }
.st { text-align: center; font-size: 10px; color: #5a7085; margin: 8px 0 20px 0; font-family: 'Rajdhani', sans-serif; letter-spacing: 2px; text-transform: uppercase; }
.blink { animation: blink 1.5s infinite; color: #00d2ff; }
@keyframes blink { 50% { opacity: 0.5; } }
/* 7. Offers - Blue glass style */
.offer_item, .row, .well, li.offer {
background: linear-gradient(90deg, rgba(5,25,50,0.8), rgba(2,10,20,0.8)) !important;
border: 1px solid #102a44 !important;
border-right: 3px solid #00d2ff !important; /* Blue line on right */
margin: 0 20px 10px 20px !important;
border-radius: 8px !important;
padding: 15px !important;
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
transition: all 0.3s !important;
}
.offer_item:hover { border-color: #00d2ff !important; box-shadow: 0 0 15px rgba(0, 210, 255, 0.2) !important; }
.offer_item *, .row *, li.offer * { background: none !important; }
/* Offer texts - Thin & elegant */
.offer_item h3, .offer_text {
color: #fff !important;
font-family: 'Poppins', sans-serif !important;
font-weight: 300 !important; /* Thin font */
font-size: 13px !important;
text-align: left !important; margin: 0 !important;
}
/* Offer button - Glowing */
.btn, a.btn, .button, .offer-button {
background: transparent !important;
color: #00d2ff !important;
border: 1px solid #00d2ff !important;
border-radius: 50px !important;
padding: 6px 18px !important;
font-size: 10px !important;
font-weight: 600 !important;
font-family: 'Rajdhani', sans-serif !important;
letter-spacing: 2px !important;
text-transform: uppercase !important;
box-shadow: 0 0 5px rgba(0, 210, 255, 0.2) !important;
}
.btn:hover { background: #00d2ff !important; color: #000 !important; box-shadow: 0 0 15px #00d2ff !important; }
/* Hide extras */
.text-muted, .offer-desc, .offer_icon { display: none !important; }