/* Add custom CSS styles below */ 
/* related resource: app.css:1:641921 */
.advanced-slider .swiper .swiper-slide-active a { /* the element was a.advanced-slider__caption__inner__content__button.outlined */
  border-radius: 5px;
}

salla-button.s-button-wrap.hydrated button.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center:not(:hover):not(:active) {
  background-color: rgb(0, 28, 84) !important;
  border-color: rgb(0, 28, 84) !important; /* This sets the border color to match the background */
}

button.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center:not(:hover):not(:active) {
  background-color: rgb(0, 28, 84) !important;
}

.flex.items-center.gap-8.mt-5 a.btn.btn--outline-primary {
  background-color: rgb(0, 28, 84);
 border-color: rgb(0, 28, 84) !important; /* This sets the border color to match the background */
}

h2.text-2xl.lg\:text-4xl.text-primary.font-bold.mb-5.anime-item {   color: rgb(0, 28, 84) !important; }
}