* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-weight: 300;
  /* Default body font weight */
}

.hideScrollBar::-webkit-scrollbar {
  display: none;
}

.pac-item {
  padding: 12px 24px;
  font-family: 'DM Sans, sans-serif';
  font-size: 16px;
}

.pac-item .pac-icon {
  display: none;
}

.pac-item span.pac-item-query,
.pac-item .pac-matched {
  font-size: 16px;
  opacity: 1;
}

.pac-item span {
  font-size: 14px;
  opacity: 0.6;
}

a {
  -webkit-touch-callout: none;
}

/* Animate.CSS */

.animate__fastest {
  --animate-duration: 0.25s;
}

.animate__fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/* Google Maps Embed */

.gm-style-cc {
  display: none;
}

.autoCompleteContainer {
  width: 100%
}

.marketplace-address-search {
  width: 100%;
}

.marketplace-address-search input {
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  height: 60px;
  font-size: 16px;
  box-sizing: border-box;
}

.pac-container {
  border-top: none !important;
  border-radius: 0 !important;
  z-index: 9999;
}

.invert {
  filter: invert(1);
}

.website-drawer {
  height: 100vh;
  height: -webkit-fill-available;
}

svg {
  color-interpolation-filters: sRGB;
}

svg image {
  color: red;
  fill: red;
}

nextjs-portal {
  display: none;
}