
.locations-list .tab-container::-webkit-scrollbar {
  display: none;
}
.locations-list .tab-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.locations-list .envelope-icon:hover {
  fill: rgba(0, 102, 128, 0.10);
  stroke-width: 1px;
  stroke: #006680;
  filter: drop-shadow(0px 4px 6px rgba(16, 24, 40, 0.03)) drop-shadow(0px 12px 16px rgba(16, 24, 40, 0.08));
}

.locations-list .insta-icon:hover {
  fill: rgba(0, 102, 128, 0.10);
  stroke-width: 1px;
  stroke: #006680;
  filter: drop-shadow(0px 4px 6px rgba(16, 24, 40, 0.03)) drop-shadow(0px 12px 16px rgba(16, 24, 40, 0.08));
}

.locations-list .envelope-icon .icon {
  width: 41px;
  height: 41px;
  transition: all 0.3s ease;
}

.locations-list .envelope-icon .icon:hover {
  filter: url(#hoverFilter);
}

.locations-list .envelope-icon .icon:hover .bg {
  fill: #006680;
  fill-opacity: 0.1;
}

.locations-list .envelope-icon .icon:hover .bg {
  fill: #006680;
  fill-opacity: 0.1;
}