@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,time,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box;padding:0;margin:0;font-family:Inter,sans-serif}body{line-height:1;background:var(--white-color)}body:has(.page-security){background:#f2f4f6}body,html{overflow-x:hidden;font-family:Inter,sans-serif}body{font-size:14px}h2,h3,h4,h5,h6{font-weight:400;font-style:normal;line-height:1.167;color:#222}h1{font-size:2.5rem;line-height:1.1}h2{font-size:1.375rem;line-height:1.2}h3{font-size:1.45rem;line-height:1.28}h4{font-size:1.3rem;line-height:1.333}h5{font-size:1.1rem;line-height:1.54}h6{font-size:.875rem;line-height:1.364}p{font-size:1rem;line-height:1.6;font-weight:400;font-style:normal}a,a:active,a:focus,a:hover{color:inherit;text-decoration:none}img{height:auto;object-fit:cover}strong{font-weight:600}main{min-height:calc(100vh - 75px);margin-top:100px}body:has(.auth-page){background-color:var(--white-color)}:root{--primary-color:#6eb4cc;--white-color:#fff;--dark-grey:#222}.d-flex{display:flex}.flex-1{flex:1 1}.flex-wrap{flex-flow:wrap}.no-wrap{white-space:nowrap}.d-inline-block{display:inline-block}.d-column{flex-direction:column}.f-wrap{flex-wrap:wrap}.f-center{display:flex;align-items:center;justify-content:center}.justify-left{justify-content:left}.justify-right{justify-content:right}.justify-between{justify-content:space-between}.d-center{display:flex;align-items:center}.d-none{display:none}.relative{position:relative}.absolute,.absolute-center{position:absolute}.absolute-center{left:50%;top:50%;transform:translate(-50%,-50%)}.j-between{justify-content:space-between}.ellipsis-1-lines{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.bg-white{background-color:#fff}.bg-blue-light{background-color:#e8f9ff}.bg-green{background-color:#429e67}.bg-red{background-color:#c25239}.bg-light-green{background-color:#d8ffe7}.dark-grey{color:var(--dark-grey)}.color-white{color:var(--white-color)}.color-green{color:#1fc762}.color-black{color:#000}.hovered:hover{color:var(--primary-color);transition:.3s}.gap-0{gap:0!important}.gap-5{gap:5px}.gap-8{gap:8px}.gap-10{gap:10px}.gap-12{gap:12px}.gap-15{gap:15px}.gap-20{gap:20px}.gap-40{gap:40px}.p-0{padding:0}.p-3{padding:3px}.p-20{padding:20px}.pt-0{padding-top:0}.pt-3{padding-top:3px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pb-5{padding-bottom:5px}.pb-10{padding-bottom:10px}.pb-20{padding-bottom:20px}.px-3{padding-left:3px;padding-right:3px}.px-15{padding-left:15px;padding-right:15px}.px-40{padding-left:40px;padding-right:40px}.py-3{padding-top:3px;padding-bottom:3px}.py-6{padding-top:6px;padding-bottom:6px}.py-10{padding-top:15px;padding-bottom:15px}.py-25{padding-top:25px;padding-bottom:25px}.my-10{margin:10px 0}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-20{margin-bottom:20px}.mt-10{margin-top:10px}.w-100{width:100%}.min-w-90{min-width:90px}.f-bold{font-weight:700}.text-center{text-align:center}.border-none{border:none}.bordered{border-radius:8px;border:1px solid #d0d5dd}.max-container{max-width:100%;width:1920px;margin:0 auto}.container{max-width:1760px;width:100%;padding:0 20px;margin:0 auto}.outline,.radius-8{border-radius:8px}.outline{border:1px solid #e8e8e8}.btn-blue{background:var(--primary-color);border:none;border-radius:8px;color:#fff;min-width:100px;padding:11px 15px}.btn-blue,.btn-outline{font-weight:600;text-align:center;cursor:pointer}.btn-outline{background-color:var(--white-color);border:1px solid #e8e8e8;border-radius:8px;color:#222;font-size:.875rem;min-height:38px;padding:0 25px;transition:.3s}.btn-outline:hover{background:#f1f2f3}.back-btn{border-radius:8px;border:1px solid #dadce0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;left:30px;top:30px}.back-btn #arrowIcon{transform:rotate(90deg)}.back-btn:hover{background:#e8f0fe}button[disabled],div[disabled]{cursor:not-allowed;background:#ececec}.grayscale{filter:grayscale(100%)}.error-msg{font-size:12px!important}.color-red,.error-msg{color:red!important}.success-msg{color:green}.copy-status{position:absolute}.copy-notify{position:fixed;left:50%;top:75px;transform:translate(-50%,-50%);z-index:99;padding:10px 15px;color:var(--white-color);border-radius:8px;background-color:#429e67}#code-snippet{min-height:125px;overflow:hidden;padding:20px;word-break:break-all}#code-snippet .copy-status{z-index:2;transition:opacity .3s ease-in-out}.code-sni-info{color:#727272;font-size:14px;line-height:16.8px}.spinner{animation-name:spin;animation-duration:.5s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cursor{cursor:pointer}.line{background:#dadce0;height:1px;width:100%}.card{background:var(--white-color);max-width:100%;padding:20px}.search-bar{max-width:409px;width:100%}.search-bar input{padding:0 40px 0 15px;transition:.3s;border-radius:8px;border:1px solid #dadce0;height:35px;width:100%}.search-bar input:focus{border-color:#3e90ac}.search-bar input::placeholder{color:gray;font-size:12px;font-weight:500;line-height:22.001px}input.warning{border-color:red!important}.search-bar:has(.left) input{padding-left:50px;height:50px}.search-bar .right .cross-icon{cursor:pointer}.search-bar .right .cross-icon:hover{color:#000}.search-bar .right #searchIcon,.search-bar .right .cross-icon{position:absolute;top:50%;right:24px;transform:translate(50%,-50%)}.search-bar .left #searchIcon{position:absolute;top:50%;left:12px;transform:translate(50%,-50%)}.bottom-bar{background-color:var(--white-color);height:64px;display:flex;align-items:center;position:fixed;left:0;right:0;bottom:0;box-shadow:4px 4px 30px 0 hsla(0,0%,70%,.3)}.bottom-bar .wrapper{display:flex;padding:0 150px;justify-content:space-between;width:100%;max-width:1920px;margin:0 auto}.modal-content{width:740px;height:auto}.modal-content .cross-icon{cursor:pointer;float:right;display:block;margin-right:10px;margin-top:10px;position:relative;z-index:1}.modal-content .card{padding:40px 40px 100px}.modal-content .card-footer{left:0;right:0;width:100%;bottom:0;height:65px;padding:0 40px;border-radius:0 0 8px 8px;border-top:1px solid #dadce0;background:#fff;display:flex;align-items:center;justify-content:space-between;margin-top:50px}.modal-content .selected-property .property-card{margin-bottom:5px;text-wrap:nowrap}.location-search-result,.property-search-result{background-color:var(--white-color);border-radius:8px;border:1px solid #3e90ac;box-shadow:0 0 15px 0 rgba(0,0,0,.25);padding:10px;position:relative;margin-top:8px}.location-search-result li,.property-search-result li{color:#222;font-size:14px;font-weight:600;line-height:16.8px;height:50px;display:flex;align-items:center;padding-left:42px}.hovered-result,.location-search-result li:hover,.property-search-result li:hover{border-radius:5px;background:#e8f9ff}.location-search-result li:before,.property-search-result li:before{content:url(/location-icon.svg);width:15px;height:22px;position:absolute;left:22px}.property-search-result li:before{content:url(/property-icon.svg)}.location-search-result .google-logo,.property-search-result .google-logo{display:flex;justify-content:flex-end;padding-top:10px}.property-search-result li p strong{color:#222;font-size:14px;font-weight:600;line-height:16.8px}.property-search-result li span{color:#8b8b8b;font-size:12px;font-weight:400;line-height:14.4px}.error-page{height:100vh;background-image:url(/favicon.ico);background-position:98% 97%;background-repeat:no-repeat;background-size:auto;position:relative}.error-wrapper h2{color:#e74c3c;line-height:normal;font-weight:600}.error-wrapper p{margin-top:5px;margin-bottom:20px;color:#333}.toast-text{position:fixed;left:50%;top:75px;transform:translate(-50%,-50%);z-index:99;padding:10px 15px;color:var(--white-color);border-radius:8px;display:flex;gap:5px;font-weight:600}.form-wrapper .input-wrap{flex:1 1;margin-bottom:20px;min-width:150px}.form-wrapper .input-wrap label{display:block;font-size:.8125rem;margin-bottom:5px;opacity:.9;color:#727272}.status-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/arrow-bottom-icon.svg);background-position:92%;background-repeat:no-repeat;flex-flow:wrap;background-size:12px;border-radius:8px;cursor:pointer;line-height:40px;padding:0 35px 0 20px}select{padding:5px;border:1px solid #ccc}select,select option:hover{color:#000}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:1px solid gray;border-radius:4px;cursor:pointer;position:relative;display:inline-block;background-color:#fff}input[type=checkbox]:checked{background-color:var(--primary-color);border-color:gray}input[type=checkbox]:before{content:"";position:absolute;font-weight:700;color:#fff;top:50%;left:50%;transform:translate(-50%,-50%)}input[type=checkbox]:checked:before{content:"✓"}@media only screen and (max-width:575px){.toast-text{font-weight:400;font-size:14px}}@media only screen and (max-width:1440px){.search-bar{width:100%;min-width:50%;max-width:409px}}@media only screen and (max-width:992px){.back-btn{top:20px;left:20px}}@media only screen and (max-width:667px){.modal-content .selected-property .property-card img{min-width:69px}.statusNotify{text-wrap:nowrap}.error-page{background-position:97% 98%}}