.filter-overlay {
  display: none;
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(
    255,
    255,
    255,
    0.8
  ); /* White background with some transparency */
  z-index: 9999;
}

.filter-container {
  position: absolute;
  display: block;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  overflow: scroll;
  padding-top: 80px;
}

.close-filters-mobile {
  position: absolute !important;
  right: 20px;
  top: 0px;
  font-size: 16px;
  background-color: #f74f4f;
  color: white;
  padding: 0px 10px;
  border-radius: 5px;
}

.customHeader {
  position: sticky !important;
}

.header-scrolled {
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px !important;
}

@media (max-width: 355px) {
  .custom-small-tab {
    font-size: 12px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
