nestiq-component-library 1.2.18 → 1.2.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -1,2 +1,2 @@
1
- :root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.compact_cc{background-color:#f2f2f2;border-radius:32px;height:194px;padding:32px;box-shadow:0 4px 4px #00000040}.header_Text{color:#1b1b1b;margin-top:140px;font-size:32px;line-height:normal}.location{left:0}.vector svg{fill:#344041;cursor:pointer;flex-grow:0;width:6px;height:21.5px;margin:4.2px 10px 4.2px 0}.textWrapper{height:20px}.propText{letter-spacing:normal;text-align:center;color:#344041;font-size:16px}.v_share{cursor:pointer}.propValue{font-size:20px;font-weight:500}.fetch_section{height:60px;margin-top:90px}@media (width>=800px){.Pheader{max-width:1750px;margin:0 auto}}@media (width>=300px) and (width<=670px){.Pheader{height:700px}.compact{background-color:#f2f2f2;border-radius:32px;box-shadow:0 4px 4px #00000040}.compact2{margin-left:25px;justify-content:start!important;align-self:flex-start!important;align-items:flex-start!important;display:flex!important;position:relative!important}.compact3{margin-left:30px;margin-top:10px!important;display:flex!important;position:relative!important}.header_Text{margin-top:0}.propText{text-align:start!important;justify-content:start!important;align-self:flex-start!important}.propText2{font-size:24px;font-weight:1000;text-align:start!important;justify-content:start!important;align-self:flex-start!important}}.sharePopUpHeader{color:#1b1b1b;height:48px;font-size:32px;font-weight:600}.closeIconSharePopUP{cursor:pointer;width:1rem;height:1rem;position:absolute;top:1rem;right:1rem}.socialMediaIconsSection{gap:60px!important}.socialMediaIcons{cursor:pointer;width:28px!important;height:28px!important}.socialMediaIconText{color:#344041;cursor:pointer;height:36px;font-size:13px;font-weight:500;line-height:3}.popup_search-input{background-color:#0000000d;height:60px;padding-inline-end:190px;font-size:20px;box-shadow:inset 0 4px 4px #00000040}.popup_search-input::placeholder{color:#8c8c8c80;font-size:20px}.popup_search-input:focus{outline:none}.popupcustom-button{color:#000;cursor:pointer;border-color:var(--primary-color);z-index:1;background-image:var(--gradient);height:35px;right:0;box-shadow:0 4px 4px #00000040}.button_icon-left{background-color:var(--primary-color);border-radius:16px;flex-direction:row;flex-grow:0;justify-content:center;align-items:center;gap:8px;width:184px;height:43px;padding:12px 24px;display:flex;box-shadow:0 4px 4px #00000040}.mainImage{height:80%}.secondList{height:20%;max-height:121.6px}.listImageButton{background-image:linear-gradient(#666,#000);min-height:121px;justify-content:center!important;align-items:center!important}.listImgText{color:#fff;height:30px;font-size:14px;line-height:2.14}.arroIconColour{height:30px;fill:#fff!important}.onImageArrow{background-color:#fffc;width:50px;height:50px;padding:23px 8px}.blackArrow{width:20px;height:20px}.imagesArray{background-size:cover!important}@media (width<=450px){.mainImage{width:88vw;height:500px}}@media (width>=768px) and (width<=819px){.mainImage{width:58vw;height:80%}}@media (width>=820px) and (width<=850px){.mainImage{width:58vw;height:80%}}.image-thumbnail{justify-content:center;align-items:center;height:100%;transition:opacity .3s ease-in-out;display:flex;position:relative}.image-thumbnail img{object-fit:cover;border-radius:8px;height:100%}.image-thumbnail.greyed-out img{filter:grayscale()brightness(50%)}.image-thumbnail.selected img{filter:none;border:2px solid #007bff}.popup-overlay-image-list{z-index:2000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.popup-header{justify-content:center;align-items:center;width:100%;padding:1rem;display:flex;position:absolute;top:0}.popup-content{flex-direction:column;width:auto;max-height:100vh;display:flex}.closeIconNestiq{cursor:pointer;z-index:1;width:12px;height:12px;position:absolute;top:10px;right:10px}.popup-title{color:#fff;font-size:24px;font-weight:700}.btn-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:24px;position:absolute;top:1rem;right:1rem}.popup-body{flex:1;justify-content:center;align-items:center;padding:1rem;display:flex;position:relative}.main-image{border-radius:8px;max-width:100%;max-height:80vh}.btn-prev,.btn-next{color:#fff;cursor:pointer;background:0 0;border:none;font-size:48px;position:absolute;top:50%;transform:translateY(-50%)}.btn-prev{left:10px}.btn-next{right:10px}.popup-thumbnails{justify-content:center;align-items:center;gap:10px;padding:1rem;display:flex}.thumbnail{object-fit:cover;cursor:pointer;opacity:.6;border-radius:8px;width:60px;height:60px}.thumbnail.active{opacity:1;border:2px solid #fff}.activeStyle{cursor:pointer;border:3px solid #0000;border-radius:4px;transition:transform .2s,border-color .2s}.activeStyle:hover{transform:scale(1.05)}.activeStyle:focus{outline:none;transform:scale(1.05)}.activeStyle.active{transform:scale(1.05)}.mainImageListPopUp{background-position:50%;background-size:cover;width:80vh;height:70vh}.imageListBottom{scrollbar-width:thin;max-width:80vh;overflow-x:auto}.imageTitlePopup{font-size:20px;font-weight:500}@media (width>=2000px) and (width<=3000px){.imageTitlePopup{font-size:32px!important}}.mapOverlay{z-index:2000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.mapContainer{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:90vh;height:80vh;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 10px 40px #0000004d}.mapContentAddressheader{background:#f8f9fa;border-bottom:1px solid #e0e0e0;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.mapContentAddresstitle{color:#333;margin:0;font-size:1.5rem;font-weight:600}.mapCloseIcon{cursor:pointer;width:16px;height:16px;top:20px;right:20px}.mapBody{flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.mapContentAddresscontent{flex:1;width:100%;height:100%;min-height:400px;position:relative}.mapContentAddresscontent>div{width:100%!important;height:100%!important}.mapContentAddresscontent .leaflet-container{border-radius:0;width:100%!important;height:100%!important}.header{color:#1b1b1b;font-size:48px;font-weight:600}.firstLabel{background-color:var(--primary-color);border-radius:16px;gap:6px;width:100px;height:25px;box-shadow:0 4px 4px #00000040;border:1px solid #031012!important}.secondLabel{background-color:#fff;border:1px solid #000;border-radius:16px;width:fit-content;height:25px;padding:0 17px;box-shadow:0 4px 4px #00000040}.fourthLabels{background-color:#fff;border:1px solid #000;border-radius:16px;width:100px;height:25px;padding:2px;box-shadow:0 4px 4px #00000040}.layersText{color:#1b1b1b;font-size:14px}.locationText{color:#fff;text-align:center;font-size:14px}.detail{text-align:center;color:#fff;font-size:12px}.cardStyle{justify-content:center;align-items:center;width:405px;max-width:2405px;height:350px;display:flex;border-radius:30px!important}@media (width>=2560px){.header{font-size:38px;display:flex}.cardStyle{gap:0;width:350px;height:300px}}@media (width<=1399px){.header{align-self:center;margin-left:150px;font-size:38px}.cardStyle{gap:0;width:350px;height:300px}}@media (width<=1199px){.header{font-size:38px}.cardStyle{width:300px;height:250px}}@media (width<=575px){.detail{padding:2px;font-size:11px}.Price{font-size:19px}.header{font-size:28px}.locationText{font-size:12px}}@media (width<=375px){.labelTopClass{width:105px!important}.layersText{font-size:9px}.firstLabel{gap:2px}.layersVector{gap:0;width:9px;height:10px}.cardStyle{width:320px!important;height:220px!important}.header{font-size:24px}.detail{padding:2px;font-size:10px}.Price{font-size:18px}.locationText{font-size:10px}.Vector{width:8px;height:16px;margin:0 2px .4px}}@media (width<=280px){.cardStyle{width:260px!important;height:160px!important}.detail{margin-bottom:5px;font-size:.6ch}.Price{font-size:9px}.locationText{font-size:6px}.Vector{width:7px;height:10px;margin:0 2px 4px}.heartVector{width:15px;height:20px}}.property-card{border-radius:32px;width:100%;height:auto;box-shadow:0 4px 4px #00000040}.priceValue,.value,.price_label,.details{white-space:nowrap}.listing-compact_c{background-color:#3a3a3a11;border-radius:0 32px 32px 0;gap:8px;padding:24px}.wrapperCompanySec{background-color:#fff;border:1px solid #0000001a;border-radius:16px;flex-direction:row;flex-grow:0;justify-content:flex-start;align-self:stretch;align-items:center;gap:16px;height:119px;padding:10px 16px;display:flex}.kontactbutton_cc{background:linear-gradient(#666,#000);border-radius:16px;gap:10px;width:180px;height:43px;box-shadow:0 4px 4px #00000040}.cc-height{height:460px}.listing-height{height:422px}.cardStyles{border-radius:32px 0 0 32px;justify-content:center;align-items:center;width:100%;height:460px;display:flex}.cardTag{background-color:#fff;border:1px solid #313131;border-radius:16px;flex-direction:row;flex-grow:0;justify-content:flex-start;align-items:center;gap:6px;width:75px;height:30px;padding:0 24px;display:flex}.Grundriss{background:linear-gradient(#666,#000);border-radius:16px;flex-direction:row;flex-grow:0;justify-content:center;align-items:center;gap:10px;width:120px;height:30px;font-size:14px;display:flex;box-shadow:0 4px 4px #00000040}.Frame-136{background-color:#fff;border:1px solid #0000001a;border-radius:16px;flex-direction:row;flex-grow:0;justify-content:flex-start;align-self:stretch;align-items:center;gap:16px;height:85px;padding:10px 16px;display:flex}.kontactbutton{background:linear-gradient(#666,#000);border-radius:16px;flex-direction:row;flex-grow:0;justify-content:center;align-items:center;gap:10px;width:198px;height:43px;display:flex;box-shadow:0 4px 4px #00000040}.kontact-button-text{letter-spacing:normal;text-align:center;color:#fff;flex-grow:0;font-size:16px;font-style:normal;font-weight:500;font-stretch:100%;line-height:normal}.propertyTitle{letter-spacing:normal;text-align:start;color:#313131;flex-grow:0;font-size:24px;font-style:normal;font-weight:580;font-stretch:100%;line-height:normal;display:flex}.chipLabel{background-color:#fff;border:1px solid #000;border-radius:16px;height:30px;padding:0 10px;display:flex;box-shadow:0 4px 4px #00000040}.layersVector{width:15.1px;height:16px}.layersText{color:#1b1b1b;text-wrap:nowrap;padding:0 8px;font-size:14px;line-height:2.14}.style-img{object-fit:cover;border-radius:30px!important}.Vector{flex-grow:0;width:12px;height:16.1px;margin:.4px 6px .4px 0}.heartVector{cursor:pointer;width:23px;height:26.7px}.heartVector.liked{fill:#fff!important}.location-wrapper{align-items:center;gap:10px;display:flex}.location-icon{object-fit:contain;flex-grow:0;width:16px;height:21px}.locationTexts{color:#344041;text-align:center;text-transform:capitalize;font-size:16px}.arrowVector{object-fit:contain;flex-grow:0;width:23px;height:23px}.Price{letter-spacing:normal;text-align:center;color:#fff;font-size:26px;font-style:normal;font-weight:500;font-stretch:100%;line-height:normal}.details{color:#344041;font-size:16px}.price_label{text-align:left;color:#344041;font-size:16px}.value,.priceValue{flex-direction:column;gap:5px;font-size:20px;font-weight:500;line-height:1;display:flex}.class{background-color:#1b1b1b}.header{justify-content:center;height:64px}.rightConer{width:200px}.labelTopClass{height:32px}@media (width>=2560px){.header{font-size:38px;display:flex}.cardStyle{gap:0;width:350px;height:300px}}@media (width<=1399px){.header{align-self:center;margin-left:150px;font-size:38px}.cardStyle{gap:0;width:350px;height:300px}}@media (width<=1199px){.header{font-size:38px}.cardStyle{width:300px;height:250px}}@media (width<=767px){.cardStyles{border-radius:32px 32px 0 0}.listing-compact_c{border-radius:0 0 32px 32px}}@media (width<=575px){.detail,.details,.price_label{padding:2px;font-size:11px}.Price,.priceValue,.value{font-size:16px}.propertyTitle{font-size:18px}.header{font-size:28px}.locationText{font-size:12px}}.MessageShareSections{background-color:#fff;border:1px solid #d7d9e3;border-radius:16px;max-width:1280px;height:550px;padding:10px 14px;box-shadow:0 4px 4px #00000040}.circle{background-color:#0000;border:2px solid #000;border-radius:50%;place-content:center;justify-self:center;justify-items:center;width:55px;height:55px}@media (width>=375px) and (width<=667px){.popup-overlay{z-index:9998;background-color:#00000080;display:flex}.button_icon-left{border-radius:16px;flex-direction:row;flex-grow:0;justify-content:center;align-items:center;gap:8px;width:90px;height:43px;padding:12px 24px;display:flex;box-shadow:0 4px 4px #00000040}.button_icon-right{width:184px}.circle{background-color:#0000;border:2px solid #000;border-radius:50%;width:55px;height:55px}.button_icon-left{width:184px}}.shareSection{background-color:#fff;border:1px solid #d7d9e3;border-radius:16px;height:340px;padding:40px;box-shadow:0 4px 4px #00000040}.shareSection-Success{background-color:#fff;border:1px solid #d7d9e3;border-radius:16px;height:510px;padding:40px;box-shadow:0 4px 4px #00000040}.button_icon-right{background-color:#0000;border-color:#000;border-radius:16px;flex-direction:row;flex-grow:0;justify-content:center;align-items:center;gap:8px;width:184px;height:43px;padding:12px 24px;display:flex}.Account-popup{background-color:#fff;border:1px solid #d7d9e3;border-radius:16px;max-width:1000px;height:713px;padding:10px;box-shadow:0 4px 4px #00000040}.filter{background-color:#f2f2f2;border-radius:32px;flex-direction:column;flex-grow:0;align-self:stretch;gap:2px;height:343px;padding:32px;display:flex;box-shadow:inset 0 4px 10px #00000026}.loginFilter{background-color:#f2f2f2;border-radius:32px;flex-direction:column;flex-grow:0;align-self:stretch;gap:2px;height:280px;padding:32px;display:flex;box-shadow:inset 0 4px 10px #00000026}.radioLabel{letter-spacing:normal;text-align:left;color:#1b1b1b;flex-grow:0;width:176px;height:19px;font-size:16px;font-style:normal;font-weight:400;font-stretch:100%;line-height:normal}.placeholders{background-image:linear-gradient(#666 100%,#000 0%);border-radius:4px;flex-direction:row;flex-grow:0;justify-content:flex-start;align-items:center;gap:8px;width:232px;height:45px;padding:12px 24px;display:flex}.TagW.active{color:#fff;background-image:linear-gradient(#666,#000);border-radius:16px;flex-direction:row;flex-grow:1;justify-content:center;align-items:center;gap:6px;height:40px;padding:0 24px;display:flex;box-shadow:0 4px 4px #00000040}.Tag{background-image:linear-gradient(red,#f000);border-radius:16px;flex-direction:row;flex-grow:1;justify-content:center;align-items:center;gap:6px;height:40px;padding:0 24px;display:flex;box-shadow:0 4px 4px #00000040}.TagW{color:#000;background-color:#fff;border:1px solid #000;border-radius:16px;flex-direction:row;flex-grow:1;justify-content:center;align-items:center;gap:6px;height:40px;padding:0 24px;display:flex}@media (width>=375px) and (width<=667px){.Account-popup{background-color:#fff;border:1px solid #d7d9e3;border-radius:16px;width:90vw;padding:10px;box-shadow:0 4px 4px #00000040;height:650px!important}.filter{background-color:#f2f2f2;border-radius:32px;flex-direction:column;flex-grow:0;align-self:stretch;gap:2px;height:260px;padding:32px;display:flex;box-shadow:inset 0 4px 10px #00000026}.middle-text{margin:5px 25px}.loginFilter{background-color:#f2f2f2;border-radius:32px;flex-direction:column;flex-grow:0;align-self:stretch;gap:2px;height:180px;padding:32px;display:flex;box-shadow:inset 0 4px 10px #00000026}}.popup-overlay{z-index:2000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.shareSection{background-color:#fff;border:1px solid #d7d9e3;border-radius:16px;max-width:1280px;height:340px;padding:40px;box-shadow:0 4px 4px #00000040}.popUpHeader{color:#1b1b1b;height:48px;font-size:32px;font-weight:600}.closeIcon{cursor:pointer;width:16px;height:16px}.button_success-right{background-color:#0000;border-color:#000;border-radius:16px;flex-direction:row;flex-grow:0;justify-content:center;align-items:center;gap:8px;width:184px;height:43px;padding:12px 24px;display:flex}.button_success-left{background-color:var(--primary-color);border-radius:16px;flex-direction:row;flex-grow:0;justify-content:center;align-items:center;gap:8px;width:200px;height:43px;padding:12px 24px;display:flex;box-shadow:0 4px 4px #00000040}.shareSection-Error{background-color:#fff;border:1px solid #d7d9e3;border-radius:16px;height:400px;padding:10px;box-shadow:0 4px 4px #00000040}.popup-tags{font-size:large;font-weight:700}.button_icon-left{border-radius:16px;flex-direction:row;flex-grow:0;justify-content:center;align-items:center;gap:8px;width:184px;height:43px;padding:12px 24px;display:flex;box-shadow:0 4px 4px #00000040}.main_button{background-image:var(--gradient);border-radius:16px;flex-direction:row;flex-grow:0;justify-content:center;align-items:center;gap:8px;width:184px;height:43px;padding:12px 24px;display:flex;box-shadow:0 4px 4px #00000040}.circle{background-color:#0000;border:2px solid #000;border-radius:50%;width:55px;height:55px}.Line-9,.Line-10{background-color:#8c8c8c80;flex-grow:1;align-content:center;align-self:center;max-width:18rem;height:1px}.middle-container{justify-content:center;align-items:center;display:flex}.middle-text{margin:25px}.google-button{background:linear-gradient(#666,#000);border-radius:4px;flex-direction:row;flex-grow:0;justify-content:center;align-items:center;gap:8px;width:260px;height:45px;padding:12px 24px;display:flex}.lightertxt{color:#797979}.goButton-text{letter-spacing:normal;text-align:center;color:#1b1b1b;flex-grow:0;width:78px;height:19px;font-size:16px;font-style:normal;font-weight:500;font-stretch:100%;line-height:normal}@media (width>=375px) and (width<=667px){.middle-text{margin:5px 25px}}
1
+ :root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.compact_cc{background-color:#f2f2f2;border-radius:32px;height:auto;min-height:194px;padding:32px;box-shadow:0 4px 4px #00000040}.header_Text{color:#1b1b1b;font-size:32px;line-height:normal}.location{left:0}.vector svg{fill:#344041;cursor:pointer;flex-grow:0;width:6px;height:21.5px;margin:4.2px 10px 4.2px 0}.textWrapper{height:20px}.propText{letter-spacing:normal;text-align:center;color:#344041;font-size:16px}.v_share{cursor:pointer;width:24px}.propValue{font-size:20px;font-weight:500}.fetch_section{height:60px;margin-top:90px}@media (width>=800px){.Pheader{max-width:1750px;margin:0 auto}}@media (width<=768px){.compact_cc{padding:24px}.header_Text{font-size:24px}.textWrapper{height:auto}.propValue{font-size:16px}.textWrapper{font-size:14px}}.sharePopUpHeader{color:#1b1b1b;height:48px;font-size:32px;font-weight:600}.closeIconSharePopUP{cursor:pointer;width:1rem;height:1rem;position:absolute;top:1rem;right:1rem}.socialMediaIconsSection{gap:60px!important}.socialMediaIcons{cursor:pointer;width:28px!important;height:28px!important}.socialMediaIconText{color:#344041;cursor:pointer;height:36px;font-size:13px;font-weight:500;line-height:3}.popup_search-input{background-color:#0000000d;height:60px;padding-inline-end:190px;font-size:20px;box-shadow:inset 0 4px 4px #00000040}.popup_search-input::placeholder{color:#8c8c8c80;font-size:20px}.popup_search-input:focus{outline:none}.popupcustom-button{color:#000;cursor:pointer;border-color:var(--primary-color);z-index:1;background-image:var(--gradient);height:35px;right:0;box-shadow:0 4px 4px #00000040}.button_icon-left{background-color:var(--primary-color);border-radius:16px;flex-direction:row;flex-grow:0;justify-content:center;align-items:center;gap:8px;width:184px;height:43px;padding:12px 24px;display:flex;box-shadow:0 4px 4px #00000040}.mainImage{aspect-ratio:16/9;width:100%;height:auto}.listImageButton{background-image:linear-gradient(#666,#000);height:100px;justify-content:center!important;align-items:center!important}.listImgText{color:#fff;height:30px;font-size:14px;line-height:2.14}.arroIconColour{height:30px;fill:#fff!important}.onImageArrow{background-color:#fffc;width:50px;height:50px;padding:23px 8px}.blackArrow{width:20px;height:20px}.imagesArray{background-size:cover!important}@media (width>=1700px){.mainImage{max-height:830px}}@media (width<=991px){.listImageButton,.image-thumbnail{height:80px}}@media (width<=575px){.listImageButton,.image-thumbnail{height:60px!important}.listImgText{display:none}}.image-thumbnail{justify-content:center;align-items:center;min-width:60px;height:100px;transition:opacity .3s ease-in-out;display:flex;position:relative}.image-thumbnail img{object-fit:cover;border-radius:8px;height:100%}.image-thumbnail.greyed-out img{filter:grayscale()brightness(50%)}.image-thumbnail.selected img{filter:none;border:2px solid #007bff}.popup-overlay-image-list{z-index:2000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.popup-header{justify-content:center;align-items:center;width:100%;padding:1rem;display:flex;position:absolute;top:0}.popup-content{flex-direction:column;width:auto;max-height:100vh;display:flex}.closeIconNestiq{cursor:pointer;z-index:1;width:12px;height:12px;position:absolute;top:10px;right:10px}.popup-title{color:#fff;font-size:24px;font-weight:700}.btn-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:24px;position:absolute;top:1rem;right:1rem}.popup-body{flex:1;justify-content:center;align-items:center;padding:1rem;display:flex;position:relative}.main-image{border-radius:8px;max-width:100%;max-height:80vh}.btn-prev,.btn-next{color:#fff;cursor:pointer;background:0 0;border:none;font-size:48px;position:absolute;top:50%;transform:translateY(-50%)}.btn-prev{left:10px}.btn-next{right:10px}.popup-thumbnails{justify-content:center;align-items:center;gap:10px;padding:1rem;display:flex}.thumbnail{object-fit:cover;cursor:pointer;opacity:.6;border-radius:8px;width:60px;height:60px}.thumbnail.active{opacity:1;border:2px solid #fff}.activeStyle{cursor:pointer;border:3px solid #0000;border-radius:4px;transition:transform .2s,border-color .2s}.activeStyle:hover{transform:scale(1.05)}.activeStyle:focus{outline:none;transform:scale(1.05)}.activeStyle.active{transform:scale(1.05)}.mainImageListPopUp{background-position:50%;background-size:cover;width:80vh;height:70vh}.imageListBottom{scrollbar-width:thin;max-width:80vh;overflow-x:auto}.imageTitlePopup{font-size:20px;font-weight:500}.thumbnail-container{width:150px;height:150px}@media (width>=2000px) and (width<=3000px){.imageTitlePopup{font-size:32px!important}}@media (width<=768px){.mainImageListPopUp{width:70vw;height:40vh}.imageListBottom{max-width:90vw}.thumbnail-container{width:80px;height:80px}.closeIconNestiq{top:20px;right:20px}}.mapOverlay{z-index:2000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.mapContainer{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:90vh;height:80vh;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 10px 40px #0000004d}.mapContentAddressheader{background:#f8f9fa;border-bottom:1px solid #e0e0e0;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.mapContentAddresstitle{color:#333;margin:0;font-size:1.5rem;font-weight:600}.mapCloseIcon{cursor:pointer;width:16px;height:16px;top:20px;right:20px}.mapBody{flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.mapContentAddresscontent{flex:1;width:100%;height:100%;min-height:400px;position:relative}.mapContentAddresscontent>div{width:100%!important;height:100%!important}.mapContentAddresscontent .leaflet-container{border-radius:0;width:100%!important;height:100%!important}.header{color:#1b1b1b;font-size:48px;font-weight:600}.firstLabel{background-color:var(--primary-color);border-radius:16px;gap:6px;width:100px;height:25px;box-shadow:0 4px 4px #00000040;border:1px solid #031012!important}.secondLabel{background-color:#fff;border:1px solid #000;border-radius:16px;width:fit-content;height:25px;padding:0 17px;box-shadow:0 4px 4px #00000040}.fourthLabels{background-color:#fff;border:1px solid #000;border-radius:16px;width:100px;height:25px;padding:2px;box-shadow:0 4px 4px #00000040}.layersText{color:#1b1b1b;font-size:14px}.locationText{color:#fff;text-align:center;font-size:14px}.detail{text-align:center;color:#fff;font-size:12px}.cardStyle{justify-content:center;align-items:center;width:405px;max-width:2405px;height:350px;display:flex;border-radius:30px!important}@media (width>=2560px){.header{font-size:38px;display:flex}.cardStyle{gap:0;width:350px;height:300px}}@media (width<=1399px){.header{align-self:center;margin-left:150px;font-size:38px}.cardStyle{gap:0;width:350px;height:300px}}@media (width<=1199px){.header{font-size:38px}.cardStyle{width:300px;height:250px}}@media (width<=575px){.detail{padding:2px;font-size:11px}.Price{font-size:19px}.header{font-size:28px}.locationText{font-size:12px}}@media (width<=375px){.labelTopClass{width:105px!important}.layersText{font-size:9px}.firstLabel{gap:2px}.layersVector{gap:0;width:9px;height:10px}.cardStyle{width:320px!important;height:220px!important}.header{font-size:24px}.detail{padding:2px;font-size:10px}.Price{font-size:18px}.locationText{font-size:10px}.Vector{width:8px;height:16px;margin:0 2px .4px}}@media (width<=280px){.cardStyle{width:260px!important;height:160px!important}.detail{margin-bottom:5px;font-size:.6ch}.Price{font-size:9px}.locationText{font-size:6px}.Vector{width:7px;height:10px;margin:0 2px 4px}.heartVector{width:15px;height:20px}}.property-card{border-radius:32px;width:100%;height:auto;box-shadow:0 4px 4px #00000040}.priceValue,.value,.price_label,.details{white-space:nowrap}.listing-compact_c{background-color:#3a3a3a11;border-radius:0 32px 32px 0;gap:8px;padding:24px}.wrapperCompanySec{background-color:#fff;border:1px solid #0000001a;border-radius:16px;flex-direction:row;flex-grow:0;justify-content:flex-start;align-self:stretch;align-items:center;gap:16px;height:119px;padding:10px 16px;display:flex}.kontactbutton_cc{background:linear-gradient(#666,#000);border-radius:16px;gap:10px;width:180px;height:43px;box-shadow:0 4px 4px #00000040}.cc-height{height:460px}.listing-height{height:422px}.cardStyles{border-radius:32px 0 0 32px;justify-content:center;align-items:center;width:100%;height:460px;display:flex}.cardTag{background-color:#fff;border:1px solid #313131;border-radius:16px;flex-direction:row;flex-grow:0;justify-content:flex-start;align-items:center;gap:6px;width:75px;height:30px;padding:0 24px;display:flex}.Grundriss{background:linear-gradient(#666,#000);border-radius:16px;flex-direction:row;flex-grow:0;justify-content:center;align-items:center;gap:10px;width:120px;height:30px;font-size:14px;display:flex;box-shadow:0 4px 4px #00000040}.Frame-136{background-color:#fff;border:1px solid #0000001a;border-radius:16px;flex-direction:row;flex-grow:0;justify-content:flex-start;align-self:stretch;align-items:center;gap:16px;height:85px;padding:10px 16px;display:flex}.kontactbutton{background:linear-gradient(#666,#000);border-radius:16px;flex-direction:row;flex-grow:0;justify-content:center;align-items:center;gap:10px;width:198px;height:43px;display:flex;box-shadow:0 4px 4px #00000040}.kontact-button-text{letter-spacing:normal;text-align:center;color:#fff;flex-grow:0;font-size:16px;font-style:normal;font-weight:500;font-stretch:100%;line-height:normal}.propertyTitle{letter-spacing:normal;text-align:start;color:#313131;flex-grow:0;font-size:24px;font-style:normal;font-weight:580;font-stretch:100%;line-height:normal;display:flex}.chipLabel{background-color:#fff;border:1px solid #000;border-radius:16px;height:30px;padding:0 10px;display:flex;box-shadow:0 4px 4px #00000040}.layersVector{width:15.1px;height:16px}.layersText{color:#1b1b1b;text-wrap:nowrap;padding:0 8px;font-size:14px;line-height:2.14}.style-img{object-fit:cover;border-radius:30px!important}.Vector{flex-grow:0;width:12px;height:16.1px;margin:.4px 6px .4px 0}.heartVector{cursor:pointer;width:23px;height:26.7px}.heartVector.liked{fill:#fff!important}.location-wrapper{align-items:center;gap:10px;display:flex}.location-icon{object-fit:contain;flex-grow:0;width:16px;height:21px}.locationTexts{color:#344041;text-align:center;text-transform:capitalize;font-size:16px}.arrowVector{object-fit:contain;flex-grow:0;width:23px;height:23px}.Price{letter-spacing:normal;text-align:center;color:#fff;font-size:26px;font-style:normal;font-weight:500;font-stretch:100%;line-height:normal}.details{color:#344041;font-size:16px}.price_label{text-align:left;color:#344041;font-size:16px}.value,.priceValue{flex-direction:column;gap:5px;font-size:20px;font-weight:500;line-height:1;display:flex}.class{background-color:#1b1b1b}.header{justify-content:center;height:64px}.rightConer{width:200px}.labelTopClass{height:32px}@media (width>=2560px){.header{font-size:38px;display:flex}.cardStyle{gap:0;width:350px;height:300px}}@media (width<=1399px){.header{align-self:center;margin-left:150px;font-size:38px}.cardStyle{gap:0;width:350px;height:300px}}@media (width<=1199px){.header{font-size:38px}.cardStyle{width:300px;height:250px}}@media (width<=767px){.cardStyles{border-radius:32px 32px 0 0}.listing-compact_c{border-radius:0 0 32px 32px}}@media (width<=575px){.detail,.details,.price_label{padding:2px;font-size:11px}.Price,.priceValue,.value{font-size:16px}.propertyTitle{font-size:18px}.header{font-size:28px}.locationText{font-size:12px}}.MessageShareSections{background-color:#fff;border:1px solid #d7d9e3;border-radius:16px;max-width:1280px;height:550px;padding:10px 14px;box-shadow:0 4px 4px #00000040}.circle{background-color:#0000;border:2px solid #000;border-radius:50%;place-content:center;justify-self:center;justify-items:center;width:55px;height:55px}@media (width>=375px) and (width<=667px){.popup-overlay{z-index:9998;background-color:#00000080;display:flex}.button_icon-left{border-radius:16px;flex-direction:row;flex-grow:0;justify-content:center;align-items:center;gap:8px;width:90px;height:43px;padding:12px 24px;display:flex;box-shadow:0 4px 4px #00000040}.button_icon-right{width:184px}.circle{background-color:#0000;border:2px solid #000;border-radius:50%;width:55px;height:55px}.button_icon-left{width:184px}}.shareSection{background-color:#fff;border:1px solid #d7d9e3;border-radius:16px;height:340px;padding:40px;box-shadow:0 4px 4px #00000040}.shareSection-Success{background-color:#fff;border:1px solid #d7d9e3;border-radius:16px;height:510px;padding:40px;box-shadow:0 4px 4px #00000040}.button_icon-right{background-color:#0000;border-color:#000;border-radius:16px;flex-direction:row;flex-grow:0;justify-content:center;align-items:center;gap:8px;width:184px;height:43px;padding:12px 24px;display:flex}.Account-popup{background-color:#fff;border:1px solid #d7d9e3;border-radius:16px;max-width:1000px;height:713px;padding:10px;box-shadow:0 4px 4px #00000040}.filter{background-color:#f2f2f2;border-radius:32px;flex-direction:column;flex-grow:0;align-self:stretch;gap:2px;height:343px;padding:32px;display:flex;box-shadow:inset 0 4px 10px #00000026}.loginFilter{background-color:#f2f2f2;border-radius:32px;flex-direction:column;flex-grow:0;align-self:stretch;gap:2px;height:280px;padding:32px;display:flex;box-shadow:inset 0 4px 10px #00000026}.radioLabel{letter-spacing:normal;text-align:left;color:#1b1b1b;flex-grow:0;width:176px;height:19px;font-size:16px;font-style:normal;font-weight:400;font-stretch:100%;line-height:normal}.placeholders{background-image:linear-gradient(#666 100%,#000 0%);border-radius:4px;flex-direction:row;flex-grow:0;justify-content:flex-start;align-items:center;gap:8px;width:232px;height:45px;padding:12px 24px;display:flex}.TagW.active{color:#fff;background-image:linear-gradient(#666,#000);border-radius:16px;flex-direction:row;flex-grow:1;justify-content:center;align-items:center;gap:6px;height:40px;padding:0 24px;display:flex;box-shadow:0 4px 4px #00000040}.Tag{background-image:linear-gradient(red,#f000);border-radius:16px;flex-direction:row;flex-grow:1;justify-content:center;align-items:center;gap:6px;height:40px;padding:0 24px;display:flex;box-shadow:0 4px 4px #00000040}.TagW{color:#000;background-color:#fff;border:1px solid #000;border-radius:16px;flex-direction:row;flex-grow:1;justify-content:center;align-items:center;gap:6px;height:40px;padding:0 24px;display:flex}@media (width>=375px) and (width<=667px){.Account-popup{background-color:#fff;border:1px solid #d7d9e3;border-radius:16px;width:90vw;padding:10px;box-shadow:0 4px 4px #00000040;height:650px!important}.filter{background-color:#f2f2f2;border-radius:32px;flex-direction:column;flex-grow:0;align-self:stretch;gap:2px;height:260px;padding:32px;display:flex;box-shadow:inset 0 4px 10px #00000026}.middle-text{margin:5px 25px}.loginFilter{background-color:#f2f2f2;border-radius:32px;flex-direction:column;flex-grow:0;align-self:stretch;gap:2px;height:180px;padding:32px;display:flex;box-shadow:inset 0 4px 10px #00000026}}.popup-overlay{z-index:2000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.shareSection{background-color:#fff;border:1px solid #d7d9e3;border-radius:16px;max-width:1280px;height:340px;padding:40px;box-shadow:0 4px 4px #00000040}.popUpHeader{color:#1b1b1b;height:48px;font-size:32px;font-weight:600}.closeIcon{cursor:pointer;width:16px;height:16px}.button_success-right{background-color:#0000;border-color:#000;border-radius:16px;flex-direction:row;flex-grow:0;justify-content:center;align-items:center;gap:8px;width:184px;height:43px;padding:12px 24px;display:flex}.button_success-left{background-color:var(--primary-color);border-radius:16px;flex-direction:row;flex-grow:0;justify-content:center;align-items:center;gap:8px;width:200px;height:43px;padding:12px 24px;display:flex;box-shadow:0 4px 4px #00000040}.shareSection-Error{background-color:#fff;border:1px solid #d7d9e3;border-radius:16px;height:400px;padding:10px;box-shadow:0 4px 4px #00000040}.popup-tags{font-size:large;font-weight:700}.button_icon-left{border-radius:16px;flex-direction:row;flex-grow:0;justify-content:center;align-items:center;gap:8px;width:184px;height:43px;padding:12px 24px;display:flex;box-shadow:0 4px 4px #00000040}.main_button{background-image:var(--gradient);border-radius:16px;flex-direction:row;flex-grow:0;justify-content:center;align-items:center;gap:8px;width:184px;height:43px;padding:12px 24px;display:flex;box-shadow:0 4px 4px #00000040}.circle{background-color:#0000;border:2px solid #000;border-radius:50%;width:55px;height:55px}.Line-9,.Line-10{background-color:#8c8c8c80;flex-grow:1;align-content:center;align-self:center;max-width:18rem;height:1px}.middle-container{justify-content:center;align-items:center;display:flex}.middle-text{margin:25px}.google-button{background:linear-gradient(#666,#000);border-radius:4px;flex-direction:row;flex-grow:0;justify-content:center;align-items:center;gap:8px;width:260px;height:45px;padding:12px 24px;display:flex}.lightertxt{color:#797979}.goButton-text{letter-spacing:normal;text-align:center;color:#1b1b1b;flex-grow:0;width:78px;height:19px;font-size:16px;font-style:normal;font-weight:500;font-stretch:100%;line-height:normal}@media (width>=375px) and (width<=667px){.middle-text{margin:5px 25px}}
2
2
  /*$vite$:1*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestiq-component-library",
3
- "version": "1.2.18",
3
+ "version": "1.2.21",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",