/* Create Custom "Colour Matrix" to use within the bootstrap utility classes
----------------------------------------------------------------------------- */
/* 
    Expanded spacing options 
    For example the margin and padding classes now have extended capability (.mb-8 now outputs margin-bottom: 3rem)
*/
/*
    This variable affects the `.h-*` and `.w-*` classes.
    You can now do w-25 or h-80 and have it output width: 25% or height: 80%
*/
/*
    Components variables
    When you create the component you should create the variables with colors for this compontnt
*/
/*
  Custom Components Variables
*/
/*
    We have no variables for alt buttons
    Because the styles depends on the design and can be unique for each project
*/
.slider-testimonials-wrap {
  overflow: hidden;
  position: relative;
}
.slider-testimonials-slide {
  text-align: center;
  padding: 40px;
}
.slider-testimonials-slide-img img {
  width: 48px;
  height: auto;
  border-radius: 50%;
}
.slider-testimonials-slide-rating {
  font-size: 26px;
  color: #39a0ff;
}
.slider-testimonials-slide-text {
  font-size: 20px;
  font-style: italic;
}
.slider-testimonials-slide-name {
  font-weight: 600;
}
.slider-testimonials-slide-has-bg {
  background-color: #F7F8FD;
}
.slider-testimonials-swiper {
  position: relative;
}
.slider-testimonials-swiper .swiper-pagination {
  position: static;
}
.slider-testimonials-swiper .swiper-button-next,
.slider-testimonials-swiper .swiper-button-prev {
  top: calc(50% - 55px);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-testimonials-swiper .swiper-button-next:before,
.slider-testimonials-swiper .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(2px);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.slider-testimonials-swiper .swiper-button-next:after,
.slider-testimonials-swiper .swiper-button-prev:after {
  z-index: 10;
}
.slider-testimonials-swiper .swiper-button-next {
  right: 10px;
}
.slider-testimonials-swiper .swiper-button-prev {
  left: 10px;
}
.slider-testimonials-swiper-no-overflow {
  overflow: initial;
}

/*# sourceMappingURL=slider-testimonials.css.map */