.adxbyms-popup-overlay-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: transparent;
backdrop-filter: none;
-webkit-backdrop-filter: none;
display: flex;
justify-content: center;
align-items: center;
z-index: 99999999;
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none;
}
.adxbyms-popup-overlay-container.show {
opacity: 1;
}
.adxbyms-popup-content-box {
background: #ffffff;
border-radius: 12px;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
position: relative;
padding: 10px;
max-width: fit-content;
min-width: 320px;
border: 1px solid rgba(0, 0, 0, 0.1);
transform: scale(0.9);
transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
pointer-events: auto;
}
.adxbyms-popup-overlay-container.show .adxbyms-popup-content-box {
transform: scale(1);
}
.adxbyms-popup-topbar {
display: flex;
justify-content: flex-end;
margin-bottom: 5px;
}
.adxbyms-popup-close-btn {
background: #000000;
color: #ffffff;
border: 1px solid #000000;
border-radius: 4px;
font-size: 18px;
font-weight: bold;
width: 26px;
height: 26px;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
transition: background-color 0.2s ease;
line-height: 1;
padding: 0;
}
.adxbyms-popup-close-btn:hover {
background: #334155;
border-color: #334155;
}
.adxbyms-popup-ad-slot {
min-height: 250px;
border-radius: 6px;
overflow: hidden;
} .adxbyms-sticky-bottom-bar {
position: fixed;
bottom: 0;
left: 50%;
transform: translateX(-50%);
background: #ffffff;
border: 1px solid #cbd5e1;
border-bottom: none;
border-radius: 8px 8px 0 0;
box-shadow: 0 -4px 10px rgba(0,0,0,0.08);
padding: 8px 24px;
z-index: 999999;
max-width: 90%;
width: fit-content;
}
.adxbyms-sticky-close {
position: absolute;
top: -12px;
right: 12px;
background: #ef4444;
color: #ffffff;
border: none;
border-radius: 50%;
width: 22px;
height: 22px;
cursor: pointer;
font-size: 14px;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.adxbyms-sticky-close:hover {
background: #dc2626;
} .ms-flying-carpet-wrapper {
width: 100%;
margin: 24px 0;
display: flex;
justify-content: center;
}
.ms-flying-carpet-wrapper.adx-align-center {
justify-content: center;
}
.ms-flying-carpet-wrapper.adx-align-full {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}
.ms-flying-carpet-container {
position: relative;
width: 100%;
max-width: 640px; height: 250px; overflow: hidden;
border-radius: 8px;
box-shadow: inset 0 0 20px rgba(0,0,0,0.06);
background: #f1f5f9;
}
@media (min-width: 768px) {
.ms-flying-carpet-container {
height: 300px; }
}
.ms-flying-carpet-parallax {
clip-path: inset(0 0 0 0);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ms-flying-carpet-slot {
position: fixed !important;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 300px;
height: 600px;
z-index: 1;
pointer-events: auto;
} .ms-side-rail-container {
position: fixed;
top: 100px;
width: 160px;
height: 600px;
z-index: 99999;
background: transparent;
display: block;
}
#ms-side-rail-left { left: calc(50% - 600px - 180px);
}
#ms-side-rail-right {
right: calc(50% - 600px - 180px);
}
.ms-side-rail-close {
position: absolute;
top: -24px;
right: 0;
background: #0f172a;
color: #ffffff;
border: 1px solid #1e293b;
border-radius: 4px;
font-size: 14px;
font-weight: bold;
width: 20px;
height: 20px;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.ms-side-rail-close:hover {
background: #ef4444;
border-color: #ef4444;
}
.ms-side-rail-slot {
width: 100%;
height: 100%;
background: #f8fafc;
border: 1px solid #cbd5e1;
border-radius: 6px;
overflow: hidden;
} @media (max-width: 1200px) {
.ms-side-rail-container {
display: none !important;
}
} #adxbyms-offerwall-bar,
#adxbyms-btn-rewarded-bar {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 380px;
max-width: 90%;
background: #ffffff;
border: 1px solid #e2e8f0;
padding: 32px 24px 24px;
box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.1), 0 10px 10px -5px rgba(15, 23, 42, 0.04);
border-radius: 16px;
z-index: 2147483647;
text-align: center;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
animation: popIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes popIn {
from { transform: translate(-50%, -45%) scale(0.95); opacity: 0; }
to { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}
#adxbyms-offerwall-bar .offerwall-logo,
#adxbyms-btn-rewarded-bar .offerwall-logo {
height: 80px;
width: auto;
margin: 0 auto 20px;
display: block;
object-fit: contain;
}
#adxbyms-offerwall-bar h2,
#adxbyms-btn-rewarded-bar h2 {
font-size: 1.25rem;
color: #0f172a;
font-weight: 700;
margin: 0 0 8px 0;
letter-spacing: -0.01em;
}
#adxbyms-offerwall-bar p,
#adxbyms-btn-rewarded-bar p {
font-size: 0.9rem;
color: #475569;
margin: 0 0 24px 0;
line-height: 1.5;
}
#adxbyms-offerwall-bar .offerwall-btn,
#adxbyms-btn-rewarded-bar .offerwall-btn {
background: #2563eb;
color: #ffffff;
border-radius: 8px;
padding: 12px 24px;
font-size: 0.95rem;
font-weight: 700;
cursor: pointer;
border: none;
width: 100%;
text-transform: uppercase;
letter-spacing: 0.05em;
transition: background-color 0.2s, box-shadow 0.2s;
box-shadow: 0 4px 10px rgba(37, 99, 235, 0.15);
}
#adxbyms-offerwall-bar .offerwall-btn:hover:not(:disabled),
#adxbyms-btn-rewarded-bar .offerwall-btn:hover:not(:disabled) {
background: #1d4ed8;
box-shadow: 0 4px 16px rgba(37, 99, 235, 0.25);
}
#adxbyms-offerwall-bar .offerwall-close-btn,
#adxbyms-btn-rewarded-bar .offerwall-close-btn {
position: absolute;
top: 14px;
right: 14px;
background: transparent;
border: none;
font-size: 26px;
line-height: 1;
color: #94a3b8;
cursor: pointer;
padding: 4px;
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s;
border-radius: 50%;
}
#adxbyms-offerwall-bar .offerwall-close-btn:hover,
#adxbyms-btn-rewarded-bar .offerwall-close-btn:hover {
color: #0f172a;
background: #f1f5f9;
}