@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--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-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.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: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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:""}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px #000000e6;background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}@font-face{font-family:Neue Haas Grotesk Display Pro;src:url(https://www.miamicondoinvestments.com/wp-content/themes/mci/shortcode/mci-search/fonts/font-light/NeueHaasDisplay-Light.ttf);font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Grotesk Display Pro;src:url(https://www.miamicondoinvestments.com/wp-content/themes/mci/shortcode/mci-search/fonts/font-bold/NeueHaasDisplay-Bold.ttf);font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Neue Haas Grotesk Display Pro;src:url(https://www.miamicondoinvestments.com/wp-content/themes/mci/shortcode/mci-search/fonts/font-roman/NeueHaasDisplay-Roman.ttf);font-weight:500;font-style:normal;font-display:swap}*{margin:0;border:none;box-sizing:border-box;outline:none;font-family:Neue Haas Grotesk Display Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}#root *{text-transform:none!important}#root{width:100%;overflow-x:hidden;overflow-y:hidden}.PropertyMarkerElement{background-color:#222;color:#fff;padding:5px;border-radius:5px;font-family:sans-serif;overflow-y:auto;max-height:60px;box-shadow:0 2px 10px 1px #00000080;cursor:pointer}.PropertyMarkerElement:hover{background-color:#000}.PropertyMarkerElement:after{content:"";position:absolute;bottom:-8px;left:50%;right:50%;transform:translate(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #222}.PropertyMarkerElement:hover:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #000}.MarkerClustererElement{height:32px;width:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;background-color:#ff5f004d}.MarkerClustererElement>div{height:26px;width:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;background-color:#ff5f00;font-size:14px}.gm-style-iw.gm-style-iw-c{padding:0}.gm-style-iw-d{overflow:auto!important;padding:0}.gm-ui-hover-effect{z-index:100;top:0!important;right:0!important}.PropertyInfoWindow{position:absolute;width:max-content;top:0;left:0;background-color:#fff;z-index:999999;border-radius:5px;box-shadow:#0000003d 0 3px 8px}.PropertyInfoWindow>#PropertyInfoWindowArrowID{position:absolute;background:#fff;width:20px;height:20px;transform:rotate(45deg)}.PropertyInfoWindow>.header{position:static;border-bottom:1px solid #e3e3e3;color:#000000d9;background-color:#f5f5f5;padding:5px 15px;font-size:13px;font-weight:700;display:flex;justify-content:space-between;border-top-left-radius:5px;border-top-right-radius:5px}.PropertyInfoWindow>.header>span{font-size:13px}.PropertyInfoWindow>.header>#closePropertyInfoWindow{cursor:pointer}.PropertyInfoWindow>.content{display:flex;padding:15px;gap:15px;cursor:pointer}.PropertyInfoWindow>.content>img{width:138px;height:90px}.PropertyInfoWindow>.content>.info{display:flex;flex-direction:column;gap:3px;font-size:14px;color:#000000d9}.PropertyInfoWindow>.content>.info>.title{font-size:15px;font-weight:700}.GroupedPropertiesInfoWindow{position:absolute;width:max-content;top:0;left:0;background-color:#fff;z-index:999999;border-radius:5px;box-shadow:#0000003d 0 3px 8px}.GroupedPropertiesInfoWindow>#PropertyInfoWindowArrowID{position:absolute;background:#fff;width:20px;height:20px;transform:rotate(45deg)}.GroupedPropertiesInfoWindow>.header{position:static;border-bottom:1px solid #e3e3e3;color:#000000d9;background-color:#f5f5f5;padding:5px 15px;font-size:13px;font-weight:700;display:flex;justify-content:space-between;border-top-left-radius:5px;border-top-right-radius:5px}.GroupedPropertiesInfoWindow>.header>span{font-size:13px}.GroupedPropertiesInfoWindow>.header>#closePropertyInfoWindow{cursor:pointer}.GroupedPropertiesInfoWindow>.content-container{overflow-y:scroll;height:200px}.GroupedPropertiesInfoWindow .content{display:flex;padding:15px;gap:15px;cursor:pointer}.GroupedPropertiesInfoWindow .content>img{width:138px;height:90px}.GroupedPropertiesInfoWindow .content>.info{display:flex;flex-direction:column;gap:3px;font-size:14px;color:#000000d9}.GroupedPropertiesInfoWindow .content>.info>.title{font-size:15px;font-weight:700}.PropertyListTable .ant-table-column-title{text-transform:none!important;font-weight:400}.PropertyListTable .ant-table-cell{text-transform:none!important;font-weight:400!important}.PropertyListTable table,.PropertyListTable th,.PropertyListTable td{border-color:#fff!important}.PropertyListTable .ant-table-cell-row-hover{border-top:1px solid rgb(255,95,0)!important;border-bottom:1px solid rgb(255,95,0)!important;transition:.2s all ease-in-out}.PropertyListTable tr:nth-child(even){background-color:#f1f1f1!important}.PropertyListTable tr:nth-child(odd){background:#fff}.ant-select-dropdown .ant-select-item-option-state{display:none}.PropertyDescriptions .ant-descriptions-item-label{width:50%!important;background-color:#fff!important;padding:10px!important}.PropertyDescriptions .ant-descriptions-item-content{width:50%;padding:10px!important}.ant-select-dropdown,.ant-dropdown{z-index:2147483647!important}.main-wrap{height:calc(100dvh - 203px)}.PropertyHeader{background-color:#f5f5f5;align-items:center}@media only screen and (max-width: 415px){.PropertyHeader{padding:15px!important;gap:0px!important}.PropertyHeader>.ant-typography{font-size:12px}.PropertyHeader>.PropertyHeaderButtons>div{font-size:12px!important}.PropertyHeader>.PropertyHeaderButtons .ant-space-item{font-size:12px}.ant-dropdown .ant-dropdown-menu-title-content>span{font-size:12px!important}.ant-dropdown .ant-dropdown-menu-item{padding:0 8px 0 5px!important}}#root{height:calc(100dvh - 92px)}#root[data-login=login]{height:calc(100dvh - 138px)}@media only screen and (min-width: 577px){#root{height:calc(100dvh - 129px)}#root[data-login=login]{height:calc(100dvh - 175px)}}@media only screen and (min-width: 782px){#root{height:calc(100dvh - 129px)}#root[data-login=login]{height:calc(100dvh - 161px)}}@media only screen and (min-width: 1151px){#root{height:calc(100dvh - 111px)}#root[data-login=login]{height:calc(100dvh - 143px)}}.PropertiesComponent{height:calc(100dvh - 203px)}#PropertiesContainer{height:calc(100dvh - 275px)}#PropertiesContainer.hidePropertyHeader{height:calc(100dvh - 191px)}@media only screen and (min-width: 416px){#PropertiesContainer.hidePropertyHeader{height:calc(100dvh - 213px)}}footer#footer{display:none}#sync2 .item{padding:5px;cursor:pointer}#sync2 .current .item{opacity:.8}#sync2{position:relative}#sync2>.owl-nav{display:flex;align-items:center;justify-content:space-between;height:100%;width:100%;position:absolute;top:0;margin:0;pointer-events:none}#sync2>.owl-nav>.owl-next,#sync2>.owl-nav .owl-prev{height:calc(100% - 10px);width:20px;border-radius:0;background-color:#000;color:#fff;font-size:40px;pointer-events:all;display:flex;justify-content:center;align-items:center}#sync2>.owl-nav>.owl-next>img,#sync2>.owl-nav .owl-prev>img{filter:invert(1);width:20px}#sync2>.owl-nav>.owl-next{right:0}#sync2>.owl-nav>.owl-prev{left:0}@media only screen and (max-width: 992px){#sync2{margin-top:4px}#sync2 .item{padding:0 2px}#sync2>.owl-nav>.owl-next,#sync2>.owl-nav .owl-prev{margin:0;height:100%}}.owl-theme .owl-nav [class*=owl-]{transition:all .3s ease}.owl-theme .owl-nav [class*=owl-].disabled:hover{background-color:#d6d6d6}#sync1.owl-theme{position:relative}#sync1.owl-theme .owl-next,#sync1.owl-theme .owl-prev{position:absolute;bottom:100px}#sync1.owl-theme .owl-next>span,#sync1.owl-theme .owl-prev>span{display:none}#sync1.owl-theme .owl-prev{right:180px}#sync1.owl-theme .owl-prev:after{content:"\1f860";font-size:60px;position:absolute;color:#fff}#sync1.owl-theme .owl-next{right:80px}#sync1.owl-theme .owl-next:after{content:"\1f862";font-size:60px;position:absolute;color:#fff}#syncFull1.owl-theme{position:relative;height:100%}#syncFull1.owl-theme .owl-next,#syncFull1.owl-theme .owl-prev{position:absolute;width:120px;height:40px;bottom:30px;right:0;filter:invert(1)}#syncFull1.owl-theme .owl-next>img,#syncFull1.owl-theme .owl-prev>img{height:100%}#syncFull1.owl-theme .owl-next:hover,#syncFull1.owl-theme .owl-prev:hover{background-color:transparent}#syncFull1.owl-theme .owl-prev{right:90px}#syncFull1.owl-theme .owl-next{right:0px}#syncFull2{position:relative}#syncFull2 .item{height:100px}#syncFull2>.owl-nav{display:flex;align-items:center;justify-content:space-between;height:100%;width:100%;position:absolute;top:0;pointer-events:none;margin:0}#syncFull2>.owl-nav>.owl-next,#syncFull2>.owl-nav .owl-prev{height:100%;width:20px;border-radius:0;background-color:#000;color:#fff;font-size:40px;pointer-events:all;display:flex;justify-content:center;align-items:center;margin:0}#syncFull2>.owl-nav>.owl-next>img,#syncFull2>.owl-nav .owl-prev>img{filter:invert(1);width:20px}#syncFull2>.owl-nav>.owl-next{right:0}#syncFull2>.owl-nav>.owl-prev{left:0}@media only screen and (max-width: 768px){#syncFull2,#syncFull1.owl-theme .owl-next,#syncFull1.owl-theme .owl-prev{display:none}#syncFullscreenContainer{height:100%}#syncFull1{display:flex;justify-content:center;align-items:center;height:100%}}.SaveSearch .ant-modal-title{text-align:center;color:#ff5f00}.SaveSearch .ant-form-item-label{text-align:center;width:100%}.ant-slider-track{background-color:#ff5f00!important;height:2px!important}.ant-slider-handle:after{box-shadow:0 0 0 2px #ff5f00!important}.ant-select-dropdown-empty{display:none!important}.ant-tooltip,.MuiSlider-thumb{z-index:999999999!important}
