﻿/* #region bootstrap colors / theme colors */
/* #endregion */
/* #region bootstrap color tints */
/* #endregion */
.map.location-search {
  margin: 2.5rem 0;
  padding: 0;
  position: relative;
  min-height: 180vw;
  background-color: #f7f7f7;
}
@media (min-width: 48rem) {
  .map.location-search {
    min-height: 80vw;
  }
}
@media (min-width: 62rem) {
  .map.location-search {
    min-height: 60vw;
  }
}
@media (min-width: 87.5rem) {
  .map.location-search {
    min-height: 50vw;
  }
}
.map.location-search .map_wrapper {
  position: absolute;
  width: 100%;
  background-color: #eeefef;
  aspect-ratio: 5/9;
}
@media (min-width: 48rem) {
  .map.location-search .map_wrapper {
    aspect-ratio: 5/4;
  }
}
@media (min-width: 62rem) {
  .map.location-search .map_wrapper {
    aspect-ratio: 5/3;
  }
}
@media (min-width: 87.5rem) {
  .map.location-search .map_wrapper {
    aspect-ratio: 2/1;
  }
}
.map.location-search .map_canvas {
  height: 100%;
}
.map.location-search .quick-search > div {
  position: relative;
}
@media (min-width: 48rem) {
  .column > .map.location-search {
    padding: 0;
    min-height: 80vw;
  }
  .column > .map.location-search .map-wrapper {
    margin: 0;
    aspect-ratio: unset;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 62rem) {
  .column > .map.location-search {
    min-height: 70vw;
  }
}
.map .tt-menu {
  box-shadow: 3px 3px 24px rgba(0, 0, 0, 0.08), 3px 3px 24px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.map .map_wrapper,
.map .map-card-list {
  transform: scaleY(1);
  transform-origin: top;
  height: auto;
  transition: opacity 0.25s ease-in-out;
}
.map.show-map .map_wrapper {
  opacity: 1;
  transform: scaleY(1);
}
.map.show-map .map-card-list {
  opacity: 0;
  transform: scaleY(0);
  height: 0;
  margin-top: 0;
}
.map.show-list .map_wrapper {
  opacity: 0;
  transform: scaleY(0);
  height: 0;
}
.map.show-list .map-card-list {
  margin-top: 2.5rem;
  opacity: 1;
  transform: scaleY(1);
}
.map .btn-switch {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #8f4469;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: #9a5778;
  --bs-btn-focus-shadow-rgb: 122, 58, 89;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: #9a5778;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #8f4469;
  box-shadow: 3px 3px 24px rgba(0, 0, 0, 0.08), 3px 3px 24px rgba(0, 0, 0, 0.08);
}
.map .quick-search .input-group {
  box-shadow: 3px 3px 24px rgba(0, 0, 0, 0.08), 3px 3px 24px rgba(0, 0, 0, 0.08);
}
.map.location-search .gm-style-iw.gm-style-iw-c, .map.map-shoppable .gm-style-iw.gm-style-iw-c {
  padding: 0;
  border-radius: 0.3125rem;
}
.map.location-search .gm-style-iw .gm-style-iw-d, .map.map-shoppable .gm-style-iw .gm-style-iw-d {
  overflow: auto !important;
}
.map.location-search .gm-style-iw .type-pininfo, .map.map-shoppable .gm-style-iw .type-pininfo {
  border-bottom: 0.3125rem solid #ca3d6a;
}
.map.location-search .gm-style-iw .gm-ui-hover-effect, .map.map-shoppable .gm-style-iw .gm-ui-hover-effect {
  background-color: #fff !important;
  opacity: 0.75;
  top: 0 !important;
  right: 0 !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.map.location-search .gm-style-iw .gm-ui-hover-effect > span, .map.map-shoppable .gm-style-iw .gm-ui-hover-effect > span {
  width: 1rem !important;
  height: 1rem !important;
  margin: 0.25rem !important;
}
.map.location-search .gm-style .gm-style-iw-tc::after, .map.map-shoppable .gm-style .gm-style-iw-tc::after {
  background-color: #ca3d6a;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/actions-runner/_work/ws.dotorg/ws.dotorg/CCHMC.Web.MVC/includes/stylesheets/org/01-abstracts/_var-bootstrap-reset.scss%22,%22file:///C:/actions-runner/_work/ws.dotorg/ws.dotorg/CCHMC.Web.MVC/includes/stylesheets/org/10-lazyload/map-search.scss%22,%22file:///C:/actions-runner/_work/ws.dotorg/ws.dotorg/CCHMC.Web.MVC/includes/stylesheets/libs/bootstrap5/mixins/_breakpoints.scss%22,%22file:///C:/actions-runner/_work/ws.dotorg/ws.dotorg/CCHMC.Web.MVC/includes/stylesheets/org/01-abstracts/_mx-box-shadow.scss%22,%22file:///C:/actions-runner/_work/ws.dotorg/ws.dotorg/CCHMC.Web.MVC/includes/stylesheets/libs/bootstrap5/mixins/_buttons.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AA4CA;AAuFA;AAGA;AAoGA;AC7NE;EACE;EACA;EACA;EACA;EACA,kBDDY;;AE8CZ;EDlDF;IASI;;;ACyCF;EDlDF;IAaI;;;ACqCF;EDlDF;IAiBI;;;AAGF;EACE;EACA;EACA,kBDlBU;ECmBV;;AC0BF;ED9BA;IAOI;;;ACuBJ;ED9BA;IAWI;;;ACmBJ;ED9BA;IAeI;;;AAKJ;EACE;;AAIA;EACE;;ACIJ;EDAA;IAEI;IACA;;EAEA;IACE;IACA;IACA;IACA;IACA;IACA;;;ACXN;EDAA;IAgBI;;;AAKN;EEtDE;EFwDA,kBD1EY;;AC6Ed;AAAA;EAEE;EACA;EACA;EACA;;AAIA;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAKF;EACE;EACA;EACA;;AAGF;EACE,YDyVkB;ECxVlB;EACA;;AAIJ;EGzGA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EDHE;;AFqGA;EErGA;;AF6GE;EACE;EACA,eD8TgB;;AC3TlB;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAOF;EACE,kBD3GM%22%7D */