

input[type=text] {
  width: 50%;
  border: 2px solid #fff;
  border-radius: 4px;
  font-size: 23px;
  background-color: #ffffff;
  background-image: url('/beta/fuwafuwa/img/stores/search.png');
  background-size: 40px;
  background-position: bottom 2px right 4px; /* Adjusts the position of the background image */
  /*padding: 5px 5px 5px 5px; /* Sets the padding for the input field */
  background-repeat: no-repeat; /* Prevents the background image from repeating */
  z-index:-99;
}

.customerstore-card {
  cursor: pointer;
}

.tooltips {
  height: 100%;
  position: absolute;
  top:0;
  right:0;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  display: none;
  width: 100%;
  z-index: 9999;
  font-size:0.8rem;
  padding-top:10px;
  opacity:0.9;
}

.tooltips p {
    font-family:Inter;
    font-size:0.9rem;
    color: #676464;
    line-height: 12px;
    margin-top:7px;
    margin-bottom:5px;

}

.tooltips h3 {
    font-size:1rem;
    font-family: InterXBold;
    text-transform:uppercase;
    color:#f37260;
}

.tooltips h4 {
    font-size:0.9rem;
    font-family: InterBold;
    color:#676464;
    letter-spacing: 1px;
    margin-top:-6px;
    padding-bottom:10px;
}

.customerstore-card:hover .tooltips {
  display: block;
}

/* Start of CSS for Pagination */

.previous-btn, .next-btn {
    margin-top:  4px;
    height: 40px; 
    width: 90px; 
    font-size: 15px;
}

.first-btn, .last-btn {
    margin-top:  4px;
    height: 40px; 
    font-size: 30px;
}

/* End of CSS for Pagination */

#filterSection {
  background: #eeeaeb; width: 100%; height: 70px;
}

.locationFilterLabel {
  margin-right: 10px; 
  margin-top: 12px;
}

.productsFilterLabel {
  margin-left: 40px; 
  margin-right: 20px;
  margin-top: 12px;
}

#location-filter {
  height: 35px; 
  width: 150px; 
  font-size: 16px;
}

#product-filter {
  height: 35px; 
  width: 150px; 
  font-size: 16px;
}

.arrow-left {
  height: 50px; 
  font-size: 30px;
}

.arrow-right {
  height: 50px; 
  font-size: 30px;
}

@media (max-width: 958px) {

  .locationFilterLabel {
    font-size: 10px;
    margin-left: -2px;
  }

  .productsFilterLabel {
    font-size: 10PX;
    margin-left: 10px;
  }

  #location-filter {
    font-size: 10px;
  }

  #product-filter {
    font-size: 10px;
  }

  .filterButtons {
    margin-right: 2px;
  }

  .arrow-left {
    height: 25px; 
    font-size: 15px;
  }
  
  .arrow-right {
    height: 25px; 
    font-size: 15px;
  }

  .dots-wrapper {
    display: flex;
    scale: 0.8;
  }

}

@media (max-width: 767.98px) {
    #filterSection .form-select {
        width: 100%;
    }
    #filterSection p {
        text-align: center;
    }
    .arrow-left, .arrow-right {
        width: 100%;
    }
}
