/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./common/components/page_builder/features/ProjectPricelistInteractive/assets/css/styling.scss ***!
  \**************************************************************************************************************************************************************************************/
.site .mapsAccordion .actions span:after,
.site .mapsAccordion .actions.action-toggled span:after {
  font-family: "Font Awesome 5 Pro" !important;
}

.page-widget .modal {
  /*- Margins -*/
  /*- Paddings -*/
}
.page-widget .modal .modal-header .float-end [data-bs-dismiss=modal] {
  margin-top: -15px;
}
.page-widget .modal .modal-fullscreen {
  overflow: hidden;
}
.page-widget .modal .modal-fullscreen .modal-body {
  overflow: hidden;
}
.page-widget .modal .no-margin {
  margin: 0 0 0 0;
}
.page-widget .modal .m-0-a {
  margin: 0 auto;
  display: block;
}
.page-widget .modal .m-a-0 {
  margin: 0 0 0 0;
}
.page-widget .modal .m-t-0 {
  margin-top: 0;
}
.page-widget .modal .m-l-0 {
  margin-left: 0;
}
.page-widget .modal .m-r-0 {
  margin-right: 0;
}
.page-widget .modal .m-b-0 {
  margin-bottom: 0;
}
.page-widget .modal .no-padding {
  padding: 0 0 0 0;
}
.page-widget .modal .p-a-0 {
  padding: 0 0 0 0;
}
.page-widget .modal .p-t-0 {
  padding-top: 0;
}
.page-widget .modal .p-l-0 {
  padding-left: 0;
}
.page-widget .modal .p-r-0 {
  padding-right: 0;
}
.page-widget .modal .p-b-0 {
  padding-bottom: 0;
}
.page-widget .modal .p-a-10 {
  padding: 10px 10px 10px 10px;
}
.page-widget .modal .modal-fullscreen {
  padding-right: 0px !important;
  overflow-y: hidden !important;
}
.page-widget .modal .modal-fullscreen .modal-dialog {
  width: 100%;
  margin: 0;
  height: 100%;
}
.page-widget .modal .modal-fullscreen .modal-content {
  height: 100%;
}
.page-widget .modal .modal-fullscreen .modal-content .modal-header {
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}
.page-widget .modal .modal-fullscreen .modal-content .modal-header button {
  font-size: 44px;
  font-weight: lighter;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  line-height: 0;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.page-widget .modal .modal-fullscreen .modal-content .modal-body {
  height: 100%;
}
.page-widget .modal .mapsSituationBackground {
  height: 700px;
  background-image: url("https://s3.eu-central-1.amazonaws.com/stonepro/media/common/images/maps-tablet.jpg");
  background-position: center center;
}
.page-widget .modal .mapsColumn {
  padding: 0;
}
.page-widget .modal .pricelistWrapper {
  overflow-y: scroll;
  overflow-x: hidden;
}
.page-widget .modal .pricelistWrapper:before {
  content: "";
  border-left: unset !important;
  position: absolute;
  height: 100%;
  z-index: 2;
}
.page-widget .modal .mapsHeader {
  font-weight: bold;
  padding: 10px 17px 10px 15px;
}
.page-widget .modal .pricelistHidden {
  display: none;
}
@media (max-width: 768px) {
  .page-widget .modal .mapsData {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.page-widget .modal .map-controls .map-popup {
  display: none;
  width: 450px;
  padding: 0;
  position: absolute;
  left: 30px;
  top: 30px;
  -webkit-box-shadow: 0px 0px 10px 1px rgb(153, 153, 153);
  -moz-box-shadow: 0px 0px 10px 1px rgb(153, 153, 153);
  box-shadow: 0px 0px 10px 1px rgb(153, 153, 153);
  background: #FFFFFF;
  z-index: 19;
}
.page-widget .modal .maps-controls .map-popup .popup-image {
  width: 355px;
}
.page-widget .modal .map-controls .map-popup .close-popup {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #FFFFFF;
  border-radius: 50%;
  padding: 7px;
  cursor: pointer;
  color: #000000;
  -webkit-box-shadow: 0px 0px 10px 1px rgb(153, 153, 153);
  -moz-box-shadow: 0px 0px 10px 1px rgb(153, 153, 153);
  box-shadow: 0px 0px 10px 1px rgb(153, 153, 153);
  font-weight: lighter;
}
.page-widget .modal .map-controls .map-popup .popup-text {
  padding: 15px 30px;
}

.map-controls {
  position: relative;
}

.overhead-block path {
  fill-opacity: 0.25;
  stroke: #FFF;
  stroke-width: 3px;
  transition: all 0.35s;
  cursor: pointer;
}

.overhead-block path:hover,
.overhead-block path.active {
  fill-opacity: 0.75;
}

.overhead-block .map-controls .map-popup {
  max-width: 450px;
  margin-right: 15px;
  padding: 0;
  position: absolute;
  left: 50px;
  top: 30px;
  -webkit-box-shadow: 0px 0px 10px 1px rgb(153, 153, 153);
  -moz-box-shadow: 0px 0px 10px 1px rgb(153, 153, 153);
  box-shadow: 0px 0px 10px 1px rgb(153, 153, 153);
  background: #FFFFFF;
  z-index: 19;
}

.transition-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.overhead-block .maps-controls .map-popup .popup-image {
  width: 355px;
}

.overhead-block .map-controls .map-popup .close-popup {
  width: unset;
  position: absolute;
  right: -10px;
  top: -10px;
  background: #FFFFFF;
  border-radius: 50%;
  padding: 7px;
  cursor: pointer;
  color: #000000;
  -webkit-box-shadow: 0px 0px 10px 1px rgb(153, 153, 153);
  -moz-box-shadow: 0px 0px 10px 1px rgb(153, 153, 153);
  box-shadow: 0px 0px 10px 1px rgb(153, 153, 153);
  font-weight: lighter;
}

.overhead-block .map-controls .map-popup .popup-text {
  padding: 15px 30px;
}

.overhead-block .map-controls .map-popup .popup-text a {
  color: #333;
  text-decoration: underline;
}

.status-available {
  color: #009900;
}

.status-option {
  color: #FFAA00;
}

.status-oral-agreement {
  color: #FF6600;
}

.status-sold {
  color: #CC0000;
}

.bg-status-available {
  background-color: #009900;
  color: #FFFFFF;
}

.bg-status-option {
  background-color: #FFAA00;
  color: #FFFFFF;
}

.bg-status-oral-agreement {
  background-color: #FF6600;
  color: #FFFFFF;
}

.bg-status-sold {
  background-color: #CC0000;
  color: #FFFFFF;
}

.map-hover {
  position: absolute;
  padding: 0;
  background: #FFF;
  max-width: 250px;
  font-weight: 400;
  font-size: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.map-hover h2 {
  font-size: 14px;
  background: #000;
  padding: 8px;
  font-weight: 300;
  text-align: center;
  color: #FFF;
  margin: 0;
}
.map-hover p {
  padding: 5px;
  margin: 0;
}

button.btn.turn-side-right:hover {
  transition: 0.1s;
  transform: scale(1.05);
}

button.btn.turn-side-left:hover {
  transition: 0.1s;
  transform: scale(1.05);
}

.side-selection-button {
  color: #FFF !important;
  background-color: #929292;
  border: 1px solid #929292 !important;
  font-size: 16px;
  line-height: 1.4;
}

.side-selection-button.active {
  color: #929292 !important;
  background-color: #FFF;
  box-shadow: none;
}

.side-selection-button:hover, .side-selection-button.active:hover {
  background-color: rgba(145, 145, 145, 0.7) !important;
  color: #FFF !important;
}

/*# sourceMappingURL=ProjectPricelistInteractive.css.map*/