@tailwind base;
@tailwind components;
@tailwind utilities;

body{
    font-family: 'Lato', sans-serif;
}


/* input type number colntrollers hidden css */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.flowbite-tab.active {
    color: #22C55E;
    border-color: #22C55E;
}
.flowbite-tab{
  border: 1px solid #E5E7EB;
}

/* single product page image slider effects */
.singleProductThumbSwiper .swiper-slide {
  opacity: 0.4;
}
.singleProductThumbSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

/* swiper slider pagination css */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  color: #000;
  opacity: 1;
  background: #22c55e63;
}
.swiper-pagination-bullet-active {
  color: #fff;
  background: #22C55E;
}