.theme-bg {
    background-image: url(/static/web/images/theme-bg.png);
    background-repeat: no-repeat;
    background-size: cover
}

.index-modal-swiper {
    --swiper-pagination-bullet-inactive-color: #c5c5c5
}

.index-modal-swiper .swiper-pagination-bullet-active.swiper-pagination-bullet {
    --swiper-pagination-bullet-width: 16px;
    --swiper-pagination-bullet-border-radius: 50px
}

.ad-dialog .modal-dialog {
    background-color: transparent;
    box-shadow: none;
    border: 0
}

.ad-dialog .modal-dialog .close {
    width: 42px;
    height: 42px
}

.ad-dialog .modal-dialog .modal-header {
    border-bottom: 0;
    padding-bottom: 8px
}

@media (max-width: 768px) {
    .ad-dialog .modal-dialog {
        width:81vw;
        margin: auto
    }
}

.ad-dialog .modal-body {
    background-color: #272727;
    border-radius: 24px
}

.ad-dialog .swiper-slide img {
    border-radius: 24px
}

.ad-dialog .ad-title {
    margin-top: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center
}
