.smart-preloader-afaafc16 {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 999999;
display: flex;
align-items: center;
justify-content: center; background-color: #ffffff;
transition: opacity 0.5s ease, visibility 0.5s ease;
opacity: 1;
visibility: visible;
} .smart-preloader-afaafc16.sp-hidden-afaafc16 {
opacity: 0;
visibility: hidden;
pointer-events: none;
} .smart-preloader-afaafc16.sp-preview-mode-afaafc16 {
position: relative;
width: 100%;
height: 300px;
z-index: 1;
border: 1px dashed #ccc;
}
.sp-preview-badge-afaafc16 {
position: absolute;
top: 10px;
left: 10px;
background: #000;
color: #fff;
padding: 4px 8px;
font-size: 11px;
font-family: sans-serif;
border-radius: 4px;
opacity: 0.6;
} .sp-spinner-afaafc16 {
border: 4px solid rgba(0,0,0,0.1);
border-top-color: #333;
border-left-color: #333;
border-radius: 50%;
width: 50px;
height: 50px;
animation: sp-spin-anim-afaafc16 1s linear infinite;
} .sp-icon-afaafc16 {
display: flex;
align-items: center;
justify-content: center;
}
.sp-spin-afaafc16 {
animation: sp-spin-anim-afaafc16 2s linear infinite;
} .sp-image-afaafc16 {
display: flex;
align-items: center;
justify-content: center;
}
.sp-image-afaafc16 img {
max-width: 100%;
height: auto;
}
.sp-lottie-placeholder-afaafc16 {
background: #f0f0f0;
padding: 20px;
border: 1px dashed #ccc;
text-align: center;
color: #666;
}
@keyframes sp-spin-anim-afaafc16 {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}