/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./slicing/src/scss/wt-components/vkp.scss ***!
  \******************************************************************************************************************************************************************************************/
/*
Plugin: Verkavelingsplan
---
*/
.p-allot {
  position: relative;
  width: auto;
  height: 100%;
  margin: 0 auto;
  background: rgba(var(--grey-light), 0.3);
  overflow-x: scroll;
  overflow-y: hidden;
}

.p-allot--backend {
  overflow: visible;
}

.p-allot--backend-buttons {
  padding-top: 536px;
}

.p-allot--backend-wrapper {
  height: 536px;
  width: 894px;
  overflow: auto;
  position: absolute;
  z-index: 1;
}

.p-allot--backend-container {
  position: relative;
  transform-origin: left top;
  height: 100%;
}

.p-allot__back-button {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 10;
  margin: 1rem;
}

.p-allot__coachmark {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.3);
  margin: 0.5rem;
  background-color: rgba(var(--white),  1);
}
@media only screen and (min-width: 768px) {
  .p-allot__coachmark {
    bottom: 0;
  }
}

.c-icon--click {
  background-image: url(../../images/icon-click.svg);
}

.p-allot::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.p-allot-modal {
  background: rgba(var(--grey-light), 0.3);
}

.p-allot-canvaswrapper {
  position: relative;
  width: 768px;
  margin: 0 auto;
}
.p-allot-canvaswrapper img {
  animation-name: fadeIn;
  animation-duration: 0.5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .p-allot-canvaswrapper {
    width: 894px;
  }
}
.p-allot-canvaswrapper #allotStandalone,
.p-allot-canvaswrapper #allotModal {
  width: 768px;
}
@media only screen and (min-width: 768px) {
  .p-allot-canvaswrapper #allotStandalone,
.p-allot-canvaswrapper #allotModal {
    width: 894px;
  }
}

.p-allot-shapewrapper {
  position: absolute;
  top: 0;
  left: 0;
}

.p-allot-infowindow {
  margin: 0 auto;
  background: #FFF;
  padding: 2rem 1rem 1rem 1rem;
}

.p-allot-infowindow__content {
  background-color: white;
  width: 100%;
  height: 100;
  opacity: 1;
  transition: height 0.3s ease-out;
}

.p-allot-infowindow__content-inner {
  max-width: 42.5em;
}

@media only screen and (min-width: 992px) {
  .p-allot-infowindow__grid-item--text {
    padding-right: 2rem;
  }
}

.p-allot-btn-scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: red;
  padding: 20px;
  width: 100px;
}

.p-allot-btn-scroll--right {
  right: 0;
}

.p-allot-breadcrumb {
  display: none;
  z-index: 100;
  width: 100%;
  background: rgba(var(--white), 1);
  border-bottom: 1px solid rgba(var(--grey-light), 0.3);
  height: 49px;
}
@media only screen and (min-width: 992px) {
  .p-allot-breadcrumb {
    width: 100%;
  }
}

.p-allot-crumbs {
  margin: 0;
  padding: 0 1rem;
  overflow: hidden;
  width: 100%;
  list-style: none;
  background: rgba(var(--white), 1);
}
.p-allot-crumbs li {
  float: left;
  margin: 0 17px 0 0;
  height: 48px;
  line-height: 51px;
}
.p-allot-crumbs li:first-child:nth-last-child(1) {
  display: none;
}

.p-allot-crumbs--base {
  background: none;
  padding: 0;
}

.p-allot-crumbs-table {
  margin: 0;
  padding: 0 0.5rem;
  overflow: hidden;
  width: 100%;
  list-style: none;
}
.p-allot-crumbs-table li {
  float: left;
  margin: 0 15px 0 0;
  height: 48px;
  line-height: 48px;
}
.p-allot-crumbs-table li:first-child:nth-last-child(1) {
  display: none;
}

.p-allot-crumb-icon {
  padding: 0 0.5rem;
}

.p-allot-crumb-default {
  float: left;
  font-size: 11px;
  font-weight: 700;
  opacity: 0.8;
  margin-right: 10px;
}
.p-allot-crumb-default:hover {
  opacity: 1;
}

.p-allot-crumb {
  position: relative;
  float: left;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.8;
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.p-allot-crumb:hover {
  opacity: 1;
}
.p-allot-crumb:after {
  content: "";
  width: 20px;
  height: 15px;
  background-image: url(../../images/icon-arrow-right-neutral.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center right;
  position: absolute;
  top: 17px;
}
.p-allot-crumb.is-active {
  opacity: 1;
  font-weight: 700;
  color: rgba(var(--grey-dark), 1);
}
.p-allot-crumb.is-active:after {
  display: none;
}

.p-allot-crumb-base {
  float: left;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.8;
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.p-allot-crumb-base, .p-allot-crumb-base:visited {
  color: rgba(var(--grey-dark), 1);
}
.p-allot-crumb-base:hover {
  opacity: 1;
}

.p-allot-marker {
  animation: bouncesmall 5s infinite;
  animation-delay: 4s;
}
.p-allot-marker:hover {
  cursor: pointer;
}

.p-allot-marker__text {
  position: relative;
  background: rgba(var(--white), 1);
  color: rgba(var(--black), 1);
  border-radius: 2px;
  padding: 0.25rem;
  font-weight: 700;
  font-size: 12px;
  width: 135px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  transition: all 0.3 ease-out;
  animation: bouncesmall 5s infinite;
  animation-delay: 4s;
  cursor: pointer;
}

.p-allot-marker__text:hover, .p-allot-marker__text--hover {
  color: rgba(var(--primary-color), 1);
}

.p-allot-marker__text--border-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 3px solid rgba(var(--primary-color), 1);
}

.p-allot-marker__text--border-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 3px solid rgba(var(--primary-color), 1);
}

.p-allot-marker__text--border-left {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 3px solid rgba(var(--primary-color), 1);
}

.p-allot-marker__text--border-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 3px solid rgba(var(--primary-color), 1);
}

