@keyframes fadeInFromNone{0%{opacity:0}to{opacity:1}}:root{--primary-color:#24536e;--primary-color-light:#5993aa;--black-text:#202020;--red-color:#ff9b9f}input:focus-visible{outline:none}select:focus-visible{outline:none}.no-scroll{position:fixed;top:var(--scroll-position);width:100%}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#797979}::-webkit-scrollbar-thumb:hover{background:#555}body{margin:0;display:flex;flex-direction:column;width:100%}.hidden{display:none!important}.content{flex:1 1;padding-top:60px}.cluster{background-position:50%;background-size:contain;font-size:13px;font-weight:800;display:flex;justify-content:center;align-items:center}.cluster-1{height:30px;width:30px}.cluster-1,.cluster-2{background-image:url(/assets/images/icons-map/m1.svg)}.cluster-2{height:35px;width:35px}.cluster-3{height:40px;width:40px}.cluster-3,.cluster-4{background-image:url(/assets/images/icons-map/m1.svg)}.cluster-4{height:45px;width:45px}.cluster-5{height:50px;width:50px;background-image:url(/assets/images/icons-map/m1.svg)}.loader{top:0;right:0;left:0;bottom:0;position:absolute;background-color:rgba(0,0,0,.7);z-index:99;display:flex;align-items:center;justify-content:center}.loaderText{color:#fff;font-size:18px}.propertyMarker{animation-name:fadeInFromNone;animation-duration:1s;animation-fill-mode:forwards;opacity:0}.propertyMarker img{height:50px;width:50px}.propertyMarker .markerPrice{display:none;background:var(--primary-color);padding:5px;border:1px solid var(--black-text);font-size:12px;color:#fff}.propertyMarker .markerPrice:after{content:"";height:12px;width:12px;position:absolute;background-color:var(--primary-color);bottom:-6px;left:0;right:0;margin-left:auto;margin-right:auto;transform:rotate(45deg);border-bottom:1px solid var(--black-text);border-right:1px solid var(--black-text)}.showMarkersDetail .propertyMarker.prominent .markerPrice{display:block}.showMarkersDetail .propertyMarker.prominent .markerIcon,.showMarkersDetail .propertyMarker.prominent img{display:none}.not-found{height:calc(100vh - 325px)}.error-page,.not-found{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.error-page{min-height:calc(100vh - 60px)}