.dialog-off-canvas-main-canvas {
  display: table;
  height: 100%;
  width: 100%;
}

#map-wrapper {
  position: relative;
  display: table;
  width: 100%;
  overflow: hidden;
  border: 1px solid;
}

#map-container {
  position: relative;
  height: 100%;
  background: rgba(255, 170, 255, 0.5647058824);
}

#map-sidebar {
  height: calc(100% - 20px);
  background: rgba(255, 255, 255, 0.5647058824);
}

#map-sidebar .input-group {
  display: flex;
}

#map-sidebar .btn {
  border-width: 1px;
}

#map {
  height: 100%;
  width: 100%;
}

.iowaboundary {
  cursor: grab;
}

.countyboundary {
  cursor: grab;
}

.lItem {
  padding: 0.5rem 0.1rem;
}

.lItem--hidden {
  display: none;
}

.lItem--offline {
  padding: 0.5rem;
  border: 1px solid #eee;
  border-left: 1rem solid #eee;
  background-color: #fafafa;
  text-align: left;
  padding-left: 1rem;
  box-shadow: 0 0.125rem 0.125rem 0.25rem reba(0, 0, 0, 0.075);
  border-radius: 0.3rem;
  color: #000;
}

.lItem--offline:hover, .lItem--offline:active, .lItem--offline:focus {
  border-color: #a3b72c;
  border-left-color: #a3b72c;
  background-color: #fafafa;
}

.lItem.active .lItem--offline {
  border-color: #162e51;
  border-left-color: #162e51 !important;
  background-color: #fefefe;
}

.fa-rotate-45 {
  transform: rotate(-45deg);
}

.map-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #162e51;
  color: #fff;
  line-height: 2;
  position: relative;
  padding: 0.5em;
}

.map-sidebar-header .leaflet-sidebar-close {
  position: relative;
  display: grid;
  place-content: center;
}

.abd-snapshot-embed-wrapper .retailer {
  font-size: 1.5em;
}

.abd-snapshot-embed-wrapper .product {
  font-weight: bold;
  border-bottom: 1px solid;
}

.leaflet-resp-popup-west .leaflet-popup-tip-container {
  margin-left: -25px;
}

.leaflet-sidebar.leaflet-sidebar-left {
  left: -1px;
  z-index: 500;
}

/* Map marker */
.marker-one {
  width: 2rem;
  height: 2rem;
  border-radius: 3rem;
  background-color: #fff;
  display: inline-block;
  border-bottom-right-radius: 0;
  position: relative;
  transform: rotate(45deg);
  border: 1px solid #000;
  /* center */
  /* shadow */
}

.marker-one.pin {
  background-color: transparent;
  border: 1px solid transparent;
  transform: none;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(https://unpkg.com/leaflet@1.7.1/dist/images/marker-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.marker-one.pin::before, .marker-one.pin::after {
  content: none;
}

.marker-one.red {
  background-color: #aa3300;
  border: 1px solid #881100;
}

.marker-one.dkblue {
  background-color: #1a4480;
  border: 1px solid #1a4480;
}

.marker-one.blue {
  background-color: #257eca;
  border: 1px solid #257eca;
}

.marker-one.green {
  background-color: #1a4480;
  border: 1px solid #257eca;
}

.marker-one::before {
  content: "";
  background: #fff;
  width: 50%;
  height: 50%;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  box-shadow: 0.1rem 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.1);
}

.marker-one::after {
  content: "";
  background: rgba(128, 128, 128, 0.2);
  width: 75%;
  height: 75%;
  border-radius: 100%;
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translate(-50%, -50%) rotate(45deg) scaleX(0.5);
}

.marker-one.distiller::before {
  background: transparent;
  width: 90%;
  height: 90%;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border: 1px solid transparent;
  background-image: url(/modules/custom/abd_snapshot/assets/barrel-white.svg);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: 55% 50%;
}

.marker-one.retail::before {
  background: transparent;
  width: 90%;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border: 1px solid transparent;
  background-image: url(/modules/custom/abd_snapshot/assets/martini-white.svg);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#manufacturer-listings .categories {
  list-style-type: none;
  -moz-columns: 4;
       columns: 4;
}

@media (max-width: 768px) {
  #manufacturer-listings .categories {
    -moz-columns: 2;
         columns: 2;
  }
}
