body[template="onboarding"] {
    background:var(--theme-light);
    color:var(--theme-dark);
}



body[template="onboarding"] main {
    display:flex;
    flex-direction:column;
    height:100%;
    margin-top:0;
}
body[template="onboarding"] #title-bar {
    display:none;
}
body[template="onboarding"] .swiper {
    height:100%;
    width:100%;
}
body[template="onboarding"] .swiper a {
    display:block;
    height:100%;
    width:100%;
    text-align:center;
} 
body[template="onboarding"] .swiper-slide {
    height:100%;
    width:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
body[template="onboarding"] .swiper-slide img {
    height:100%;
    object-fit: cover;
}

body[template="onboarding"] .swiper-pagination-bullet {
    background:var(--theme-light);
}

body[template="onboarding"] .swiper-button-next, body[template="onboarding"] .swiper-button-prev {
    color:var(--theme-light);
}
body[template="onboarding"] .swiper-button-next.swiper-button-disabled, body[template="onboarding"] .swiper-button-prev.swiper-button-disabled {
    opacity:0;
}