:root {
    --swiper-theme-color: var(--si-primary) !important;
}

.dropdown-toggle::after {
    content: none;
}

.btn {
    white-space: normal;
}

[data-bs-theme="dark"] .swiper-pagination-bullet {
    background: var(--si-carousel-pagination-bullet-bg)
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active, .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    --si-carousel-pagination-bullet-active-width: 0.5rem;
}

.navbar-toggler-icon, .navbar-toggler-icon::before, .navbar-toggler-icon::after {
    background: linear-gradient(to right, #6366f1, #8b5cf6, #d946ef);
}