.color-gray-300 {
  color: #DEE2E6 !important;
}

.color-gray-400 {
  color: #CED4DA !important;
}

.color-gray-600 {
  color: #6C757D !important;
}

.color-gray-900 {
  color: #212529 !important;
}

.bg-gray-100 {
  background-color: #F8F9FA !important;
}

.bg-gray-200 {
  background-color: #E9ECEF !important;
}

.color-green-500 {
  color: #00904B !important;
}

.btn-swiper-slider {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.btn-swiper-slider svg {
  height: 2rem;
  width: 2rem;
}

.swiper-button-disabled {
  opacity: 0.65;
}

.btn-swiper-slider svg path {
  fill: #00904B;
}

.btn-swiper-slider:hover svg path {
  fill: #00733C;
}
/*# sourceMappingURL=SwiperSlider.css.map */