.p-allot-legend {
  background: rgba(var(--white), 1);
  color: rgba(var(--grey-dark), 1);
  border-top: 1px solid rgba(var(--grey-light), 0.3);
  border-left-width: 0;
  border-right-width: 0;
  z-index: 20;
  width: 100%;
  padding: 0 0.5rem;
}
@media only screen and (min-width: 992px) {
  .p-allot-legend {
    padding: 0 0.85rem;
    z-index: 200;
    background: white;
    position: absolute;
    bottom: -8rem;
  }
}

.p-allot-legend__list {
  margin-bottom: 0;
  padding: 0.35rem 0 0.25rem 0;
  display: flex;
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.5em;
}

.p-allot-legend__list-item {
  padding: 0.1rem 0 0.15rem 1rem;
}

.p-allot-infowindow-type {
  margin-right: 1rem;
}

.p-allot-infowindow-price {
  font-size: 21px;
  color: rgba(var(--primary-color), 1);
}

.shapesvg {
  fill-opacity: 0;
  stroke: rgba(var(--white), 1);
  stroke-width: 2px;
}
@media only screen and (min-width: 768px) {
  .shapesvg {
    stroke-opacity: 0;
  }
}
.shapesvg.show-stroke {
  stroke-opacity: 1 !important;
}
.shapesvg.active {
  stroke-opacity: 1;
  fill-opacity: 1;
  display: inline !important;
  fill: rgba(var(--primary-color), 0.3);
}
.shapesvg:hover, .shapesvg.hovered {
  fill: rgba(var(--white), 0.3);
  fill-opacity: 1;
  stroke: rgba(var(--white), 1);
  stroke-width: 2px;
  stroke-opacity: 1;
  cursor: pointer;
}
.shapesvg:focus, .shapesvg:active {
  fill: rgba(var(--primary-color), 0.3);
}

.wrapper {
  /*width: 960px;*/
  margin: 0 auto;
}

.newShape {
  display: none;
  margin: 20px 0;
}

.lotIcons {
  list-style: none;
  padding: 0;
}

.lotIcons li {
  float: left;
  margin-left: 10px;
}

.options {
  background-color: white;
  padding: 10px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
.scrollable {
  width: 100%;
}

.scrollable::-webkit-scrollbar {
  /* This is the magic bit */
  display: none;
}

.swipearea {
  height: 50%;
}

.mfp-close-btn-in .mfp-close {
  position: absolute;
  right: 0;
  top: 0;
}

/* Backend */
.p-verkavelingsplan-backend {
  position: relative;
  width: 894px;
  margin: 0 auto;
}

#js-canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.p-verkavelingsplan-backend__background {
  width: 100%;
}

.u-fit-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-new-shape {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid gray;
  z-index: 9999;
}

.c-new-shape__type {
  list-style: none;
  *zoom: 1;
  padding-left: 0;
}
.c-new-shape__type:before, .c-new-shape__type:after {
  display: table;
  content: "";
}
.c-new-shape__type:after {
  clear: both;
}
.c-new-shape__type li {
  float: left;
  margin-right: 10px;
}
.c-new-shape__type li:hover {
  cursor: pointer;
}

.c-new-shape__type--active {
  background-color: gray;
}

.c-object-options {
  display: none;
}

.c-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin-left: 0rem;
  margin-right: 0.2rem;
  margin-top: 2px;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.c-alert-box {
  position: relative;
  border-radius: 2px;
}

.c-alert-box--sm {
  padding-top: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 1.5rem;
  margin-bottom: 0.75rem;
}

.c-alert-box__close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  line-height: 1;
  text-decoration: none;
}

.is-accessible-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.c-allotments {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .c-allotments {
    width: 894px;
    height: 536px;
    margin: 0 auto;
  }
}
.c-allotments .is-hidden {
  display: none;
}
.c-allotments .c-icon--arrow-left {
  background-image: url(../../images/icon-arrow-left-white.webp);
  background-position-y: 2px;
}

.c-allotments-plan {
  height: 100%;
}

.c-allotments-wrapper {
  background-color: rgb(var(--background-color-grey));
  padding: 4.8rem 1.6rem;
}
@media only screen and (min-width: 992px) {
  .c-allotments-wrapper {
    padding-bottom: 12rem;
  }
}

#js-markers-group {
  position: absolute;
  z-index: 999;
}
