/* @tailwind base; */

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem
}

@media (min-width: 640px) {
  .container {
    max-width: 640px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px
  }
}

.visible {
  visibility: visible
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.block {
  display: block
}

.table {
  display: table
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.h-\[400px\] {
  height: 400px
}

.w-full {
  width: 100%
}

.cursor-pointer {
  cursor: pointer
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.text-center {
  text-align: center
}

.uppercase {
  text-transform: uppercase
}

.outline {
  outline-style: solid
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.r360-maps-category-filter {
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.r360-maps-filter-tab {
  display: flex;
  flex: 1 1 0%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-right-width: 2px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.r360-maps-filter-tab:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(49 44 43 / var(--tw-bg-opacity))
}

.r360-maps-filter-tab {
  border-color: rgb(255 255 255 / 0.1);
  &:last-child {
    border-width: 0px
  }
  &.active {
    --tw-bg-opacity: 1;
    background-color: rgb(49 44 43 / var(--tw-bg-opacity))
  }
  .category-icon {
    display: inline-block
  }
  .category-icon {
    height: 28px
  }
  .category-icon {
    width: 28px
  }
  .category-icon {
    img {
      height: 28px
    }
  }
}

.r360-maps {
  margin: 0px;
  .poi-marker {
    display: block
  }
  .poi-marker {
    display: flex
  }
  .poi-marker {
    height: 2.5rem
  }
  .poi-marker {
    width: 2.5rem
  }
  .poi-marker {
    cursor: pointer
  }
  .poi-marker {
    align-items: center
  }
  .poi-marker {
    justify-content: center
  }
  .poi-marker {
    border-radius: 9999px
  }
  .poi-marker {
    --tw-bg-opacity: 1;
    background-color: rgb(41 37 36 / var(--tw-bg-opacity))
  }
  .poi-marker {
    background-position: center
  }
  .poi-marker {
    background-repeat: no-repeat
  }
  .poi-marker {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
  .poi-marker {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
  }
  .poi-marker {
    background-size: 24px;
    &:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(87 83 78 / var(--tw-bg-opacity))
    }
    &.selected {
      --tw-bg-opacity: 1;
      background-color: rgb(168 162 158 / var(--tw-bg-opacity))
    }
  }
  .global-poi-marker {
    display: block
  }
  .global-poi-marker {
    background-size: contain
  }
  .global-poi-marker {
    background-repeat: no-repeat
  }
  .poi-popup {
    font-family: inherit;
    .popup-title {
      font-size: 0.875rem;
      line-height: 1.25rem
    }
    .website-link a {
      outline: 2px solid transparent;
      outline-offset: 2px
    }
    .location-description {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem
    }
  }
  .mapboxgl-popup-content {
    max-width: 15rem
  }
  .mapboxgl-popup-content {
    border-radius: 0px
  }
  .mapboxgl-popup-content {
    padding: 1rem
  }
  .mapboxgl-popup-content {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
  .r360-maps-location-panel {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity))
  }
  .r360-maps-location-panel {
    padding: 2rem
  }
  .r360-maps-location {
    margin-left: auto;
    margin-right: auto
  }
  .r360-maps-location {
    max-width: 350px
  }
  .r360-maps-location {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }
  .r360-maps-location {
    letter-spacing: 0.025em
  }
  .r360-maps-location {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}