.providers-container .grid {
  display: flex !important;
  justify-content: center !important;
  height: auto !important;
}
.providers-container .provider {
  position: unset !important;
  max-height: 250px;
  transition: transform 0.3s ease, opacity 0.3s ease !important; /* Only scale and fade */
}

.isotope-hidden {
  transform: scale(0) !important; /* Scale out */
  opacity: 0; /* Fade out */
  pointer-events: none;
}

#providersSection ul {
  gap: 14px;

  li {
    cursor: pointer;
    a {
      border-color: #681e77;
      color: black;
    }
    a.active {
      border-color: transparent;
    }
  }
}

#providersSection .providers-container {
  padding-top: 25px !important;
  /*  padding-bottom: 90px; */
}
#providersSection .active {
  background-color: #fe5e00 !important;
  color: white;
}
#providersSection .nav-link {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.show-container {
  display: block;
}
.hide-container {
  display: none;
}

.provider {
  background-color: #d9d9d9;
  max-width: 300px;
  overflow: hidden;
  padding: 0;
  border-radius: 10px;
  border: 1px solid #681e77;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  h6 {
    color: #681e77;
    font-weight: bold;
  }
  a {
    font-size: small;
  }
  i {
    color: #681e77;
  }
}
.provider_img {
  object-fit: cover;
  max-width: 100%;
  display: none;
  max-height: 155px;
  object-position: center;
}

#providersSection .explore_title_image {
  h2 {
    text-wrap-mode: nowrap;
  }
}

.filter-dropdown {
  display: flex;
      background-color: transparent;
      color: #681e77;
      border-color: #681e77;
      width: 200px;
      align-items: center;
      justify-content: space-between;
}

.filter-dropdown:hover {
  background-color: #fe5e00;
}

.filter-dropdown:focus {
  background-color: #fe5e00;
}

.providers_label {
  h6 {
    margin: 0;
  }
  border-radius: 12px;
  background-color: #fe5e00;
  color: white;
  padding: 12px;
  a {
    color: white;
  }
}

.location_dropdown {
  padding-bottom: 0 !important;
  max-height: 200px;
  overflow-y: scroll;
  width: 200px;
  padding-top: 0px;
}

.providers-nav-tab {
  border-bottom: none !important;
}