@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap";:root{font-family:Roboto,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh;background-color:#f5f5f5}#root{width:100%;height:100vh;display:flex;flex-direction:column}.ant-select-selector{border-radius:16px!important}.ant-select-dropdown .ant-select-item{line-height:32px!important}.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background-color:#f3f4f6!important}.create-page-container{display:flex;flex-direction:column;align-items:center;background-color:#fff;min-height:100vh;padding:20px}.create-page-width-limiter{flex-grow:1;display:flex;flex-direction:column;align-items:center;max-width:600px;width:100%}.create-page-header{text-align:center;margin-top:25px;margin-bottom:20px;display:grid;grid-template-columns:32px auto 32px;align-items:center;width:100%}.create-page-header-back-button,.create-page-header-button{border:1px solid #6b7280;padding:15px;border-radius:8px}.create-page-header .create-page-title{font-size:24px;line-height:32px;color:#333;margin-bottom:1px;flex:1;text-align:center}.create-page-stepper{padding-bottom:10px;width:100%;text-align:center;overflow:scroll;white-space:nowrap;margin-bottom:10px}.create-page-stepper-item{display:inline-block;color:#888;font-size:14px;line-height:20px;font-weight:400;text-align:center}.create-page-stepper-item-layout{display:flex;flex-direction:column;align-items:center}.create-page-stepper-item.active{color:#dc2626}.create-page-stepper-item.completed{color:green}.create-page-stepper-arrow{color:#888;margin:0 10px}::-webkit-scrollbar{background-color:transparent;height:3px;width:3px}::-webkit-scrollbar-thumb{background-color:#e0e0e0}.create-page-content{margin-bottom:20px;flex-grow:1;overflow-y:auto;height:calc(100vh - 350px);width:100%}.create-page-content-form{width:100%}.create-page-content-form .ant-form-item-label>label{font-size:16px;line-height:24px;font-weight:400;color:#333}.create-page-content-form .select-dropdown{width:100%;height:48px}.create-page-content-form .select-dropdown .ant-select-selector{display:flex;align-items:center;padding:0 12px!important;border:1px solid #d9d9d9!important;box-shadow:none!important;border-radius:16px}.create-page-content-form .select-dropdown.ant-select-status-error .ant-select-selector{border:1px solid #ff4d4f!important;background:#fff!important}.create-page-content-form .select-dropdown .ant-select-selection-item{color:#333;font-size:16px;line-height:24px;font-weight:400}.create-page-content-form .input-textarea{border-radius:16px;font-size:16px;line-height:24px;padding:9px 12px!important;border:1px solid #d9d9d9!important;box-shadow:none!important}.create-page-footer-button-block{width:100%;max-width:400px;text-align:center;padding-top:10px;padding-bottom:20px;flex-shrink:0}.create-page-footer-button-block .primary-button.ant-btn{width:100%;height:48px;background-color:#dc2626!important;border-color:#dc2626!important;border-radius:24px;font-size:16px;line-height:24px;font-weight:400;color:#fff;margin-top:0!important}.create-page-footer-button-block .secondary-button.ant-btn{width:100%;height:48px;background-color:#fff!important;border-color:#dc2626!important;border-radius:24px;font-size:16px;line-height:24px;font-weight:400;color:#dc2626!important;margin-top:0!important;margin-bottom:10px!important}.create-page-content-area{padding-left:15px;padding-right:15px;margin-bottom:20px;flex-grow:1;overflow-y:auto;height:calc(100vh - 350px);width:100%}.detail-page-container{background-color:#f3f4f6;min-height:100vh}.detail-page-header{display:flex;justify-content:space-between;align-items:center;padding:16px;background-color:transparent;border-bottom:none;height:auto;line-height:normal;margin-top:25px;gap:15px}.detail-page-back-button{border:1px solid #6b7280;padding:15px;border-radius:8px}.detail-page-back-button .ant-btn-icon{display:flex;align-items:center;justify-content:center}.detail-page-title{margin-bottom:0!important;line-height:32px}.detail-page-header.no-extra .detail-page-title{flex:2}.detail-page-download-button{padding-right:10px}.detail-page-download-text{color:#6b7280!important}.detail-page-content{padding:16px}.property-dropdown{width:100%;height:48px}.property-dropdown .ant-select-selector{display:flex;align-items:center;padding:0 12px!important;border:1px solid #d9d9d9!important;box-shadow:none!important;border-radius:16px}.property-dropdown.ant-select .ant-select-selection-item{color:#333;font-size:16px;line-height:24px;font-weight:400}.create-page-navigation-buttons{display:flex;justify-content:space-between;gap:15px;width:100%;background-color:#fff;border-radius:16px}.create-page-navigation-buttons .ant-btn{height:unset}.create-page-navigation-buttons .create-page-next-button,.create-page-navigation-buttons .ant-btn.create-page-next-button{flex:1;padding:15px 20px;font-size:16px;line-height:12px;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:background-color .3s ease}.create-page-navigation-buttons .create-page-next-button,.create-page-navigation-buttons .create-page-next-button:hover,.create-page-navigation-buttons .ant-btn.create-page-next-button,.create-page-navigation-buttons .ant-btn.create-page-next-button:hover{background-color:#dc2626;color:#fff}.create-page-navigation-buttons .create-page-next-button:disabled,.create-page-navigation-buttons .create-page-next-button:disabled:hover,.create-page-navigation-buttons .ant-btn.create-page-next-button:disabled,.create-page-navigation-buttons .ant-btn.create-page-next-button:disabled:hover{background-color:#b4b4b4;color:#fff}.create-page-navigation-buttons .create-page-back-button,.create-page-navigation-buttons .ant-btn.create-page-back-button{flex:1;padding:15px 20px;background-color:#f0f0f0;font-size:16px;line-height:12px;font-weight:700;border-style:solid;border-radius:50px;border-width:1px;cursor:pointer;transition:background-color .3s ease;background-color:#fff!important;border-color:#dc2626!important;color:#dc2626!important}.create-page-navigation-buttons .create-page-back-button:hover,.create-page-navigation-buttons .ant-btn.create-page-back-button:hover{background-color:#d0d0d0;color:#dc2626}.view-page-header{display:flex;justify-content:space-between;align-items:center;padding:24px;background-color:transparent;border-bottom:none;height:auto;line-height:normal}.view-page-header-back-button{border:1px solid #6b7280;padding:15px;border-radius:8px}.view-page-header-back-button .ant-btn-icon{display:flex;align-items:center;justify-content:center}.view-page-header .view-page-header-title{margin-bottom:0;line-height:32px}.view-page-header-action-button{padding:0}.view-page-header-action-button-text{color:#6b7280}.view-page-header{display:grid;grid-template-columns:32px auto 32px;width:100%}.view-page-header>:nth-child(3n+1){text-align:left}.view-page-header>:nth-child(3n+2){text-align:center}.view-page-header>:nth-child(3n+3){text-align:right}.view-page-dropdown .ant-dropdown-menu{padding:8px}.view-page-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{padding:12px 16px;gap:4px}.view-page-dropdown .ant-dropdown-menu .ant-dropdown-menu-item svg{color:#a0a0a0;fill:transparent}.view-page{display:flex;flex-direction:column;align-items:center}.view-page>*{width:100%}.view-page .view-page-width-limiter{max-width:1024px}.view-page-content{padding:0 24px 24px;width:100%}.view-page .view-page-filter-row{display:flex;margin:12px 0}.view-page .view-page-filter-row>*{flex:1}.view-page .view-page-filter-dropdown.ant-select{height:48px;border-radius:20px;box-shadow:0 1px 2px #0002}.view-page .view-page-filter-dropdown .ant-select-selector{border-radius:20px!important;padding:0 20px}.create-page-width-limiter .create-page-form{margin-bottom:16px}.create-page-form .ant-form-item-row{flex-direction:column}.create-page-form .ant-form-item-label{text-align:start}.create-page-form .ant-form-item{font-size:16px;line-height:24px;font-weight:400;color:#333}.create-page-form .ant-form-item{margin-bottom:0}.create-page-form>*,.create-page-form>.ant-form-item{margin-bottom:16px}.create-page-form>*:last-child,.create-page-form>.ant-form-item:last-child{margin-bottom:0}.create-page-form .ant-form-item *,.create-page-form .ant-form-item .ant-form-item-row .ant-form-item-label label{font-size:inherit}.create-page-form .form-item-subtitle{font-size:14px;line-height:20px;font-weight:400;color:#888;display:block;margin-bottom:8px}.create-page-form .ant-form-item-control :not(.ant-input-affix-wrapper)>.ant-input,.create-page-form .ant-form-item-control .ant-input-affix-wrapper,.create-page-form .ant-form-item-control .ant-select .ant-select-selector,.create-page-form .ant-form-item-control .ant-checkbox-group,.create-page-form .ant-form-item-control .ant-picker{padding:12px 16px;border-radius:16px}.create-page-form .ant-form-item-control :not(.ant-input-affix-wrapper)>.ant-input,.create-page-form .ant-form-item-control .ant-input-affix-wrapper,.create-page-form .ant-form-item-control .ant-select .ant-select-selector,.create-page-form .ant-form-item-control .ant-checkbox-group,.create-page-form .ant-form-item-control .ant-picker,.create-page-form .ant-form-item .ant-form-item-control :not(.ant-input-affix-wrapper)>.ant-input:hover,.create-page-form .ant-form-item .ant-form-item-control .ant-input-affix-wrapper:hover,.create-page-form .ant-form-item .ant-form-item-control .ant-select .ant-select-selector:hover,.create-page-form .ant-form-item .ant-form-item-control .ant-checkbox-group:hover,.create-page-form .ant-form-item .ant-form-item-control .ant-picker:hover{background-color:#fff;border-color:#e0e0e0}.create-page-form .ant-form-item-control :not(.ant-input-affix-wrapper)>.ant-input-disabled,.create-page-form .ant-form-item-control .ant-input-affix-wrapper-disabled,.create-page-form .ant-form-item-control .ant-select-disabled .ant-select-selector,.create-page-form .ant-form-item-control .ant-checkbox-group:disabled,.create-page-form .ant-form-item-control .ant-picker:disabled,.create-page-form .ant-form-item .ant-form-item-control :not(.ant-input-affix-wrapper)>.ant-input-disabled:hover,.create-page-form .ant-form-item .ant-form-item-control .ant-input-affix-wrapper-disabled:hover,.create-page-form .ant-form-item .ant-form-item-control .ant-select-disabled .ant-select-selector:hover,.create-page-form .ant-form-item .ant-form-item-control .ant-checkbox-group:disabled:hover,.create-page-form .ant-form-item .ant-form-item-control .ant-picker:disabled:hover{background-color:#f8f8f8}.create-page-form .ant-form-item-control .ant-input,.create-page-form .ant-form-item-control .ant-select-selection-wrap,.create-page-form .ant-form-item-control .ant-checkbox-group .ant-checkbox-wrapper{font-size:16px;line-height:1.5;font-weight:400;color:#333}.create-page-form .ant-form-item-control .ant-select{height:100%}.create-page-form .ant-form-item-control .ant-select .ant-select-selector{height:48px}.create-page-form .ant-form-item-control .ant-picker{width:100%}.create-page-form .ant-form-item-control .ant-input-prefix,.create-page-form .ant-form-item-control .ant-picker-prefix{margin-right:12px;color:silver;color:#333}.create-page-form .ant-form-item-row{flex-wrap:nowrap}.create-page-form .ant-form-item-control .ant-select-multiple .ant-select-selection-wrap{align-self:unset}.create-page-form .create-page-form-item-postbutton{min-width:44px;min-height:44px;font-size:16px;font-weight:400;border-radius:12px}.create-page-form .create-page-form-item-postbutton svg{stroke:#888}.create-page-form .create-page-form-mobile-input{display:flex;gap:12px}.create-page-form .create-page-form-mobile-input>.ant-row{flex:1}.create-page-form .create-page-form-mobile-input>.ant-select{flex:0}.create-page-form .create-page-form-mobile-input>.ant-input{flex:1}.create-page-form .create-page-form-mobile-input .ant-form-item-control-input-content{display:flex;gap:12px}.create-page-form .create-page-form-mobile-input .ant-form-item-control-input-content>.ant-select{flex:0}.create-page-form .create-page-form-mobile-input .ant-form-item-control-input-content>.ant-input{flex:1}.create-page-form .ant-form-item-control .ant-checkbox-group{display:grid;padding-left:0;padding-right:0;grid-template-columns:1fr 1fr;gap:4%;row-gap:12px}.create-page-form .ant-form-item-control .ant-checkbox-wrapper{align-items:center}.create-page-form .ant-form-item-control .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,.create-page-form .ant-form-item-control:hover .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{background-color:#dc2626;border-color:#dc2626}.create-page-form .ant-form-item-control .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner,.create-page-form .ant-form-item-control:hover .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner{border-color:#d9d9d9}.create-page-form .ant-form-item-control .ant-checkbox-label{margin-top:-4px}.view-page-action-row{display:flex;gap:8px}.view-page-action-row-input{padding:0 16px;border-radius:16px;height:44px}.view-page-action-row-input,.view-page-action-row-input.ant-input-outlined:hover,.view-page-action-row-input.ant-input-outlined:focus-within{color:#888;border:1px solid #D9D9D9;background:#fff}.view-page-action-row-input svg{margin-right:4px}.view-page-action-row-autocomplete{border-radius:16px;height:44px}.view-page-action-row-autocomplete .ant-select-prefix{display:grid}.view-page-action-row-autocomplete.ant-select .ant-select-selector{padding:0 16px}.view-page-action-row-autocomplete.ant-select.ant-select-outlined.ant-select-auto-complete .ant-select-selector,.view-page-action-row-autocomplete.ant-select.ant-select-outlined.ant-select-auto-complete:hover .ant-select-selector,.view-page-action-row-autocomplete.ant-select.ant-select-outlined.ant-select-auto-complete:focus-within .ant-select-selector{color:#888;border:1px solid #D9D9D9;background:#fff}.view-page-action-row-autocomplete svg{color:#888;margin-right:4px}.view-page-action-row-select.ant-select-single{height:unset}.view-page-action-row-select .ant-select-selection-wrap{padding:0 16px;border-radius:16px;height:40px}.view-page-action-row-select.ant-select-multiple .ant-select-selection-placeholder{padding-left:8px}.view-page .view-page-action-row .view-page-action-row-select.ant-select.ant-select-outlined .ant-select-selector,.view-page .view-page-action-row .view-page-action-row-select.ant-select.ant-select-outlined:hover .ant-select-selector{border:1px solid #D9D9D9;border-color:#d9d9d9;background:#fff}.view-page-action-row-button{width:44px;height:44px;border-radius:16px}.view-page-action-row-button,.view-page-action-row-button.ant-btn.ant-btn-primary:hover,.view-page-action-row-button.ant-btn.ant-btn-variant-solid:hover,.view-page-action-row-button.ant-btn.ant-btn-variant-outlined:hover{color:#888;border:1px solid #D9D9D9;background:transparent}.view-page-action-row-button.ant-btn.ant-btn-icon-only{min-width:44px}.view-page-action-row-button-highlight{border-radius:20px;font-size:16px}.view-page-action-row-button-highlight,.view-page-action-row-button-highlight.ant-btn.ant-btn-default.ant-btn-variant-outlined:hover{border-color:#dc2626;background-color:#dc2626;color:#fff}.view-page-action-row-button-highlight svg{stroke:#fff}.view-page-action-row-tabs.ant-segmented{border-radius:32px;background-color:transparent;border:1px solid #505060;box-shadow:0 2px #00000005}.view-page-action-row-tabs .ant-segmented-group{gap:4px}.view-page-action-row-tabs .ant-segmented-item{border-radius:32px;padding:4px;margin:2px}.view-page-action-row-tabs .ant-segmented-item-selected,.view-page-action-row-tabs .ant-segmented-thumb-motion-appear-active{border-radius:32px;background-color:#505060;color:#fff}.create-page-modal .ant-modal-content{border-radius:24px}.create-page-modal-upper{margin-bottom:16px}.create-page-modal-lower{margin-bottom:36px}.create-page-modal .ant-modal-footer{display:flex;flex-direction:column-reverse;gap:12px}.create-page-modal.ant-modal .ant-modal-content .ant-modal-footer>.ant-btn{margin:0;margin-inline:0;padding:20px;font-size:16px;line-height:12px;font-weight:700;border-radius:50px;cursor:pointer;transition:background-color .3s ease}.create-page-modal.ant-modal .ant-modal-content .ant-modal-footer>.ant-btn-primary{box-shadow:0 1px 2px #0004}.create-page-modal.ant-modal .ant-modal-content .ant-modal-footer>.ant-btn-primary{background-color:#dc2626;color:#fff;border:none}.create-page-modal.ant-modal .ant-modal-content .ant-modal-footer>.ant-btn-primary:disabled{background-color:silver;color:#fff;border:none}.whatsapp-contact-button{display:flex;align-items:center;padding:20px;border-radius:16px;font-size:14px;font-weight:700}.whatsapp-contact-button svg{stroke:#86c618}.whatsapp-contact-button,.whatsapp-contact-button.ant-btn:hover,.whatsapp-contact-button.ant-btn.ant-btn-primary:hover,.whatsapp-contact-button.ant-btn.ant-btn-default:hover{background-color:#fff;border:2px solid #C0F000;color:#333}.user-avatar{border:2px solid #a14848;background-color:#fff;color:#d32525;font-weight:700;font-family:Roboto,sans-serif;display:flex}.create-page-form-info{color:#00000080;border:1px solid #00000080;background-color:#00000002;padding:24px;border-radius:24px}.create-page-form-info-warning{color:#c04040;border-color:#c04040;background-color:#ff000008}.create-page-form-info *{color:inherit}.create-page-togglebutton{padding:20px;border-radius:12px}.create-page-togglebutton,.create-page-togglebutton.ant-btn.ant-btn-default:hover{background:none;color:#505060;border:1px solid #50506080}.create-page-togglebutton-active,.create-page-togglebutton-active.ant-btn.ant-btn-default:hover{background:#505060;color:#fff;border:1px solid #50506080}.create-page-form .create-page-form-mobile-input.PhoneInput .PhoneInputInput,.create-page-form .create-page-form-mobile-input.PhoneInput .ant-select-selector{padding:0 16px;border-radius:16px;height:48px}.create-page-form .create-page-form-mobile-input.PhoneInput--disabled .PhoneInputInput{background-color:#f8f8f8;cursor:not-allowed}.view-page-bottom-sheet-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10;background-color:#00000080;animation:fadeIn .3s ease-out}.view-page-bottom-sheet{position:fixed;bottom:0;left:0;right:0;z-index:15;max-height:70vh;overflow-y:auto;background-color:#fff;border-top-left-radius:20px;border-top-right-radius:20px;animation:slideUp .3s ease-out}.view-page .view-page-width-limiter .view-page-bottom-sheet{max-width:1024px;margin:0 auto}.view-page-bottom-sheet-top{position:relative;padding:16px;display:flex;align-items:center;justify-content:center}.view-page-bottom-sheet-handle{display:flex;align-items:center;justify-content:center;width:40px;height:20px;border-radius:2px;margin-bottom:8px}.view-page-bottom-sheet-cancel{position:absolute;right:16px;top:12px;background:none;border:none;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#888;cursor:pointer;padding:4px 8px;width:100%;text-align:right}.view-page-bottom-sheet-cancel:hover{color:#333}.view-page-bottom-sheet-header{padding:0 16px 16px;text-align:center}.view-page-bottom-sheet-header .view-page-bottom-sheet-title{color:#333;margin-bottom:4px}.view-page-bottom-sheet-header .view-page-bottom-sheet-subtitle{color:#888}.view-page-bottom-sheet-content{display:grid;grid-template-columns:100%;padding:0 36px 36px;gap:36px}/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}#root{width:100%;height:100%}.loading-container{z-index:9999;background-color:#00000040;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.loading-spinner{border-top:5px solid #dc2626;border-radius:50%;width:50px;height:50px;margin-bottom:20px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.collapse{visibility:collapse}.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.static{position:static}.container{width:100%}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.table{display:table}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.border{border-style:var(--tw-border-style);border-width:1px}.bg-\[\#F0F0F0\]{background-color:#f0f0f0}.uppercase{text-transform:uppercase}.italic{font-style:italic}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}.dashboard-container{display:flex;flex-direction:column;height:100vh;overflow:hidden;background-color:#f0f0f0;font-family:Roboto,sans-serif}.dashboard-header-section{position:absolute;top:0;left:0;width:100%;background:linear-gradient(to bottom,#d32525,#210909);background-image:url(/assets/ait-background-CULaNVri.svg);background-size:cover;background-repeat:no-repeat;padding:20px 20px 30px;border-bottom-left-radius:24px;border-bottom-right-radius:24px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:40}.dashboard-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.dashboard-user-info{display:flex;align-items:center;gap:12px}.dashboard-avatar{width:48px;height:48px;border-radius:9999px;background-color:#fff;display:flex;align-items:center;justify-content:center;color:#dc2626;font-weight:700;font-size:18px;line-height:28px}.dashboard-greeting-text{color:#fff;font-size:14px;font-weight:400;line-height:20px}.dashboard-user-name{color:#fff;font-size:18px;font-weight:500;line-height:28px}.dashboard-basic-button{background-color:#fff;color:#dc2626;font-size:12px;font-weight:700;padding:4px 12px;border-radius:9999px;box-shadow:0 1px 2px #0000000d}.dashboard-header-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px}.dashboard-role-select{border-radius:16px}.dashboard-role-dropdown-container{width:100%}.dashboard-role-select.ant-select{width:100%;font-size:14px;height:44px;border-radius:16px;box-shadow:0 1px 2px #0000000d}.dashboard-role-select.ant-select .ant-select-selector{border:1px solid #E0E0E0!important;border-radius:16px!important;font-size:14px!important;color:#333!important;background-color:#fff!important;padding:4px 12px!important;height:44px!important;display:flex;align-items:center}.dashboard-role-select.ant-select .ant-select-selection-item{font-weight:400;line-height:20px}.dashboard-role-select.ant-select .ant-select-arrow{color:#888!important}.dashboard-role-select.ant-select-focused .ant-select-selector{border-color:#e0e0e0!important;box-shadow:none!important}.dashboard-icon-group{display:flex;gap:12px}.dashboard-icon-button{background-color:transparent;border:1px solid #E5E7EB;border-radius:18px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;cursor:pointer}.dashboard-icon-button.dashboard-active{background-color:#fff}.dashboard-icon-button img{color:#333}.dashboard-notification-icon-button{position:relative}.dashboard-notification-badge{position:absolute;top:6px;right:8px;width:8px;height:8px;background-color:orange;border-radius:9999px}.dashboard-main-content-section{flex-grow:1;overflow-y:auto;margin-top:160px;margin-bottom:64px}.dashboard-bottom-nav-bar{position:absolute;bottom:0;left:0;width:100%;height:64px;z-index:50;background-color:#fff;box-shadow:0 -4px 6px -1px #0000001a,0 -2px 4px -1px #0000000f;display:flex;justify-content:space-around;align-items:center}.dashboard-nav-item{display:flex;flex-direction:column;align-items:center;font-size:12px;cursor:pointer;padding:8px 16px 4px;color:#888}.dashboard-nav-item.dashboard-active{color:#dc2626}.dashboard-nav-item img{width:24px;height:24px}.dashboard-nav-item-label{margin-top:4px}.total-width-limiter:has(.dashboard-container){background-color:#f0f0f0}.total-width-limiter:has(.dashboard-container)>*{max-width:1024px;margin:auto}.login-container{display:flex;flex-direction:column;min-height:100vh;width:100%;margin:0;padding:0;font-family:Roboto,sans-serif;position:relative;overflow:hidden}.login-background{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/ait-background-CULaNVri.svg);background-size:cover;background-position:center;z-index:-1}.login-header{color:#fff;padding:70px 1.5rem 2rem;display:flex;flex-direction:column;align-items:flex-start;position:relative;z-index:1}.login-logo-container{margin-bottom:1.5rem}.login-logo{height:24px;width:auto}.login-welcome-text{font-size:24px;font-weight:700;margin:0 0 .5rem;line-height:32px}.login-welcome-subtext{font-size:12px;line-height:24px;font-weight:400;margin:0;opacity:.9}.login-content{flex:1;display:flex;justify-content:center;position:relative;z-index:1;background-color:#fff;padding:20px;border-top-left-radius:24px;border-top-right-radius:24px}.login-form-container{width:100%;max-width:370px;display:flex;flex-direction:column;align-items:center}.login-tab{width:100%;background-color:#e5e7eb;color:#333;text-align:center;padding:.75rem;font-weight:700;font-size:16px;border:none;border-radius:24px;margin-bottom:1.5rem;line-height:24px}.login-form{width:100%}.login-input-group{position:relative;margin-bottom:1rem;display:flex;align-items:center;background-color:#fff;border:1px solid #E0E0E0;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.login-input-icon{display:flex;align-items:center;justify-content:center;padding:0 .75rem;color:#888}.login-input-group input{flex:1;border:none;padding:.75rem .5rem;font-size:16px;line-height:24px;color:#333;outline:none;background-color:transparent}.login-input-group input.login-error{color:#dc2626}.login-input-group.login-error{border-color:#dc2626}.login-password-toggle{padding:0 .75rem;cursor:pointer;color:#888;display:flex;align-items:center}.login-form-footer{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.login-forgot-password{color:#888;text-decoration:none!important;font-size:14px;line-height:20px}.login-forgot-password:hover{text-decoration:underline}.login-button{width:100%;background-color:#dc2626;color:#fff;border:none;border-radius:24px;padding:.75rem;font-size:16px;line-height:24px;font-weight:700;cursor:pointer;transition:background-color .2s}.login-button:hover{background-color:#c72020}.login-button:disabled{background-color:#f87171;cursor:not-allowed}.login-create-account-link{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:1.5rem;font-size:14px;line-height:20px}.login-create-account-link span{color:#333}.login-create-account-link a{color:#dc2626;text-decoration:none;font-weight:500}.login-create-account-link a:hover{text-decoration:underline}.login-error-message{background-color:#fee2e2;color:#dc2626;border:1px solid #FECACA;border-radius:8px;padding:.75rem;margin-bottom:1rem;font-size:14px;line-height:20px;text-align:center;width:100%}.login-field-error-message{color:#dc2626;font-size:12px;line-height:16px;margin-top:4px;position:absolute;bottom:-20px;left:12px}.login-input-group{margin-bottom:1.5rem;overflow:visible}.login-role-selection-container{width:100%;max-width:370px;display:flex;flex-direction:column;align-items:center;position:relative;height:100%;padding-bottom:120px}.login-role-selection-title{width:100%;background-color:#e5e7eb;color:#333;text-align:center;padding:.75rem;font-weight:700;font-size:16px;border:none;border-radius:24px;margin-bottom:1.5rem;line-height:24px}.login-role-options{width:100%;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;padding-right:5px;height:calc(100vh - 490px);margin-bottom:0}.login-role-options::-webkit-scrollbar{width:6px}.login-role-options::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.login-role-options::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.login-role-options::-webkit-scrollbar-thumb:hover{background:#555}.login-role-option{width:100%;padding:.75rem;background-color:#fff;border:1px solid #E0E0E0;border-radius:24px;font-size:16px;line-height:24px;color:#333;text-align:center;cursor:pointer;transition:all .2s;box-shadow:0 1px 3px #0000001a}.login-role-option:hover{background-color:#f0f0f0}.login-role-option.login-selected{color:#fff;background:#9ca3af}.login-continue-button{width:100%;background-color:#dc2626;color:#fff;border:none;border-radius:24px;padding:.75rem;font-size:16px;line-height:24px;font-weight:700;cursor:pointer;transition:background-color .2s;margin-bottom:.75rem;position:fixed;bottom:60px;left:50%;transform:translate(-50%);max-width:330px;z-index:10}.login-continue-button:hover{background-color:#c72020}.login-continue-button:disabled{color:#f87171;cursor:not-allowed}.login-back-button{width:100%;background-color:#fff;color:#333;border:1px solid #E0E0E0;border-radius:24px;padding:.75rem;font-size:16px;line-height:24px;font-weight:400;cursor:pointer;transition:all .2s;position:fixed;bottom:10px;left:50%;transform:translate(-50%);max-width:330px;z-index:10}.login-back-button:hover{background-color:#f0f0f0}.login-registration-form svg{stroke:gray;height:80%}.login-content:has(.login-registration-form) .create-page-navigation-buttons{display:grid;justify-content:unset}.login-registration-form-login-shortcut.ant-form-item{margin-top:-12px;text-align:center;font-size:80%;font-weight:600;color:#aaa}.login-registration-form-login-shortcut .ant-typography{color:inherit}.login-registration-form-login-shortcut a{text-decoration:underline;margin-left:12px}@media (min-width: 768px){.login-header{padding:3rem 2rem}}.create-page-mobile-number-input-country-option-flag{width:20px;margin-right:8px;vertical-align:baseline}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.create-account-container{display:flex;flex-direction:column;min-height:100vh;width:100%;margin:0;font-family:Roboto,sans-serif;position:relative;overflow:hidden}.create-account-background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:-1}.create-account-header{padding:1.5rem 1.5rem 1rem;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;padding-top:68px}.create-account-title{font-size:24px;font-weight:700;margin:0;line-height:32px;text-align:center}.create-account-content{flex:1;display:flex;flex-direction:column;position:relative;z-index:1;background-color:#fff;border-top-left-radius:24px;border-top-right-radius:24px}.create-account-progress-indicator{display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:0 10px}.create-account-progress-step{display:flex;flex-direction:column;align-items:center;position:relative;flex:1}.create-account-progress-step:not(:last-child):after{content:"";position:absolute;top:12px;right:-50%;width:100%;height:1px;background-color:#e0e0e0;z-index:0}.create-account-step-icon{width:24px;height:24px;border-radius:50%;background-color:#e0e0e0;color:#888;display:flex;align-items:center;justify-content:center;font-size:12px;margin-bottom:4px;position:relative;z-index:1}.create-account-progress-step.active .create-account-step-icon{background-color:#dc2626;color:#fff}.create-account-step-label{font-size:12px;color:#888}.create-account-progress-step.active .create-account-step-label{color:#dc2626;font-weight:500}.create-account-section-title{font-size:20px;font-weight:700;color:#333;margin:0 0 1.5rem;line-height:24px}.create-account-form{display:flex;flex-direction:column}.create-account-form-group{margin-bottom:1.5rem;position:relative}.create-account-form-group label{display:block;font-size:16px;font-weight:500;color:#333;margin-bottom:4px;padding-left:8px}.create-account-hint-text{font-size:12px;color:#888;margin-bottom:8px;padding-left:8px}.create-account-form-group input{width:100%;padding:12px 16px;border:1px solid #E0E0E0;border-radius:16px;font-size:16px;color:#333;background-color:#fff}.create-account-form-group input::-moz-placeholder{color:#aaa}.create-account-form-group input::placeholder{color:#aaa}.create-account-form-group input.create-account-error{border-color:#dc2626}.create-account-form-group .create-account-password-toggle-icon{position:absolute;right:15px;top:38px}.create-account-error-message{color:#dc2626;font-size:12px;margin-top:4px}.create-account-container .ant-select{font-size:16px;height:44px;width:100%}.create-account-container .ant-select-selector{border:1px solid #E0E0E0!important;border-radius:16px!important;font-size:16px!important;color:#333!important;background-color:#fff!important;padding:12px 16px!important;height:auto!important}.create-account-container .ant-select-selection-placeholder{color:#aaa!important}.create-account-container .ant-select-arrow{color:#888!important}.create-account-container .ant-select-focused .ant-select-selector{border-color:#e0e0e0!important;box-shadow:none!important}.create-account-container .ant-select-status-error .ant-select-selector{border-color:#dc2626!important}.create-account-container .ant-select-selection-item,.create-account-container .ant-select-dropdown{font-family:Roboto,sans-serif}.create-account-container .ant-select-dropdown .ant-select-item-option{font-size:16px;line-height:32px}.create-account-container .PhoneInput{display:flex;align-items:center;width:100%;background-color:#fff}.create-account-container .PhoneInput.create-account-error{border-color:#dc2626}.create-account-container .PhoneInput .create-account-country-select-with-flag{margin-right:10px;width:80px}.create-account-container .PhoneInputInput{flex:1;border:none;padding:12px 0;font-size:16px;color:#333;background-color:transparent;outline:none}.create-account-container .PhoneInputInput::-moz-placeholder{color:#aaa}.create-account-container .PhoneInputInput::placeholder{color:#aaa}.create-account-container .PhoneInputCountry{margin-right:8px;border:1px solid #E0E0E0;padding-left:15px;border-radius:16px;padding-right:15px}.create-account-container .PhoneInputCountrySelect{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;cursor:pointer;font-size:16px;color:#333;padding:0;outline:none}.create-account-container .PhoneInputCountryIcon{width:20px;height:auto}.create-account-container .PhoneInputCountryIcon--border{border:none}.create-account-container .PhoneInputCountrySelectArrow{color:#888;margin-left:15px}.create-account-form-row{display:flex;justify-content:space-between;gap:1rem}.create-account-form-row .create-account-form-group{width:48%}.create-account-next-button{width:100%;background-color:#dc2626;color:#fff;border:none;border-radius:24px;padding:16px;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .2s;position:fixed;bottom:20px;left:50%;transform:translate(-50%);max-width:calc(100% - 40px);box-shadow:0 4px 8px #0000001a;z-index:10}.create-account-next-button:hover{background-color:#c72020}.create-account-next-button:disabled{background-color:#f87171;cursor:not-allowed}.create-account-back-button{width:100%;background-color:#f0f0f0;color:#333;border:none;border-radius:24px;padding:16px;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .2s;position:fixed;bottom:80px;left:50%;transform:translate(-50%);max-width:calc(100% - 40px);box-shadow:0 4px 8px #0000001a;z-index:10}.create-account-back-button:hover{background-color:#e0e0e0}.create-account-back-button:disabled{background-color:#ccc;cursor:not-allowed}@media (min-width: 768px){.create-account-header{padding:2rem}.create-account-next-button,.create-account-back-button{max-width:400px}}.create-account-form-group .PhoneInputInput{border:1px solid grey;padding-left:12px;border-color:#e0e0e0}.forgot-password-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#fff;color:#333;font-family:Roboto,sans-serif;padding:20px;box-sizing:border-box;position:relative;overflow:hidden}.forgot-password-background{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.1;z-index:0}.forgot-password-header{text-align:center;margin-bottom:30px;z-index:1}.forgot-password-title{font-size:24px;line-height:32px;font-weight:700;margin:0}.forgot-password-content{padding:15px 0;width:100%;max-width:400px;text-align:center;z-index:1}.icon-container{margin-bottom:20px}.step-image{margin-bottom:10px}.instruction-text{font-size:16px;line-height:24px;font-weight:400;color:#333;margin-bottom:20px}.forgot-password-form{display:flex;flex-direction:column;gap:15px}.form-group{text-align:left}.form-group label{display:block;font-size:14px;line-height:20px;font-weight:400;color:#333;margin-bottom:5px}.input-with-icon{display:flex;align-items:center;background-color:#fff;border:1px solid #E0E0E0;border-radius:16px;padding:0 15px}.input-with-icon svg{margin-right:10px;color:#888}.input-with-icon input{flex-grow:1;border:none;outline:none;font-size:16px;line-height:24px;font-weight:400;color:#333;background-color:transparent}.input-with-icon input::-moz-placeholder{color:#888}.input-with-icon input::placeholder{color:#888}.input-with-icon.input-error{border-color:#dc2626}.code-inputs{display:flex;justify-content:space-between;gap:10px;margin-bottom:20px}.code-input{width:50px;height:50px;text-align:center;font-size:24px;line-height:50px;border:1px solid #E0E0E0;border-radius:8px;background-color:#fff;color:#333;outline:none;transition:border-color .2s ease-in-out}.code-input:focus{border-color:#dc2626}.link-text{font-size:14px;line-height:20px;font-weight:400;color:#888;text-decoration:none;margin-bottom:10px}.link-text:hover{text-decoration:underline}.primary-button,.secondary-button{width:100%;padding:12px 20px;border:none;border-radius:9999px;font-size:16px;line-height:24px;font-weight:700;cursor:pointer;transition:background-color .2s ease-in-out}.primary-button{background-color:#dc2626;color:#fff;margin-top:15px}.primary-button:hover{background-color:#c02020}.secondary-button{background-color:#fff;color:#333;border:1px solid #E0E0E0;border-radius:24px}.secondary-button:hover{background-color:#f0f0f0}.primary-button:disabled,.secondary-button:disabled{opacity:.6;cursor:not-allowed}.hint-text{font-size:14px;line-height:20px;font-weight:400;color:#888;margin-top:-10px;margin-bottom:10px;text-align:left}.forgot-password-form .hint-text{margin-top:5px;margin-bottom:5px}.settings-container{background-color:#f0f0f0;min-height:100vh;font-family:Roboto,sans-serif}.settings-header{color:#333;font-size:18px;line-height:28px;font-weight:400;margin-bottom:16px;margin-top:16px;padding-left:16px;padding-right:16px}.settings-list-container{overflow:hidden;margin-left:16px;margin-right:16px;margin-bottom:24px}.settings-list-item{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;cursor:pointer;border-radius:16px;background-color:#fff;margin-bottom:15px;border:1px solid #E0E0E0;box-shadow:0 1px 2px #0000000d}.settings-list-item-disabled{background:#f0f0f0;pointer-events:none}.settings-list-item-disabled .settings-item-label{color:#888}.settings-list-item-disabled .settings-item-badge{background:#e0e0e0;color:#888}.settings-item-content{display:flex;align-items:center;justify-content:space-between;width:100%}.settings-item-label{color:#333;font-size:16px;line-height:24px;font-weight:400}.settings-item-badge{margin-left:8px;background-color:#f3e8ff;color:#8b5cf6;font-size:12px;line-height:16px;font-weight:400;padding:2px 8px;border-radius:16px}.settings-item-chevron{color:#888}.logout-button-section{padding-bottom:36px;margin-left:16px;margin-right:16px}.logout-button{width:100%;background-color:#dc2626;color:#fff;font-size:16px;line-height:24px;font-weight:700;padding-top:12px;padding-bottom:12px;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:none;cursor:pointer}.logout-confirm-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.logout-confirm-dialog{background-color:#fff;padding:24px;border-radius:16px;text-align:center;box-shadow:0 4px 12px #00000026;max-width:300px;width:90%}.logout-confirm-dialog p{font-size:16px;color:#333;margin-bottom:24px}.logout-confirm-buttons{display:flex;justify-content:space-around;gap:16px}.logout-confirm-buttons button{flex:1;padding:12px 20px;border-radius:9999px;font-size:16px;font-weight:700;cursor:pointer;border:none}.confirm-button{background-color:#dc2626;color:#fff}.cancel-button{background-color:#e0e0e0;color:#333}.owner-home-content{padding:24px 16px;min-height:100vh;display:flex;flex-direction:column;gap:32px}.owner-home-section{background:#fffffff2;border-radius:16px;padding:20px;box-shadow:0 4px 16px #0000001a}.owner-home-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.owner-home-section-title{font-size:18px;font-weight:600;color:#333;margin:0!important}.owner-home-view-all-link{font-size:14px;color:#d32525;cursor:pointer;font-weight:500;margin:0!important}.owner-home-view-all-link:hover{color:#b91c1c;text-decoration:underline}.owner-home-properties-list{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.owner-home-property-card{border:none!important;border-radius:16px!important;box-shadow:0 2px 8px #0000001a!important;cursor:pointer;transition:all .2s ease}.owner-home-property-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026!important}.owner-home-property-card .ant-card-body{padding:16px!important}.owner-home-property-content{display:flex;gap:16px;align-items:flex-start}.owner-home-property-image{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0}.owner-home-property-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.owner-home-property-details{flex:1;display:flex;flex-direction:column;gap:8px}.owner-home-property-status{display:flex;gap:8px;flex-wrap:wrap}.owner-home-status-tag{border-radius:12px!important;font-size:11px!important;font-weight:500!important;padding:2px 8px!important;border:none!important;color:#fff!important;margin:0!important}.owner-home-property-title{font-size:16px;font-weight:600;color:#333;margin:0!important}.owner-home-property-unit-code{font-size:12px;color:#888;margin:0!important}.owner-home-property-features{display:flex;gap:16px;align-items:center}.owner-home-feature{display:flex;align-items:center;gap:4px}.owner-home-feature svg{color:#888}.owner-home-feature .ant-typography{font-size:14px;color:#333;margin:0!important}.owner-home-tasks-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.owner-home-task-card{border:none!important;border-radius:16px!important;box-shadow:0 1px 4px #0000001a!important;cursor:pointer;transition:all .2s ease}.owner-home-task-card:hover{box-shadow:0 2px 8px #00000026!important}.owner-home-task-card .ant-card-body{padding:16px!important}.owner-home-task-content{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.owner-home-task-details{flex:1;display:flex;flex-direction:column;gap:8px}.owner-home-task-title{font-size:16px;font-weight:600;color:#333;margin:0!important}.owner-home-task-dates{display:flex;flex-direction:column;gap:4px}.owner-home-task-date{font-size:12px;color:#888;margin:0!important}.owner-home-date-label{color:#888;font-weight:400}.owner-home-task-status-tag{border-radius:12px!important;font-size:12px!important;font-weight:500!important;padding:4px 12px!important;border:none!important;color:#fff!important;margin:0!important;flex-shrink:0}.owner-home-view-all-button{width:100%;height:44px;border-radius:8px!important;border:1px solid #E0E0E0!important;color:#333!important;background:#fff!important;font-weight:500;font-size:14px}.owner-home-view-all-button:hover{border-color:#d32525!important;color:#d32525!important;background:#d3252505!important}.owner-home-loading{display:flex;justify-content:center;align-items:center;padding:40px 20px;color:#888;font-size:14px}.owner-home-empty-state{display:flex;justify-content:center;align-items:center;padding:40px 20px;color:#888;font-size:14px;text-align:center;font-style:italic}@media (max-width: 768px){.owner-home-content{padding:16px 12px;gap:24px}.owner-home-section{padding:16px}.owner-home-property-content{gap:12px}.owner-home-property-image{width:64px;height:64px}.owner-home-property-features,.owner-home-task-content{gap:12px}.owner-home-section-title{font-size:16px}}@media (prefers-color-scheme: dark){.owner-home-section{background:#ffffffe6}.owner-home-property-card,.owner-home-task-card{background:#fffffff2!important}}.task-card{border-radius:16px;margin-bottom:16px;padding:16px;box-shadow:none;cursor:pointer}.task-card .ant-card-body{padding:0!important}.task-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.task-card-title{font-size:16px;line-height:24px;font-weight:700;color:#333;margin:0}.task-status-tag{border-radius:12px;padding:4px 12px;font-size:14px;line-height:20px;font-weight:400;color:#fff}.task-status-tag:last-of-type{margin-inline:0}.task-card-ongoing{background-color:#fff8e1}.task-status-ongoing{background-color:#ffb300}.task-card-rescheduled{background-color:#ede1fe}.task-status-rescheduled{background-color:#b454ff}.task-card-pending{background-color:#e3f2fd}.task-status-pending{background-color:#2196f3}.task-card-complete{background-color:#e8f5e9}.task-status-complete{background-color:#4caf50}.task-card-cancelled{background-color:#fdeded}.task-status-cancelled{background-color:#dc2626}.task-date-info,.task-location-info,.task-description-info{font-size:14px;line-height:20px;color:#333;margin-top:8px}.task-date-info{display:grid;grid-template-columns:20px 120px 1fr;-moz-column-gap:8px;column-gap:8px;align-items:center;margin-top:8px}.task-date-info>svg{grid-column:1;width:18px;height:18px;margin-right:0;color:#888}.task-location-info>svg,.task-description-info>svg{vertical-align:middle;margin-right:6px;color:#888}.task-date-label{grid-column:2;text-align:left;color:#333;white-space:nowrap;padding-right:6px}.task-date-value{grid-column:3;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:15px}.task-avatar-group{margin-top:8px}.task-avatar-group .ant-avatar{border:2px solid #FFFFFF}.task-avatar-yellow{background-color:#ffd54f}.task-avatar-green{background-color:#aed581}.task-action-buttons{display:flex;gap:8px}.task-card-footer .task-action-buttons .task-action-button:hover,.task-action-button{border-radius:14px!important;border-color:#e0e0e0;color:#333;font-size:14px;line-height:24px;font-weight:400;padding:4px 12px;height:auto}.task-card-footer .task-action-buttons .task-action-button.contact:hover,.task-action-button.contact{background-color:#10b981;color:#fff;display:flex;align-items:center;gap:4px}.task-card-footer .task-action-buttons .task-action-button.rating:hover,.task-action-button.rating{background-color:#ecc800;color:#fff;display:flex;align-items:center;gap:4px}.task-card-footer .task-action-buttons .task-action-button.payment:hover,.task-action-button.payment{background-color:#dc2626;color:#fff;display:flex;align-items:center;gap:4px}.task-card-manage-task-modal .ant-modal,.task-card-reschedule-modal .ant-modal-content,.task-card-cancel-modal .ant-modal-content{padding:24px;border-radius:16px;background:#fff}.task-card-manage-task-modal .ant-modal-header,.task-card-reschedule-modal .ant-modal-header,.task-card-cancel-modal .ant-modal-header{border-radius:16px 16px 0 0;background:#fff}.task-card-reschedule-modal .ant-modal-footer,.task-card-cancel-modal .ant-modal-footer{display:flex;width:100%;gap:8px;margin-top:15px}.task-card-reschedule-modal .ant-modal-footer .ant-btn,.task-card-cancel-modal .ant-modal-footer .ant-btn{flex:1;width:100%;height:48px;font-weight:700}.ant-modal.task-card-cancel-modal .task-card-cancel-modal-description{font-size:14px;line-height:20px;color:#666;margin-bottom:10px!important}.ant-modal-task-card-reschedule-modal .task-card-reschedule-modal-description{margin-bottom:20px}.task-card-reschedule-modal .task-card-reschedule-modal-datepicker,.task-card-cancel-modal .task-card-cancel-modal-textarea{border-radius:16px;font-size:15px;background:#fcfcfc;color:#333;border:1px solid #5d5959;box-shadow:none;border-color:#a3a3a3}.task-card-reschedule-modal .ant-modal-title,.task-card-cancel-modal .ant-modal-title{color:#333;font-weight:450;font-size:18px}.task-card-cancel-modal .ant-modal-title{padding-bottom:12px}.task-card-reschedule-modal .ant-modal-body .ant-typography{margin-bottom:0}.task-card-reschedule-modal .ant-modal-body{display:grid;gap:12px}.task-card-cancel-modal .ant-modal-body .ant-typography{margin-bottom:0}.task-card-cancel-modal .ant-modal-body{display:grid;gap:12px}.task-card-cancel-modal .ant-modal-body .ant-input-textarea{border-radius:16px;font-size:15px;background:#fcfcfc;color:#333;border:2px solid #000000;box-shadow:none}.task-card-reschedule-modal .ant-modal-body .task-card-reschedule-datepicker{width:100%}.task-card-reschedule-modal .ant-btn-primary:hover,.task-card-reschedule-modal .ant-btn-primary,.task-card-cancel-modal .ant-btn-primary:hover,.task-card-cancel-modal .ant-btn-primary{border-radius:16px;border:none;font-weight:600;font-size:15px;box-shadow:none}.task-card-reschedule-modal .ant-btn-default,.task-card-cancel-modal .ant-btn-default{border-radius:16px;font-size:15px;font-weight:600}.task-card-reschedule-modal .ant-modal-content .ant-modal-footer .ant-btn-primary,.task-card-reschedule-modal .ant-modal-content .ant-modal-footer .ant-btn-primary:hover,.task-card-cancel-modal .ant-modal-content .ant-modal-footer .ant-btn-primary,.task-card-cancel-modal .ant-modal-content .ant-modal-footer .ant-btn-primary:hover{background-color:#dc2626;color:#fff}.task-card-reschedule-modal .ant-btn-default,.task-card-reschedule-modal .ant-modal-content .ant-modal-footer .ant-btn-default,.task-card-cancel-modal .ant-btn-default,.task-card-cancel-modal .ant-modal-content .ant-modal-footer .ant-btn-default{border:1px solid #9f9a9a;background:#fff;color:#333}.manage-task-buttons{display:flex;flex-direction:column;gap:12px;margin-top:20px;margin-bottom:20px}.reschedule-button,.manage-task-buttons .reschedule-button:hover,.cancel-task-button,.manage-task-buttons .cancel-task-button:hover{border:none;font-size:16px;line-height:24px;font-weight:600;padding:24px;border-radius:16px}.manage-task-buttons .reschedule-button.ant-btn.ant-btn-default,.manage-task-buttons .reschedule-button.ant-btn.ant-btn-default:hover,.manage-task-buttons .reschedule-button.ant-btn.ant-btn-default:focus-within{background-color:#89bcea;color:#fff}.manage-task-buttons .cancel-task-button.ant-btn.ant-btn-default,.manage-task-buttons .cancel-task-button.ant-btn.ant-btn-default:hover .manage-task-buttons .cancel-task-button.ant-btn.ant-btn-default:focus-within{background-color:#dc2626;color:#fff}.task-cancel-remark{font-size:16px;line-height:20px;color:#bf3131;margin-top:8px;font-weight:600}.task-card-dateinfo-wrapper{margin-bottom:8px}.cash-flow-chart-progress-row-1 svg{stroke:#32cd32;fill:#32cd32}.cash-flow-chart-progress-row-1 :nth-child(3){color:#32cd32}.cash-flow-chart-progress-row-2 .ant-progress-bg{background-color:#32cd32!important}.cash-flow-chart-progress-row-3 svg{stroke:#ff6b6b;fill:#ff6b6b}.cash-flow-chart-progress-row-3 :nth-child(3){color:#ff6b6b}.cash-flow-chart-progress-row-4 .ant-progress-bg{background-color:#ff6b6b!important}.cash-flow-chart-progress-row-1,.cash-flow-chart-progress-row-3{display:flex;align-items:baseline;gap:8px;font-weight:600}.cash-flow-chart-progress-row-1>:nth-child(2),.cash-flow-chart-progress-row-3>:nth-child(2){flex:1}.cash-flow-chart-progress-row-1>:nth-child(3),.cash-flow-chart-progress-row-3>:nth-child(3){flex:1;text-align:right}.cash-flow-chart-progress-row-3{margin-top:8px}.cash-flow-chart-tooltip{font-size:100%}.cash-flow-chart-tooltip *{font-size:inherit;line-height:inherit}.cash-flow-chart-tooltip-dot{border-radius:999px;width:6px;height:6px}.cash-flow-chart-tooltip-item-layout{display:grid;grid-template-columns:max-content 1fr max-content;align-items:center;gap:4px}.cash-flow-chart-tooltip-item-layout>:nth-child(3){margin-left:10px}.cash-flow-chart-container{height:256px;display:grid;grid-template-columns:1fr;text-align:center;align-items:center}.tenant-home-content{background:#fffffff2;border-radius:16px;padding:20px;box-shadow:0 4px 16px #0000001a;margin:0 15px 32px}.tenant-home-section{margin-top:32px}.tenant-home-payment-button-container{padding:20px}.tenant-home-payment-button{width:100%;border-radius:16px;height:48px;font-size:16px;line-height:24px;font-weight:700;outline:none;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:8px}.tenant-home-payment-button.ant-btn.ant-btn-primary,.tenant-home-payment-button.ant-btn.ant-btn-primary:hover{color:#fff;background-color:#dc2626}.tenant-property-card{background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 8px #0000001a;font-family:Roboto,sans-serif}.tenant-property-card-link{text-decoration:none}.tenant-property-card-header{display:grid;grid-template-columns:110px auto;gap:20px;height:200px}.tenant-property-card-header-image{overflow:hidden}.tenant-property-card-header-image img{border-radius:24px;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.tenant-property-card-header-details{height:100%;overflow:hidden;position:relative;display:flex;flex-direction:column}.tenant-property-card-header-details .ant-typography{margin-bottom:0}.tenant-property-card-header-details>:nth-child(1){line-height:1.5em}.tenant-property-card-header-unit{font-size:10px;color:#888}.tenant-property-card-header-address{font-size:12px;font-weight:500;color:#545252;margin-bottom:8px!important;overflow:hidden;text-overflow:ellipsis}.tenant-property-card-tags{display:flex;flex-wrap:wrap;gap:8px}.tenant-property-card-tag{padding:1px 10px;border-radius:16px;font-size:12px;font-weight:400}.tenant-property-card-details{padding:0 4px}.tenant-property-card-rating{display:flex;align-items:center;gap:8px;margin-top:10px;margin-bottom:10px}.tenant-property-card-features{display:flex;gap:16px}.tenant-property-card-feature-item{display:flex;align-items:center;gap:1px;font-size:14px;color:#333}.tenant-property-card-feature-item-value{font-weight:600;color:#1f1d1d;margin-left:4px}.tenant-property-card-date{margin-top:10px}.tenant-property-card-date-icon{font-size:14px;color:#333;display:flex;align-items:center;gap:6px}.tenant-property-card-date-value{font-weight:600;color:#1f1d1d}.tenant-property-card-price{font-size:24px;font-weight:700;color:#d32525}.tenant-property-card-price-currency{font-size:16px;font-weight:400;margin-right:4px}.tenant-property-card-price-suffix{font-size:14px;font-weight:400;color:#888}.tenant-finance-section{margin-top:32px}.tenant-finance-card{background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 8px #0000001a;font-family:Roboto,sans-serif}.ant-card-body .tenant-finance-title{font-weight:700;color:#333;margin-bottom:16px;text-align:center}.tenant-finance-amount{font-size:32px;font-weight:500;margin-bottom:8px;text-align:center}.tenant-finance-amount-currency{font-size:20px;font-weight:400;margin-right:4px}.tenant-finance-amount-suffix{font-size:14px;font-weight:400;color:#888}.tenant-finance-ratio{display:grid;grid-template-columns:40px 60px auto;gap:8px;font-weight:500;color:#888}.tenant-finance-rm{font-weight:500;color:#333}.tenant-finance-paid-percentage{color:#2fe900}.tenant-finance-overdue-percentage{color:#d50000}.tenant-finance-months{font-size:12px;color:#888}.tenant-finance-components{display:grid;grid-template-columns:auto auto;gap:16px;margin-top:24px}.tenant-finance-component-rental,.tenant-finance-component-monthly-installment,.tenant-finance-component-last-payment,.tenant-finance-component-next-due-date{border:1px solid #e0e0e0;border-radius:16px;display:flex;flex-direction:column;gap:8px;text-align:center;padding:10px 6px!important}.tenant-finance-component-next-due-date{background-color:#ccc8c34a}.tenant-finance-component-next-due-date.overdue{background-color:#ffcccc87;border:1px solid #ffcccc87}.tenant-finance-component-rental .ant-card-body,.tenant-finance-component-monthly-installment .ant-card-body,.tenant-finance-component-last-payment .ant-card-body,.tenant-finance-component-next-due-date .ant-card-body{padding:0!important}.tenant-finance-component-text{font-size:20px;font-weight:500;color:#333}.tenant-finance-component-bottom-text{font-size:12px;color:#888}.tenant-home-payment-modal .ant-modal{padding:24px;border-radius:16px;background:#fff}.tenant-home-payment-modal .ant-modal-header{border-radius:16px 16px 0 0;background:#fff}.tenant-home-payment-modal-buttons{display:flex;flex-direction:column;gap:12px;margin-top:20px;margin-bottom:20px}.tenant-home-payment-modal-buttons .online-button :hover,.tenant-home-payment-modal-buttons .offline-button :hover{border:none;font-size:16px;line-height:24px;font-weight:600;padding:24px;border-radius:16px}.tenant-home-payment-modal-buttons .online-button.ant-btn.ant-btn-default,.tenant-home-payment-modal-buttons .offline-button.ant-btn.ant-btn-default:hover,.tenant-home-payment-modal-buttons .offline-button.ant-btn.ant-btn-default:focus-within{border:none;font-size:16px;line-height:24px;font-weight:600;padding:24px;border-radius:16px;background-color:#89bcea;color:#fff}.tenant-home-payment-modal-buttons .offline-button.ant-btn.ant-btn-default,.tenant-home-payment-modal-buttons .offline-button.ant-btn.ant-btn-default:hover,.tenant-home-payment-modal-buttons .offline-button.ant-btn.ant-btn-default:focus-within{border:none;font-size:16px;line-height:24px;font-weight:600;padding:24px;border-radius:16px;background-color:#dc2626;color:#fff}.approaching-end-of-tenancy-modal .ant-modal-content{border-radius:24px}.approaching-end-of-tenancy-modal .ant-modal-content .ant-typography{color:inherit}.approaching-end-of-tenancy-modal .ant-modal-content header{text-align:center}.approaching-end-of-tenancy-modal .ant-modal-content header :has(svg){background-color:#ffedd4;padding:16px;border-radius:999px;margin-bottom:16px;display:inline-grid}.approaching-end-of-tenancy-modal .ant-modal-content header svg{fill:#f87821;stroke:#ffedd4}.approaching-end-of-tenancy-modal .ant-modal-content main{margin:16px 24px 32px;text-align:center;color:#606060}.approaching-end-of-tenancy-modal .ant-modal-footer{display:flex;flex-direction:column-reverse;gap:12px}.approaching-end-of-tenancy-modal.ant-modal .ant-modal-footer>.ant-btn{margin-inline:0}.approaching-end-of-tenancy-modal .ant-modal-footer .ant-btn{flex:1;padding:15px 20px;font-size:16px;line-height:12px;font-weight:700;border-radius:50px;transition:background-color .3s ease}.approaching-end-of-tenancy-modal .ant-modal-footer .ant-btn-primary,.approaching-end-of-tenancy-modal .ant-modal-footer .ant-btn-primary:hover{background-color:#dc2626;color:#fff}.approaching-end-of-tenancy-modal .ant-modal-footer .ant-btn-default,.approaching-end-of-tenancy-modal .ant-modal-footer .ant-btn-default:hover{background-color:#fff;border-color:#d9d9d9;color:#606060}.approaching-end-of-tenancy-modal .ant-modal-footer .ant-btn:disabled{background-color:gray;color:#fff}.hr-home-container{min-height:100vh;background-color:#f2f2f2;padding:16px}.hr-home-create-section{margin-bottom:24px}.hr-home-create-button{background-color:#dc2626!important;color:#fff!important;border-radius:16px!important;padding:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e5e5;cursor:pointer;transition:box-shadow .2s;display:flex;align-items:center;justify-content:center;height:48px}.hr-home-create-button:hover{box-shadow:0 4px 6px #0000001a}.hr-home-create-content{display:flex;align-items:center;gap:12px}.hr-home-create-icon{color:#fff!important}.hr-home-create-text{font-size:16px;font-weight:700;color:#fff!important;margin:0}.hr-home-create-chevron{color:#bdbdbd}.hr-home-section-title{font-size:18px;font-weight:600;color:#333;margin:0 0 16px}.hr-home-tasks-section{margin-bottom:32px}.hr-home-tasks-list{display:flex;flex-direction:column;gap:12px}.hr-home-task-card{background-color:#fff;border-radius:16px;padding:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e5e5;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:box-shadow .2s}.hr-home-task-card:hover{box-shadow:0 4px 6px #0000001a}.hr-home-task-content{display:flex;align-items:center;gap:16px;flex:1}.hr-home-task-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hr-home-task-info{flex:1}.hr-home-task-title{font-size:16px;font-weight:500;color:#333;margin:0 0 4px;display:block}.hr-home-task-value-row{display:flex;align-items:baseline;gap:8px}.hr-home-task-value{font-size:24px;font-weight:700;color:#333;margin:0}.hr-home-task-subtitle{font-size:14px;color:#757575;margin:0}.hr-home-task-chevron{color:#bdbdbd}.hr-home-users-section{margin-bottom:32px}.hr-home-users-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.hr-home-total-badge{background-color:#e3f2fd;padding:6px 12px;border-radius:16px;display:flex;align-items:center;gap:4px}.hr-home-total-label{font-size:14px;color:#757575;margin:0}.hr-home-total-value{font-size:16px;font-weight:700;color:#4285f4;margin:0}.hr-home-users-list{display:flex;flex-direction:column;gap:16px}.hr-home-user-item{background-color:#fff;border-radius:16px;padding:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e5e5;display:flex;align-items:center;justify-content:space-between}.hr-home-user-content{display:flex;align-items:center;gap:12px}.hr-home-user-icon{width:32px;height:32px;border-radius:50%;background-color:#0000000d;display:flex;align-items:center;justify-content:center}.hr-home-user-role{font-size:16px;font-weight:500;color:#333;margin:0}.hr-home-user-count{font-size:16px;margin:0}.hr-home-user-number{font-weight:700;color:#333}.hr-home-user-label{color:#757575}.hr-home-retention-section{margin-bottom:32px}.hr-home-toggle-container{margin-bottom:24px;display:flex;justify-content:center}.hr-home-toggle-wrapper{background-color:#f2f2f2;border-radius:24px;padding:4px;display:flex;gap:4px}.hr-home-toggle-option{padding:8px 24px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;color:#757575}.hr-home-toggle-active{background-color:#333;color:#fff}.hr-home-chart-container{margin-bottom:16px}.hr-home-chart{display:flex;align-items:end;justify-content:space-between;height:120px;padding:0 16px;margin-bottom:8px}.hr-home-chart-bar{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;max-width:40px}.hr-home-bar{width:12px;border-radius:6px;margin:1px}.hr-home-retention-bar{background-color:#8bc34a}.hr-home-turnover-bar{background-color:#f44336}.hr-home-chart-label{font-size:12px;color:#757575;margin:8px 0 0}.hr-home-chart-legend{display:flex;justify-content:center;gap:24px;margin-bottom:16px}.hr-home-legend-item{display:flex;align-items:center;gap:8px}.hr-home-legend-dot{width:12px;height:12px;border-radius:50%}.hr-home-retention-dot{background-color:#8bc34a}.hr-home-turnover-dot{background-color:#f44336}.hr-home-legend-text{font-size:14px;color:#333;margin:0}.hr-home-chart-summary{display:flex;align-items:center;justify-content:center;gap:16px}.hr-home-summary-item{display:flex;align-items:center;gap:8px}.hr-home-summary-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.hr-home-healthy-badge{background-color:#e8f5e8;color:#2e7d32}.hr-home-summary-value{font-size:18px;font-weight:700;color:#333;margin:0}.hr-home-turnover-value{color:#f44336}.hr-home-summary-divider{width:1px;height:20px;background-color:#e0e0e0}.hr-home-tasks-list>a,.hr-home-users-list>a{text-decoration:none}.marketing-home-content{background-color:#f0f0f0;min-height:100vh;padding:16px}.marketing-home-create-section{margin-bottom:24px;border-radius:16px}.marketing-home-create-button{background-color:#dc2626!important;border-radius:16px;height:48px;width:100%;display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;line-height:24px;font-weight:700;color:#fff;outline:none!important}.marketing-home-create-button:hover{box-shadow:0 4px 6px #0000001a}.marketing-home-create-content{display:flex;align-items:center;gap:12px}.marketing-home-create-icon{color:#fff!important}.marketing-home-create-text{font-family:Roboto,sans-serif;font-size:16px;font-weight:700;color:#fff!important;margin:0}.marketing-home-section{margin-bottom:32px}.marketing-home-section-title,.marketing-home-section-internal-title{font-family:Roboto,sans-serif;font-size:24px;font-weight:700;color:#333;margin:0 0 16px}.marketing-home-overview-list{box-shadow:none;border-radius:24px;padding:32px 36px;background-color:#fff;border:1px solid #E0E0E0;display:flex;flex-direction:column;gap:12px}.marketing-home-overview-card{background-color:#fff;border-radius:20px;padding:0;border:1px solid #E0E0E0;box-shadow:none}.marketing-home-overview-card .ant-card-body{padding:12px 16px}.marketing-home-overview-content{display:flex;align-items:center;gap:16px}.marketing-home-overview-icon{width:54px;height:54px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.marketing-home-overview-details{flex:1}.marketing-home-overview-label{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#888;display:block}.marketing-home-overview-value-row{display:flex;align-items:center;gap:12px}.marketing-home-overview-value{font-family:Roboto,sans-serif;font-size:24px;font-weight:700;color:#333}.marketing-home-overview-change{font-family:Roboto,sans-serif;font-size:14px;font-weight:400}.marketing-home-overview-change.positive{color:#4caf50}.marketing-home-overview-change.negative{color:#f44336}.marketing-home-performance-card{box-shadow:none;border-radius:24px;padding:32px 36px;background-color:#fff;border:1px solid #E0E0E0}.marketing-home-performance-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:24px;margin-bottom:32px}.marketing-home-performance-metric{text-align:left;padding:16px 20px;background-color:#f0f8ff;border-radius:24px}.marketing-home-performance-label{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#888;display:block;margin-bottom:8px}.marketing-home-performance-value-row{display:flex;align-items:baseline;gap:4px}.marketing-home-performance-value{font-family:Roboto,sans-serif;font-size:24px;font-weight:700;color:#333}.marketing-home-performance-subtitle{font-family:Roboto,sans-serif;font-size:16px;font-weight:400;color:#888}.marketing-home-expenses-section{border-top:1px solid #E0E0E0;padding-top:24px}.marketing-home-expenses-title{font-family:Roboto,sans-serif;font-size:16px;font-weight:700;color:#333;margin:0 0 16px}.marketing-home-total-expenses{text-align:center;margin-bottom:24px}.marketing-home-total-label{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#888;display:block;margin-bottom:8px}.marketing-home-total-value{font-family:Roboto,sans-serif;font-size:32px;font-weight:700;color:#2196f3}.marketing-home-chart-container{margin:24px 0;height:200px}.marketing-home-platform-breakdown{display:flex;flex-direction:column;gap:12px}.marketing-home-platform-item{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.marketing-home-platform-info{display:flex;align-items:center;gap:12px}.marketing-home-platform-percentage{font-family:Roboto,sans-serif;font-size:14px;font-weight:700;color:#333;min-width:32px}.marketing-home-platform-name{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#333}.marketing-home-platform-amount{font-family:Roboto,sans-serif;font-size:14px;font-weight:700;color:#2196f3}.marketing-home-agent-list{display:flex;flex-direction:column;gap:12px}.marketing-home-agent-card{background-color:#fff;border-radius:12px;padding:16px;border:1px solid #E0E0E0;box-shadow:none;cursor:pointer;transition:all .2s}.marketing-home-agent-card:hover{border-color:#d32525;box-shadow:0 2px 8px #d325251a}.marketing-home-agent-content{display:flex;align-items:center;gap:16px}.marketing-home-agent-avatar{width:48px;height:48px;border-radius:50%;background-color:#2196f3;display:flex;align-items:center;justify-content:center;flex-shrink:0}.marketing-home-agent-initials{font-family:Roboto,sans-serif;font-size:16px;font-weight:700;color:#fff}.marketing-home-agent-details{flex:1}.marketing-home-agent-name{font-family:Roboto,sans-serif;font-size:16px;font-weight:700;color:#333;display:block;margin-bottom:4px}.marketing-home-agent-metrics{display:flex;flex-direction:column;gap:2px}.marketing-home-agent-metric{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#888}.marketing-home-overview-list a{text-decoration:none}.notifications-content{padding:16px;min-height:100vh}.notification-categories-container{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:16px}.notification-category-card{background-color:#fff;border-radius:16px;padding:20px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a;border:none;position:relative}.notification-category-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.notification-category-card:active{transform:translateY(0)}.notification-category-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;position:relative;align-items:center}.notification-category-icon{width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notification-category-title{flex:1;margin:0!important;font-size:18px!important;font-weight:700!important;color:#333!important;line-height:1.2!important}.notification-category-badge{position:absolute;top:5px;right:0;background-color:#d62828;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;border:2px solid #FFFFFF}.notification-category-description{color:#888;font-size:14px;line-height:1.4;margin:0}@media (max-width: 768px){.notification-home-content{padding:12px}.notification-categories-grid{gap:12px}.notification-category-card{padding:16px}.notification-category-description{font-size:13px}}@media (max-width: 480px){.notification-categories-container{grid-template-columns:1fr}}.property-content-container{padding:16px;background-color:#f0f0f0;min-height:100vh;font-family:Roboto,sans-serif}.property-content-header{display:flex;align-items:center;margin-bottom:16px;padding:0 8px}.property-content-back-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;margin-right:16px}.property-content-title{font-size:24px;line-height:32px;font-weight:700;color:#333;margin:0}.property-content-overlay{position:absolute;min-width:100%;height:100vh;overflow:scroll;top:0;left:0;z-index:99;background-color:#f0f0f0}.property-content-overlay-action-buttons{margin-top:20px;background-color:transparent;display:flex;gap:15px}.property-content-overlay-action-buttons .ant-btn{height:unset}.property-content-overlay-action-buttons .property-content-overlay-apply-button{flex:1;padding:15px 20px;background-color:#dc2626;color:#fff;font-size:16px;line-height:12px;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:background-color .3s ease}.property-content-overlay-action-buttons .property-content-overlay-reset-button{flex:1;padding:15px 20px;background-color:#f0f0f0;font-size:16px;line-height:12px;font-weight:700;border-style:solid;border-radius:50px;border-width:1px;cursor:pointer;transition:background-color .3s ease;background-color:#fff!important;border-color:#dc2626!important;font-weight:400;color:#dc2626!important}.property-content-overlay-action-buttons .ant-btn.property-content-overlay-apply-button:hover{background-color:#b21e1e;color:#fff}.property-content-overlay-action-buttons .ant-btn.property-content-overlay-reset-button:hover{background-color:#d0d0d0;color:#dc2626}.shared-property-content-main-content-area{background-color:#fff;border-radius:16px;padding:16px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;display:grid;grid-template-columns:100%;gap:16px}.shared-property-content-action-sets{display:flex;flex-direction:column;gap:16px}.shared-property-content-set-2{display:flex;gap:8px}.shared-property-content-set-2 .shared-property-content-search-panel-button{flex:1;justify-content:left}.shared-property-content-set-2 .shared-property-content-search-panel-button.active>:not(.ant-btn-icon){color:#000}.shared-property-content-set-3{display:flex;gap:12px;align-items:center}.shared-property-content-tabs{flex:1}.shared-property-content-tabs .ant-segmented-item{font-size:16px;font-weight:400}.shared-property-content-tabs .ant-segmented-item-selected{font-weight:700}.shared-property-content-set-3 .ant-btn{width:48px;height:48px;border-radius:16px;color:#888}.shared-property-content-bookmarked-only.active,.shared-property-content-bookmarked-only.active.ant-btn:hover{border:none;background-color:#dc2626;color:#fff}.shared-property-content-union-filters,.shared-property-content-intersection-filters{display:flex;gap:8px;overflow:scroll;width:100%}.shared-property-content-filters-or-button{font-size:14px;font-weight:700;text-decoration:none;line-height:20px;padding:12px;border:none}.shared-property-content-filters-and-button{font-size:14px;font-weight:700;text-decoration:none;line-height:20px;padding:18px;border-radius:9999px}.shared-property-content-main-content-area .horizontal-bar{width:100%;border:1px solid #0002}.shared-property-content-filter-count{color:#888;font-style:italic;padding-right:8px;text-align:right;margin-top:8px}.shared-property-content-filter-count span:not(.zero){font-weight:bolder}.shared-property-content-set-4 .shared-property-content-filters-or-button.unselected,.shared-property-content-set-4 .shared-property-content-filters-or-button.unselected:hover{color:#888}.shared-property-content-set-4 .shared-property-content-filters-and-button.unselected{color:#888;background-color:#0000000a}.shared-property-content-set-4 .shared-property-content-filters-and-button.unselected:not(:disabled):hover{color:#888;background-color:#0000000a}.shared-property-content-set-4 .shared-property-content-filters-and-button.selected,.shared-property-content-set-4 .shared-property-content-filters-and-button.selected:hover{border-color:orange;color:#000}.shared-property-content-property-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:16px;margin-bottom:16px}.shared-property-content-property-card-image-container{position:relative;height:192px;background-color:#e5e7eb;border-radius:8px;overflow:hidden;margin-bottom:16px}.shared-property-content-property-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.shared-property-content-image-overlay-location{position:absolute;top:8px;left:8px;background-color:#00000080;color:#fff;font-size:12px;padding:4px 8px;border-radius:9999px;display:flex;align-items:center}.shared-property-content-image-overlay-location svg{margin-right:4px}.shared-property-content-image-overlay-code{position:absolute;top:8px;right:8px;background-color:#00000080;color:#fff;font-size:12px;padding:4px 8px;border-radius:9999px}.shared-property-content-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{padding:12px 16px}.shared-property-content-top-buttons-container{display:flex;justify-content:space-around;padding:4px;margin-bottom:12px;gap:10px}.shared-property-content-top-button{flex:1;display:flex;align-items:center;justify-content:center;border-radius:15px;font-size:14px;font-weight:400;text-decoration:none;color:#333;flex-direction:column;background-color:#fff;border:none;gap:8px;padding:8px 4px}.shared-property-content-top-button.selected{background-color:#210909;color:#fff}.shared-property-content-top-button svg{margin-top:8px;width:20px;height:20px}.shared-property-content-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.5vh;margin-bottom:32px;margin-top:32px}.shared-property-content-empty-icon-container{display:flex;align-items:center;justify-content:center;width:100px;height:100px;border-radius:999px;background-color:#d3d3d3}.property-content-sort-overlay-actions-row{text-align:right}.property-content-sort-overlay-options{background-color:#fff;border-radius:16px;padding:24px}.property-content-sort-overlay-options .ant-radio-group{display:grid;grid-template-columns:100%;gap:20px}.property-content-sort-overlay-option-set:not(:first-of-type){display:grid;grid-template-columns:100%;gap:8px}.property-content-filter-overlay-panels.ant-collapse{background-color:transparent;display:grid;grid-template-columns:100%;gap:16px}.property-content-filter-overlay-panels .ant-collapse-item{background-color:#fff;border-radius:16px;overflow:hidden}.property-content-filter-overlay-panels .ant-collapse-item:first-child,.property-content-filter-overlay-panels .ant-collapse-item:last-child{border-radius:16px}.property-content-filter-overlay-panels .ant-collapse-header{font-weight:700;justify-content:space-between}.property-content-filter-overlay-panels .ant-collapse-header .ant-collapse-arrow{transform:rotate(90deg)}.property-content-filter-overlay-panels .ant-collapse-item-active .ant-collapse-header .ant-collapse-arrow{transform:rotate(-180deg)}.property-content-filter-overlay-panels .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{padding:16px 32px 32px}.property-content-filter-overlay-panels .ant-slider{margin:16px 0 24px}.property-content-filter-overlay-panels .ant-slider .ant-slider-track{background-color:#dc2626}.property-content-filter-overlay-panels .ant-slider .ant-slider-handle{border-color:#dc2626;background-color:#fff;box-shadow:0 0 0 2px #dc2626;border-radius:50%}.property-content-filter-overlay-panels .ant-slider .ant-slider-handle:after{box-shadow:none}.property-content-filter-overlay-panel-header{display:flex;align-items:center;justify-content:space-between}.property-content-filter-overlay-panel-header-title{font-size:16px;line-height:24px;font-weight:700;flex-grow:1}.property-content-filter-overlay-pills.ant-radio-group{display:flex;flex-wrap:wrap;gap:8px}.property-content-filter-overlay-pills.ant-checkbox-group{gap:6px}.property-content-filter-overlay-pills.ant-checkbox-group .ant-checkbox-wrapper{border-radius:9999px;border:1px solid #E0E0E0;font-weight:400;padding:8px;height:auto;transition:background-color .1s ease-out}.property-content-filter-overlay-pills .ant-checkbox-wrapper .ant-checkbox{display:none}.property-content-filter-overlay-pills .ant-checkbox-wrapper.ant-checkbox-wrapper-checked{background-color:#dc2626;border-color:#dc2626;color:#fff}.property-content-filter-overlay-pills .ant-checkbox-wrapper.ant-checkbox-wrapper-checked:active{color:#fff;border-color:#dc2626}.property-content-filter-overlay-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.property-content-filter-overlay-checks .ant-checkbox-wrapper{display:flex;align-items:center;font-size:16px;line-height:24px;font-weight:400;color:#333;margin-left:0}.property-content-filter-overlay-checks .ant-checkbox-inner{border-radius:4px;border:1px solid #E0E0E0}.property-content-filter-overlay-checks .ant-checkbox-checked .ant-checkbox-inner{background-color:#dc2626;border-color:#dc2626}.property-content-filter-overlay-checks .ant-checkbox-checked .ant-checkbox-inner:after{border-color:#fff}.property-content-filter-overlay-slider-manual-inputs{display:flex;justify-content:space-between;gap:16px}.property-content-filter-overlay-slider-manual-input.ant-input{padding:8px;border:1px solid #E0E0E0;border-radius:8px;font-size:16px;text-align:center}.property-content-search-overlay-suggestions>*{margin-top:16px}.property-content-search-overlay-suggestions a{text-decoration:none;display:flex;padding:12px;gap:8px}.property-content-search-overlay-suggestions a svg{color:#888}.property-content-search-overlay-suggestions a .ant-typography{margin:0}.unified-property-card{border-radius:24px;box-shadow:0 1px 2px #0002;overflow:hidden}a:has(>.unified-property-card){text-decoration:none}.unified-property-card .ant-typography{margin-bottom:0}.unified-property-card .ant-card-body{padding:0;display:grid;gap:8px}.unified-property-card .ant-card-body:before,.unified-property-card .ant-card-body:after{content:none}.unified-property-card .ant-card-body>:nth-child(1){width:100%;overflow:hidden;display:grid;grid-template-rows:200px}.unified-property-card .ant-card-body>:nth-child(2){padding:10px 24px 24px;display:grid;gap:8px}.unified-property-card-image.ant-image-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.unified-property-card-tags{display:flex;flex-wrap:wrap;gap:4px}.unified-property-card-tags>span{display:inline-block;padding:2px 10px;border-radius:16px}.unified-property-card .ant-card-body>:nth-child(2)>div:nth-of-type(1){display:grid;grid-template-columns:1fr max-content;gap:8px}.unified-property-card .ant-card-body>:nth-child(2)>div:nth-of-type(1)>:nth-child(1){display:grid;gap:2px}.unified-property-card-features{display:flex;gap:16px}.unified-property-card-features>*{display:flex;align-items:center;gap:4px}.unified-property-card-offering-component{background-color:#0001;border-radius:20px;display:grid;grid-template-columns:80px 1fr;gap:8px;align-items:center}.unified-property-card-offering-component>:nth-child(1){height:100%;border-radius:20px 0 0 20px;background-color:#f0f8ff;overflow:hidden;display:grid;grid-template-rows:100%}.unified-property-card-offering-component>:nth-child(2){padding:12px 4px;border-radius:0 20px 20px 0;display:grid;gap:4px}.unified-property-card-offering-component>:nth-child(1) .ant-image img{height:100%;-o-object-fit:cover;object-fit:cover}.unified-property-card-offering-tags{display:flex;flex-wrap:wrap;gap:4px}.unified-property-card-offering-tags>span{display:inline-block;padding:0 8px;border-radius:16px}.unified-property-card-offering-notes>*{display:flex;align-items:center;gap:4px}.unified-property-card-offering-price{display:flex;gap:4px;align-items:baseline}.unified-property-card-offering-price>:nth-child(1){color:gray}.unified-property-card-offering-price>:nth-child(2){font-size:120%;line-height:100%}.unified-property-card-offering-price>:nth-child(3){color:gray}.unified-property-card-contact-component{padding:12px 16px;background-color:#0001;border-radius:20px;display:grid;grid-template-columns:max-content 1fr max-content;gap:12px;align-items:center}.unified-property-card-contact-component>div{display:grid;gap:0px}.unified-property-card-contact-avatar{width:36px;height:36px;border-radius:999px;display:flex;justify-content:center;align-items:center;font-size:18px}.unified-property-card-contact-name{font-weight:bolder}.tenancy-property-card{border-radius:24px;box-shadow:0 1px 2px #0002;overflow:hidden}a:has(>.tenancy-property-card){text-decoration:none}.tenancy-property-card .ant-typography{margin-bottom:0}.tenancy-property-card .ant-card-body{padding:16px;display:grid;gap:12px}.tenancy-property-card .ant-card-body:before,.tenancy-property-card .ant-card-body:after{content:none}.tenancy-property-card-layout-10{display:flex;gap:8px;justify-content:space-between}.tenancy-property-card-layout-20-1{display:grid;grid-template-columns:max(80px,20vw) 1fr;grid-template-rows:120px;gap:0px 16px}.tenancy-property-card-layout-20-2{display:grid;grid-template-columns:max(80px,20vw) 1fr;grid-template-rows:120px;gap:8px 16px;border:2px inset #0002;border-radius:12px;padding:12px}.tenancy-property-card-layout-30{display:flex;flex-direction:column;gap:0px}.ant-image:has(>.tenancy-property-card-image){border-radius:16px;overflow:hidden}.tenancy-property-card-image.ant-image-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.tenancy-property-card-tags{display:flex;flex-wrap:wrap;gap:4px;align-items:start}.tenancy-property-card-tags>span{padding:1px 8px;border-radius:16px;border-width:1px;border-style:solid;font-size:80%;display:inline-flex;align-items:center;gap:4px}.tenancy-property-card-tags>span:has(svg){padding:1px 8px 1px 6px}.tenancy-property-card-tags svg{width:14px;height:14px}.tenancy-property-card-offering-component{border:2px inset #0001;border-radius:12px;padding:8px 12px;display:grid;gap:4px}.tenancy-property-card-layout-100{display:flex;justify-content:space-between;align-items:center;gap:8px}.tenancy-property-card-layout-110{display:grid;gap:0px}.tenancy-property-card-layout-110>*{display:flex;align-items:center;gap:6px}.tenancy-property-card-offering-tags{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:start;gap:4px}.tenancy-property-card-offering-tags>span{display:inline-block;padding:1px 8px;border-radius:16px;font-size:80%}.tenancy-property-card-offering-price>:nth-child(2){font-weight:bolder}.tenancy-property-card-offering-price>:nth-child(3){color:gray}.tenancy-property-card-offering-move-out-progress-indicator{width:60px}.tenancy-property-card-sole-offering-details{display:grid;gap:0px}.tenancy-property-card-sole-offering-detail{display:flex;align-items:center;gap:6px}.tenancy-property-card-sole-offering-move-out-progress-indicator{margin-top:8px;padding:4px 8px 0;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:12px}.tenancy-property-card-past{background:linear-gradient(to bottom,#00000026,#0000001a)}.tenancy-property-card .create-page-stepper-item .ant-typography{margin-top:6px;line-height:130%}@media (width < 480px){.tenancy-property-card .create-page-stepper-item .ant-typography{font-size:90%}}.finance-page-main{padding:16px;display:flex;flex-direction:column;gap:16px;background-color:#f0f0f0;min-height:100vh;font-family:Roboto,sans-serif}.finance-card-title{font-size:20px;line-height:20px;font-weight:400;color:#333}.finance-text-body{font-size:16px;line-height:24px;font-weight:400;color:#333;padding-right:8px}.finance-text-center{text-align:center}.finance-text-right{text-align:right}.finance-text-left{text-align:left}.finance-text-label{font-size:14px;line-height:20px;font-weight:400;color:#888}.finance-text-link{font-size:14px;line-height:20px;font-weight:400;color:#888;background:transparent!important}.finance-text-xs{font-size:12px;line-height:16px;font-weight:400;color:#888}.finance-text-bold{font-weight:700}.finance-text-red{color:#dc2626}.finance-text-green{color:#00b050}.finance-bg-green-light{background-color:#e6ffe6}.finance-bg-red-light{background-color:#ffe5e5}.finance-border-gray{border-top:1px solid #E0E0E0}.finance-button-text-center{align-items:center;justify-content:center;width:100%}.finance-segmented-container{margin-bottom:16px}.finance-chart-container{height:256px}.finance-flex-between-center{display:flex;justify-content:space-between;align-items:center}.finance-flex-align-center{display:flex;align-items:center}.finance-space-x-2>*:not(:first-child){margin-left:8px}.finance-mb-2{margin-bottom:8px}.finance-mt-1{margin-top:4px}.finance-mt-4{margin-top:16px}.finance-pt-4{padding-top:16px}.finance-px-2{padding-left:8px;padding-right:8px}.finance-py-1{padding-top:4px;padding-bottom:4px}.finance-rounded{border-radius:4px}.finance-rounded-lg,.finance-rounded-2xl{border-radius:16px}.finance-shadow-sm{box-shadow:0 1px 2px #0000000d}.finance-w-full{width:100%}.finance-p-0{padding:0}.finance-h-auto{height:auto}.finance-ml-2{margin-left:8px}.finance-space-y-2>*:not(:first-child){margin-top:8px}.finance-space-y-3>*:not(:first-child){margin-top:12px}.finance-mb-4{margin-bottom:16px}.tenant-finance-content{padding:16px}.tenant-finance-content>a{text-decoration:none}.tenant-finance-create-payment-button{width:100%;border-radius:16px;height:48px;font-size:16px;line-height:24px;font-weight:700;outline:none;display:flex;align-items:center;justify-content:center;gap:8px}.tenant-finance-create-payment-button.ant-btn.ant-btn-primary,.tenant-finance-create-payment-button.ant-btn.ant-btn-primary:hover{color:#fff;background-color:#dc2626}.tenant-finance-rental-summary-cards{margin:24px 8px 12px;font-size:20px}.tenant-finance-rental-summary-cards .ant-typography{margin-bottom:0;font-weight:400}.tenant-finance-rental-summary-cards .tenant-finance-rental-title{margin-bottom:16px}.tenant-finance-card .tenant-finance-property-title{font-weight:700;margin-bottom:4px}.tenant-finance-main-section{margin-bottom:32px}.tenant-finance-payment-cards-header{margin:24px 8px 12px;font-size:20px;display:flex;justify-content:space-between}.tenant-finance-payment-cards-header .ant-typography{margin-bottom:0;font-weight:400}.tenant-finance-payment-cards{display:grid;gap:8px}.tenant-finance-payment-cards a{text-decoration:none}.tenant-finance-payment-card{border-radius:20px;box-shadow:0 1px 2px #0001}.tenant-finance-payment-card .ant-card-body{display:grid;grid-template-columns:1fr max-content}.tenant-finance-payment-card .ant-card-body>:nth-child(2n+2){text-align:right}.tenant-finance-payment-card .ant-card-body>:nth-child(4n+1),.tenant-finance-payment-card .ant-card-body>:nth-child(4n+2){font-weight:700;font-size:115%}.tenant-finance-payment-card .ant-card-body>:nth-child(4n+3),.tenant-finance-payment-card .ant-card-body>:nth-child(4n+4){font-size:90%;color:gray}.tenant-finance-payment-card .ant-card-body:before{content:none}.tenant-finance-payment-card .ant-card-body:after{content:none}.tenant-finance-payment-card-negative .ant-card-body>:nth-child(4n+2){color:#dc2626}.tenant-finance-payment-card-positive .ant-card-body>:nth-child(4n+2){color:#00b050}.tasks-content-header{background-color:#f0f0f0;border-radius:16px;padding:16px}.create-task-button{background-color:#dc2626!important;border-radius:16px;height:48px;width:100%;display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;line-height:24px;font-weight:700;color:#fff;outline:none!important}.tasks-tabs{font-family:Roboto,sans-serif;padding:5px 20px;background-color:#fff}.tasks-tabs .ant-tabs-nav{margin-bottom:0;border-bottom:none}.tasks-tabs .ant-tabs-nav-wrap{width:100%;display:flex;justify-content:center}.tasks-tabs .ant-tabs-nav-list .ant-tabs-tab{margin:0 5px}.tasks-content-tabs{gap:12px;margin-bottom:24px;justify-content:center}.tasks-tabs .tasks-tabs-tab-btn{display:flex;align-items:center;gap:10px;font-size:14px;line-height:20px;font-weight:400;border-radius:16px!important;border:#DC2626 1px solid;padding:8px 20px;color:#6b7280;background-color:#fff;min-height:auto!important}.tasks-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#dc2626}.tasks-tabs .ant-tabs-tab-btn{color:#888}.tasks-tabs .ant-tabs-tab-active .tab-count{background-color:#dc2626;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;justify-content:center;align-items:center;font-size:12px}.tasks-tab-content{margin-top:16px}.late-completion-tag{border-radius:12px;padding:4px 12px;font-size:12px;line-height:16px;font-weight:400;border-color:#d32525;color:#d32525;background-color:transparent}.no-records-found{text-align:center;padding:20px;color:#888;font-size:16px;line-height:24px;font-weight:400}.tasks-content-property-select .ant-select{height:48px}.tasks-content-property-select .ant-select-selector{border-radius:16px!important;padding:0 20px}.tasks-tabs{border-radius:16px}.task-empty{margin:40px 0;text-align:center}.hr-more-container{min-height:100vh;background-color:#f2f2f2;padding:16px}.hr-more-main-section{margin-bottom:32px}.hr-more-menu-list{display:flex;flex-direction:column;gap:16px}.hr-more-menu-item{background-color:#fff;border-radius:16px;padding:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e5e5;cursor:pointer;transition:box-shadow .2s;display:flex;align-items:center;justify-content:space-between}.hr-more-menu-item:hover{box-shadow:0 4px 6px #0000001a}.hr-more-menu-content{display:flex;align-items:center;gap:16px;flex:1}.hr-more-menu-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center}.hr-more-menu-title{font-size:16px;font-weight:500;color:#333;margin:0}.hr-more-menu-chevron{color:#bdbdbd}.hr-more-help-section{margin-bottom:32px}.hr-more-help-title{font-size:18px;font-weight:600;color:#333;margin:0 0 16px}.hr-more-help-list{display:flex;flex-direction:column;gap:12px}.hr-more-help-item{background-color:#fff;border-radius:16px;padding:16px;border:1px solid #E0E0E0;cursor:pointer;transition:box-shadow .2s;display:flex;align-items:center;justify-content:space-between}.hr-more-help-item:hover{box-shadow:0 2px 4px #0000001a}.hr-more-help-content{display:flex;align-items:center;gap:12px;flex:1}.hr-more-help-icon{width:32px;height:32px;border-radius:50%;background-color:#0000000d;display:flex;align-items:center;justify-content:center}.hr-more-help-title-text{font-size:16px;font-weight:400;color:#333;margin:0}.hr-more-help-chevron{color:#bdbdbd}.owner-more-container{min-height:100vh;background-color:#f2f2f2;padding:16px}.owner-more-main-section{margin-bottom:32px}.owner-more-menu-list{display:flex;flex-direction:column;gap:16px}.owner-more-menu-item{background-color:#fff;border-radius:16px;padding:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e5e5;cursor:pointer;transition:box-shadow .2s;display:flex;align-items:center;justify-content:space-between}.owner-more-menu-item:hover{box-shadow:0 4px 6px #0000001a}.owner-more-menu-content{display:flex;align-items:center;gap:16px;flex:1}.owner-more-menu-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center}.owner-more-menu-title{font-size:16px;font-weight:500;color:#333;margin:0}.owner-more-menu-chevron{color:#bdbdbd}.owner-more-help-section{background:#fffffff2;border-radius:16px;padding:24px 20px;box-shadow:0 4px 16px #0000001a}.owner-more-help-list{display:flex;flex-direction:column;gap:12px}.owner-more-help-item{border-radius:8px;padding:16px 12px;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:space-between}.owner-more-help-item:hover{background:#d325250d}.owner-more-help-content{display:flex;align-items:center;gap:12px;flex:1}.owner-more-help-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.owner-more-help-title-text{font-size:16px}.owner-more-help-chevron{color:#bdbdbd}@media (max-width: 768px){.owner-more-container{padding:16px 12px}.owner-more-menu-item{padding:14px 16px}.owner-more-menu-icon{width:44px;height:44px}.owner-more-help-section{padding:20px 16px}}@media (prefers-color-scheme: dark){.owner-more-menu-item,.owner-more-help-section{background:#ffffffe6}.owner-more-menu-item:hover{background:#fffffff2}}.tenant-more-container{padding:16px;min-height:100vh;background-color:#f2f2f2}.tenant-more-main-section{margin-bottom:32px}.tenant-more-menu-list{display:flex;flex-direction:column;gap:16px}.tenant-more-menu-item{display:flex;align-items:center;justify-content:space-between;background:#fffffff2;border-radius:12px;padding:16px 20px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.tenant-more-menu-item:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.tenant-more-menu-content{display:flex;align-items:center;gap:16px}.tenant-more-menu-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tenant-more-menu-title{font-size:16px;font-weight:500;color:#333;margin:0!important}.tenant-more-menu-chevron{color:#888;flex-shrink:0}.tenant-more-help-section{background:#fffffff2;border-radius:16px;padding:24px 20px;box-shadow:0 4px 16px #0000001a}.tenant-more-help-list{display:flex;flex-direction:column;gap:4px}.tenant-more-help-item{display:flex;align-items:center;justify-content:space-between;padding:16px 12px;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.tenant-more-help-item:hover{background:#d325250d}.tenant-more-help-content{display:flex;align-items:center;gap:12px}.tenant-more-help-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tenant-more-help-title-text{font-size:16px}.tenant-more-help-chevron{color:#888;flex-shrink:0}@media (max-width: 768px){.tenant-more-container{padding:16px 12px}.tenant-more-menu-item{padding:14px 16px}.tenant-more-menu-icon{width:44px;height:44px}.tenant-more-help-section{padding:20px 16px}}@media (prefers-color-scheme: dark){.tenant-more-menu-item,.tenant-more-help-section{background:#ffffffe6}.tenant-more-menu-item:hover{background:#fffffff2}}.marketing-more-container{padding:24px 16px;background:linear-gradient(to bottom,#d32525,#210909);min-height:100vh;font-family:Roboto,sans-serif;border-radius:16px}.marketing-more-main-section{margin-bottom:32px}.marketing-more-menu-list{display:flex;flex-direction:column;gap:16px}.marketing-more-menu-item{display:flex;align-items:center;justify-content:space-between;background:#fffffff2;border-radius:16px;padding:16px 20px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.marketing-more-menu-item:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.marketing-more-menu-content{display:flex;align-items:center;gap:16px}.marketing-more-menu-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.marketing-more-menu-title{font-size:16px;font-weight:500;color:#333;margin:0!important}.marketing-more-menu-chevron{color:#888;flex-shrink:0}.marketing-more-help-section{background:#fffffff2;border-radius:16px;padding:24px 20px;box-shadow:0 4px 16px #0000001a}.marketing-more-help-title{font-size:18px;font-weight:600;color:#333;margin:0 0 20px!important;text-align:left}.marketing-more-help-list{display:flex;flex-direction:column;gap:4px}.marketing-more-help-item{display:flex;align-items:center;justify-content:space-between;padding:16px 12px;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.marketing-more-help-item:hover{background:#d325250d}.marketing-more-help-content{display:flex;align-items:center;gap:12px}.marketing-more-help-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.marketing-more-help-title-text{font-size:14px;font-weight:400;color:#333;margin:0!important}.marketing-more-help-chevron{color:#888;flex-shrink:0}@media (max-width: 768px){.marketing-more-container{padding:16px 12px}.marketing-more-menu-item{padding:14px 16px}.marketing-more-menu-icon{width:44px;height:44px}.marketing-more-help-section{padding:20px 16px}}@media (prefers-color-scheme: dark){.marketing-more-menu-item,.marketing-more-help-section{background:#ffffffe6}.marketing-more-menu-item:hover{background:#fffffff2}}.more-options-container{padding:16px}.more-options-buttons{display:grid;grid-template-columns:100%;gap:12px}.more-options-buttons>a{text-decoration:none}.more-options-button{border-radius:24px;box-shadow:0 1px 2px #0002;cursor:pointer}.more-options-button.muted{border:2px solid #0002;background-color:transparent;border-radius:16px;box-shadow:none;cursor:pointer}.more-options-button .ant-card-body{display:flex;align-items:center;gap:16px;padding:20px}.more-options-button.ant-card .ant-card-body:before{display:none}.more-options-container .faq-container-back{display:flex;align-items:center;cursor:pointer;background-color:#fff;border-radius:32px;box-shadow:0 1px 2px #0002;padding:8px;margin-bottom:4px}.more-options-container .faq-container{display:grid;grid-template-columns:100%;gap:16px}.create-page-navigation-buttons{display:flex;gap:16px}.create-property-main-content-area{padding:15px 0;margin-bottom:20px;flex-grow:1;overflow-y:auto;height:calc(100vh - 350px)}.create-property-section-title{font-size:20px;font-weight:700;color:#333;margin-bottom:10px}.create-property-instruction-text{font-size:14px;line-height:20px;color:#888;margin-bottom:15px}.create-property-form-group{margin-bottom:15px}.create-property-form-group label,.create-property-checkbox-section>label{display:block;font-size:14px;line-height:20px;font-weight:700;color:#333;margin-bottom:8px}.create-property-full-width-input,.create-property-textarea-field{width:100%!important;padding:12px 16px!important;border:1px solid #E0E0E0!important;border-radius:16px!important;font-size:16px!important;color:#333;background-color:#fff;box-sizing:border-box;font-family:Roboto,sans-serif!important;height:48px}.create-property-full-width-input::-moz-placeholder,.create-property-textarea-field::-moz-placeholder{color:#888}.create-property-full-width-input::placeholder,.create-property-textarea-field::placeholder{color:#888}.create-property-subsection{margin-bottom:20px}.create-property-subsection input+input{margin-top:10px}.create-property-subsection-title{font-size:16px;font-weight:700;color:#333;margin-bottom:5px}.create-property-form-group .ant-select{width:100%;height:48px;border-radius:16px}.create-property-form-group .ant-select-selector{border:1px solid #E0E0E0!important;background-color:#fff!important;font-size:16px!important;line-height:24px!important;color:#333;padding:12px 16px!important}.create-property-form-group .ant-select-selection-placeholder{color:#888}:has(.create-property-form-group) .ant-select-dropdown{border-radius:8px}.create-property-two-column-row,.create-property-one-column-row{display:flex;gap:20px;margin-bottom:15px}.create-property-two-column-row .create-property-form-group,.create-property-one-column-row .create-property-form-group{flex:1;margin-bottom:0}.create-property-two-column-row input,.create-property-two-column-row select,.create-property-one-column-row input,.create-property-one-column-row select{width:100%;padding:12px 16px;border:1px solid #E0E0E0;border-radius:16px;font-size:16px;color:#333;background-color:#fff;box-sizing:border-box;height:48px}.create-property-input-with-prefix{display:flex;align-items:center;border:1px solid #E0E0E0;border-radius:16px;background-color:#fff}.create-property-input-with-prefix .create-property-prefix{padding:12px 16px;font-size:16px;line-height:24px;color:#333;background-color:#f0f0f0;border-top-left-radius:16px;border-bottom-left-radius:16px}.create-property-input-with-prefix .create-property-prefix-end{padding:12px 16px;font-size:16px;line-height:24px;color:#333;background-color:#f0f0f0;border-top-right-radius:16px;border-bottom-right-radius:16px}.create-property-input-with-prefix input{border:none;flex-grow:1;padding:12px 16px;border-radius:0 16px 16px 0;font-size:16px;color:#333;background-color:transparent;outline:none}.create-property-input-with-prefix input:focus{outline:none}.create-property-price-range-input .create-property-input-with-prefix{width:100%}.create-property-checkbox-section{margin-bottom:20px}.create-property-two-column-checkbox-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.create-property-one-column-checkbox-row{display:grid;grid-template-columns:1fr;gap:10px}.create-property-checkbox-container{display:flex;align-items:center;font-size:16px;line-height:24px;color:#333;cursor:pointer}.create-property-checkbox-valign-top{align-items:flex-start}.create-property-checkbox-container input[type=checkbox]{width:20px;height:20px;margin-right:10px;border:1px solid #888888;border-radius:4px;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;flex-shrink:0;margin-top:2px}.create-property-checkbox-container input[type=checkbox]:checked{background-color:#dc2626;border-color:#dc2626}.create-property-checkbox-container input[type=checkbox]:checked:after{content:"✔";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px}.create-property-checkbox-group{margin-top:20px}.create-property-checkbox-group .create-property-checkbox-container{margin-bottom:10px}.create-property-subsection.for-sale-details,.create-property-subsection.for-rent-details{border:1px solid #E0E0E0;border-radius:16px;padding:20px;margin-top:20px;background-color:#f9f9f9}.create-property-textarea-field{min-height:100px;resize:vertical}.create-property-link{color:#dc2626;text-decoration:none;font-weight:400}.create-property-link:hover{text-decoration:underline}.create-property-success-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px;background-color:#fff;border-radius:16px;flex-grow:1}.create-property-go-to-property-button{width:100%;max-width:300px;padding:15px 20px;background-color:#dc2626;color:#fff;font-size:16px;line-height:12px;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:background-color .3s ease;margin-top:16px}.create-property-go-to-property-button:hover{background-color:#d32525}.create-property-upload-section{margin-bottom:20px}.create-property-selectable-form-group{margin-bottom:20px;border:1px solid #E0E0E0;border-radius:16px;margin-top:20px;background-color:#f9f9f9;background-color:transparent;transition:border-color .2s cubic-bezier(.645,.045,.355,1);box-shadow:0 1px 2px #0001}.create-property-selectable-form-group.expanded{border-color:silver}.create-property-selectable-form-group:hover:not(.expanded){border-color:#4096ff}.create-property-selectable-form-group-handle{border-radius:16px;background-color:#0002;background-color:#f9f9f9;background-color:transparent;padding:8px 0;display:flex;justify-content:space-between;cursor:pointer}.create-property-selectable-form-group.expanded .create-property-selectable-form-group-handle{border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:0 1px 2px #0002}.create-property-selectable-form-group-handle-title{font-size:16px;font-weight:700;color:#333;margin-left:16px;flex:1}.create-property-selectable-form-group-handle-indicator{margin-right:16px;display:flex;align-items:center;gap:8px}.create-property-selectable-form-group-content{padding:20px}.create-property-selectable-form-group-content input+input{margin-top:10px}.create-property-selectable-form-group:not(.active) .create-property-selectable-form-group-content{display:none}.create-property-container .ant-form-item{font-size:16px;line-height:24px;font-weight:400;color:#333}.create-property-container .ant-form-item .ant-form-item-row,.create-property-container .ant-form-item .ant-form-item-row .ant-form-item-label,.create-property-container .ant-form-item .ant-form-item-row .ant-form-item-label label{font-size:inherit}.create-property-dual-key-modal .create-property-dual-key-modal-content{border-radius:24px}.create-property-dual-key-modal-inner-header{display:flex;align-items:center;gap:8px}.create-property-dual-key-modal-inner-header svg{fill:#ff4500;stroke:#fff}.create-property-dual-key-modal .create-property-dual-key-modal-inner-header>*{margin:0}.create-property-dual-key-modal-inner-body{display:grid;grid-template-columns:100%;gap:16px;font-weight:600;margin:20px 0 36px}.create-property-dual-key-modal .create-property-dual-key-modal-content .create-property-dual-key-modal-footer{display:grid;grid-template-columns:100%}.create-property-dual-key-modal-footer .ant-btn.ant-btn-primary,.create-property-dual-key-modal-footer .ant-btn.ant-btn-primary:hover{padding:15px 20px;background-color:#dc2626;color:#fff;font-size:16px;line-height:12px;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:background-color .3s ease;height:40px;display:grid;grid-template-columns:100%}.create-property-container .create-page-navigation-buttons .create-page-back-button{width:100%;max-width:300px;padding:15px 20px;background-color:#fff;color:#dc2626;font-size:16px;line-height:12px;font-weight:700;border:2px solid #DC2626;border-radius:50px;cursor:pointer;transition:background-color .3s ease,border .2s;height:40px}.create-property-container .create-page-next-button{width:100%;flex:1 1 0%;padding:15px 20px;background-color:#dc2626;color:#fff;font-size:16px;line-height:12px;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:background-color .3s ease,border .2s;height:40px}.create-property-container .form-item-required{color:#dc2626;margin-right:4px}.create-property-notice{margin:8px 0;padding:12px 16px;border-radius:24px;display:grid;grid-template-columns:auto max-content;gap:4px;align-items:center}.create-property-notice{background:#ffc080;border:2px solid #00000020}.create-property-notice.create-property-notice-mild{background:#f0f0d0;border:2px solid #00000020}.create-property-page .create-property-notice .ant-btn{padding:15px 20px;font-size:16px;line-height:12px;font-weight:400;border-style:solid;border-radius:50px;border-width:1px;transition:background-color .3s ease}.create-property-page .create-property-notice .ant-btn,.create-property-page .create-property-notice .ant-btn:hover{background-color:#fff;color:#dc2626;border-color:#dc2626}.edit-property-container{padding:20px;margin:0 auto;width:100%;min-height:100vh;background-color:#fff;display:flex;flex-direction:column}.edit-property-main-content-area{padding:15px 0;margin-bottom:20px;flex-grow:1;overflow-y:auto;height:calc(100vh - 350px)}.edit-property-section-title{font-size:20px;font-weight:700;color:#333;margin-bottom:10px}.edit-property-instruction-text{font-size:14px;line-height:20px;color:#888;margin-bottom:15px}.edit-property-form-group{margin-bottom:15px}.edit-property-form-group label,.edit-property-checkbox-section>label{display:block;font-size:14px;line-height:20px;font-weight:700;color:#333;margin-bottom:8px}.edit-property-full-width-input,.edit-property-textarea-field{width:100%!important;padding:12px 16px!important;border:1px solid #E0E0E0!important;border-radius:16px!important;font-size:16px!important;color:#333;background-color:#fff;box-sizing:border-box;font-family:Roboto,sans-serif!important;height:48px}.edit-property-full-width-input::-moz-placeholder,.edit-property-textarea-field::-moz-placeholder{color:#888}.edit-property-full-width-input::placeholder,.edit-property-textarea-field::placeholder{color:#888}.edit-property-subsection{margin-bottom:20px}.edit-property-subsection input+input{margin-top:10px}.edit-property-subsection-title{font-size:16px;font-weight:700;color:#333;margin-bottom:5px}.edit-property-form-group .ant-select{width:100%;height:48px;border-radius:16px}.edit-property-form-group .ant-select-selector{border:1px solid #E0E0E0!important;background-color:#fff!important;font-size:16px!important;line-height:24px!important;color:#333;padding:12px 16px!important}.edit-property-form-group .ant-select-selection-placeholder{color:#888}:has(.edit-property-form-group) .ant-select-dropdown{border-radius:8px}.edit-property-two-column-row,.edit-property-one-column-row{display:flex;gap:20px;margin-bottom:15px}.edit-property-two-column-row .edit-property-form-group,.edit-property-one-column-row .edit-property-form-group{flex:1;margin-bottom:0}.edit-property-two-column-row input,.edit-property-two-column-row select,.edit-property-one-column-row input,.edit-property-one-column-row select{width:100%;padding:12px 16px;border:1px solid #E0E0E0;border-radius:16px;font-size:16px;color:#333;background-color:#fff;box-sizing:border-box;height:48px}.edit-property-input-with-prefix{display:flex;align-items:center;border:1px solid #E0E0E0;border-radius:16px;background-color:#fff}.edit-property-input-with-prefix .edit-property-prefix{padding:12px 16px;font-size:16px;line-height:24px;color:#333;background-color:#f0f0f0;border-top-left-radius:16px;border-bottom-left-radius:16px}.edit-property-input-with-prefix .edit-property-prefix-end{padding:12px 16px;font-size:16px;line-height:24px;color:#333;background-color:#f0f0f0;border-top-right-radius:16px;border-bottom-right-radius:16px}.edit-property-input-with-prefix input{border:none;flex-grow:1;padding:12px 16px;border-radius:0 16px 16px 0;font-size:16px;color:#333;background-color:transparent;outline:none}.edit-property-input-with-prefix input:focus{outline:none}.edit-property-price-range-input .edit-property-input-with-prefix{width:100%}.edit-property-checkbox-section{margin-bottom:20px}.edit-property-two-column-checkbox-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.edit-property-one-column-checkbox-row{display:grid;grid-template-columns:1fr;gap:10px}.edit-property-checkbox-container{display:flex;align-items:center;font-size:16px;line-height:24px;color:#333;cursor:pointer}.edit-property-checkbox-valign-top{align-items:flex-start}.edit-property-checkbox-container input[type=checkbox]{width:20px;height:20px;margin-right:10px;border:1px solid #888888;border-radius:4px;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;flex-shrink:0;margin-top:2px}.edit-property-checkbox-container input[type=checkbox]:checked{background-color:#dc2626;border-color:#dc2626}.edit-property-checkbox-container input[type=checkbox]:checked:after{content:"✔";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px}.edit-property-checkbox-group{margin-top:20px}.edit-property-checkbox-group .edit-property-checkbox-container{margin-bottom:10px}.edit-property-subsection.for-sale-details,.edit-property-subsection.for-rent-details{border:1px solid #E0E0E0;border-radius:16px;padding:20px;margin-top:20px;background-color:#f9f9f9}.edit-property-textarea-field{min-height:100px;resize:vertical}.edit-property-link{color:#dc2626;text-decoration:none;font-weight:400}.edit-property-link:hover{text-decoration:underline}.edit-property-success-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px;background-color:#fff;border-radius:16px;flex-grow:1}.edit-property-go-to-property-button{width:100%;max-width:300px;padding:15px 20px;background-color:#dc2626;color:#fff;font-size:16px;line-height:12px;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:background-color .3s ease;margin-top:16px}.edit-property-go-to-property-button:hover{background-color:#d32525}.edit-property-upload-section{margin-bottom:20px}.edit-property-selectable-form-group{margin-bottom:20px;border:1px solid #E0E0E0;border-radius:16px;margin-top:20px;background-color:#f9f9f9;background-color:transparent;transition:border-color .2s cubic-bezier(.645,.045,.355,1);box-shadow:0 1px 2px #0001}.edit-property-selectable-form-group.active{border-color:silver}.edit-property-selectable-form-group:hover:not(.active){border-color:#4096ff}.edit-property-selectable-form-group-handle{border-radius:16px;background-color:#0002;background-color:#f9f9f9;background-color:transparent;padding:8px 0;display:flex;justify-content:space-between;cursor:pointer}.edit-property-selectable-form-group.active .edit-property-selectable-form-group-handle{border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:0 1px 2px #0002}.edit-property-selectable-form-group-handle-title{font-size:16px;font-weight:700;color:#333;margin-bottom:5px;margin-left:16px}.edit-property-selectable-form-group-handle-indicator{margin-right:16px;display:flex;align-items:center;gap:8px}.edit-property-selectable-form-group-content{padding:20px}.edit-property-selectable-form-group-content input+input{margin-top:10px}.edit-property-selectable-form-group:not(.active) .edit-property-selectable-form-group-content{display:none}.edit-property-dual-key-modal .edit-property-dual-key-modal-content{border-radius:24px}.edit-property-dual-key-modal-inner-header{display:flex;align-items:center;gap:8px}.edit-property-dual-key-modal-inner-header svg{fill:#ff4500;stroke:#fff}.edit-property-dual-key-modal .edit-property-dual-key-modal-inner-header>*{margin:0}.edit-property-dual-key-modal-inner-body{display:grid;grid-template-columns:100%;gap:16px;font-weight:600;margin:20px 0 36px}.edit-property-dual-key-modal .edit-property-dual-key-modal-content .edit-property-dual-key-modal-footer{display:grid;grid-template-columns:100%}.edit-property-dual-key-modal-footer .ant-btn.ant-btn-primary,.edit-property-dual-key-modal-footer .ant-btn.ant-btn-primary:hover{padding:15px 20px;background-color:#dc2626;color:#fff;font-size:16px;line-height:12px;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:background-color .3s ease;height:40px;display:grid;grid-template-columns:100%}.slp-search-listing-page{background-color:#f3f4f6;min-height:100vh;padding:16px;font-family:Roboto,sans-serif;display:flex;flex-direction:column}.slp-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.slp-back-button,.slp-filter-button,.slp-sort-button,.slp-search-button,.slp-bookmark-filter-button{background-color:#fff;padding:8px;border-radius:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;border:none}.slp-back-button:hover,.slp-filter-button:hover,.slp-filter-button.hover,.slp-sort-button:hover{background-color:#0000000d}.slp-sort-button.no-hover:hover,.slp-filter-button.no-hover:hover{background-color:#fff}.slp-sort-button .ant-space-item{display:flex;align-items:center}.slp-back-button.no-hover:hover{background-color:#fff}.slp-search-input-container{flex-grow:1;display:flex;align-items:center;background-color:#fff;border-radius:15px;padding:10px 16px;gap:8px}.slp-search-input{border:none;outline:none;flex-grow:1;font-size:16px;color:#333;background:transparent;width:100%}.slp-search-input::-moz-placeholder{color:#888}.slp-search-input::placeholder{color:#888}.slp-toggle-buttons-row{display:flex;margin-bottom:16px;gap:12px}.slp-toggle-buttons{flex:1;display:flex;background-color:#fff;border-radius:24px;padding:4px;box-shadow:0 2px 4px #0000000d}.slp-toggle-button{flex:1;padding:10px 0;border:none;background-color:transparent;font-size:16px;font-weight:400;color:#888;border-radius:20px;cursor:pointer;transition:background-color .3s,color .3s}.slp-toggle-button.active{background-color:#210909;color:#fff;font-weight:700}.slp-bookmark-filter-button{margin-top:4px;margin-bottom:4px;color:#888}.slp-bookmark-filter-button.active{border-color:#dc2626;background-color:#dc2626;color:#fff}.slp-view-map-container{position:relative;width:100%;height:120px;border-radius:16px;overflow:hidden;margin-bottom:16px;box-shadow:0 2px 4px #0000000d}.slp-view-map-button{position:absolute;top:16px;left:16px;background-color:#fff;border:none;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:400;color:#333;cursor:pointer;z-index:1;box-shadow:0 2px 4px #0000001a}.slp-map-preview{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px}.slp-property-offering-list{display:flex;flex-direction:column;gap:16px}.slp-search-suggestions{display:flex;flex-direction:column;gap:5px}.slp-search-option{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #E0E0E0;cursor:pointer}.slp-search-option:last-of-type{border-bottom:none}.slp-search-option span{font-size:16px;color:#333}.slp-searched-history{margin-top:10px;display:flex;justify-content:space-between;margin-bottom:10px}.slp-history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.slp-history-header h3{font-size:14px;font-weight:400;color:#333;margin:0}.slp-clear-all-button{font-size:14px;line-height:20px;font-weight:400;color:#888;background:transparent!important}.slp-clear-all-button:hover{background-color:#4b5563;color:#fff}.slp-history-item{display:flex;justify-content:space-between;align-items:center;padding:12px 10px}.slp-history-item span{flex-grow:1;font-size:14px;color:#333;line-height:20px}.slp-view-button{color:#333;border:1px solid #4b5563;border-radius:16px;padding:8px 12px;font-size:14px;font-weight:400;cursor:pointer;margin-left:16px}.slp-sort-header-row{display:flex;justify-content:space-between;align-items:center;margin-top:16px;margin-bottom:16px}.slp-sort-by-label{font-size:16px;font-weight:700;color:#333}.slp-clear-all-sort-button{background-color:transparent;border:1px solid #E0E0E0;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:400;color:#888;cursor:pointer;transition:background-color .3s,color .3s}.slp-clear-all-sort-button:hover{background-color:#f0f0f0}.slp-sort-options-block{background-color:#f0f0f0;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:20px}.slp-sort-section{display:flex;flex-direction:column;gap:12px}.slp-sort-section-title{font-size:16px;font-weight:700;color:#333;margin-bottom:8px}.slp-property-offering-list-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.5vh;margin:10vh}.slp-property-offering-list-empty>:last-child{height:5vh}.slp-property-offering-list-empty-icon-container{display:flex;align-items:center;justify-content:center;width:100px;height:100px;border-radius:999px;background-color:#d3d3d3}.slp-property-offering-list-empty-icon-container>*{display:block}.slp-search-overlay>*:not(:nth-child(1)){margin-top:16px}.slp-search-overlay a{text-decoration:none;display:flex;padding:12px;gap:8px}.slp-search-overlay a svg{color:#888}.slp-search-overlay a .ant-typography{margin:0}.property-offering-card{background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 8px #0000001a;font-family:Roboto,sans-serif}.property-offering-card-image-container{position:relative;width:100%;height:200px}.property-offering-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.property-offering-card-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:space-between;align-items:flex-start;padding:12px;gap:12px}.property-offering-card-location-tag{background-color:#00000080;color:#fff;padding:6px 10px;border-radius:16px;font-size:12px;align-items:center;white-space:nowrap;display:inline-flex;gap:4px}.property-offering-card-location-tag span{display:inline-block;overflow:hidden;text-overflow:ellipsis;max-width:30vw}.property-offering-card-id-tag{background-color:#d32525;color:#fff;padding:6px 10px;border-radius:16px;font-size:12px;font-weight:700;overflow:hidden;text-overflow:ellipsis;max-width:30vw}.property-offering-card-details{padding:16px}.property-offering-card-title-row{display:flex;justify-content:space-between;align-items:center;gap:5px}.property-offering-card-description{margin-top:8px}.property-offering-card-tags,.property-offering-card-features,.property-offering-card-available-date{margin-top:12px}.property-offering-card-requirements,.property-offering-card-price{margin-top:8px}.property-offering-card-contact-info{margin-top:12px}.property-offering-card-title.ant-typography{margin:0;font-size:18px;font-weight:400;color:#333;line-height:28px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.property-offering-card-rating{display:flex;align-items:center;gap:8px;min-width:150px;justify-content:right}.property-offering-card-bookmark-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#888}.property-offering-card-bookmark-button:hover{opacity:.7}.property-offering-card-bookmark-button.active svg{color:#dc2626;fill:#dc2626}.property-offering-card-ant-rate-custom{font-size:14px;line-height:1}.property-offering-card-ant-rate .ant-rate-star:not(:last-child){margin-inline-end:3px}.property-offering-card-ant-rate-custom .ant-rate-star-full .ant-rate-star-second,.property-offering-card-ant-rate-custom .ant-rate-star-half .ant-rate-star-first{color:#fecf33!important}.property-offering-card-ant-rate-custom .ant-rate-star-zero .ant-rate-star-second{color:#bdbdbd!important}.property-offering-card-description{font-size:14px;color:#888;line-height:16px;margin-bottom:16px}.property-offering-card-tags{display:flex;flex-wrap:wrap;gap:8px}.property-offering-card-tag{padding:6px 10px;border-radius:16px;font-size:12px;font-weight:400}.property-offering-card-features{display:flex;gap:16px}.property-offering-card-feature-item{display:flex;align-items:center;gap:6px;font-size:14px;color:#333}.property-offering-card-available-date,.property-offering-card-requirements,.property-offering-card-remark{font-size:14px;color:#333;display:flex;align-items:center;gap:6px}.property-offering-card-available-date{margin-bottom:5px}.property-offering-card-available-date-now{color:#333}.property-offering-card-available-date-later{color:#a0a0a0}.property-offering-card-icon-hash,.property-offering-card-icon-quote{font-weight:700;color:#888}.property-offering-card-price{font-size:24px;font-weight:700;color:#d32525}.property-offering-card-price-currency{font-size:16px;font-weight:400;margin-right:4px}.property-offering-card-price-suffix{font-size:14px;font-weight:400;color:#888}.property-offering-card-contact-info{display:flex;align-items:center;gap:12px;padding:12px;background-color:#f0f0f0;border-radius:24px}.property-offering-card-contact-avatar{width:48px;height:48px;border-radius:9999px;background-color:#fff;display:flex;align-items:center;justify-content:center;color:#dc2626;font-weight:700;font-size:18px;line-height:28px;overflow:hidden}.property-offering-card-contact-avatar-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:9999px}.property-offering-card-contact-initials{font-size:18px;font-weight:700;color:#dc2626;text-align:center;line-height:48px}.property-offering-card-contact-text{display:flex;flex-direction:column}.property-offering-card-contact-label{font-size:12px;color:#888}.property-offering-card-contact-name{font-size:16px;font-weight:700;color:#333}.property-offering-card-contact-button{background-color:#28a745;color:#fff;border:none;border-radius:24px;padding:10px 16px;display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .2s;margin-left:auto}.property-offering-card-contact-button:hover{background-color:#218838}.property-offering-card-compact{border-radius:32px;box-shadow:0 1px 2px #0002}.property-offering-card-compact .ant-card-body{padding:16px;display:grid;gap:16px}.property-offering-card-compact .ant-card-body:before{content:none}.property-offering-card-compact .ant-card-body:after{content:none}.property-offering-card-compact .property-offering-card-tags{margin-top:0;margin-bottom:0}.property-offering-card-compact .property-offering-card-features{margin-top:12px;margin-bottom:0}.property-offering-card-compact .property-offering-card-available-date{margin-top:8px;margin-bottom:0}.property-offering-card-compact .property-offering-card-price{margin-top:4px;margin-bottom:0}.property-offering-card-compact .property-offering-card-contact-info{margin-top:8px;margin-bottom:0}.property-offering-card-compact-header{display:grid;grid-template-columns:120px auto;gap:20px;height:120px}.property-offering-card-compact-header-image{overflow:hidden}.property-offering-card-compact-header-image img{border-radius:24px}.property-offering-card-compact-header-details{height:100%;overflow:hidden;position:relative;display:grid;grid-template-rows:minmax(auto,max-content) max-content;gap:0px}.property-offering-card-compact-header-details .ant-typography{margin-bottom:0}.property-offering-card-compact-header-details>:nth-child(1){line-height:1.5em;overflow:hidden}.property-offering-card-compact-header .ant-rate{margin-top:8px}.property-offering-card-compact-details{padding:0 4px}.fo-filter-overlay{top:0;right:0;bottom:0;left:0;z-index:50;display:flex;flex-direction:column;font-family:-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"}.fo-filter-overlay input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.fo-filter-header{display:flex;align-items:center;justify-content:space-between;padding:10px 5px;background-color:#f3f4f6}.fo-filter-footer{position:sticky;bottom:0;z-index:10;display:flex;gap:12px;align-items:center;justify-content:space-between;padding:10px 5px;background-color:#f3f4f6}.fo-clear-all-button,.fo-apply-button{padding:15px 20px;font-size:16px;line-height:12px;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:background-color .3s ease}.fo-apply-button{background-color:#dc2626;color:#fff;flex:1}.fo-apply-button:hover{background-color:#e66767}.fo-clear-all-button{flex:1}.fo-filter-content{flex:1;overflow-y:auto;padding:5px;display:flex;flex-direction:column;gap:16px}.fo-collapse-container.ant-collapse{background-color:transparent;border:none}.fo-collapse-container .ant-collapse-item{background-color:#fff;border-radius:16px;margin-bottom:16px;border:none!important;overflow:hidden}.fo-collapse-container .ant-collapse-item:first-of-type,.fo-collapse-container .ant-collapse-item:last-of-type{border-radius:16px}.fo-collapse-container .ant-collapse-header{padding:16px;display:flex;align-items:center;justify-content:space-between;font-size:16px;line-height:24px;font-weight:700;color:#333;border-bottom:none!important}.fo-collapse-container .ant-collapse-header .ant-collapse-arrow{right:16px;transform:rotate(90deg);transition:transform .2s}.fo-collapse-container .ant-collapse-item-active .ant-collapse-header .ant-collapse-arrow{transform:rotate(-180deg)}.fo-collapse-container .ant-collapse-content{border-top:1px solid #E0E0E0;margin:0 16px;padding:16px 0}.fo-collapse-container .ant-collapse-content-box{padding:0}.fo-section-header-content{display:flex;align-items:center;justify-content:space-between;width:100%}.fo-section-title{font-size:16px;line-height:24px;font-weight:700;color:#333;flex-grow:1}.fo-range-slider.ant-slider{margin:16px 0 24px}.fo-range-slider.ant-slider .ant-slider-track{background-color:#dc2626}.fo-range-slider.ant-slider .ant-slider-handle{border-color:#dc2626;background-color:#fff;box-shadow:0 0 0 2px #dc2626;border-radius:50%}.fo-range-slider.ant-slider .ant-slider-handle:after{box-shadow:none}.fo-price-inputs,.fo-builtup-inputs{display:flex;justify-content:space-between;gap:16px}.fo-price-input.ant-input,.fo-builtup-input.ant-input{width:100%;padding:8px;border-radius:8px;border:1px solid #E0E0E0;color:#333;font-size:16px;line-height:24px;font-weight:400;background-color:#fff;text-align:center}.fo-button-group.ant-radio-group{display:flex;flex-wrap:wrap;gap:8px}.fo-button-group.ant-checkbox-group{gap:6px}.fo-button-group.ant-checkbox-group .ant-checkbox-wrapper{border-radius:9999px;border:1px solid #E0E0E0;background-color:#fff;color:#333;font-size:14px;line-height:24px;font-weight:400;padding:8px;height:auto;box-shadow:none;margin-left:0!important}.fo-button-group.ant-checkbox-group .ant-checkbox-wrapper .ant-checkbox{display:none}.fo-button-group.ant-checkbox-group .ant-checkbox-wrapper-checked{background-color:#dc2626;border-color:#dc2626;color:#fff}.fo-button-group.ant-checkbox-group .ant-checkbox-wrapper-checked:hover{color:#fff}.fo-button-group.ant-checkbox-group .ant-checkbox-wrapper-checked:active{color:#fff;border-color:#dc2626}.fo-checkbox-grid.ant-checkbox-group{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.fo-checkbox-grid .ant-checkbox-wrapper{display:flex;align-items:center;font-size:16px;line-height:24px;font-weight:400;color:#333;margin-left:0!important}.fo-checkbox-grid .ant-checkbox-inner{border-radius:4px;border:1px solid #E0E0E0}.fo-checkbox-grid .ant-checkbox-checked .ant-checkbox-inner{background-color:#dc2626;border-color:#dc2626}.fo-checkbox-grid .ant-checkbox-checked .ant-checkbox-inner:after{border-color:#fff}.fo-subsection{margin-bottom:16px;padding-top:16px;border-top:1px solid #F0F0F0}.fo-subsection:first-of-type{padding-top:0;border-top:none}.fo-subsection-title{font-size:16px;line-height:24px;font-weight:700;color:#333;margin-bottom:8px}.fo-apply-button-container{padding:16px;border-top:1px solid #E0E0E0;background-color:#fff}.fo-apply-button.ant-btn-primary{width:100%;background-color:#dc2626;color:#fff;padding:12px 0;border-radius:9999px;font-size:16px;line-height:24px;font-weight:700;border:none;height:auto}.fo-apply-button.ant-btn-primary:hover{background-color:#dc2626;color:#fff}.ant-badge-count{background-color:#888!important;color:#fff!important;font-size:12px!important;height:20px!important;min-width:20px!important;padding:0 6px!important;border-radius:10px!important;line-height:20px!important;box-shadow:none!important}.ant-badge-count.ant-badge-count-sm{font-size:10px!important;height:16px!important;min-width:16px!important;padding:0 4px!important;border-radius:8px!important;line-height:16px!important}.ant-badge-multiple-words{padding:0 8px!important}.fo-distrib-subsection{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px}.fo-distrib-subsection>*{flex:1}.fo-distrib-subsection .ant-radio-button{border-radius:24px}.fo-distrib-subsection.distrib-1-3>*{flex:0}.fo-distrib-subsection.distrib-1-3>:nth-child(1){flex:1}.fo-distrib-subsection.distrib-1-3>:nth-child(2){flex:3}.fo-responsive-grid{display:grid}@media (max-width: 800px){.fo-responsive-grid{gap:0%;grid-template-columns:100%}}@media (min-width: 800px){.fo-responsive-grid{gap:6%;grid-template-columns:47% 47%}}.ant-space-compact .ant-btn{border-radius:24px}.ant-space-compact .ant-input[value="0"]{color:#0002}.so-overlay{width:100%;height:100%;z-index:1000;display:flex;flex-direction:column;font-family:-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";padding:10px 5px}.so-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.so-clear-all-button{border:none;border-radius:16px;padding:6px 12px;font-size:14px;font-weight:400;cursor:pointer;background-color:#fff;padding-left:10px!important;padding-right:10px!important}.so-clear-all-button:hover{background-color:#4b5563;color:#fff}.so-sort-options-block{background-color:#fff;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:20px}.so-sort-section{display:flex;flex-direction:column;gap:8px}.so-sort-section+.so-sort-section{margin-top:16px}.so-sort-section-title{font-size:16px;font-weight:700;color:#333}.ant-radio-wrapper{font-size:16px;color:#333;font-weight:400;line-height:24px}.ant-radio-inner{border-color:#888}.ant-radio-checked .ant-radio-inner{border-color:#dc2626;background-color:#dc2626}.ant-radio-checked .ant-radio-inner:after{background-color:#fff}.search-listing-detail-page-container{background-color:#f0f0f0;min-height:100vh;display:flex;flex-direction:column;font-family:Roboto,sans-serif}.top-navigation-bar{display:flex;align-items:center;justify-content:space-between;padding:16px;background-color:#fff;border-bottom:1px solid #E0E0E0;position:sticky;top:0;z-index:1000;height:auto;line-height:normal}.top-navigation-bar .ant-btn{min-width:unset;padding:0 8px;height:auto}.top-navigation-bar .search-input-field{flex-grow:1;margin:0 16px;border-radius:8px;border-color:#e0e0e0;background-color:#fff}.top-navigation-bar .search-input-field .ant-input-prefix .anticon{color:#888}.top-navigation-bar .search-input-field .ant-input{font-size:16px;line-height:24px;color:#333}.image-carousel-container .property-image{width:100%;height:250px;-o-object-fit:cover;object-fit:cover;display:block}.image-carousel-container .image-overlay-icons{position:absolute;top:16px;right:16px;display:flex;gap:8px}.image-carousel-container .overlay-icon{background-color:#0009;color:#fff;border-radius:50%;padding:8px;font-size:20px;display:flex;align-items:center;justify-content:center}.property-info-block,.location-nearby-block,.amenities-block,.facilities-block,.property-manager-contact-block,.recommendations-block{background-color:#fff;padding:16px;margin-bottom:16px;border-radius:16px}:where(.css-dev-only-do-not-override-1m63z2v).ant-typography+h1.ant-typography,:where(.css-dev-only-do-not-override-1m63z2v).ant-typography+h2.ant-typography,:where(.css-dev-only-do-not-override-1m63z2v).ant-typography+h3.ant-typography,:where(.css-dev-only-do-not-override-1m63z2v).ant-typography+h4.ant-typography,:where(.css-dev-only-do-not-override-1m63z2v).ant-typography+h5.ant-typography{margin-top:0}.search-listing-property-offering-detail-page-container{background-color:#f0f0f0;min-height:100vh;display:flex;flex-direction:column;font-family:Roboto,sans-serif}.main-content{flex-grow:1;padding:16px 16px 80px}.image-carousel-container{position:relative;margin-bottom:16px;border-radius:16px;overflow:hidden}.image-carousel-container .ant-carousel .slick-dots{bottom:16px}.image-carousel-container .ant-carousel .slick-dots li button{background-color:#fff}.image-carousel-container .ant-carousel .slick-dots li.slick-active button{background-color:#dc2626}.image-carousel-container .image-carousel-item{width:100%;height:250px}.image-carousel-container .image-carousel-item>*{height:100%;display:block}.image-carousel-container .image-carousel-item img{height:100%;-o-object-fit:cover;object-fit:cover;display:block}.image-carousel-container .image-overlay-tag{position:absolute;top:16px;left:16px;background-color:#0009;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px}.image-carousel-container .image-overlay-icons{position:absolute;top:16px;right:16px;display:flex;gap:8px;cursor:pointer}.image-carousel-container .image-overlay-icon{background-color:#0009;color:#fff;border-radius:50%;padding:8px;font-size:20px;display:flex;align-items:center;justify-content:center}.image-carousel-container .image-overlay-icon[title=Bookmark].active{border-color:#dc2626;background-color:#dc2626;color:#fff}.property-info-block,.location-nearby-block,.amenities-block,.facilities-block,.property-manager-contact-block,.recommendations-block{background-color:#fff;padding:16px;margin-bottom:16px;border-radius:16px;position:relative}.property-info-block .property-title{font-size:24px;line-height:32px;font-weight:700;color:#333;margin-bottom:8px}.property-info-block .property-rating .ant-rate-star-full .anticon-star,.property-manager-contact-block .manager-rating .ant-rate-star-full .anticon-star{color:#dc2626}.manager-rating{font-size:14px}.property-info-block .property-address,.property-info-block .property-price{font-size:16px;line-height:24px;color:#333;margin-bottom:8px;display:flex;align-items:center}.property-info-block .property-price{font-weight:700}.property-info-block .property-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.property-info-block .custom-tag{padding:6px 10px;border-radius:16px;font-size:12px;font-weight:400}.property-info-block .custom-tag.for-rent{background-color:#e6ffe6;color:#28a745}.property-info-block .custom-tag.unit{background-color:#fff8e6;color:#ffc107}.property-info-block .custom-tag.partially-furnished,.property-info-block .custom-tag.for-sale{background-color:#e6f7ff;color:#007bff}.property-info-block .custom-tag.condo{background-color:#fff8e6;color:#ffc107}.property-info-block .custom-tag.fully-furnished{background-color:#e6ffe6;color:#28a745}.property-info-block .custom-tag.unfurnished{background-color:#f3e6ff;color:#8a2be2}.property-info-block .custom-tag.freehold{background-color:#fffde7;color:gold}.property-info-block .custom-tag.leasehold{background-color:#ffe6e6;color:#dc3545}.property-info-block .custom-tag.vacant{background-color:#f0f0f0;color:#6c757d}.property-info-block .custom-tag.occupied{background-color:#fff3cd;color:#fd7e14}.property-info-block .custom-tag.with-pm-service{background-color:#ffe6e6;color:#dc3545}.property-info-block .property-details-grid .detail-item{display:flex;align-items:center;font-size:16px;line-height:24px;color:#333;margin-bottom:8px}.property-info-block .property-details-grid .detail-item svg{margin-right:8px}.section-title{font-size:20px;font-weight:700;color:#333;margin-bottom:16px}.location-nearby-block .filter-tabs{display:flex;gap:8px;margin-bottom:16px;overflow-x:auto;padding-bottom:8px}.location-nearby-block .filter-tab{border-radius:16px;border:1px solid #E0E0E0;color:#333;background-color:#fff;padding:4px 12px;font-size:14px;line-height:20px;white-space:nowrap}.location-nearby-block .filter-tab.active{background-color:#dc2626;color:#fff;border-color:#dc2626}.location-nearby-block .map-display-area{width:100%;height:200px;background-color:#f0f0f0;border-radius:8px;overflow:hidden;margin-bottom:16px}.location-nearby-block .map-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.location-nearby-block .nearby-locations-list .location-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #E0E0E0;font-size:16px;line-height:24px;color:#333}.location-nearby-block .nearby-locations-list .location-item:last-child{border-bottom:none}.location-nearby-block .nearby-locations-list .location-left{display:flex;align-items:center}.location-nearby-block .nearby-locations-list .location-right span{margin-left:8px;color:#888}.location-nearby-block .see-more-button{width:100%;border-radius:8px;border:1px solid #E0E0E0;color:#333;background-color:#fff;margin-top:16px;font-size:16px;line-height:24px}.amenities-block .amenity-item,.facilities-block .facility-item{display:flex;align-items:center;font-size:16px;line-height:24px;color:#333}.amenities-block .amenity-item svg,.facilities-block .facility-item svg{margin-right:8px}.property-manager-contact-block{display:flex;align-items:center;gap:16px}.property-manager-contact-block .manager-profile-pic{background-color:#f0f0f0!important;flex-shrink:0;width:48px;height:48px;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#dc2626;font-weight:700;font-size:18px;line-height:28px;overflow:hidden}.manager-profile-pic .manager-initials{font-size:18px;font-weight:700;color:#dc2626;text-align:center;line-height:48px}.property-manager-contact-block .manager-details{flex-grow:1}.property-manager-contact-block .manager-label{font-size:14px;line-height:20px;color:#888;margin-bottom:4px}.property-manager-contact-block .manager-name{font-size:16px;line-height:24px;font-weight:700;color:#333;margin-bottom:4px}.property-manager-contact-block .manager-company{font-size:14px;line-height:20px;color:#333;margin-bottom:0}.property-manager-contact-block .contact-manager-button{background-color:#dc2626;border-color:#dc2626;border-radius:24px;font-weight:700;font-size:16px;line-height:24px;padding:8px 16px;height:auto}.property-manager-contact-block .contact-manager-button .anticon{margin-right:8px}.recommendations-block .recommendations-carousel{display:flex;overflow-x:auto;gap:16px;padding-bottom:8px}.recommendations-block .recommendation-card{min-width:250px;border-radius:16px;overflow:hidden;box-shadow:none;border:1px solid #E0E0E0}.recommendations-block .recommendation-image{width:100%;height:150px;-o-object-fit:cover;object-fit:cover;display:block}.recommendations-block .recommendation-content{padding:12px}.recommendations-block .recommendation-title{font-size:16px;font-weight:700;color:#333;margin-bottom:4px}.recommendations-block .recommendation-address,.recommendations-block .recommendation-specs,.recommendations-block .recommendation-price{font-size:14px;line-height:20px;color:#333;margin-bottom:4px}.recommendations-block .recommendation-price{font-weight:700}.recommendations-block .recommendation-tags{margin-top:8px}.recommendations-block .recommendation-tags .custom-tag{background-color:#f0f0f0;color:#333;border:none;border-radius:16px;padding:2px 8px;margin-right:4px;font-size:12px}.sticky-footer-action-bar{position:sticky;bottom:0;width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px;background-color:#fff;border-top:1px solid #E0E0E0;z-index:1000;height:auto;line-height:normal}.sticky-footer-action-bar .footer-left{display:flex;align-items:center;gap:12px}.sticky-footer-action-bar .footer-profile-pic{background-color:#f0f0f0!important;flex-shrink:0;width:48px;height:48px;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#dc2626;font-weight:700;font-size:18px;line-height:28px;overflow:hidden}.footer-profile-pic .footer-initials{font-size:18px;font-weight:700;color:#dc2626;text-align:center;line-height:48px}.sticky-footer-action-bar .footer-manager-label{font-size:12px;line-height:16px;color:#888;margin-bottom:2px}.sticky-footer-action-bar .footer-manager-name{font-size:14px;line-height:20px;font-weight:700;color:#333;margin-bottom:0}.sticky-footer-action-bar .footer-contact-button{background-color:#dc2626;border-color:#dc2626;border-radius:24px;font-weight:700;font-size:16px;line-height:24px;padding:8px 16px;height:auto}.sticky-footer-action-bar .footer-contact-button .anticon{margin-right:8px}.search-listing-property-offering-detail-page-container .sample-data-disclaimer{color:#0004;font-style:italic;font-family:sans-serif;position:absolute;right:16px}.search-listing-property-offering-detail-page-container .tab-navigator{margin:0 0 20px}.key-pickup-card{background-color:#fff;border:2px solid #E0E0E0;border-radius:32px;margin-bottom:24px}.key-pickup-card .ant-card-body{display:flex;align-content:space-between;padding:24px}.key-card-avatar-column{text-align:right;margin-right:16px}.key-card-body{flex:1}.key-card-header{display:flex;align-items:center}.key-card-avatar{background-color:#fff;border:2px solid grey;color:#dc2626;font-weight:700;margin-top:7px}.key-card-details{display:flex;flex-direction:column;margin:4px 0 0}.key-card-role{font-size:14px;line-height:20px;color:#888}.key-card-name.ant-typography{font-weight:700;font-size:18px;margin:0}.key-card-contact{display:flex;align-items:center;margin-top:14px;margin-bottom:14px}.key-card-contact svg{margin-right:8px;color:#888}.key-card-contact-text{font-size:16px;line-height:24px}.key-card-footer{display:flex;align-items:center;margin-top:16px}.property-key-pickup-form .property-key-pickup-form-input .ant-input,.property-key-pickup-form .property-key-pickup-form-input,.property-key-pickup-form .property-key-pickup-form-input .ant-input-textarea,.property-key-pickup-form .property-key-pickup-form-input .ant-select-selector,.property-key-pickup-form .property-key-pickup-form-input .ant-picker{border-radius:16px!important;width:100%}.property-key-pickup-content{width:100%;height:100%;display:flex;flex-direction:column;background-color:#fff;border-radius:24px}.property-key-pickup-content .tab-bar-wrapper{padding:10px 0;overflow-x:scroll;display:flex}.property-key-pickup-content .tab-bar{flex:1;border-bottom:1px solid #E0E0E0;padding:0 24px;display:grid;grid-template-columns:1fr 1fr}.property-key-pickup-content .tab-bar-wrapper{scrollbar-width:none;-ms-overflow-style:none}.property-key-pickup-content .tab-bar-wrapper::-webkit-scrollbar{display:none}.property-key-pickup-content .tab-bar-button{padding:16px 20px;font-family:Roboto,sans-serif;font-size:14px;line-height:20px;font-weight:400;color:#888;background:none;transition:all .3s ease;border:none;border-radius:0;border-bottom:3px solid transparent;box-shadow:none}.property-key-pickup-content .tab-bar-button.active,.property-key-pickup-content .tab-bar-button.active.ant-btn:hover{color:#d32525;border-bottom-color:#d32525;font-weight:700}.property-key-pickup-content .tab-bar-button.ant-btn:hover{color:#888;border-color:#888}.property-key-pickup-add-button-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}.property-key-pickup-add-button,.property-key-pickup-add-button:hover,.property-key-pickup-add-button:focus,.property-key-pickup-add-button:active{background-color:#dc2626!important;color:#fff!important;border:1px solid #dc2626!important;box-shadow:none!important;display:flex;align-items:center;gap:4px;size:20px;padding:20px;border-radius:16px;font-size:14px;font-weight:700;width:90%;margin:0 16px 20px}.property-key-pickup-pickup-button{background-color:#dc2626!important;color:#fff!important;border:1px solid #dc2626!important;box-shadow:none!important;border-radius:16px;size:20px;height:45px}.property-key-pickup-title{font-size:16px;font-weight:800;color:#333;margin-bottom:16px}.property-key-pickup-tab-content{flex:1;overflow:hidden;padding:10px 20px 20px;min-height:200px;position:relative;display:flex;flex-direction:column}.property-key-pickup-tab-content .create-page-form .ant-form-item:not(:last-child){margin-bottom:16px}.property-key-tab-content-alone{padding-top:16px}.property-key-pickup-key-list{padding:16px;display:grid;gap:16px}.property-key-pickup-key-card{border-radius:24px}.property-key-pickup-key-card .ant-card-body{padding:24px}.property-key-pickup-bottom-button{display:flex;gap:20px;padding:15px 25px;position:sticky;bottom:0;left:0;right:0;z-index:100}.property-key-pickup-bottom-button>*{flex:1;width:100%;height:48px;border-radius:16px;font-size:16px}.property-key-pickup-bottom-button .ant-btn-default,.property-key-pickup-bottom-button .ant-btn-default.ant-btn-color-default:hover{background-color:#fff;color:#000;border:1px solid grey}.property-key-pickup-bottom-button .ant-btn-primary,.property-key-pickup-bottom-button .ant-btn-primary.ant-btn-color-primary:hover{background-color:#dc2626;color:#fff;border:1px solid #dc2626;font-size:14px;font-weight:700}.key-card-row{font-size:14px;line-height:20px;color:#333;margin-top:10px;min-width:160px;display:flex;gap:8px}.key-card-label{min-width:120px;text-align:left}.key-card-value{flex:1}.property-key-pickup-key-card{border-radius:16px;margin-bottom:16px;padding:16px;box-shadow:none;border:1px solid #cdcdcd}.property-key-pickup-key-card .ant-card-body{padding:0!important}.key-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:8px}.key-card-title{font-size:16px;line-height:24px;font-weight:700;color:#333;margin:0}.key-card-tag.history{border-radius:12px;padding:1px 10px;font-size:12px;line-height:16px;font-weight:400;color:#2d2828;background-color:#f0f0f0;border:1px solid #cdcdcd}.key-card-tag.active{border-radius:12px;padding:1px 10px;font-size:12px;line-height:16px;font-weight:400;color:#f73a3a;background-color:#ffecec;border:1px solid #f73a3a}.key-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.property-key-pickup-content .key-card-return-button,.property-key-pickup-content .key-card-return-button:hover{background-color:#dc2626!important;color:#fff!important;display:flex;align-items:center;gap:4px;size:20px;padding:20px;border-radius:16px;font-size:14px;font-weight:700}.property-key-pickup-content .view-page-action-row{display:flex;align-items:center;justify-content:center;padding:4px 16px;gap:8px}.property-key-pickup-content .view-page-action-row-button{background-color:#dc2626!important;color:#fff!important;border:1px solid #dc2626!important;box-shadow:none!important;border-radius:16px;size:20px;height:45px;font-weight:700;width:100%}.property-key-pickup-empty{margin:40px 0;text-align:center}.upload-section{margin-bottom:20px;display:flex;justify-content:center}.image-uploader .ant-upload.ant-upload-select-picture-card{width:100%;height:200px;border:2px dashed #E0E0E0;border-radius:16px;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.upload-placeholder{display:flex;flex-direction:column;align-items:center;text-align:center}.upload-placeholder p{margin-top:10px;font-size:16px;line-height:24px;color:#333}.upload-placeholder .browse-link{font-size:14px;line-height:20px;color:#888;text-decoration:underline;margin-top:5px}.textarea-container{position:relative}.custom-textarea.ant-input{padding-left:40px;min-height:100px}.textarea-icon{position:absolute;left:12px;top:12px;z-index:1}.save-button{width:100%;height:50px;border-radius:25px;background-color:#dc2626;font-size:16px;font-weight:700;color:#fff;border:none;margin-top:20px}.save-button:hover{background-color:#dc2626;opacity:.9}.create-task-page-container .ant-form-item-label{margin-bottom:5px!important;display:block}.appointment-items,.appointment-row{display:flex;gap:8px;align-items:center}.appointment-add-button{border-radius:16px;padding:0 14px;height:50px;width:60px;display:inline-flex;align-items:center;justify-content:center}.appointment-add-button,.appointment-add-button:hover,.appointment-add-button:active,.appointment-add-button:focus,.appointment-add-button:focus-visible{background:transparent!important;color:inherit!important;box-shadow:none!important;border:1px solid #E0E0E0!important;outline:none!important}.appointment-list{margin-top:12px;display:flex;flex-direction:column;gap:8px}.appointment-item{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #eee;padding:8px 12px;border-radius:16px}.appointment-left{display:flex;gap:8px;align-items:center}.appointment-icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#ef4444;font-size:14px}.appointment-text{color:#111827;font-size:14px;font-weight:450}.task-detail-page{background-color:#f0f0f0}.task-detail-page-layout{display:flex;flex-direction:column;min-height:100vh;font-family:Roboto,sans-serif;padding:0 6vw;box-sizing:border-box}.status-tag{border-radius:999px;padding:2px 8px;font-size:12px;margin-bottom:16px}.status-tag-pending{background-color:#acd6f2;color:#1f2690;border-color:#acd6f2}.status-tag-assigned{background-color:#f8cf7e;color:#bf6c0dd5;border-color:#f8cf7e}.status-tag-completed{background-color:#dafa9c;border-color:#dafa9c;color:#6e9626}.status-tag-cancelled{background-color:#ff7070;border-color:#ff7070;color:#821310e6}.status-tag-rescheduled{background-color:#dcc3ff;border-color:#dcc3ff;color:#5b31cb}.status-tag-paid{background-color:#dafa9c;border-color:#dafa9c;color:#6e9626}.task-title{font-size:24px;line-height:32px;font-weight:700;margin-bottom:24px;color:#888}.task-subtitle{display:flex;align-items:center;margin-bottom:16px;gap:8px;color:#888}.task-subtitle .ant-typography{margin-bottom:0}.info-item{display:flex;margin-bottom:12px}.info-item>:nth-child(1){align-self:flex-start;margin-top:3px;margin-bottom:-3px}.info-item>:nth-child(2){align-self:flex-start}.info-item>:nth-child(3){align-self:flex-start}.info-item svg{flex-shrink:0}.info-text{font-size:16px;line-height:24px}.info-item-small .info-text{font-size:14px;line-height:20px}.info-item-small .info-text:first-of-type{color:#606060}.info-item-small .info-text:last-of-type{color:#606060}.appointment-dates{display:flex;flex-direction:column;gap:6px}.appointment-date{display:block;white-space:normal;color:#606060;font-size:14px;line-height:20px}.section-divider{margin:24px 0;border-top:1px solid #e0e0e0}.task-detail-page .description-section,.task-detail-page .image-section{margin-bottom:24px}.task-detail-page .content-section :last-child{margin-bottom:0}.task-detail-page .content-section{margin-left:4vw;margin-right:4vw;margin-bottom:8vh}.task-detail-page .content-section .info-item{display:grid;grid-template-columns:min-content 28% auto;gap:10px}.task-detail-page .thumbnail-gallery{display:flex;gap:8px;flex-wrap:wrap;flex-wrap:nowrap;overflow-x:scroll}.task-detail-page .thumbnail-gallery .thumbnail-image{width:240px;height:140px;-o-object-fit:cover;object-fit:cover;border-radius:8px;border:1px solid #e0e0e0;margin-top:6px}.requester-card,.servicer-card{background-color:#fff;border:2px solid #E0E0E0;border-radius:32px;margin-bottom:24px}.requester-card .ant-card-body,.servicer-card .ant-card-body{display:flex;align-content:space-between;padding:24px}.requester-card h4.ant-typography,.servicer-card h4.ant-typography{margin-top:10px}.requester-card .requester-card-avatar-column,.servicer-card .servicer-card-avatar-column{text-align:right;margin-right:16px}.requester-card .requester-card-body,.servicer-card .servicer-card-body{flex:1}.requester-card .requester-card-header,.servicer-card .servicer-card-header{display:flex;align-items:center;margin-bottom:16px}.requester-card .requester-avatar,.servicer-card .servicer-avatar{background-color:#e0e0e0;border:2px solid grey;margin-top:5px}.requester-card .requester-details,.servicer-card .servicer-details{display:flex;flex-direction:column}.requester-card .requester-designation,.servicer-card .servicer-designation{font-size:14px;line-height:20px;color:#888}.requester-card .requester-name.ant-typography,.servicer-card .servicer-name.ant-typography{font-weight:700;font-size:18px;margin:4px 0 0}.requester-card .requester-contact-option,.servicer-card .servicer-contact-option{display:flex;align-items:center;margin-bottom:8px}.requester-card .requester-contact-option svg,.servicer-card .servicer-contact-option svg{margin-right:8px;color:#888}.requester-card .requester-contact-option-text,.servicer-card .servicer-contact-option-text{font-size:16px;line-height:24px}.task-detail-bottom-buttons{display:flex;gap:20px;padding:15px 25px;background-color:#fff;border-top:1px solid darkgrey;position:sticky;bottom:0;left:0;right:0;z-index:100}.task-detail-bottom-buttons>*{flex:1;width:100%;height:48px;border-radius:16px;font-size:16px}.task-detail-bottom-buttons .ant-btn-primary:not(.whatsapp-contact-button),.task-detail-bottom-buttons .ant-btn-primary.ant-btn-color-primary.ant-btn-primary:not(.whatsapp-contact-button):hover{background-color:#dc2626;color:#fff;border:1px solid #dc2626}.task-detail-bottom-buttons .task-detail-rating-button.ant-btn:hover,.task-detail-bottom-buttons .task-detail-rating-button.ant-btn{background-color:#ecc800;color:#373834;border:1px solid grey}.task-detail-bottom-buttons .ant-btn-default{background-color:#fff;color:#000;border:1px solid grey}.task-detail-bottom-buttons .ant-btn-default.ant-btn-color-default:hover{color:#2a2a2a;border:1px solid grey}.task-detail-bottom-buttons .servicer-contact-button.ant-btn{font-size:16px;font-weight:700;background-color:#fff;color:#000;border:2px solid #C0F000}.task-detail-bottom-buttons .servicer-contact-button.ant-btn:hover{background-color:#ebfe9d;color:#000}.requester-card .requester-card-avatar-column .requester-avatar,.servicer-card .servicer-card-avatar-column .servicer-avatar{background-color:#fff;color:#d32525;font-weight:700;font-family:Roboto,sans-serif;font-size:18px;display:flex;align-items:center;justify-content:center}.requester-card .whatsapp-contact-button,.servicer-card .whatsapp-contact-button{margin-top:20px}.task-detail-page .cancel-request-button,.task-detail-page .cancel-task-button,.task-detail-page .task-detail-bottom-buttons .cancel-task-button:hover,.task-detail-page .task-detail-bottom-buttons .cancel-request-button:hover{border:2px solid #D32525;font-weight:700}.gallery img{width:80px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:8px;border:1px solid #e0e0e0;margin:6px}.play-button-overlay{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#00000080;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;pointer-events:none}.reschedule-appointment-row{display:flex;gap:8px;align-items:center}.reschedule-appointment-list{margin-top:12px}.reschedule-appointment-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.appointment-left{display:flex;align-items:center;gap:8px}.appointment-icon svg{color:#ef4444}.appointment-text{color:#333;font-size:14px}.appointment-delete-button{color:#888}.reschedule-button.reschedule-too-soon,.taskcard-managetask-modal .reschedule-button.reschedule-too-soon{background-color:#f3f4f6!important;border:1px solid #d1d5db!important;color:#9ca3af!important;cursor:not-allowed!important;box-shadow:none!important}.reschedule-button.reschedule-too-soon:hover,.taskcard-managetask-modal .reschedule-button.reschedule-too-soon:hover{background-color:#f3f4f6!important;color:#9ca3af!important}.task-detail-image{width:80px;height:80px;border-radius:8px;-o-object-fit:cover;object-fit:cover;margin:4px}.before-after-row{display:flex;flex-direction:column;gap:16px;margin-top:8px}.before-column,.after-column{width:100%}.media-label{display:block;font-weight:700;margin-bottom:8px;color:#606060}.image-grid{display:flex;align-items:center;flex-wrap:wrap}.image-item img{width:80px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:8px;border:1px solid #e0e0e0}.image-item{position:relative;display:inline-block}.image-button{background:none;border:none;padding:0;margin:0;cursor:pointer}.invoice-card{background-color:#fff;border:2px solid #E0E0E0;border-radius:32px;margin-bottom:24px}.invoice-title{display:flex;align-items:center;gap:8px}.invoice-title-text{font-size:18px;font-weight:500;line-height:32px;color:#111827;margin:5px}.invoice-content{display:flex;flex-direction:column;margin-left:32px}.invoice-payment-date{font-size:14px;color:#606060;font-weight:500}.invoice-buttons{display:flex;gap:30px;margin-top:12px}.view-invoice-button{font-size:14px;line-height:12px;font-weight:700;border:2px solid #dc2626;border-radius:16px;cursor:pointer;transition:background-color .3s ease;padding:4px 8px;width:-moz-max-content;width:max-content;height:40px}.download-invoice-button:hover,.download-invoice-button{font-size:14px;line-height:12px;font-weight:700;border:2px solid #a4a4a4;border-radius:16px;cursor:pointer;transition:background-color .3s ease;padding:4px 8px;width:-moz-max-content;width:max-content;height:40px}@font-face{font-family:lg;src:url(data:font/woff2;base64,d09GMgABAAAAAAkcAAsAAAAAEogAAAjNAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgSQRCAqcLJZKCzoAATYCJANwBCAFgkoHIBupDgDm53Gzej8JpU0wqygVVyoWwphIsuuw60jpmBY6ppTa7mk7jtx57UQ0V2ulvfmteSIQji061T2HvfDEECASKizU5VUQXFjFRtgYTVg+woiYDVezOThR4tAvr/YYgOO/RZ+BAABzYtMA8Kl8Neg3UIDCoCkOyWBuLcCvSHycH78QvhFxmUCK03A0RwGSvXBAHgR8UB8DMvocJYAgbiZiJnqmYGbXjG3mz7P8nHhe8Uvxr0j+fzwPABAjWT1E83IJHh/x87G/jv1l7JtYR+y+WF2MKAai/qfDtfIRt7hBikI8D1IpipXqWqYSDgDBfwE7qDLw5EEALqFRDMKAsApNwchXAJgFL/WETMbKcDVSifR6QkjwkDaRTEugqlBtKVcL6Smi1dHlIqUmuii6Pic1JTIlFTX3uRenMNpiCiKOCZBm2ges0b/ScigDVgcb2MEHfloel7e1z208KrZUeQFjK0dIkbl6FOFczRhFE6zaRklPlz52tOXcKtmpdqisgHnbxRatg66vsZNHaWMPQ/eZmH6jaavlNASsipbKwVZSYrRm1mywI0670UEdhLy+yuscolSZJHKwg5IyNzRJQbKRZiicwnYiChjO1vSbKCBpkAgCjGIb6KCvA5GL0VHeUDwAQEHkSC2ToBJhKN9KAneim2ekLf1vENf3mjT3vAS295XY2MMgzRpSqTVWpt4ang+ksXynRUQPlkFOu+b6Yw0jBp8krbXbYbjc5mn6KpsNWKtqtcNz0D8xTTQKzthbZYAxLev3NkFgyYWsngBjGo8jg6a9Y3rKR9Pfqun10RvJi9X9foZGvrltMkJgWR7dhI7SSITEaBWIQQTMUSOJkTi5nlqpZUfNKcYD1Do/ZdkbR8UeVpKLSbMVgKLX0flzQYqCrLpll+/vus2IM9+lbdTgWWRLQJqvaq7eHKulgL2ssp7LrpxR2DBI/ja1zXvi7cS1E0Gr0uhy7PUGwPmdkkdjEYOjpGnQRXowC/GBq51eymLRXrsXsTzXX37VlXzeVxoI6m8Gy67oBnzsB6DoQYY7GHM2fbT4oS9zON45lPnwbmww2BL0G89EnfaVPi5eJ3NZFtjc277Wb9M1A+UWG2WZyrj6PMKmLHRoH04iZLuivlsHTmm9/qYJ1r2Z90DtuKYduK6SdNZ3dRRxHAoE+l4HGM6MyIe+0se+zHEfsP4s2sqqnVdSTE/8lCVYMRVsuBVEJOvT3fa1Xr4X2iDZflVFmxyDmpu1r8b9IsVzXUB9w1/l9ccf7WCszaI1ATtUx7oRztk1dtbBcciudJAi83Vv2yaTg9uON6toxLlIM2GVxClo2eVBt5gcOHRwHLIpptC92TeKRi3MjtBkTAOaoU+6P1q364+kdgt/+xh2fRvlOf2p5xR4ut7P4s0sPwY63OguajQWuYqMjUWaA9100ya6yHdHr/BMyxN9QmGa2zjPnbZr17KTy9weKwqXYtqjcMunRkgE9kP+Refvml14hAZw8WFQGmZnnaEi0eLUQTCc+tLSphVyaUH6lAJoXjF1MDiaFSOexNCRKYW8TOkhKzDEDjPDvHHI3c5hXbQLhujhUuPmBYd+N/EaktFsDqoDo4/G0yx70s3SSuXJDIvjMNsIQ7TDqb+/sv8NHGl6BvDAMOnsCpv9PQcP9tS6N294zEnwtNdt2tfTXSz7JGwAqALmbKpr90BaeqA9tlvduWP4/xa0thZcJMNDC6XqrFuy2xGF7YaiQkN7UfhEbMaNkOxQHezh7YVFBsP9TcoybgmzhaExmpxb/78Naf89LmVWthVvvSWh3rZUWtlMFStWENDf5uqEd2LiP/M/fvWEWUntjnTynpI2ainnLdjPUIvL2uGFJvoUQy0taZvPePLqxy0lK6mUo8yp6B+WtdyyTHivdrgLZrhbvAOlWMbQEJtJZ7JuXgRLC+hwe/kb90WvW4U4/PGGRUmLk995J1loWLRhQwVCKkve4JOS8YJASY+P8KQNe/vahGNU8TJRe/eCaaG7ozsrt6Ixu623v/ck0rvlG2EYBoAh6abIxoZ9UeHoNQAiMPKv/8pIi+47EAMHcfLh7dyX8q0Po+Iap94fFob+4fr/DXr96x+j1x2dhZ0dBfRqardjBIZ+M+S6Lo6ojE+4HKF7Kz7zG+eCOkwQ98UfOirDqrckKPVz3sR8srT/gsev3H0p3Rq7wkD1JLE/XZ+2Ze5pV5eqPiqqmBkc1PQYDBvlk5MdqQff21UyInvyhyjMsHXV33tD3zaQ7Us/NKfX44qLQ/8ffOtzXIjnymRNXampDWkGDR5yOyThG2/9UXC6liWEEz0hX+uR1Xg780i4eNOSig3Fk2pSkPpBqrrmx3/+TbB2ya9ePfrGJx98H8rvjKsRQoSh/G0s8cO6bhwwUI8vUz1c21B04cscrjVV1q8zzCVJkmv/T8y21/bLszJpxeqptculJZpleUyKrPX/X3QZBL+rl+hTWuR/2At7LhYVX9BBsULaqi9LWh+6xMDLW6V65dy2gsMbszemQ96XMDvrSfRM60ceo5R/oGDXB0KrxJsTACBhbV48S4Cd5IeyAVdU5Yg+2nPGKS+XAwmOljrwpIdMmdJPexI9ndnIXUIVgety83YzRdXD6E6YvF0gVGJRMhpOyQW6xGM0Zbq7zw8AoAcWAYa7cSOsARF+Fm8DBAAYgDUq07ZSWvm3UIoAAIAfde39SB7Hz+K/xR9vAkMBg0YE8PKEChkH47+9MDggitAdAEObxnBmZAFu5C4eyMxqN/2c3ZUK2qJ+tDUvrTR/BGHDbqZplsDNZVVQjIaim4XA6TE4YLCfEdweIwAKaArx8aN1JETYMNMDEWGYZdRjMJDAB4T7+EEiwAdiBKCBlRQCfnwjEgohbttG2AYb3yS+7tWIDW1rd/6mMedAM+yEHbAvWge0XgNevwdW20Cmdfb6NXBYqm+DtZHUyUW88R/abjA/OxeYpIa9sNmNGMqHbMgd2CAZPzVuOfQFg5H275pWwx73mQMODQAAAA==) format("woff2"),url(/assets/lg-oyjwlqP2.ttf?io9a6k) format("truetype"),url(/assets/lg-CosQH4Cu.woff?io9a6k) format("woff"),url(/assets/lg-B0dIV2BS.svg?io9a6k#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-container{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.lg-next,.lg-prev{background-color:#00000073;border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084;outline:none;border:none}.lg-next.disabled,.lg-prev.disabled{opacity:0!important;cursor:default}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none}.lg-next{right:20px}.lg-next:before{content:""}.lg-prev{left:20px}.lg-prev:after{content:""}@keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}.lg-outer.lg-right-end .lg-object{animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,#0000,#0006)}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;will-change:color;transition:color .2s linear;background:none;border:none;box-shadow:none}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:""}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:""}.lg-toolbar .lg-download:after{content:""}.lg-sub-html{color:#eee;font-size:16px;padding:10px 40px;text-align:center;z-index:1080;opacity:0;transition:opacity .2s ease-out 0s}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,#0000,#0009)}.lg-item .lg-sub-html{position:absolute;bottom:0;right:0;left:0}.lg-error-msg{font-size:14px;color:#999}.lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;height:47px;vertical-align:middle}.lg-closing .lg-toolbar,.lg-closing .lg-prev,.lg-closing .lg-next,.lg-closing .lg-sub-html{opacity:0;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont{opacity:0;transform:scale3d(.5,.5,.5);will-change:transform,opacity;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont{opacity:1;transform:scaleZ(1)}.lg-icon:focus-visible{color:#fff;border-radius:3px;outline:1px dashed rgba(255,255,255,.6)}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset:-5px}.lg-group:after{content:"";display:table;clear:both}.lg-container{display:none;outline:none}.lg-on{scroll-behavior:unset}.lg-overlay-open{overflow:hidden}.lg-toolbar,.lg-prev,.lg-next,.lg-pager-outer,.lg-hide-sub-html .lg-sub-html{opacity:0;will-change:transform,opacity;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s}.lg-show-in .lg-toolbar,.lg-show-in .lg-prev,.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;transform:translate3d(-10px,0,0)}.lg-show-in .lg-hide-items .lg-next{opacity:0;transform:translate3d(10px,0,0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;transform:translate3d(0,-10px,0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;transform:translate3d(0,20px,0)}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:.001;outline:none;will-change:auto;overflow:hidden;transition:opacity .15s ease 0s}.lg-outer *{box-sizing:border-box}.lg-outer.lg-zoom-from-image,.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current{transition-duration:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-current{transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{position:absolute;top:0;left:0;right:0;bottom:0}.lg-outer .lg-inner{width:100%;position:absolute;left:0;top:0;bottom:0;transition:opacity 0s;white-space:nowrap}.lg-outer .lg-item{display:none!important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(/assets/loading-BZOHaeKn.gif) no-repeat scroll center center transparent}.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-item,.lg-outer .lg-img-wrap{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-item:before,.lg-outer .lg-img-wrap:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{position:absolute;left:0;right:0;top:0;bottom:0;white-space:nowrap;font-size:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;position:relative}.lg-outer .lg-empty-html.lg-sub-html,.lg-outer .lg-empty-html .lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{position:absolute;top:50%;left:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{transform:translateZ(0);opacity:1}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-outer .lg-media-cont{text-align:center;display:inline-block;vertical-align:middle;position:relative}.lg-outer .lg-media-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-media-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;will-change:auto;transition:opacity 333ms ease-in 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-prev-slide,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-current{transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-prev-slide,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-current{transition:opacity .1s ease 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{transition:transform 1s cubic-bezier(.175,.885,.32,1.275) 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{transition:transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{transform:translateZ(0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{transition-duration:0s!important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{transition-duration:0s!important;opacity:1}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:""}.lg-components{transform:translate3d(0,100%,0);will-change:transform;transition:transform .35s ease-out 0s;z-index:1080;position:absolute;bottom:0;right:0;left:0}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{transition-duration:0ms!important}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s}.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;transition:transform .8s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transform:translateZ(0);backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img{transform:scaleZ(1);transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition{transition:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition{transform:scaleZ(1) translate3d(-50%,-50%,0)!important;max-width:none!important;max-height:none!important;top:50%!important;left:50%!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x{transform:scaleZ(1) translate3d(-50%,0,0)!important;top:0!important;left:50%!important;max-width:none!important;max-height:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y{transform:scaleZ(1) translate3d(0,-50%,0)!important;top:50%!important;left:0%!important;max-width:none!important;max-height:none!important}.lg-icon.lg-zoom-in:after{content:""}.lg-actual-size .lg-icon.lg-zoom-in{opacity:1;pointer-events:auto}.lg-icon.lg-actual-size{font-size:20px}.lg-icon.lg-actual-size:after{content:""}.lg-icon.lg-zoom-out{opacity:.5;pointer-events:none}.lg-icon.lg-zoom-out:after{content:""}.lg-zoomed .lg-icon.lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer[data-lg-slide-type=video] .lg-zoom-in,.lg-outer[data-lg-slide-type=video] .lg-actual-size,.lg-outer[data-lg-slide-type=video] .lg-zoom-out,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,.lg-outer.lg-first-slide-loading .lg-zoom-in,.lg-outer.lg-first-slide-loading .lg-actual-size,.lg-outer.lg-first-slide-loading .lg-zoom-out{opacity:.75;pointer-events:none}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;width:100%;max-height:350px;overflow:hidden;float:left}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb,.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{padding:5px 0;height:100%;margin-bottom:-5px;display:inline-block;vertical-align:middle}@media (min-width: 768px){.lg-outer .lg-thumb{padding:10px 0}}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border-radius:2px;margin-bottom:5px;will-change:border-color}@media (min-width: 768px){.lg-outer .lg-thumb-item{border-radius:4px;border:2px solid #fff;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:""}.lg-outer.lg-animate-thumb .lg-thumb{transition-timing-function:cubic-bezier(.215,.61,.355,1)}.lg-outer .lg-video-cont{text-align:center;display:inline-block;vertical-align:middle;position:relative}.lg-outer .lg-video-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-video-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-video-object{position:absolute;left:0;right:0;width:100%;height:100%;top:0;bottom:0;z-index:3}.lg-outer .lg-video-poster{z-index:1}.lg-outer .lg-has-video .lg-video-object{opacity:0;will-change:opacity;transition:opacity .3s ease-in}.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button{opacity:0!important}.lg-outer .lg-has-video.lg-video-loaded .lg-video-object{opacity:1}@keyframes lg-play-stroke{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes lg-play-rotate{to{transform:rotate(360deg)}}.lg-video-play-button{width:18%;max-width:140px;position:absolute;top:50%;left:50%;z-index:2;cursor:pointer;transform:translate(-50%,-50%) scale(1);will-change:opacity,transform;transition:transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s}.lg-video-play-button:hover .lg-video-play-icon-bg,.lg-video-play-button:hover .lg-video-play-icon{opacity:1}.lg-video-play-icon-bg{fill:none;stroke-width:3%;stroke:#fcfcfc;opacity:.6;will-change:opacity;transition:opacity .12s ease-in}.lg-video-play-icon-circle{position:absolute;top:0;left:0;bottom:0;right:0;fill:none;stroke-width:3%;stroke:#1e1e1ee6;stroke-opacity:1;stroke-linecap:round;stroke-dasharray:200;stroke-dashoffset:200}.lg-video-play-icon{position:absolute;width:25%;max-width:120px;left:50%;top:50%;transform:translate3d(-50%,-50%,0);opacity:.6;will-change:opacity;transition:opacity .12s ease-in}.lg-video-play-icon .lg-video-play-icon-inner{fill:#fcfcfc}.lg-video-loading .lg-video-play-icon-circle{animation:lg-play-rotate 2s linear .25s infinite,lg-play-stroke 1.5s ease-in-out .25s infinite}.lg-video-loaded .lg-video-play-button{opacity:0;transform:translate(-50%,-50%) scale(.7)}.payment-history-page-container{background-color:#f3f4f6;min-height:100vh}.payment-history-content{padding:16px 0;flex-grow:1;overflow-y:auto}.payment-history-filters{margin-bottom:16px;padding-left:16px;padding-right:16px}.payment-history-filter-dropdown{width:100%;height:48px}.payment-history-filter-dropdown .ant-select-selector{display:flex;align-items:center;padding:0 12px!important;border:1px solid #d9d9d9!important;box-shadow:none!important;border-radius:16px}.payment-history-filter-dropdown.ant-select .ant-select-selection-item{color:#333;font-size:16px;line-height:24px;font-weight:400}.payment-history-filter-icon-button{width:50px;min-width:50px}.payment-history-filter-row-2 .payment-history-filter-icon-button.ant-select .ant-select-selector{cursor:pointer}.payment-history-filter-icon-button .ant-select-selection-overflow{display:none}.payment-history-filter-icon-button .ant-select-arrow{top:20px;left:15px;height:20px;width:20px}.payment-history-filter-row-1{margin-bottom:8px}.payment-history-filter-row-2{display:flex;gap:8px}.payment-history-transactions-list{padding-bottom:16px}.payment-history-month-header{background-color:#e5e7eb;padding:8px 16px;margin-bottom:16px;color:#4b5563}.payment-history-month-header-text{font-size:16px;line-height:24px}.payment-history-transaction-card{margin-left:16px;margin-right:16px}.payment-history-transaction-card.ant-card{border-radius:16px;margin-bottom:12px;background-color:#fff;border:none;box-shadow:0 2px 8px #0000000d}.payment-history-transaction-card .ant-card-body{padding:16px;display:grid;grid-template-columns:1fr max-content;gap:16px;align-items:center}.payment-history-transaction-card .ant-card-body:before,.payment-history-transaction-card .ant-card-body:after{content:none}.payment-history-transaction-details{display:flex;flex-direction:column;align-items:flex-start;width:100%}.payment-history-transaction-property.ant-typography{color:#888;font-family:Roboto,sans-serif;font-size:14px;line-height:20px;font-weight:400}.payment-history-transaction-type{color:#333;font-size:16px;line-height:24px;font-weight:700}.payment-history-transaction-method{color:#888;font-size:12px;line-height:20px;font-weight:400}.payment-history-transaction-amount-time{display:flex;flex-direction:column;align-items:flex-end;width:100%}.payment-history-transaction-amount{font-size:16px;line-height:24px;font-weight:700}.payment-history-transaction-amount.earn{color:#00b050}.payment-history-transaction-amount.expense{color:#dc2626}.payment-history-transaction-timestamp{color:#888;font-size:12px;line-height:20px;font-weight:400}.payment-details-page-content{display:flex;flex-direction:column;gap:12px}.payment-details-page-content .summary-card,.payment-details-page-content .detail-card{border-radius:16px!important;background-color:#fff!important;padding:16px!important;box-shadow:none!important;border:none!important}.payment-details-page-content .summary-card{text-align:center}.payment-details-page-content .summary-amount{display:flex;justify-content:center;align-items:baseline;margin-bottom:8px}.payment-details-page-content .summary-amount.earn .currency-prefix,.payment-details-page-content .summary-amount.earn .amount-value{color:#00b050!important}.payment-details-page-content .summary-amount.expense .currency-prefix,.payment-details-page-content .summary-amount.expense .amount-value{color:#dc2626!important}.payment-details-page-content .currency-prefix{font-size:16px;line-height:24px;font-weight:700;margin-right:4px}.payment-details-page-content .amount-value{font-size:24px;line-height:32px;font-weight:700}.payment-details-page-content .summary-description{font-size:16px;line-height:24px;font-weight:400;color:#333;display:block;margin-bottom:4px}.payment-details-page-content .completed-time{font-size:14px;line-height:20px;font-weight:400;color:#888;margin-top:8px;display:block}.payment-details-page-content .detail-card{text-align:left;padding:0!important}.payment-details-page-content .detail-label{font-size:14px;line-height:20px;font-weight:400;color:#888;display:block;margin-bottom:4px}.payment-details-page-content .detail-value{font-size:16px;line-height:24px;font-weight:700;color:#333;display:block}.renovation-detail-page-container .property-dropdown{margin-bottom:20px}.renovation-detail-page-container .renovation-card{background-color:#fff;border-radius:16px;margin-bottom:20px;padding:20px;box-shadow:0 2px 8px #0000001a}.renovation-detail-page-container .renovation-card .ant-card-body{padding:0!important}.renovation-detail-page-container .renovation-card .card-title{font-size:16px!important;line-height:24px!important;color:#333!important;margin-bottom:5px!important}.renovation-detail-page-container .renovation-card .total-amount{font-size:24px!important;line-height:32px!important;font-weight:700!important;color:#333!important;display:block;margin-bottom:0!important}.renovation-detail-page-container .renovation-card .total-amount-subtitle{font-size:14px!important;line-height:20px!important;color:#888!important;display:block;margin-bottom:20px!important}.renovation-detail-page-container .balance-section{margin-bottom:10px}.renovation-detail-page-container .balance-item{display:flex;align-items:center;margin-bottom:5px}.renovation-detail-page-container .balance-indicator{margin-right:8px;display:flex;align-items:center}.renovation-detail-page-container .balance-label{font-size:16px!important;line-height:24px!important;color:#333!important;flex-grow:1}.renovation-detail-page-container .balance-amount{font-size:16px!important;line-height:24px!important;font-weight:700!important}.renovation-detail-page-container .balance-amount.red{color:#dc2626!important}.renovation-detail-page-container .balance-amount.green{color:#22c55e!important}.renovation-detail-page-container .balance-progress.ant-progress{margin-bottom:15px}.renovation-detail-page-container .balance-progress .ant-progress-inner{background-color:#f0f0f0!important;border-radius:4px!important}.renovation-detail-page-container .balance-progress .ant-progress-bg{border-radius:4px!important}.renovation-detail-page-container .info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.renovation-detail-page-container .info-box.ant-card{background-color:#fff;border-radius:8px;padding:15px;text-align:center;box-shadow:none;border:1px solid #E0E0E0}.renovation-detail-page-container .info-box.ant-card-body{padding:0!important}.renovation-detail-page-container .info-box.gray-background{background-color:#f0f0f0!important}.renovation-detail-page-container .info-box .info-value{font-size:16px!important;line-height:24px!important;font-weight:700!important;color:#333!important;display:block;margin-bottom:2px}.renovation-detail-page-container .info-box .info-label{font-size:14px!important;line-height:20px!important;color:#888!important;display:block}.property-detail-page{font-family:Roboto,sans-serif;background-color:#f0f0f0;color:#333;padding-bottom:20px}.property-detail-property-details-block{background-color:#fff;margin:16px 0 0;padding:20px;border-radius:16px;box-shadow:0 2px 4px #0000000d}.property-detail-property-name{font-size:24px;line-height:32px;font-weight:700;margin-bottom:8px}.property-detail-location-tag{display:flex;align-items:center;background-color:#f0f0f0;padding:4px 8px;border-radius:12px;font-size:12px;color:#888}.property-detail-location-tag .property-detail-location-icon{margin-right:4px;color:#888}.property-detail-tags-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.property-detail-tag{padding:6px 12px;border-radius:20px;font-size:14px;font-weight:400;color:#333;background-color:#f0f0f0;color:#888}.property-detail-tag.property-detail-tagnamehere{background-color:#ffddc1}.property-detail-tag.property-detail-tagnamehere{background-color:#d4edda}.property-detail-tag.property-detail-tagnamehere{background-color:#cce5ff}.property-detail-tag.property-detail-tagnamehere{background-color:#e1d5e7}.property-detail-specifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.property-detail-spec-item{display:flex;align-items:center;gap:8px;font-size:16px;line-height:24px}.property-detail-spec-item svg{color:#888}.property-detail-view-more-section{margin:16px;padding-top:16px;text-align:center}.property-detail-divider{border:none;border-top:1px solid #E0E0E0;margin-bottom:16px}.property-detail-view-more-content{display:inline-flex;align-items:center;gap:8px;font-size:14px;line-height:20px;color:#888;cursor:pointer}.property-detail-collapse-container{margin:16px 0;background-color:transparent;border:none;display:grid;gap:16px 0px}.property-detail-collapse-container .ant-collapse-item{background-color:#fff;border:none!important;overflow:hidden;padding:4px;box-shadow:0 2px 4px #0000000d;transition:box-shadow .1s ease}.property-detail-collapse-container .ant-collapse-item,.property-detail-collapse-container .ant-collapse-item:first-child,.property-detail-collapse-container .ant-collapse-item:last-child{border-radius:16px}.property-detail-collapse-container .ant-collapse-item:hover{box-shadow:0 2px 8px #0003}.property-detail-collapse-container .ant-collapse-item .ant-collapse-header{padding:12px 16px}.property-detail-collapse-container .ant-collapse-item-active .ant-collapse-header{padding:12px 16px 4px}.property-detail-collapse-container .ant-collapse-item .ant-collapse-header .ant-collapse-arrow{right:16px;transform:rotate(90deg);transition:transform .2s}.property-detail-collapse-container .ant-collapse-item-active .ant-collapse-header .ant-collapse-arrow{transform:rotate(-180deg)}.property-detail-collapse-panel-header-content{display:flex;align-items:center;justify-content:space-between;width:100%}.property-detail-collapse-panel-title{font-size:16px;line-height:24px;font-weight:700;color:#333;flex:1}.property-detail-collapse-panel-header-content svg{margin-right:10px;color:#888}.property-detail-collapse-container .ant-collapse-content-active{border-top:1px solid #E0E0E0;font-size:16px;line-height:24px;margin:8px 24px 16px;display:flex;align-items:center;gap:8px}.property-detail-collapse-container .ant-collapse-item .ant-collapse-content-active>.ant-collapse-content-box{width:100%;padding:0;display:grid;gap:24px 0px}.property-detail-collapse-panel-inner-title:first-of-type:last-of-type{display:none}.property-detail-collapse-panel-inner-title.ant-typography{margin-bottom:-12px}.property-detail-collapse-panel-like-item{padding:16px;display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-radius:16px;margin-bottom:16px;overflow:hidden;box-shadow:0 2px 4px #0000000d;cursor:pointer;transition:box-shadow .1s ease}.property-detail-collapse-panel-like-item svg{color:#888}.property-detail-collapse-panel-like-item-title{font-size:16px;line-height:24px;font-weight:700;flex:1;margin-left:12px}.property-detail-collapse-panel-like-item:hover{box-shadow:0 2px 8px #0040804d}.property-detail-person-content{display:flex;gap:8px 16px;justify-content:space-between;flex-wrap:wrap}.property-detail-person-content-reactive-block{display:grid;grid-template-columns:max-content auto max-content;gap:16px}.property-detail-person-name{font-size:16px;line-height:24px;font-weight:700;margin-bottom:8px}.property-detail-person-rating{display:flex;align-items:center;gap:4px;margin-bottom:8px}.property-detail-property-rating-text{font-size:14px;line-height:20px;color:#888}.property-detail-person-contact-info>div{display:flex;align-items:center;gap:8px;font-size:16px;line-height:24px;margin-bottom:4px}.property-detail-image-carousel{position:relative;margin-bottom:16px;border-radius:16px;overflow:hidden}.property-detail-image-carousel .ant-carousel .slick-dots{bottom:16px}.property-detail-image-carousel .ant-carousel .slick-dots li button{background-color:#fff}.property-detail-image-carousel .ant-carousel .slick-dots li.slick-active button{background-color:#dc2626}.property-detail-image-carousel .property-detail-image-carousel-item{width:100%;height:250px}.property-detail-image-carousel .property-detail-image-carousel-item>*{height:100%;display:block}.property-detail-image-carousel .property-detail-image-carousel-item img{height:100%;-o-object-fit:cover;object-fit:cover;display:block}.property-detail-image-carousel-overlay-tag{position:absolute;top:16px;left:16px;background-color:#0009;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px}.property-detail-image-carousel-overlay-icons{position:absolute;top:16px;right:16px;display:flex;gap:8px;cursor:pointer}.property-detail-image-carousel-overlay-icon{background-color:#0009;color:#fff;border-radius:50%;padding:8px;font-size:20px;display:flex;align-items:center;justify-content:center}.property-detail-image-carousel-overlay-icon[title=Bookmark].active{border-color:#dc2626;color:#fff;background-color:#dc2626}.property-detail-offering-card-price-currency{font-size:16px;font-weight:400;margin-right:4px}.property-detail-offering-card-price-amount{font-size:24px;font-weight:700;color:#d32525;margin-bottom:16px}.property-detail-offering-card-price-suffix{font-size:14px;font-weight:400;color:#888;margin-left:8px}.property-detail-renovation-card{border-radius:16px}.property-detail-renovation-card-item{display:flex;grid-template-columns:max-content max-content auto;gap:8px}.property-detail-renovation-card-item>:first-child{white-space:nowrap}.property-detail-renovation-card-item>:first-child>*{color:gray}.property-detail-task-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.property-detail-task-card{height:100%;border-radius:16px;box-shadow:0 1px 2px #0000000d}.property-detail-task-card .ant-card-body{display:flex;flex-direction:column}.property-detail-tax-profile-card{background-color:#f0f0f0;border-radius:24px}.property-detail-tax-profile-card-info{display:grid;grid-template-columns:max-content auto;gap:0px 20px}.property-detail-tax-profile-card-actions{margin-top:20px}.property-detail-tax-profile-card-info :nth-child(2n+2):before{content:": ";color:#00000073}.property-detail-renovation-packages-link,.property-detail-tax-profiles-link,.property-detail-inquiries-links{display:flex;flex-direction:column;gap:12px}.property-detail-renovation-packages-link>a,.property-detail-tax-profiles-link>a,.property-detail-inquiries-links>a,.property-detail-add-tax-profile-link>a{text-decoration:none}.property-detail-tax-profiles-link .ant-btn,.property-detail-inquiries-links .ant-btn,.property-detail-renovation-packages-link,.property-detail-task-more-btn,.property-detail-add-relationship-link,.property-detail-add-fee-payment-link,.property-detail-add-tax-profile-link,.property-detail-add-renovation-request-link,.property-detail-move-out-card-checklist-link,.property-detail-view-more-tenancies-link{width:100%;padding:20px;font-size:16px;line-height:12px;font-weight:700;border-radius:15px;cursor:pointer;transition:background-color .3s ease}.property-detail-renovation-packages-link,.property-detail-tax-profiles-link .ant-btn.ant-btn-primary,.property-detail-inquiries-links .ant-btn.ant-btn-primary,.property-detail-task-more-btn.ant-btn.ant-btn-primary,.property-detail-add-relationship-link.ant-btn,.property-detail-add-fee-payment-link.ant-btn,.property-detail-add-renovation-request-link.ant-btn,.property-detail-move-out-card-checklist-link.ant-btn,.property-detail-view-more-tenancies-link.ant-btn,.property-detail-page .property-detail-renovation-packages-link.ant-btn:hover,.property-detail-page .property-detail-tax-profiles-link .ant-btn.ant-btn-primary:hover,.property-detail-page .property-detail-inquiries-links .ant-btn.ant-btn-primary:hover,.property-detail-page .property-detail-task-more-btn.ant-btn.ant-btn-primary:hover,.property-detail-page .property-detail-add-relationship-link.ant-btn:hover,.property-detail-page .property-detail-add-fee-payment-link.ant-btn:hover,.property-detail-page .property-detail-add-renovation-request-link.ant-btn:hover,.property-detail-page .property-detail-move-out-card-checklist-link.ant-btn:hover,.property-detail-page .property-detail-view-more-tenancies-link.ant-btn:hover{background-color:#dc2626;color:#fff;border:none;box-shadow:0 3px #992525}.property-detail-add-tax-profile-link.ant-btn,.property-detail-page .property-detail-add-tax-profile-link.ant-btn:hover{background-color:#fff;color:#404040;border:1px solid grey}.property-detail-renovation-packages-link,.property-detail-tax-profile-card-actions .ant-btn,.property-detail-inquiry-card-actions .ant-btn{padding:20px;font-size:16px;line-height:12px;font-weight:700;border-radius:15px;cursor:pointer;transition:background-color .3s ease}.tab-navigator{background-color:#fff;border-bottom:1px solid #E0E0E0;margin:0 24px 16px;border-radius:16px;overflow:hidden}.tab-content-container{margin:0 24px}.tab-container{display:flex;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.tab-container{scrollbar-width:none;-ms-overflow-style:none;border-radius:16px}.tab-container::-webkit-scrollbar{display:none}.tab-button{display:flex;align-items:center;gap:8px;padding:16px 20px;background:transparent;border:none;cursor:pointer;font-family:Roboto,sans-serif;font-size:14px;line-height:20px;font-weight:400;color:#888;white-space:nowrap;transition:all .3s ease;border-bottom:3px solid transparent;min-width:-moz-fit-content;min-width:fit-content}.tab-button:hover{color:#333;background-color:#f0f0f0}.tab-button.active{color:#d32525;font-weight:700;border-bottom-color:#d32525;background-color:#fff}.tab-button svg{transition:color .3s ease}.tab-button.active svg{color:#d32525}.tab-content-panel{padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:16px}.tab-content-panel h3{margin-bottom:16px;color:#d32525;font-size:18px;font-weight:600}.property-detail-offering-cards{display:grid;gap:16px}.property-detail-offering-card{overflow:hidden}.property-detail-offering-card .ant-card-body{padding:0;display:grid;grid-template-columns:max-content 1fr max-content;gap:16px;align-items:center}.property-detail-offering-card .ant-card-body:before{content:none}.property-detail-offering-card .ant-card-body:after{content:none}.property-detail-offering-card-left .ant-image-img{width:100px;height:100px;-o-object-fit:cover;object-fit:cover}.property-detail-offering-card-right{display:flex;flex-direction:column}.property-detail-offering-card-right .ant-typography{margin-bottom:0}.property-detail-fee-payment-cards{display:grid;gap:12px}.property-detail-fee-payment-cards .ant-card{border-radius:24px;box-shadow:0 1px 2px #0002}.property-detail-fee-payment-cards .ant-card .ant-card-body{display:grid;grid-template-columns:max-content max-content auto;gap:8px}.property-detail-fee-payment-cards .ant-card .ant-card-body:before,.property-detail-fee-payment-cards .ant-card .ant-card-body:after{content:none}.property-detail-fee-payment-card-details{display:grid;grid-template-columns:max-content max-content auto;gap:8px 8px}.property-detail-fee-payment-card-details>:nth-child(3n+3){font-weight:600}@media (width < 640px){.property-detail-fee-payment-card-details{grid-template-columns:1fr}.property-detail-fee-payment-card-details>:nth-child(3n+2){display:none}.property-detail-fee-payment-card-details>:nth-child(3n+3){font-weight:600;margin-left:8px}}.property-detail-primary-payment-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.property-detail-primary-payment-cards .ant-card{border-radius:24px;box-shadow:0 1px 2px #0002}.property-detail-primary-payment-cards .ant-card .ant-card-body{display:grid;grid-template-columns:max-content max-content auto;gap:8px}.property-detail-primary-payment-cards .ant-card .ant-card-body:before,.property-detail-primary-payment-cards .ant-card .ant-card-body:after{content:none}.property-detail-primary-payment-card-details{display:grid;grid-template-columns:max-content max-content auto;gap:8px 8px}.property-detail-primary-payment-card-details>:nth-child(3n+3){font-weight:600}@media (width < 640px){.property-detail-primary-payment-card-details{grid-template-columns:1fr}.property-detail-primary-payment-card-details>:nth-child(3n+2){display:none}.property-detail-primary-payment-card-details>:nth-child(3n+3){font-weight:600;margin-left:8px}}.property-detail-renovation-request-card .ant-card-body{display:grid;grid-template-columns:max-content max-content 1fr max-content max-content;gap:4px 32px;align-items:center}.property-detail-renovation-request-card .ant-card-body:before,.property-detail-renovation-request-card .ant-card-body:after{content:none}@media (width < 640px){.property-detail-renovation-request-card .ant-card-body{grid-template-columns:1fr}}.property-detail-tenant-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.property-detail-tenant-cards .ant-card{border-radius:24px;box-shadow:0 1px 2px #0002}.property-detail-tenant-cards .ant-card .ant-card-body{display:grid;grid-template-columns:max-content max-content auto;gap:8px}.property-detail-tenant-cards .ant-card .ant-card-body>:nth-child(3n+3){font-weight:600}.property-detail-tenant-cards .ant-card .ant-card-body:before,.property-detail-tenant-cards .ant-card .ant-card-body:after{content:none}.property-detail-tenancy-agreement-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:12px}.property-detail-tenancy-agreement-cards .ant-card{border-radius:24px;box-shadow:0 1px 2px #0002}.property-detail-tenancy-agreement-cards .ant-card .ant-card-body{display:grid;grid-template-columns:max-content max-content auto;gap:8px}.property-detail-tenancy-agreement-cards .ant-card .ant-card-body>:nth-child(3n+3){font-weight:600}.property-detail-tenancy-agreement-cards .ant-card .ant-card-body:before,.property-detail-tenancy-agreement-cards .ant-card .ant-card-body:after{content:none}.property-detail-sale-cards,.property-detail-tenancy-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.property-detail-sale-card-expired,.property-detail-tenancy-card-expired{background-color:#0001}.property-detail-sale-cards .ant-card,.property-detail-tenancy-cards .ant-card{border-radius:24px;box-shadow:0 1px 2px #0002}.property-detail-sale-cards .ant-card .ant-card-body,.property-detail-tenancy-cards .ant-card .ant-card-body{display:grid;grid-template-columns:max-content max-content auto;gap:8px}.property-detail-sale-cards .ant-card .ant-card-body>:nth-child(3n+3),.property-detail-tenancy-cards .ant-card .ant-card-body>:nth-child(3n+3){font-weight:600}.property-detail-sale-cards .ant-card .ant-card-body:before,.property-detail-sale-cards .ant-card .ant-card-body:after,.property-detail-tenancy-cards .ant-card .ant-card-body:before,.property-detail-tenancy-cards .ant-card .ant-card-body:after{content:none}.renovation-request-modal .ant-modal-body{display:grid;gap:16px}.renovation-request-modal .ant-modal-content{border-radius:24px;padding:20px}.renovation-request-modal .ant-modal-footer{display:flex;flex-direction:column-reverse;gap:12px;margin-top:24px}.renovation-request-modal.ant-modal .ant-modal-footer>.ant-btn{margin-inline:0}.renovation-request-modal .ant-modal-footer .ant-btn{flex:1;padding:15px 20px;font-size:16px;line-height:12px;font-weight:700;border-radius:50px;cursor:pointer;transition:background-color .3s ease}.renovation-request-modal .ant-modal-footer .ant-btn-primary,.renovation-request-modal .ant-modal-footer .ant-btn-primary:hover{background-color:#dc2626;color:#fff;box-shadow:0 3px #992525}.renovation-request-modal .ant-modal-footer .ant-btn-default,.renovation-request-modal .ant-modal-footer .ant-btn-default:hover{border-color:#d9d9d9;color:#404040}.renovation-request-modal .ant-modal-footer .ant-btn:disabled{cursor:not-allowed;background-color:gray;color:#fff;box-shadow:0 3px gray}.offering-approval-modal{min-width:640px}.offering-approval-modal-cards,.offering-approval-modal .ant-modal-body{display:grid;gap:16px}.offering-approval-modal .ant-modal-content{border-radius:24px;padding:20px}.offering-approval-modal .ant-modal-footer{display:flex;flex-direction:column-reverse;gap:12px;margin-top:24px}.offering-approval-modal.ant-modal .ant-modal-footer>.ant-btn{margin-inline:0}.offering-approval-modal .ant-modal-footer .ant-btn{flex:1;padding:15px 20px;font-size:16px;line-height:12px;font-weight:700;border-radius:50px;cursor:pointer;transition:background-color .3s ease}.offering-approval-modal .ant-modal-footer .ant-btn-primary,.offering-approval-modal .ant-modal-footer .ant-btn-primary:hover{background-color:#dc2626;color:#fff;box-shadow:0 3px #992525}.offering-approval-modal .ant-modal-footer .ant-btn-default,.offering-approval-modal .ant-modal-footer .ant-btn-default:hover{border-color:#d9d9d9;color:#404040}.offering-approval-modal .ant-modal-footer .ant-btn:disabled{cursor:not-allowed;background-color:gray;color:#fff;box-shadow:0 3px gray}.offering-approval-modal-offering-card-verdict{display:flex;flex-direction:column;gap:4px}.offering-approval-modal .ant-radio-checked .ant-radio-inner{background-color:red;border-color:red;box-shadow:0 0 1px red}.property-detail-facilities-chart{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px 48px}.property-detail-facilities-chart>*{display:grid;grid-template-columns:1fr max-content;gap:4px}.property-detail-move-out-card{display:grid;gap:16px}.property-detail-move-out-card .property-detail-move-out-card-title-date{display:grid!important;grid-template-columns:1fr max-content;align-items:center;gap:8px;width:100%}.property-detail-move-out-card>:nth-child(1){display:flex;justify-content:space-between}.property-detail-move-out-card>:nth-child(1) .ant-typography{font-size:inherit}.property-detail-move-out-card>:nth-child(1)>:nth-child(1){color:#d00000;font-weight:bolder}.property-detail-move-out-card .ant-btn{margin-top:8px}.property-detail-move-out-card-progress-indicator{padding:4px 8px 0;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:12px}.select-tax-profile-modal-cards{display:flex;gap:16px;flex-direction:column;margin-top:20px}.select-tax-profile-modal-card{border-radius:24px;box-shadow:0 1px 2px #0002;cursor:pointer}.select-tax-profile-modal-card .ant-card-body{padding:16px}.select-tax-profile-modal-card.selected{border-color:#ff8c00}.select-tax-profile-modal-card-tags{display:flex;gap:12px;justify-content:right;flex-wrap:wrap}.select-tax-profile-modal-card-tag{padding:4px 12px;background-color:#0002;border-radius:999px}.select-tax-profile-modal .ant-modal-footer{display:flex;flex-direction:column-reverse;gap:12px;margin-top:24px}.select-tax-profile-modal.ant-modal .ant-modal-footer>.ant-btn{margin-inline:0}.select-tax-profile-modal .ant-modal-footer .ant-btn{flex:1;padding:15px 20px;font-size:16px;line-height:12px;font-weight:700;border-radius:50px;transition:background-color .3s ease}.select-tax-profile-modal .ant-modal-footer .ant-btn-primary,.select-tax-profile-modal .ant-modal-footer .ant-btn-primary:hover{background-color:#dc2626;color:#fff}.select-tax-profile-modal .ant-modal-footer .ant-btn:disabled{background-color:gray;color:#fff}@media (width >= 600px){.select-tax-profile-modal-card-tags{position:absolute;top:12px;right:12px}}.tax-profile-details-modal .ant-modal-content{border-radius:24px}.tax-profile-details-modal .ant-modal-footer{display:flex;flex-direction:column-reverse;gap:12px;margin-top:24px}.tax-profile-details-modal.ant-modal .ant-modal-footer>.ant-btn{margin-inline:0}.tax-profile-details-modal .ant-modal-footer .ant-btn{flex:1;padding:15px 20px;font-size:16px;line-height:12px;font-weight:700;border-radius:50px;cursor:pointer;transition:background-color .3s ease}.tax-profile-details-modal .ant-modal-footer .ant-btn-primary,.tax-profile-details-modal .ant-modal-footer .ant-btn-primary:hover{background-color:#dc2626;color:#fff}.tax-profile-details-modal .ant-modal-footer .ant-btn:disabled{cursor:not-allowed;background-color:gray;color:#fff}.tax-profile-details-modal .tax-profile-details-modal-info{display:grid;grid-template-columns:48% 48%;gap:4px 4%}.tenant-inquiry-modal .tenant-inquiry-explanation{display:grid;grid-template-columns:100%;gap:12px;margin-bottom:12px}.tenant-inquiry-modal .ant-modal-footer,.tenant-inquiry-backup-modal .ant-modal-footer{display:flex;flex-direction:column-reverse;gap:12px;margin-top:24px}.tenant-inquiry-modal.ant-modal .ant-modal-footer>.ant-btn,.tenant-inquiry-backup-modal.ant-modal .ant-modal-footer>.ant-btn{margin-inline:0}.tenant-inquiry-modal .ant-modal-footer .ant-btn,.tenant-inquiry-backup-modal .ant-modal-footer .ant-btn{flex:1;padding:15px 20px;font-size:16px;line-height:12px;font-weight:700;border-radius:50px;cursor:pointer;transition:background-color .3s ease}.tenant-inquiry-modal .ant-modal-footer .ant-btn-primary,.tenant-inquiry-modal .ant-modal-footer .ant-btn-primary:hover,.tenant-inquiry-backup-modal .ant-modal-footer .ant-btn-primary,.tenant-inquiry-backup-modal .ant-modal-footer .ant-btn-primary:hover{background-color:#dc2626;color:#fff}.tenant-inquiry-modal .ant-modal-footer .ant-btn:disabled,.tenant-inquiry-backup-modal .ant-modal-footer .ant-btn:disabled{cursor:not-allowed;background-color:gray;color:#fff}.property-fee-payment-modal .property-fee-payment-explanation{display:grid;grid-template-columns:100%;gap:12px;margin-bottom:12px}.property-fee-payment-modal .ant-form-item{margin-bottom:12px}.property-fee-payment-modal .ant-modal-footer,.property-fee-payment-backup-modal .ant-modal-footer{display:flex;flex-direction:column-reverse;gap:12px;margin-top:24px}.property-fee-payment-modal.ant-modal .ant-modal-footer>.ant-btn,.property-fee-payment-backup-modal.ant-modal .ant-modal-footer>.ant-btn{margin-inline:0}.property-fee-payment-modal .ant-modal-footer .ant-btn,.property-fee-payment-backup-modal .ant-modal-footer .ant-btn{flex:1;padding:15px 20px;font-size:16px;line-height:12px;font-weight:700;border-radius:50px;cursor:pointer;transition:background-color .3s ease}.property-fee-payment-modal .ant-modal-footer .ant-btn-primary,.property-fee-payment-modal .ant-modal-footer .ant-btn-primary:hover,.property-fee-payment-backup-modal .ant-modal-footer .ant-btn-primary,.property-fee-payment-backup-modal .ant-modal-footer .ant-btn-primary:hover{background-color:#dc2626;color:#fff}.property-fee-payment-modal .ant-modal-footer .ant-btn:disabled,.property-fee-payment-backup-modal .ant-modal-footer .ant-btn:disabled{cursor:not-allowed;background-color:gray;color:#fff}.property-tasks-content{width:100%;padding:0}.property-tasks-create-button{background-color:#dc2626!important;border-radius:16px;height:48px;width:100%;display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;line-height:24px;font-weight:700;color:#fff;outline:none!important;margin-bottom:24px}.property-tasks-create-button:hover{background:#dc2626!important;color:#fff!important;border-color:#dc2626!important}.property-tasks-filter-pills{display:flex;gap:12px;margin-bottom:24px;justify-content:flex-start}.property-tasks-filter-pill{height:44px!important;padding:0 20px!important;border:1px solid #E0E0E0!important;border-radius:16px!important;background:#f5f5f5!important;color:#6b7280!important;font-size:16px!important;font-weight:400!important;display:flex!important;align-items:center!important;gap:8px!important;transition:all .3s ease!important;min-width:auto!important}.tasks-tabs{display:flex;width:100%}.tasks-tabs .ant-tabs-nav-list{display:flex;width:100%;padding:0}.tasks-tabs .ant-tabs-tab{width:50%!important;display:flex!important;justify-content:center!important;align-items:center!important;padding:0!important}.tasks-tabs .property-tasks-filter-pill{margin:8px 0}.property-tasks-filter-pill.active{background:#fff!important;color:#333!important;box-shadow:0 2px 8px #dc26261a!important}.property-tasks-filter-pill.active[data-filter=ongoing]{border-color:transparent!important;background:#feebd6!important;box-shadow:none!important}.property-tasks-filter-pill.active[data-filter=ongoing] .property-tasks-filter-count{background:#fff!important;color:#f97316!important;border:1px solid #F97316!important;padding:2px 8px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;box-shadow:none!important;line-height:15px!important}.property-tasks-filter-pill.active[data-filter=request]{border-color:#3b82f6!important;box-shadow:0 2px 8px #3b82f61a!important}.property-tasks-filter-pill.active[data-filter=request] .property-tasks-filter-count{background:#3b82f6}.property-tasks-filter-pill.active[data-filter=my-requests]{border-color:#3b82f6!important;box-shadow:0 2px 8px #3b82f61a!important}.property-tasks-filter-pill.active[data-filter=my-requests] .property-tasks-filter-count{background:#3b82f6}.property-tasks-filter-pill.active[data-filter=complete]{border-color:transparent!important;background:#c6f9ca!important;box-shadow:none!important}.property-tasks-filter-pill.active[data-filter=complete] .property-tasks-filter-count{background:#fff!important;color:#10b981!important;border:1px solid #10B981!important;padding:2px 8px!important;min-width:28px!important;height:20px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;box-shadow:none!important}.property-tasks-filter-pill.active[data-filter=completed]{border-color:#10b981!important;box-shadow:0 2px 8px #10b9811a!important}.property-tasks-filter-pill.active[data-filter=completed] .property-tasks-filter-count{background:#10b981}.property-tasks-filter-pill.active[data-filter=cancelled]{border-color:#dc2626!important;box-shadow:0 2px 8px #dc26261a!important}.property-tasks-filter-pill.active[data-filter=cancelled] .property-tasks-filter-count{background:#dc2626}.property-tasks-filter-count{background:#dcdee2;color:#fff;font-size:12px;font-weight:600;padding:2px 8px;border-radius:10px;min-width:20px;text-align:center}.property-tasks-list{display:flex;flex-direction:column;gap:16px}.property-tasks-empty{margin:40px 0;text-align:center}.property-tasks-card{border:1px solid #E0E0E0!important;border-radius:16px!important;padding:20px!important;background:#fff!important;cursor:pointer!important;transition:all .3s ease!important;box-shadow:0 2px 4px #00000005!important}.property-tasks-card:hover{border-color:#dc2626!important;box-shadow:0 4px 12px #dc26261a!important;transform:translateY(-1px)}.property-tasks-card.ongoing-card{background:#fef3f2!important;border-color:#f97316!important}.property-tasks-card.pending-card{background:#f0f8ff!important;border-color:#3b82f6!important}.property-tasks-card.complete-card{background:#f0fdf4!important;border-color:#10b981!important}.property-tasks-card.cancelled-card{background:#fef2f2!important;border-color:#ef4444!important}.property-tasks-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.property-tasks-card-title{color:#333!important;font-size:18px!important;font-weight:600!important;line-height:24px!important;margin:0!important;flex:1;margin-right:16px}.property-tasks-status-tag{font-size:14px!important;font-weight:500!important;padding:4px 12px!important;border-radius:12px!important;border:none!important;margin:0!important}.property-tasks-status-tag.ongoing{background:#fed7b7!important;color:#ea580c!important}.property-tasks-status-tag.pending{background:#bfdbfe!important;color:#1d4ed8!important}.property-tasks-status-tag.complete{background:#bbf7d0!important;color:#047857!important}.property-tasks-status-tag.cancelled{background:#fecaca!important;color:#dc2626!important}.property-tasks-card-content{margin-bottom:20px}.property-tasks-date-info{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:#888;font-size:14px}.property-tasks-date-info:last-child{margin-bottom:0}.property-tasks-date-info svg{color:#888;flex-shrink:0}.property-tasks-cancelled-reason{color:#dc2626!important;font-size:14px!important;font-weight:500!important;margin-bottom:8px!important;display:block}.property-tasks-requested-text{color:#888!important;font-size:14px!important}.property-tasks-late-completion{background:#fee2e2!important;color:#dc2626!important;border:1px solid #FECACA!important;font-size:12px!important;font-weight:500!important;padding:2px 8px!important;border-radius:12px!important;margin-top:8px!important;display:inline-block}.property-tasks-card-footer{display:flex;justify-content:space-between;align-items:center}.property-tasks-avatar-section{display:flex;align-items:center}.property-tasks-avatar{width:32px!important;height:32px!important;font-size:12px!important;font-weight:600!important;border:2px solid #FFFFFF!important}.property-tasks-avatar.yellow{background:#fef3c7!important;color:#d97706!important}.property-tasks-avatar.green{background:#d1fae5!important;color:#059669!important}.property-tasks-action-buttons{display:flex;gap:8px}.property-tasks-action-button{height:36px!important;padding:0 16px!important;border-radius:18px!important;font-size:14px!important;font-weight:500!important;display:flex!important;align-items:center!important;gap:6px!important;transition:all .3s ease!important}.property-tasks-action-button.cancel{border:1px solid #6B7280!important;background:transparent!important;color:#6b7280!important}.property-tasks-action-button.cancel:hover{border-color:#ef4444!important;color:#ef4444!important}.property-tasks-action-button.contact{background:#10b981!important;border:1px solid #10B981!important;color:#fff!important}.property-tasks-action-button.contact:hover{background:#059669!important;border-color:#059669!important}.property-tasks-action-button.invoice{border:1px solid #6B7280!important;background:transparent!important;color:#6b7280!important}.property-tasks-action-button.invoice:hover{border-color:#333!important;color:#333!important}.property-tasks-action-button.ratings{background:#8b5cf6!important;border:1px solid #8B5CF6!important;color:#fff!important}.property-tasks-action-button.ratings:hover{background:#7c3aed!important;border-color:#7c3aed!important}@media (max-width: 768px){.property-tasks-filter-pills{flex-wrap:wrap;gap:8px}.property-tasks-filter-pill{height:40px!important;padding:0 16px!important;font-size:14px!important}.property-tasks-card{padding:16px!important}.property-tasks-card-title{font-size:16px!important;line-height:22px!important}.property-tasks-card-footer{flex-direction:column;align-items:flex-start;gap:12px}.property-tasks-action-buttons{width:100%;justify-content:flex-end}.property-tasks-action-button{height:32px!important;padding:0 12px!important;font-size:12px!important}}@media (max-width: 576px){.property-tasks-create-button{height:48px!important;font-size:14px!important}.property-tasks-date-info{font-size:12px!important}.property-tasks-action-buttons{flex-direction:column;gap:8px}.property-tasks-action-button{width:100%;justify-content:center}}.property-tasks-body{padding:20px;background:#fff;border-radius:16px;box-shadow:0 2px 4px #00000005;width:100%}.property-users-content{width:100%;height:100%;display:flex;flex-direction:column;background-color:#fff;border-radius:24px}.property-users-main-content{flex:1;display:flex;position:relative;overflow:hidden}.property-users-empty{margin:40px 0;text-align:center}.property-users-user-list{flex:1;display:flex;flex-direction:column}.property-users-user-item{padding:16px 20px;transition:background-color .2s ease;display:flex;align-items:center;gap:12px 12px}.property-users-user-item:not(:last-of-type){border-bottom:1px solid #F0F0F0}.property-users-user-item:first-of-type{padding-top:4px}.property-users-user-item:last-of-type{border-radius:0 0 24px 24px}.property-users-user-info{display:flex;flex-direction:column;gap:4px;flex:1}.property-users-user-name{color:#333!important;font-size:16px!important;font-weight:600!important;line-height:20px!important;margin:0!important}.property-users-user-phone{color:#6b7280;font-size:14px;font-weight:400;line-height:18px;margin:0}.property-users-role-tag{width:-moz-fit-content!important;width:fit-content!important;font-size:12px!important;font-weight:500!important;padding:2px 8px!important;border-radius:12px!important;border:none!important;margin:4px 0 0!important;text-transform:capitalize}.property-users-role-tag.blue{background:#dbeafe;color:#1d4ed8}.property-users-role-tag.green{background:#d1fae5;color:#059669}.property-users-role-tag.orange{background:#fed7b7;color:#ea580c}.property-users-role-tag.yellow{background:#fef3c7;color:#d97706}.property-users-role-tag.gray{background:#f3f4f6;color:#6b7280}@media (max-width: 768px){.property-users-user-phone{font-size:13px}}@media (max-width: 576px){.property-users-user-item{flex-direction:column;align-items:flex-start}}.property-users-user-list::-webkit-scrollbar{width:4px}.property-users-user-list::-webkit-scrollbar-track{background:#f3f4f6;border-radius:2px}.property-users-user-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.property-users-user-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.property-users-content .tab-bar-wrapper{padding:10px 0;overflow-x:scroll;display:flex}.property-users-content .tab-bar-wrapper{scrollbar-width:none;-ms-overflow-style:none}.property-users-content .tab-bar-wrapper::-webkit-scrollbar{display:none}.property-users-content .tab-bar{flex:1;border-bottom:1px solid #E0E0E0;padding:0 24px;display:flex}.property-users-content .tab-bar-button{padding:16px 20px;font-family:Roboto,sans-serif;font-size:14px;line-height:20px;font-weight:400;color:#888;background:none;transition:all .3s ease;border:none;border-radius:0;border-bottom:3px solid transparent;box-shadow:none}.property-users-content .tab-bar-button.active,.property-users-content .tab-bar-button.active.ant-btn:hover{color:#d32525;border-bottom-color:#d32525;font-weight:700}.property-users-content .tab-bar-button.ant-btn:hover{color:#888;border-color:#888}.property-users-tab-bar-button-count{width:20px;height:20px;font-size:12px;font-weight:600;border-radius:999px;background:#6b7280;color:#fff;display:inline-block;text-align:center}.property-users-footer{margin-top:16px}.property-users-footer .view-page-action-row-button-highlight{flex:1}.add-user-to-property-modal .ant-modal-content{border-radius:24px}.add-user-to-property-modal .ant-modal-content main{margin:24px 0 36px}.add-user-to-property-modal .ant-modal-footer{display:flex;flex-direction:column-reverse;gap:12px}.add-user-to-property-modal.ant-modal .ant-modal-footer>.ant-btn{margin-inline:0}.add-user-to-property-modal .ant-modal-footer .ant-btn{flex:1;padding:15px 20px;font-size:16px;line-height:12px;font-weight:700;border-radius:50px;transition:background-color .3s ease}.add-user-to-property-modal .ant-modal-footer .ant-btn-primary,.add-user-to-property-modal .ant-modal-footer .ant-btn-primary:hover{background-color:#dc2626;color:#fff}.add-user-to-property-modal .ant-modal-footer .ant-btn:disabled{background-color:gray;color:#fff}.property-tenant-lead-content{width:100%;height:100%;background-color:#fff;border-radius:24px;padding-bottom:10px;display:flex;flex-direction:column}.property-tenant-lead-content .tab-bar-wrapper{padding:10px 0;overflow-x:scroll;display:flex}.property-tenant-lead-content .tab-bar{flex:1;border-bottom:1px solid #E0E0E0;padding:0 24px;display:grid;grid-template-columns:1fr 1fr}.property-tenant-lead-content .tab-bar-wrapper{scrollbar-width:none;-ms-overflow-style:none}.property-tenant-lead-content .tab-bar-wrapper::-webkit-scrollbar{display:none}.property-tenant-lead-content .tab-bar-button{padding:16px 20px;font-family:Roboto,sans-serif;font-size:14px;line-height:20px;font-weight:400;color:#888;background:none;transition:all .3s ease;border:none;border-radius:0;border-bottom:3px solid transparent;box-shadow:none}.property-tenant-lead-content .tab-bar-button.active,.property-tenant-lead-content .tab-bar-button.active.ant-btn:hover{color:#d32525;border-bottom-color:#d32525;font-weight:700}.property-tenant-lead-content .tab-bar-button.ant-btn:hover{color:#888;border-color:#888}.property-tenant-lead-tab-content{flex:1;overflow:hidden;padding:0 20px;min-height:200px;position:relative;display:flex;flex-direction:column}.property-tenant-lead-potential-tenants{padding:8px 0;display:grid;gap:16px}.property-tenant-lead-potential-tenant{border-radius:24px;border:2px solid #D9D9D9}.property-tenant-lead-potential-tenant .ant-card-body{display:grid;gap:16px;padding:16px 24px 20px}.property-tenant-lead-potential-tenant .ant-card-body:before,.property-tenant-lead-potential-tenant .ant-card-body:after{content:none}.property-tenant-lead-potential-tenant .ant-typography{color:inherit}.property-tenant-lead-potential-tenant-selected{border:2px solid #D32525}.property-tenant-lead-potential-tenant header{display:flex;justify-content:space-between;align-items:center}.property-tenant-lead-potential-tenant header :nth-child(1) .ant-typography{margin-bottom:0}.property-tenant-lead-potential-tenant header :nth-child(2)>*{padding:2px 12px;background-color:#d3d3d3;border-radius:999px}.property-tenant-lead-potential-tenant header .property-tenant-lead-tag-unit{background-color:#ead5ff;color:purple}.property-tenant-lead-potential-tenant header .property-tenant-lead-tag-room{background-color:#ead5ff;color:purple}.property-tenant-lead-potential-tenant main{color:gray;font-weight:600}.property-tenant-lead-potential-tenant main>*{display:grid;grid-template-columns:30% max-content auto;gap:8px}.property-tenant-lead-historical-potential-tenants{padding:8px 0;display:grid;gap:16px}.property-tenant-lead-historical-potential-tenant{border-radius:24px;border:2px solid #D9D9D9}.property-tenant-lead-historical-potential-tenant .ant-card-body{display:grid;gap:16px;padding:16px 24px 20px}.property-tenant-lead-historical-potential-tenant .ant-card-body:before,.property-tenant-lead-historical-potential-tenant .ant-card-body:after{content:none}.property-tenant-lead-historical-potential-tenant .ant-typography{color:inherit}.property-tenant-lead-historical-potential-tenant header{display:flex;justify-content:space-between;align-items:center}.property-tenant-lead-historical-potential-tenant header :nth-child(1) .ant-typography{margin-bottom:0}.property-tenant-lead-historical-potential-tenant header :nth-child(2)>*{padding:2px 12px;background-color:#d3d3d3;border-radius:999px}.property-tenant-lead-historical-potential-tenant header .property-tenant-lead-tag-approved{background-color:#d7fa9c;color:#698833}.property-tenant-lead-historical-potential-tenant header .property-tenant-lead-tag-rejected{background-color:#fdc9cb;color:#803e40}.property-tenant-lead-historical-potential-tenant main{color:gray;font-weight:600}.property-tenant-lead-historical-potential-tenant main>*{display:grid;grid-template-columns:30% max-content auto;gap:8px}.property-tenant-lead-floating{position:fixed;bottom:0;left:0;width:100%;background:#fff;border-top:1px solid grey;padding:15px 20px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.property-tenant-lead-floating .ant-btn{border-radius:12px;height:40px}.property-tenant-lead-floating .ant-btn.ant-btn-primary,.property-tenant-lead-floating .ant-btn.ant-btn-primary:hover{border:1px solid #D32525;background:#d32525;color:#fff;font-weight:600}.property-tenant-lead-floating .ant-btn.ant-btn-default,.property-tenant-lead-floating .ant-btn.ant-btn-default:hover{border:1px solid grey;background:#fff;color:#000;font-weight:400}.property-tenant-lead-floating .ant-btn.ant-btn-disabled,.property-tenant-lead-floating .ant-btn.ant-btn-disabled:hover{border:1px solid grey;background-color:#b4b4b4;color:#fff;font-weight:400}.property-tenant-lead-content-with-floating{margin-bottom:10vw}.property-tenant-lead-reconsider-button{display:flex;align-items:center;padding:20px;border-radius:12px;font-size:14px;font-weight:700}.property-tenant-lead-reconsider-button svg{stroke:#a7a7a7}.property-tenant-lead-reconsider-button,.property-tenant-lead-reconsider-button.ant-btn:hover,.property-tenant-lead-reconsider-button.ant-btn.ant-btn-primary:hover,.property-tenant-lead-reconsider-button.ant-btn.ant-btn-default:hover{background-color:#f8f8f8;border:2px solid #d4d4d4;color:#606060}.property-payment-content{width:100%;height:100%;background-color:#fff;border-radius:24px;padding-bottom:10px;display:flex;flex-direction:column}.property-payment-content:has(.property-payment-floating){margin-bottom:80px}.property-payment-content .tab-bar-wrapper{padding:10px 0;overflow-x:scroll;display:flex}.property-payment-content .tab-bar{flex:1;border-bottom:1px solid #E0E0E0;padding:0 24px;display:grid;grid-auto-flow:column}.property-payment-content .tab-bar-wrapper{scrollbar-width:none;-ms-overflow-style:none}.property-payment-content .tab-bar-wrapper::-webkit-scrollbar{display:none}.property-payment-content .tab-bar-button{padding:16px 20px;font-family:Roboto,sans-serif;font-size:14px;line-height:20px;font-weight:400;color:#888;background:none;transition:all .3s ease;border:none;border-radius:0;border-bottom:3px solid transparent;box-shadow:none}.property-payment-content .tab-bar-button.active,.property-payment-content .tab-bar-button.active.ant-btn:hover{color:#d32525;border-bottom-color:#d32525;font-weight:700}.property-payment-content .tab-bar-button.ant-btn:hover{color:#888;border-color:#888}.property-payment-tab-content{flex:1;overflow:hidden;padding:10px 20px 20px;position:relative;display:grid;gap:16px}.property-payment-tab-content>section{display:grid;gap:12px}.property-payment-manage-section{margin-bottom:16px}.property-payment-manage-section .ant-card{border-radius:16px}.property-payment-manage-section .ant-card-body{padding:16px;display:grid;gap:12px}.property-payment-manage-section>.ant-typography{margin-bottom:0}.property-payment-manage-section .ant-card-body:before{content:none}.property-payment-manage-section .ant-card-body:after{content:none}.property-payment-nothing-section{display:flex;text-align:center;justify-content:center;align-items:center;height:200px}.property-payment-add-more-section{padding:16px;border-radius:16px;border:1px solid #F0F0F0;box-shadow:1px 2px #0002}.property-payment-add-more-section .ant-card{border-radius:16px}.property-payment-add-more-section .ant-card-body{padding:16px;display:grid;gap:12px}.property-payment-add-more-section .ant-card-body:before{content:none}.property-payment-add-more-section .ant-card-body:after{content:none}.property-payment-add-more-section .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,.property-payment-add-more-section .ant-checkbox-wrapper:hover .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{background-color:#dc2626;border-color:#dc2626}.property-payment-form-item-wrapper-header{display:flex;gap:8px;align-items:center}.property-payment-form-item-wrapper-header .ant-typography{font-weight:700}.property-payment-info-item-header .ant-typography{font-weight:700;margin-bottom:0}.property-payment-info-item-content{display:grid;grid-template-columns:max-content max-content auto;gap:4px}.property-payment-floating{position:fixed;bottom:0;left:0;width:100%;background:#fff;border-top:1px solid grey;padding:15px 20px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.property-payment-floating .ant-btn{border-radius:12px;height:40px}.property-payment-floating .ant-btn.ant-btn-primary,.property-payment-floating .ant-btn.ant-btn-primary:hover{border:1px solid #D32525;background:#d32525;color:#fff;font-weight:600}.property-payment-floating .ant-btn.ant-btn-default,.property-payment-floating .ant-btn.ant-btn-default:hover{border:1px solid grey;background:#fff;color:#000;font-weight:400}.property-payment-floating .ant-btn.ant-btn-disabled,.property-payment-floating .ant-btn.ant-btn-disabled:hover,.property-payment-floating .ant-btn:disabled,.property-payment-floating .ant-btn:disabled:hover{border:1px solid #b4b4b4;background-color:#b4b4b4;color:#fff;font-weight:400}.property-payment-content-with-floating{margin-bottom:10vw}.setting-detail-page-container{min-height:100vh;background-color:#f3f4f6;font-family:Roboto,sans-serif;color:#fff;display:flex;flex-direction:column}.setting-detail-header{position:relative;display:flex;align-items:center;padding:55px 0 25px;gap:12px}.setting-detail-back-button{width:32px;height:32px;border:1px solid #6B7280;border-radius:12px;color:#000;cursor:pointer}.setting-detail-back-button svg{margin-top:3px}.setting-detail-header-title{font-size:18px;line-height:28px;font-weight:400;color:#000}.setting-detail-main-content{flex:1;padding:5px 25px 25px;overflow-y:auto}.setting-detail-info-block{display:flex;flex-direction:column;gap:12px}.setting-detail-item{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-radius:16px;background-color:#fff;border:1px solid #E0E0E0}.setting-detail-item:last-child{border-bottom:none}.setting-detail-item-label{color:#333;font-size:16px;line-height:24px;font-weight:500}.setting-detail-item-value{display:flex;align-items:center}.setting-detail-item-text{color:#888;font-size:16px;line-height:24px;font-weight:400}.setting-detail-item.setting-detail-action{cursor:pointer}.setting-detail-item-chevron{transform:rotate(180deg);color:#888}.setting-detail-overlay-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:50}.setting-detail-overlay-content{background-color:#fff;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;width:100%;padding:1.5rem 1.5rem 2rem;display:flex;flex-direction:column}.setting-detail-overlay-header-icon{display:flex;justify-content:center;margin-bottom:1rem;color:#888;position:relative}.setting-detail-overlay-cancel-button-container{display:flex;justify-content:flex-end;margin-bottom:1rem;position:absolute;right:0}.setting-detail-overlay-cancel-button{color:#888;font-size:16px;font-weight:400;background:none;border:none;cursor:pointer;padding:0;line-height:24px}.setting-detail-overlay-title{font-size:1.125rem;font-weight:700;color:#333;text-align:center;margin-bottom:1rem}.setting-detail-overlay-input-section{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.setting-detail-overlay-input-group{display:flex;flex-direction:column}.setting-detail-overlay-label{display:block;color:#333;font-size:16px;line-height:24px;font-weight:400;margin-bottom:10px;border-radius:16px}.setting-detail-page-container .ant-select-selector{width:100%!important;padding:12px 16px!important;background-color:#fff!important;border:1px solid #E0E0E0!important;border-radius:16px!important;color:#333!important;font-size:16px!important;height:auto!important}.setting-detail-page-container .ant-select-selection-item{color:#333!important;font-size:16px!important;line-height:24px!important;border-radius:16px!important}.setting-detail-page-container .ant-select-arrow{color:#888!important;font-size:16px!important;right:16px!important}.setting-detail-page-container .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background-color:#f0f0f0!important;color:#333!important}.setting-detail-page-container .ant-select-item-option-active:not(.ant-select-item-option-disabled){background-color:#f0f0f0!important}.setting-detail-page-container .ant-select-dropdown{border-radius:8px!important;box-shadow:0 4px 12px #0000001a!important}.setting-detail-page-container .ant-select-item{padding:10px 16px!important;font-size:16px!important;color:#333!important}.setting-detail-overlay-input{width:100%;padding:12px 16px;background-color:#fff;border:1px solid #E0E0E0;border-radius:16px;color:#333;font-size:16px}.setting-detail-overlay-input::-moz-placeholder{color:#888}.setting-detail-overlay-input::placeholder{color:#888}.PhoneInput{display:flex;align-items:center;width:100%}.PhoneInput.error{border-color:#dc2626}.PhoneInput .setting-detail-country-select-with-flag{margin-right:10px;width:80px}.PhoneInputInput{flex:1;border:none;background-color:transparent;outline:none;width:100%;padding:12px 16px;border:1px solid #E0E0E0;border-radius:16px;font-size:16px;color:#333;background-color:#fff}.PhoneInputInput::-moz-placeholder{color:#aaa}.PhoneInputInput::placeholder{color:#aaa}.PhoneInputCountry{margin-right:8px;padding-left:0;border-radius:16px;padding-right:0}.PhoneInputCountrySelect{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;cursor:pointer;font-size:16px;color:#333;padding:0;outline:none}.PhoneInputCountryIcon{width:20px;height:auto}.PhoneInputCountryIcon--border{border:none}.PhoneInputCountrySelectArrow{color:#888;margin-left:15px}.setting-detail-password-input-container{position:relative;width:100%}.setting-detail-password-input-container .setting-detail-overlay-input{padding-right:40px}.setting-detail-password-toggle-icon{position:absolute;right:15px;top:50%;transform:translateY(-50%);cursor:pointer;color:#888}#streetAddress,#apartmentSuite{margin-bottom:10px}.setting-detail-overlay-save-button{width:100%;background-color:#dc2626;color:#fff;font-size:1rem;font-weight:700;padding:.75rem;border-radius:16px;border:none;cursor:pointer}.setting-detail-form-row{display:flex;justify-content:space-between;gap:1rem}.setting-detail-form-row .setting-detail-overlay-input-group{width:48%}.setting-detail-hint-text{font-size:12px;color:#888;margin-bottom:8px;padding-left:8px}.setting-detail-text-gray-700{color:#333}.setting-detail-text-sm{font-size:14px}.setting-detail-mb-4{margin-bottom:16px}.setting-detail-h-24{height:96px}.notification-list-page-container .filter-categories-list{padding:12px 16px}.notification-list-page-container .filter-scroll{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.notification-list-page-container .filter-scroll::-webkit-scrollbar{display:none}.notification-list-page-container .filter-button-list{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:24px;white-space:nowrap;border:none;cursor:pointer;transition:all .2s;font-size:14px;font-weight:500}.notification-list-page-container .filter-button-list.selected{background-color:#333;color:#fff}.notification-list-page-container .filter-button-list.unselected{background-color:#fff;color:#757575}.notification-list-page-container .filter-icon-list{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.notification-list-page-container .filter-icon-list svg{fill:#000}.notification-list-page-container .filter-icon-list.unselected{opacity:.6}.notification-list-page-container .notification-list{padding:16px}.notification-list-page-container .notification-items{display:flex;flex-direction:column;gap:16px}.notification-list-page-container .notification-items>a{text-decoration:none}.notification-list-page-container .notification-item{background-color:#fff;border-radius:32px;padding:18px 22px;border:1px solid #e5e5e5;box-shadow:0 1px 2px #0002;transition:box-shadow .2s}.notification-list-page-container .notification-header-content{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:8px}.notification-list-page-container .notification-title-row{display:flex;align-items:center;gap:12px;flex:1;justify-content:space-between}.notification-list-page-container .notification-indicator{width:12px;height:12px;border-radius:50%}.notification-list-page-container .notification-title{font-size:16px;font-weight:500;color:#333;line-height:1.2;margin:0}.notification-list-page-container .notification-description{font-size:14px;color:#757575;line-height:1.4;margin:0 0 12px}.notification-list-page-container .notification-timestamp{font-size:12px;color:#bdbdbd;margin:0}.notification-list-page-container .empty-state{text-align:center;padding:32px 0}.notification-list-page-container .empty-state svg{margin:0 auto 12px}.notification-list-page-container .empty-state p{color:#757575;margin:0}.notification-list-page-container .filter-categories-buttons{width:100%;display:flex;padding:4px;margin-bottom:12px;gap:10px}.notification-list-page-container .filter-categories-button{flex:1;display:flex;align-items:center;justify-content:center;border-radius:15px;font-size:14px;font-weight:400;text-decoration:none;color:#333;flex-direction:column;background-color:#fff;border:none;gap:6px;padding:8px 4px;min-width:120px;box-shadow:0 2px 4px #0001}.notification-list-page-container .filter-categories-button.selected{background-color:#210909;color:#fff}.notification-list-page-container .filter-categories-button svg{width:20px;height:20px;stroke:#000}.notification-list-page-container .filter-categories-button.selected svg{stroke:#fff}.ratings-page-container{min-height:100vh;background-color:#f2f2f2;padding:0}.ratings-page-container.dark-mode{background-color:#1a1a1a;color:#fff}.ratings-content{padding:16px}.dark-mode .ratings-content{background-color:#1a1a1a}.to-rate-content{background-color:#1a1a1a;color:#fff}.property-selector{margin-bottom:16px}.property-dropdown{width:100%}.property-dropdown .ant-select-selector{height:48px!important;border-radius:12px!important;border-color:#e0e0e0!important;background-color:#fff!important}.dark-mode .property-dropdown .ant-select-selector{background-color:#2a2a2a!important;border-color:#404040!important;color:#fff!important}.rating-profile-card{background-color:#fff;border-radius:16px;padding:24px;text-align:center;margin-bottom:16px;box-shadow:0 2px 8px #0000001a}.dark-mode .rating-profile-card{background-color:#2a2a2a;box-shadow:0 2px 8px #0000004d}.profile-avatar{width:80px;height:80px;border-radius:50%;background-color:#4285f4;display:flex;align-items:center;justify-content:center;font-size:40px;margin:0 auto 16px}.profile-name{margin:0 0 12px!important;font-size:24px!important;font-weight:700!important;color:#333!important}.dark-mode .profile-name{color:#fff!important}.profile-rating{display:flex;justify-content:center;gap:4px;margin-bottom:12px}.profile-title{display:block;font-size:16px;color:#888;margin-bottom:12px}.dark-mode .profile-title{color:#ccc}.profile-unit-code{background-color:#f0f0f0;color:#333;padding:4px 12px;border-radius:16px;font-size:12px;display:inline-block}.dark-mode .profile-unit-code{background-color:#404040;color:#ccc}.rating-summary-card{background-color:#fff;border-radius:16px;padding:24px;text-align:center;margin-bottom:16px;box-shadow:0 2px 8px #0000001a}.dark-mode .rating-summary-card{background-color:#2a2a2a;box-shadow:0 2px 8px #0000004d}.summary-avatar{width:80px;height:80px;border-radius:50%;background-color:#34c759;display:flex;align-items:center;justify-content:center;font-size:40px;margin:0 auto 16px}.summary-title{margin:0 0 12px!important;font-size:20px!important;font-weight:700!important;color:#333!important}.dark-mode .summary-title{color:#fff!important}.summary-rating{display:flex;justify-content:center;gap:4px;margin-bottom:12px}.summary-subtitle{font-size:16px;color:#888}.dark-mode .summary-subtitle{color:#ccc}.reviews-list{display:flex;flex-direction:column;gap:24px}.review-card.ant-card{border-radius:24px;box-shadow:0 2px 2px #0001}.review-card.ant-card:not(.reviewed-card){background-color:transparent;border:none;box-shadow:none}.review-header{display:flex;gap:12px;margin-bottom:12px}.review-user-avatar{width:40px;height:40px;border-radius:50%;background-color:#34c759;display:flex;align-items:center;justify-content:center;flex-shrink:0}.review-user-info{flex:1}.review-user-name{display:block;font-size:16px;font-weight:600;color:#333;margin-bottom:4px}.dark-mode .review-user-name{color:#fff}.review-rating{display:flex;gap:4px;margin-bottom:4px}.review-date{font-size:12px;color:#888}.dark-mode .review-date{color:#ccc}.review-comment{font-size:14px;line-height:1.5;color:#333;margin-bottom:12px}.dark-mode .review-comment{color:#ccc}.service-provider-info{background-color:#f8f8f8;border-radius:8px;padding:12px;margin-top:12px;margin-bottom:12px}.dark-mode .service-provider-info{background-color:#1a1a1a}.service-provider-role{display:block;font-size:12px;color:#888;margin-bottom:4px}.dark-mode .service-provider-role{color:#ccc}.service-provider-name{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:4px}.dark-mode .service-provider-name{color:#fff}.service-provider-description{font-size:12px;color:#666;line-height:1.4}.dark-mode .service-provider-description{color:#ccc}.review-actions{display:flex;justify-content:flex-end}.review-action-button{border-radius:20px;padding:6px 16px;font-size:12px;height:auto;border:none}.update-button{background-color:#4285f4!important;color:#fff!important}.reviewed-button{background-color:#e0e0e0!important;color:#888!important;cursor:not-allowed}.to-rate-list{display:flex;flex-direction:column;gap:16px}.to-rate-card{background-color:#2a2a2a;border-radius:16px;padding:20px;box-shadow:0 2px 8px #0000004d}.to-rate-header{display:flex;gap:12px;margin-bottom:12px}.to-rate-user-avatar{width:40px;height:40px;border-radius:50%;background-color:#34c759;display:flex;align-items:center;justify-content:center;flex-shrink:0}.to-rate-info{flex:1}.to-rate-name{display:block;font-size:16px;font-weight:600;color:#333;margin-bottom:4px}.to-rate-role{font-size:12px;color:gray}.to-rate-description{font-size:14px;line-height:1.5;color:gray;margin-bottom:16px}.to-rate-footer{display:flex;justify-content:space-between;align-items:flex-end}.to-rate-cost-info{display:flex;flex-direction:column}.to-rate-cost{font-size:16px;font-weight:600;color:#333;margin-bottom:4px}.to-rate-date{font-size:12px;color:gray}.rate-button{background-color:#ff9500!important;border:none!important;border-radius:20px!important;color:#fff!important;display:flex!important;align-items:center!important;gap:6px!important;padding:8px 16px!important;font-weight:600!important;height:auto!important}.rate-button:hover{background-color:#e6860a!important}.star-filled{color:gold}.star-empty{color:#e0e0e0}@media (max-width: 768px){.ratings-tabs{padding:12px;gap:8px}.ratings-content{padding:12px}.to-rate-footer{flex-direction:column;align-items:flex-start;gap:12px}.rate-button{align-self:flex-end}}.ratings-page-container .rating-type-buttons{overflow-x:scroll;display:flex;padding:4px 4px 12px;margin-bottom:12px;gap:10px}.ratings-page-container .rating-type-button{flex:1;display:flex;align-items:center;justify-content:center;border-radius:15px;font-size:14px;font-weight:400;text-decoration:none;color:#333;flex-direction:column;background-color:#fff;border:none;gap:6px;padding:8px 4px;cursor:pointer;min-width:120px;box-shadow:0 2px 4px #0001}.ratings-page-container .rating-type-button.selected{background-color:#210909;color:#fff}.ratings-page-container .rating-type-button svg{width:20px;height:20px;stroke:#000}.ratings-page-container .rating-type-button.selected svg{stroke:#fff}.ratings-page-container .your-rating-rating-card.ant-card,.ratings-page-container .property-rating-card.ant-card{background-color:transparent;border:none;box-shadow:none}.ratings-page-container .reviewed-rating-card.ant-card,.ratings-page-container .to-rate-rating-card.ant-card{border-radius:24px;box-shadow:0 2px 2px #0001}.ratings-page-container .rating-card-header{display:flex;gap:12px;margin-bottom:12px}.ratings-page-container .rating-card-rater-name{display:block;font-size:16px;font-weight:600;color:#333}.ratings-page-container .rating-card-lines{flex:1;display:grid;gap:2px}.ratings-page-container .rating-card-rating-kind{font-size:12px;color:gray}.ratings-page-container .rating-card-rating-date,.ratings-page-container .rating-card-property-title{font-size:12px;color:#888}.ratings-page-container .rating-card-rating{display:flex;gap:4px;margin-bottom:4px}.ratings-page-container .rating-card-rating-text{font-size:14px;line-height:1.5;color:#333;margin-bottom:12px}.ratings-page-container .rating-card-rating-service-category{font-size:14px;line-height:1.5;color:#333;font-weight:600;margin-bottom:12px}.ratings-page-container .rating-card-rating-title{font-size:14px;line-height:1.5;color:#333;margin-bottom:12px}.ratings-page-container .rating-card-rating-description{margin-bottom:12px;font-size:14px;font-style:italic;color:gray;line-height:1.5}.ratings-page-container .to-rate-rating-card .rating-card-footer{margin-top:12px;border-top:2px ridge #0008;padding:12px 8px 0;display:flex;justify-content:space-between;align-items:center}.ratings-page-container .to-rate-rating-card .rating-card-footer .to-rate-cost-info{display:flex;flex-direction:column;gap:2px}.ratings-page-container .to-rate-rating-cost{font-size:16px;font-weight:600;color:#333;margin-bottom:4px}.ratings-page-container .to-rate-rating-date{font-size:12px;color:gray}.ratings-page-container .to-rate-buttons{display:flex;gap:8px}.ratings-page-container .to-rate-rate-button,.ratings-page-container .to-rate-go-to-task-button,.ratings-page-container .to-rate-go-to-property-button{border-radius:20px;display:flex;align-items:center;gap:6px;padding:8px 16px;font-weight:600;height:auto}.ratings-page-container .to-rate-rate-button.ant-btn,.ratings-page-container .to-rate-rate-button.ant-btn:hover{background-color:#ff9500;border:none;color:#fff}.ratings-page-container .to-rate-go-to-task-button.ant-btn,.ratings-page-container .to-rate-go-to-task-button.ant-btn:hover,.ratings-page-container .to-rate-go-to-property-button.ant-btn,.ratings-page-container .to-rate-go-to-property-button.ant-btn:hover{background-color:#fff;border:1px solid #0002;color:#000}@media (max-width: 768px){.ratings-page-container .to-rate-rating-card .rating-card-footer{flex-direction:column;align-items:flex-start;gap:12px}}.hr-create-new-content{padding:24px 16px}.hr-create-new-options{display:flex;flex-direction:column;gap:16px}.hr-create-new-option-card{background-color:#fff;border-radius:16px;padding:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e5e5;cursor:pointer;transition:box-shadow .2s;display:flex;align-items:center;justify-content:space-between}.hr-create-new-option-card:hover{box-shadow:0 4px 6px #0000001a}.hr-create-new-option-content{display:flex;align-items:center;gap:16px;flex:1}.hr-create-new-option-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center}.hr-create-new-option-text{flex:1}.hr-create-new-option-title{font-size:16px;font-weight:600;color:#333;margin:0 0 4px;display:block}.hr-create-new-option-description{font-size:14px;color:#757575;margin:0;display:block}.hr-create-new-option-chevron{color:#bdbdbd}.new-user-account-container{min-height:100vh;background-color:#f2f2f2;display:flex;flex-direction:column}.new-user-account-header{background-color:#fff;padding:16px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:10}.new-user-account-back-button{background:none;border:none;padding:8px;border-radius:50%;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.new-user-account-back-button:hover{background-color:#f5f5f5}.new-user-account-title{font-size:20px;font-weight:700;color:#333;margin:0}.new-user-account-content{flex:1;padding:24px 16px}.new-user-account-form{display:flex;flex-direction:column;gap:24px}.new-user-account-form-group{display:flex;flex-direction:column;gap:8px}.new-user-account-form-label{font-size:14px;font-weight:500;color:#333;margin:0}.new-user-account-role-select{border-radius:8px}.new-user-account-role-select .ant-select-selector{border-radius:8px;border:1px solid #E0E0E0;background-color:#fff;min-height:48px;display:flex;align-items:center}.new-user-account-role-select .ant-select-selection-placeholder{color:#bdbdbd;font-size:16px}.new-user-account-input{border-radius:8px;border:1px solid #E0E0E0;background-color:#fff;min-height:48px}.new-user-account-input .ant-input{border:none;background:transparent;font-size:16px;color:#333}.new-user-account-input .ant-input::-moz-placeholder{color:#bdbdbd}.new-user-account-input .ant-input::placeholder{color:#bdbdbd}.new-user-account-suffixed-field{display:grid;grid-template-columns:auto max-content;gap:2%;align-items:center}.new-user-account-suffixed-field .ant-btn{padding:0 16px;border-radius:16px;height:48px}.new-user-account-bank-information-card{border-radius:32px}.new-user-account-bank-information-card:not(:first-child){margin:16px 0}.new-user-account-bank-information-card-delete{position:absolute;top:20px;right:20px;display:flex;align-items:center;justify-content:center}.new-user-account-bank-information-card-delete.ant-btn-icon-only{padding-inline:18px;padding-block:18px}.new-user-account-step-actions{margin:16px 0;display:flex}.new-user-account-step-actions .ant-btn{flex:1;padding:20px;font-size:16px;line-height:12px;font-weight:400;border-style:solid;border-radius:50px;border-width:1px;transition:background-color .3s ease}.new-user-account-page .new-user-account-step-actions .ant-btn,.new-user-account-page .new-user-account-step-actions .ant-btn:hover{background-color:#fff;color:#dc2626;border-color:#dc2626}.new-user-account-horizontal-bar{background-color:#00000010;border-radius:99px;min-height:4px;margin:32px 0 24px}.new-user-account-notice{margin:8px 0;padding:12px 16px;background:#ffc080;border:2px solid #00000020;border-radius:24px;display:grid;grid-template-columns:auto max-content;gap:4px;align-items:center}.new-user-account-page .new-user-account-notice .ant-btn{padding:15px 20px;font-size:16px;line-height:12px;font-weight:400;border-style:solid;border-radius:50px;border-width:1px;transition:background-color .3s ease}.new-user-account-page .new-user-account-notice .ant-btn,.new-user-account-page .new-user-account-notice .ant-btn:hover{background-color:#fff;color:#dc2626;border-color:#dc2626}.create-sop-form .ant-form-item .create-sop-target-users{padding:20px;border:1px solid #0002;border-radius:16px;grid-template-columns:100%}.new-announcement-container{min-height:100vh;background-color:#f2f2f2;display:flex;flex-direction:column}.new-announcement-header{background-color:#fff;padding:16px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:10}.new-announcement-back-button{background:none;border:none;padding:8px;border-radius:50%;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.new-announcement-back-button:hover{background-color:#f5f5f5}.new-announcement-title{font-size:20px;font-weight:700;color:#333;margin:0}.new-announcement-content{flex:1;padding:24px 16px;overflow-y:auto}.new-announcement-form{display:flex;flex-direction:column;gap:24px}.new-announcement-form-group{display:flex;flex-direction:column;gap:8px}.new-announcement-form-label{font-size:14px;font-weight:500;color:#333;margin:0}.new-announcement-input{border-radius:8px;border:1px solid #E0E0E0;background-color:#fff;min-height:48px}.new-announcement-input .ant-input{border:none;background:transparent;font-size:16px;color:#333}.new-announcement-input .ant-input::-moz-placeholder{color:#bdbdbd}.new-announcement-input .ant-input::placeholder{color:#bdbdbd}.new-announcement-textarea{border-radius:8px;border:1px solid #E0E0E0;background-color:#fff;padding:12px;min-height:120px}.new-announcement-textarea .ant-input{border:none;background:transparent;font-size:16px;color:#333;resize:none;line-height:1.5}.new-announcement-textarea .ant-input::-moz-placeholder{color:#bdbdbd}.new-announcement-textarea .ant-input::placeholder{color:#bdbdbd}.new-announcement-checkbox-group{background-color:#fff;border-radius:8px;border:1px solid #E0E0E0;padding:16px}.new-announcement-checkboxes{display:flex;flex-direction:column;gap:16px}.new-announcement-checkboxes .ant-checkbox-wrapper{font-size:16px;color:#333;margin:0}.new-announcement-checkboxes .ant-checkbox-wrapper span:not(.ant-checkbox){font-size:16px;color:#333}.new-announcement-checkboxes .ant-checkbox{margin-right:12px}.new-announcement-checkboxes .ant-checkbox-checked .ant-checkbox-inner{background-color:#d32525;border-color:#d32525}.new-announcement-date-picker{border-radius:8px;border:1px solid #E0E0E0;background-color:#fff;min-height:48px}.new-announcement-date-picker .ant-picker-input>input{font-size:16px;color:#333}.new-announcement-date-picker .ant-picker-input>input::-moz-placeholder{color:#bdbdbd}.new-announcement-date-picker .ant-picker-input>input::placeholder{color:#bdbdbd}.new-announcement-calendar-icon{color:#888}.new-announcement-footer{padding:16px;background-color:#fff;border-top:1px solid #E0E0E0}.new-announcement-submit-button{width:100%;height:48px;border-radius:24px;background-color:#d32525;border:none;font-size:16px;font-weight:600;color:#fff}.new-announcement-submit-button:hover{background-color:#b71c1c}.new-announcement-submit-button:disabled{background-color:#bdbdbd;color:#fff}.new-announcement-submit-button:disabled:hover{background-color:#bdbdbd}.renovation-packages-page .renovation-package-cards{display:flex;flex-direction:column;gap:20px}.renovation-packages-page .renovation-package-card{border-radius:24px;box-shadow:0 4px 4px #0001}.renovation-packages-page .renovation-package-card-description{white-space:pre-wrap;margin-top:8px}.renovation-packages-page .renovation-package-card-clickable{cursor:pointer;transition:box-shadow linear .1s}.renovation-packages-page .renovation-package-card-clickable:hover{box-shadow:0 4px 4px #0002}.create-property-renovation-request-modal .ant-modal-body{display:grid;gap:16px}.create-property-renovation-request-modal-info>:nth-child(2){display:grid;grid-template-columns:max-content max-content auto;gap:8px}.create-property-renovation-request-modal .ant-modal-footer{display:flex;flex-direction:column-reverse;gap:12px;margin-top:24px}.create-property-renovation-request-modal.ant-modal .ant-modal-footer>.ant-btn{margin-inline:0}.create-property-renovation-request-modal .ant-modal-footer .ant-btn{flex:1;padding:15px 20px;font-size:16px;line-height:12px;font-weight:700;border-radius:50px;cursor:pointer;transition:background-color .3s ease}.create-property-renovation-request-modal .ant-modal-footer .ant-btn-primary,.create-property-renovation-request-modal .ant-modal-footer .ant-btn-primary:hover{background-color:#dc2626;color:#fff}.create-property-renovation-request-modal .ant-modal-footer .ant-btn:disabled{cursor:not-allowed;background-color:gray;color:#fff}.marketing-create-new-content{padding:24px 16px}.marketing-create-new-options{display:flex;flex-direction:column;gap:16px}.marketing-create-new-option-card{background-color:#fff;border-radius:16px;padding:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e5e5;cursor:pointer;transition:box-shadow .2s;display:flex;align-items:center;justify-content:space-between}.marketing-create-new-option-card:hover{box-shadow:0 4px 6px #0000001a}.marketing-create-new-option-content{display:flex;align-items:center;gap:16px;flex:1}.marketing-create-new-option-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center}.marketing-create-new-option-text{flex:1}.marketing-create-new-option-title{font-family:Roboto,sans-serif;font-size:16px;font-weight:700;color:#333;margin:0 0 4px;display:block}.marketing-create-new-option-description{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#888;margin:0;display:block}.marketing-create-new-option-chevron{color:#bdbdbd}.marketing-create-new-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1000;animation:fadeIn .3s ease-out}.marketing-create-new-bottom-sheet{position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top-left-radius:20px;border-top-right-radius:20px;z-index:1001;animation:slideUp .3s ease-out;max-height:50vh;overflow-y:auto}.marketing-create-new-bottom-sheet-header{position:relative;padding:15px 16px 8px;display:flex;align-items:center;justify-content:center}.marketing-create-new-bottom-sheet-handle{display:flex;align-items:center;justify-content:center;width:40px;height:20px;border-radius:2px;margin-bottom:8px}.marketing-create-new-bottom-sheet-cancel{position:absolute;right:16px;top:12px;background:none;border:none;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#888;cursor:pointer;padding:4px 8px;width:100%;text-align:right}.marketing-create-new-bottom-sheet-cancel:hover{color:#333}.marketing-create-new-bottom-sheet-title-section{padding:0 16px 16px;text-align:center}.marketing-create-new-bottom-sheet-title{font-family:Roboto,sans-serif;font-size:18px;font-weight:700;color:#333;margin:0 0 4px!important}.marketing-create-new-bottom-sheet-subtitle{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#888;margin:0}.marketing-create-new-bottom-sheet-options{padding:0 16px 24px;display:flex;flex-direction:column;gap:12px}.marketing-create-new-lead-option-card{background-color:#fff;border-radius:16px;padding:20px;border:2px solid #E0E0E0;cursor:pointer;transition:all .2s;display:flex;align-items:center}.marketing-create-new-lead-option-card:hover{border-color:#d32525;box-shadow:0 2px 8px #d325251a}.marketing-create-new-lead-option-content{display:flex;align-items:center;gap:16px;flex:1}.marketing-create-new-lead-option-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center}.marketing-create-new-lead-option-text{flex:1}.marketing-create-new-lead-option-title{font-family:Roboto,sans-serif;font-size:16px;font-weight:700;color:#333;margin:0 0 4px;display:block}.marketing-create-new-lead-option-description{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#888;margin:0;display:block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.marketing-create-campaign-content{flex:1;padding:24px 16px;overflow-y:auto}.marketing-create-campaign-form{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}.marketing-create-campaign-form-group{display:flex;flex-direction:column;gap:8px}.marketing-create-campaign-form-label{font-size:14px;font-weight:500;color:#333;margin:0}.marketing-create-lead-form-section{padding-top:24px}.marketing-create-lead-section-title{font-family:Roboto,sans-serif;font-size:18px;font-weight:700;color:#333;margin:0 0 24px!important}.marketing-create-lead-form{display:flex;flex-direction:column;gap:20px}.marketing-create-lead-form-group{display:flex;flex-direction:column;gap:8px}.marketing-create-lead-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.marketing-create-lead-form-label{font-family:Roboto,sans-serif;font-size:14px;font-weight:500;color:#333;margin:0}.marketing-create-lead-input{font-family:Roboto,sans-serif;border-radius:8px;border:1px solid #E0E0E0;background-color:#fff;min-height:48px}.marketing-create-lead-input .ant-input{border:none;background:transparent;font-size:16px;color:#333}.marketing-create-lead-input .ant-input::-moz-placeholder{color:#bdbdbd}.marketing-create-lead-input .ant-input::placeholder{color:#bdbdbd}.marketing-create-lead-select{font-family:Roboto,sans-serif;border-radius:8px}.marketing-create-lead-select .ant-select-selector{border:1px solid #E0E0E0!important;background-color:#fff!important;border-radius:8px!important;min-height:48px!important;font-size:16px;color:#333;display:flex;align-items:center}.marketing-create-lead-select .ant-select-selection-placeholder{color:#bdbdbd}.marketing-create-lead-select .ant-select-selection-item{color:#333}.marketing-create-lead-date-picker{font-family:Roboto,sans-serif;border-radius:8px;border:1px solid #E0E0E0;background-color:#fff;min-height:48px}.marketing-create-lead-date-picker .ant-picker-input>input{font-size:16px;color:#333}.marketing-create-lead-date-picker .ant-picker-input>input::-moz-placeholder{color:#bdbdbd}.marketing-create-lead-date-picker .ant-picker-input>input::placeholder{color:#bdbdbd}.marketing-create-lead-calendar-icon{color:#888}.marketing-create-lead-textarea{font-family:Roboto,sans-serif;border-radius:8px;border:1px solid #E0E0E0;background-color:#fff;padding:12px}.marketing-create-lead-textarea .ant-input{border:none;background:transparent;font-size:16px;color:#333;resize:none}.marketing-create-lead-textarea .ant-input::-moz-placeholder{color:#bdbdbd}.marketing-create-lead-textarea .ant-input::placeholder{color:#bdbdbd}.marketing-create-lead-checkbox{margin-top:8px;font-family:Roboto,sans-serif;font-size:14px;color:#333}.marketing-create-lead-checkbox .ant-checkbox .ant-checkbox-inner{border-color:#e0e0e0}.marketing-create-lead-checkbox .ant-checkbox-checked .ant-checkbox-inner{background-color:#d32525!important;border-color:#d32525!important}.marketing-create-lead-phone-input-container{display:flex;gap:8px}.marketing-create-lead-country-select{width:120px;flex-shrink:0}.marketing-create-lead-country-select .ant-select-selector{border:1px solid #E0E0E0!important;background-color:#fff!important;border-radius:8px!important;min-height:48px!important;font-size:14px}.marketing-create-lead-phone-input{flex:1;border-radius:8px;border:1px solid #E0E0E0;background-color:#fff;min-height:48px}.marketing-create-lead-phone-input .ant-input{border:none;background:transparent;font-size:16px;color:#333}.marketing-create-lead-phone-input .ant-input::-moz-placeholder{color:#bdbdbd}.marketing-create-lead-phone-input .ant-input::placeholder{color:#bdbdbd}.marketing-create-lead-input-group{border-radius:8px;border:1px solid #E0E0E0;background-color:#fff;min-height:48px;overflow:hidden}.marketing-create-lead-input-group .ant-input-group-addon{background-color:#f0f0f0;border:none;color:#333;font-weight:400;padding:0 12px;display:flex;align-items:center}.marketing-create-lead-input-group .ant-input{border:none;background:transparent;font-size:16px;color:#333}.marketing-create-lead-input-group .ant-input::-moz-placeholder{color:#bdbdbd}.marketing-create-lead-input-group .ant-input::placeholder{color:#bdbdbd}.marketing-create-lead-input:focus-within,.marketing-create-lead-select:focus-within,.marketing-create-lead-date-picker:focus-within,.marketing-create-lead-textarea:focus-within,.marketing-create-lead-input-group:focus-within,.marketing-create-lead-phone-input:focus-within{border-color:#d32525;box-shadow:0 0 0 2px #d325251a}@media (max-width: 768px){.marketing-create-lead-form-row{grid-template-columns:1fr;gap:20px}.marketing-create-lead-phone-input-container{flex-direction:column;gap:12px}.marketing-create-lead-country-select{width:100%}}.marketing-campaigns-toolbar{display:flex;align-items:center;gap:16px;padding:16px 24px;background-color:#fff;border-bottom:1px solid #E0E0E0}.marketing-campaigns-search-container{flex:1}.marketing-campaigns-search-input{border-radius:24px;border:1px solid #E0E0E0;background-color:#f5f5f5}.marketing-campaigns-search-input .ant-input{background-color:transparent;border:none;font-size:16px;color:#333}.marketing-campaigns-search-input .ant-input::-moz-placeholder{color:#888}.marketing-campaigns-search-input .ant-input::placeholder{color:#888}.marketing-campaigns-create-button{background-color:#d32525!important;border-color:#d32525!important;width:34px;height:30px;display:flex;align-items:center;justify-content:center}.marketing-campaigns-create-button:hover{background-color:#b71c1c!important;border-color:#b71c1c!important}.marketing-campaigns-filters{display:flex;gap:12px;padding:16px 24px;background-color:#fff;border-bottom:1px solid #E0E0E0;width:100%}.marketing-campaigns-filter-select{width:50%}.marketing-campaigns-filter-select .ant-select-selector{border-radius:16px!important;border:1px solid #E0E0E0!important;background-color:#fff!important;min-height:40px!important}.marketing-campaigns-filter-select .ant-select-selection-placeholder,.marketing-campaigns-filter-select .ant-select-selection-item{font-size:14px;color:#333}.marketing-campaigns-list-content{flex:1;overflow-y:auto;padding:16px 24px;width:100%}.marketing-campaigns-list{display:flex;flex-direction:column;gap:12px}.marketing-campaigns-card{background-color:#fff;border-radius:16px;padding:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #E0E0E0;cursor:pointer;transition:box-shadow .2s,transform .1s}.marketing-campaigns-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.marketing-campaigns-card-content{display:flex;justify-content:space-between;align-items:flex-start;position:relative}.marketing-campaigns-card-info{flex:1}.marketing-campaigns-card-title{font-family:Roboto,sans-serif;font-size:16px;font-weight:700;color:#333;margin:0 0 8px;display:block}.marketing-campaigns-card-details{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.marketing-campaigns-card-detail{font-family:Roboto,sans-serif;font-size:14px;color:#666;display:block}.marketing-campaigns-card-label{font-weight:500;color:#666}.marketing-campaigns-card-value{color:#333}.marketing-campaigns-card-duration{font-family:Roboto,sans-serif;font-size:12px;color:#888;display:block}.marketing-campaigns-card-platform{display:flex;align-items:flex-start;margin-left:16px;position:absolute;right:0}.marketing-campaigns-platform-tag{font-family:Roboto,sans-serif;font-size:12px;font-weight:500;color:#fff;background-color:#4267b2;padding:4px 12px;border-radius:12px;white-space:nowrap}@media (max-width: 768px){.marketing-campaigns-toolbar{padding:12px 16px}.marketing-campaigns-filters{padding:12px 16px;gap:8px}.marketing-campaigns-list-content{padding:12px 16px}.marketing-campaigns-card{padding:12px}.marketing-campaigns-card-content{flex-direction:column;gap:12px}.marketing-campaigns-card-platform{margin-left:0;align-self:flex-start}}.marketing-manage-consultant-container{display:flex;flex-direction:column;height:100vh;background-color:#f5f5f5}.marketing-manage-consultant-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background-color:#fff;border-bottom:1px solid #E0E0E0;box-shadow:0 1px 3px #0000001a}.marketing-manage-consultant-header-left{display:flex;align-items:center;gap:16px}.marketing-manage-consultant-back-button{width:40px!important;height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:8px!important;border:1px solid #E0E0E0!important;background-color:#fff!important;color:#666!important;padding:0!important}.marketing-manage-consultant-back-button:hover{background-color:#f5f5f5!important;border-color:#bdbdbd!important;color:#333!important}.marketing-manage-consultant-header-title h1{font-family:Roboto,sans-serif;font-size:24px;font-weight:700;color:#333;margin:0!important;line-height:32px}.marketing-manage-consultant-header-subtitle{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#888;display:block;margin-top:4px}.marketing-manage-consultant-content{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:24px}.marketing-manage-consultant-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;background-color:#fff;padding:20px 24px;border-radius:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #E0E0E0}.marketing-manage-consultant-search-section{flex:1;max-width:400px}.marketing-manage-consultant-search-input{border-radius:24px!important;border:1px solid #E0E0E0!important;background-color:#fff!important;height:40px!important}.marketing-manage-consultant-search-input:focus,.marketing-manage-consultant-search-input:hover{border-color:#d32525!important;box-shadow:0 0 0 2px #d325251a!important}.marketing-manage-consultant-add-button{background-color:#d32525!important;border-color:#d32525!important;border-radius:24px!important;height:40px!important;padding:0 24px!important;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px}.marketing-manage-consultant-add-button:hover{background-color:#b71c1c!important;border-color:#b71c1c!important}.marketing-manage-consultant-list-section{background-color:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #E0E0E0;flex:1}.marketing-manage-consultant-section-title{font-family:Roboto,sans-serif;font-size:18px;font-weight:600;color:#333;margin-bottom:20px}.marketing-manage-consultant-list{display:flex;flex-direction:column;gap:16px}.marketing-manage-consultant-card{background-color:#fafafa;border:1px solid #E0E0E0;border-radius:12px;padding:20px;transition:all .2s ease}.marketing-manage-consultant-card:hover{background-color:#f5f5f5;border-color:#bdbdbd;box-shadow:0 2px 8px #0000001a}.marketing-manage-consultant-info{display:flex;align-items:center;gap:12px}.marketing-manage-consultant-list .marketing-manage-consultant-card .marketing-manage-consultant-avatar{background-color:#f1f1f1;color:#bc2222}.marketing-manage-consultant-details{flex:1}.marketing-manage-consultant-name{font-family:Roboto,sans-serif;font-size:16px;font-weight:600;color:#333;margin-bottom:4px}.marketing-manage-consultant-role{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#666}.marketing-manage-consultant-contact{display:flex;flex-direction:column;gap:4px}.marketing-manage-consultant-email,.marketing-manage-consultant-phone{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;color:#666}.marketing-manage-consultant-status-section{display:flex;justify-content:flex-end}.marketing-manage-consultant-status-select .ant-select-selector{border-radius:8px!important;border:1px solid #E0E0E0!important;height:36px!important}.marketing-manage-consultant-status-select:hover .ant-select-selector{border-color:#d32525!important}.marketing-manage-consultant-status-select.ant-select-focused .ant-select-selector{border-color:#d32525!important;box-shadow:0 0 0 2px #d325251a!important}.marketing-manage-consultant-actions{display:flex;justify-content:flex-end;gap:12px;padding:20px 0}.marketing-manage-consultant-cancel-button{border:1px solid #E0E0E0!important;background-color:#fff!important;color:#666!important;border-radius:24px!important;height:40px!important;padding:0 24px!important;font-family:Roboto,sans-serif;font-size:14px;font-weight:500}.marketing-manage-consultant-cancel-button:hover{background-color:#f5f5f5!important;border-color:#bdbdbd!important;color:#333!important}.marketing-manage-consultant-save-button{background-color:#d32525!important;border-color:#d32525!important;border-radius:24px!important;height:40px!important;padding:0 24px!important;font-family:Roboto,sans-serif;font-size:14px;font-weight:500}.marketing-manage-consultant-save-button:hover{background-color:#b71c1c!important;border-color:#b71c1c!important}@media (max-width: 768px){.marketing-manage-consultant-header{padding:12px 16px}.marketing-manage-consultant-content{padding:16px;gap:16px}.marketing-manage-consultant-toolbar{flex-direction:column;align-items:stretch;gap:12px;padding:16px}.marketing-manage-consultant-search-section{max-width:none}.marketing-manage-consultant-list-section,.marketing-manage-consultant-card{padding:16px}.marketing-manage-consultant-info,.marketing-manage-consultant-contact{margin-bottom:12px}.marketing-manage-consultant-status-section{justify-content:stretch}.marketing-manage-consultant-actions{flex-direction:column;gap:8px}.marketing-manage-consultant-cancel-button,.marketing-manage-consultant-save-button{width:100%}}.rating-modal .ant-modal-content{border-radius:20px!important;padding:0!important}.rating-modal-content{padding:24px;text-align:center}.modal-thanks{font-size:14px;color:#888;margin-bottom:12px;display:block}.modal-question{font-size:18px!important;font-weight:600!important;color:#333!important;margin-bottom:24px!important;line-height:1.4!important}.modal-emoji{width:80px;height:80px;border-radius:50%;background-color:#34c759;display:flex;align-items:center;justify-content:center;font-size:40px;margin:0 auto 16px}.modal-rating-text{font-size:18px;font-weight:600;color:#333;margin-bottom:20px;display:block}.modal-stars{display:flex;justify-content:center;gap:8px;margin-bottom:16px}.modal-star{transition:all .2s}.modal-star:hover{transform:scale(1.1)}.rating-slider{margin-bottom:24px}.rating-slider .ant-slider-track{background-color:#34c759!important}.rating-slider .ant-slider-handle{border-color:#34c759!important}.review-textarea{margin-bottom:24px;border-radius:12px!important}.review-textarea .ant-input{border-radius:12px!important;padding:12px!important}.save-button{background-color:#d62828!important;border:none!important;border-radius:25px!important;height:50px!important;font-size:16px!important;font-weight:600!important}.save-button:hover{background-color:#b02020!important}.info-item .info-item-small{display:flex;align-items:center;margin-bottom:8px;margin-top:8px}.view-page-content .rating-modal-content .modal-task-title{font-size:16px;font-weight:600;color:#605858;margin-top:8px}.support-history-page-container{min-height:100vh;padding:0}.support-history-toolbar{display:flex;align-items:center;gap:12px;padding:16px 20px}.support-history-list{padding:16px 20px;display:flex;flex-direction:column;gap:16px}.support-history-issue-card{background:#fffffff2!important;border-radius:12px!important;border:none!important;box-shadow:0 2px 8px #0000001a!important;cursor:pointer;transition:all .2s ease}.support-history-issue-card.ant-card-hoverable:hover{background:#fff!important;transform:translateY(-2px);box-shadow:0 4px 16px #00000026!important}.support-history-issue-card .ant-card-body{padding:16px 20px!important}.support-history-issue-content{display:flex;align-items:center;justify-content:space-between;width:100%}.support-history-issue-left{display:flex;align-items:center;gap:16px;flex:1}.support-history-issue-icon{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#d32525,#dc2626);display:flex;align-items:center;justify-content:center;flex-shrink:0}.support-history-issue-details{display:flex;flex-direction:column;gap:8px;flex:1}.support-history-issue-title{font-size:16px;font-weight:600;color:#333;margin:0!important}.support-history-issue-metadata{display:flex;flex-direction:column;gap:4px}.support-history-issue-meta-label{font-size:12px;color:#888;margin:0!important}.support-history-issue-meta-value{color:#333;font-weight:500}.support-history-issue-right{flex-shrink:0}.support-history-status-tag{border-radius:12px!important;font-size:12px!important;font-weight:500!important;padding:4px 12px!important;border:none!important;color:#fff!important;margin:0!important}.support-history-empty-state{display:flex;justify-content:center;align-items:center;min-height:200px;padding:40px 20px}@media (max-width: 768px){.support-history-toolbar{padding:12px 16px}.support-history-list{padding:12px 16px;gap:12px}.support-history-issue-card .ant-card-body{padding:12px 16px!important}.support-history-issue-left{gap:12px}.support-history-issue-icon{width:40px;height:40px}.support-history-title{font-size:16px}}@media (prefers-color-scheme: dark){.support-history-toolbar{background:#ffffffe6}.support-history-issue-card{background:#ffffffe6!important}.support-history-issue-card:hover{background:#fffffff2!important}}.support-issue-details-loading{display:flex;justify-content:center;align-items:center;min-height:100vh;color:#fff}.support-issue-details-form{max-width:100%}.support-issue-details-form .ant-form-item{margin-bottom:24px}.support-issue-details-form .ant-form-item-label>label{font-size:14px;font-weight:500;color:#333;height:auto}.support-issue-details-input,.support-issue-details-select,.support-issue-details-textarea{border-radius:8px!important;border:1px solid #E0E0E0!important;font-size:16px!important}.support-issue-details-input:focus,.support-issue-details-select:focus,.support-issue-details-textarea:focus{border-color:#d32525!important;box-shadow:0 0 0 2px #d325251a!important}.support-issue-details-input:disabled,.support-issue-details-textarea:disabled{background-color:#f0f0f0!important;color:#333!important;cursor:default!important}.support-issue-details-select.ant-select-disabled .ant-select-selector{background-color:#f0f0f0!important;color:#333!important;cursor:default!important}.support-issue-details-textarea{resize:vertical;min-height:100px}.support-issue-details-upload{border:2px dashed #E0E0E0!important;border-radius:8px!important;background:#fafafa!important;padding:24px!important;text-align:center}.support-issue-details-upload:hover{border-color:#d32525!important;background:#d3252505!important}.support-issue-details-upload-content{display:flex;flex-direction:column;align-items:center;gap:8px}.support-issue-details-upload-icon{color:#888}.support-issue-details-upload-text{font-size:16px;font-weight:500;color:#333;margin:0!important}.support-issue-details-upload-hint{font-size:12px;color:#888;margin:0!important}.support-issue-details-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px;padding-top:24px;border-top:1px solid #E0E0E0}.support-issue-details-cancel-button{border:1px solid #E0E0E0!important;color:#333!important;background:#fff!important;border-radius:8px!important;font-weight:500;height:40px;padding:0 24px}.support-issue-details-cancel-button:hover{border-color:#d32525!important;color:#d32525!important}.support-issue-details-save-button{background:#dc2626!important;border:none!important;border-radius:8px!important;font-weight:500;height:40px;padding:0 24px}.support-issue-details-save-button:hover{background:#b91c1c!important}.support-issue-details-select .ant-select-selector{border-radius:8px!important;border:1px solid #E0E0E0!important;height:40px!important}.support-issue-details-select .ant-select-selection-item{line-height:38px!important;font-size:16px!important}@media (max-width: 768px){.support-issue-details-header{padding:12px 16px}.support-issue-details-content{padding:16px}.support-issue-details-title{font-size:16px}.support-issue-details-actions{flex-direction:column-reverse;gap:8px}.support-issue-details-cancel-button,.support-issue-details-save-button{width:100%;justify-content:center}.support-issue-details-upload{padding:16px!important}}@media (prefers-color-scheme: dark){.support-issue-details-header,.support-issue-details-content{background:#ffffffe6}.support-issue-details-upload{background:#fff!important}}.sop-listing-cards{display:grid;grid-template-columns:100%;gap:16px}.sop-listing-page .sop-listing-cards>a{text-decoration:none}.sop-listing-page .sop-listing-card{position:relative;border-radius:20px;box-shadow:0 1px 2px #0002}.sop-listing-page .sop-listing-card-metadata{border-top:2px ridge #0006;margin-top:12px;padding-top:12px;display:grid;grid-template-columns:max-content auto;gap:0px 12px}.sop-listing-page .sop-listing-card-tags{position:absolute;right:44px;top:12px;display:flex;gap:6px;flex-wrap:wrap;justify-content:right}.sop-listing-page .sop-listing-card-tag{background-color:#f0f8ff;border-radius:999px;padding:4px 12px}.sop-listing-page .sop-listing-card-actions{position:absolute;right:12px;top:12px;padding:0}@media (width < 600px){.sop-listing-page .sop-listing-card-tags{position:relative;right:unset;top:unset;padding-top:16px;font-size:90%}}.edit-sop-content{flex:1;padding:24px 16px;overflow-y:auto}.edit-sop-form{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}.edit-sop-form-group{display:flex;flex-direction:column;gap:8px}.edit-sop-form-label{font-size:14px;font-weight:500;color:#333;margin:0}.edit-sop-input{border-radius:8px;border:1px solid #E0E0E0;background-color:#fff;min-height:48px}.edit-sop-input .ant-input{border:none;background:transparent;font-size:16px;color:#333}.edit-sop-input .ant-input::-moz-placeholder{color:#bdbdbd}.edit-sop-input .ant-input::placeholder{color:#bdbdbd}.edit-sop-textarea{border-radius:8px;border:1px solid #E0E0E0;background-color:#fff;padding:12px}.edit-sop-textarea .ant-input{border:none;background:transparent;font-size:16px;color:#333;resize:none}.edit-sop-textarea .ant-input::-moz-placeholder{color:#bdbdbd}.edit-sop-textarea .ant-input::placeholder{color:#bdbdbd}.edit-sop-checkbox-group{background-color:#fff;border-radius:8px;border:1px solid #E0E0E0;padding:16px}.edit-sop-checkboxes{display:flex;flex-direction:column;gap:16px}.edit-sop-checkboxes .ant-checkbox-wrapper{font-size:16px;color:#333;margin:0}.edit-sop-checkboxes .ant-checkbox-wrapper span:not(.ant-checkbox){font-size:16px;color:#333}.edit-sop-checkboxes .ant-checkbox{margin-right:12px}.edit-sop-checkboxes .ant-checkbox .ant-checkbox-inner{border-color:#d9d9d9!important}.edit-sop-checkboxes .ant-checkbox-checked .ant-checkbox-inner{background-color:#d32525!important;border-color:#d32525!important}.edit-sop-date-picker{border-radius:8px;border:1px solid #E0E0E0;background-color:#fff;min-height:48px}.edit-sop-date-picker .ant-picker-input>input{font-size:16px;color:#333}.edit-sop-date-picker .ant-picker-input>input::-moz-placeholder{color:#bdbdbd}.edit-sop-date-picker .ant-picker-input>input::placeholder{color:#bdbdbd}.edit-sop-calendar-icon{color:#888}.edit-sop-footer{padding:16px;background-color:#fff;border-top:1px solid #E0E0E0}.edit-sop-submit-button{width:100%;height:48px;border-radius:24px;background-color:#d32525;border:none;font-size:16px;font-weight:600;color:#fff}.edit-sop-submit-button:hover{background-color:#b71c1c}.edit-sop-submit-button:disabled{background-color:#bdbdbd;color:#fff}.edit-sop-submit-button:disabled:hover{background-color:#bdbdbd}.edit-sop-delete-button{border:1px solid #6b7280;padding:15px;border-radius:8px}.edit-sop-delete-button:disabled{border-color:#bdbdbd}.edit-sop-delete-button:disabled svg{stroke:#bdbdbd}.tax-profile-listing-actions-row{display:flex;margin-bottom:16px}.tax-profile-listing-add,.tax-profile-listing-actions-row .tax-profile-listing-add.ant-btn:hover{flex:1;border-radius:16px;background-color:#dc2626!important;color:#fff!important;font-size:16px;font-weight:700;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:none;cursor:pointer}.tax-profile-listing-actions-row>a{text-decoration:none;flex:1;display:flex}.tax-profile-listing-cards{display:flex;gap:16px;flex-direction:column}.tax-profile-listing-cards>a{text-decoration:none}.tax-profile-listing-card{border-radius:24px;box-shadow:0 1px 2px #0002}.tax-profile-listing-card-tags{display:flex;gap:12px;justify-content:right;flex-wrap:wrap}.tax-profile-listing-card-tag{padding:4px 12px;background-color:#0002;border-radius:999px}@media (width >= 600px){.tax-profile-listing-card-tags{position:absolute;top:16px;right:16px}}.edit-tax-profile-personal-section.ant-card,.edit-tax-profile-business-section.ant-card,.edit-tax-profile-contact-section.ant-card,.edit-tax-profile-address-section.ant-card{border-radius:16px;margin-bottom:16px}.edit-tax-profile-page .create-page-form :not(.ant-input-affix-wrapper)>.ant-input,.edit-tax-profile-page .create-page-form .ant-input-affix-wrapper,.edit-tax-profile-page .create-page-form .ant-select-selector{box-shadow:0 1px 2px #0002}.edit-tax-profile-page .create-page-form .ant-select-disabled .ant-select-selector{background-color:#e0e0e0}.edit-tax-profile-page .create-page-form .ant-select-disabled .ant-select-selection-item{color:#a0a0a0}.edit-tax-profile-required-dimple{color:red;margin-left:3px;margin-right:3px}.edit-tax-profile-delete-modal .ant-modal-content{border-radius:24px}.edit-tax-profile-delete-modal-upper{margin-bottom:16px}.edit-tax-profile-delete-modal-lower{margin-bottom:36px}.edit-tax-profile-delete-modal .ant-modal-footer{display:flex;flex-direction:column-reverse;gap:12px}.edit-tax-profile-delete-modal.ant-modal .ant-modal-content .ant-modal-footer>.ant-btn{margin:0;margin-inline:0;padding:20px;font-size:16px;line-height:12px;font-weight:700;border-radius:50px;cursor:pointer;transition:background-color .3s ease}.edit-tax-profile-delete-modal.ant-modal .ant-modal-content .ant-modal-footer>.ant-btn-primary{background-color:#dc2626;color:#fff;box-shadow:0 1px 2px #0004}.create-tax-profile-personal-section.ant-card,.create-tax-profile-business-section.ant-card,.create-tax-profile-contact-section.ant-card,.create-tax-profile-address-section.ant-card{border-radius:16px;margin-bottom:16px}.create-tax-profile-page .create-page-form :not(.ant-input-affix-wrapper)>.ant-input,.create-tax-profile-page .create-page-form .ant-input-affix-wrapper,.create-tax-profile-page .create-page-form .ant-select-selector{box-shadow:0 1px 2px #0002}.create-tax-profile-page .create-page-form .ant-select-disabled .ant-select-selector{background-color:#e0e0e0}.create-tax-profile-page .create-page-form .ant-select-disabled .ant-select-selection-item{color:#a0a0a0}.create-tax-profile-required-dimple{color:red;margin-left:3px;margin-right:3px}.edit-support-issue-page .create-page-form{padding-bottom:24px}.edit-support-issue-delete-button{border:1px solid #6b7280;padding:15px;border-radius:8px}.campaign-listing-page .campaign-listing-cards{display:flex;flex-direction:column;gap:10px}.campaign-listing-page .campaign-listing-cards>a{text-decoration:none}.campaign-listing-page .campaign-listing-card{border-radius:32px;box-shadow:0 1px 2px #0002}.campaign-listing-page .campaign-listing-card .ant-card-body{display:flex;flex-direction:column;gap:8px;padding:16px 24px}.campaign-listing-page .campaign-listing-card .ant-typography{display:flex;gap:8px;align-items:center}.campaign-listing-page .campaign-listing-card-info-grid{display:grid;grid-template-columns:max-content auto;gap:0 12px}.campaign-listing-page .campaign-listing-card .campaign-listing-card-footer{color:#a0a0a0}.campaign-listing-page .campaign-listing-card .campaign-listing-card-footer>*{display:inline-flex;color:inherit}.campaign-listing-page .campaign-listing-card .campaign-listing-card-lead-source-tags{display:flex;gap:8px}.campaign-listing-page .campaign-listing-card .campaign-listing-card-lead-source-tag{padding:4px 12px;border-radius:20px;display:inline-block}.campaign-listing-page .campaign-listing-card .campaign-listing-card-lead-source-tag *{color:inherit}.campaign-listing-page .campaign-listing-filters{display:grid;grid-template-columns:49% 49%;gap:2%;margin-bottom:16px}.campaign-listing-page .campaign-listing-filters .ant-select{height:44px}.campaign-listing-page .campaign-listing-filters .ant-select .ant-select-selector{border-radius:16px;padding-left:8px}.campaign-listing-page .campaign-listing-filters .ant-select-multiple .ant-select-selection-wrap{align-self:unset}.campaign-listing-page .campaign-listing-filters .ant-select .ant-select-selector,.campaign-listing-page .campaign-listing-filters .ant-select.ant-select-outlined:hover .ant-select-selector{border-color:#e0e0e0}.campaign-listing-page .view-page-action-row{justify-content:right;margin-bottom:12px}@media (width > 600px){.campaign-listing-page .campaign-listing-card .campaign-listing-card-lead-source-tags{position:absolute;top:16px;right:20px}}.campaign-detail-page .view-page-content>*{margin-bottom:16px}.campaign-detail-page .view-page-content>:first-child{margin-bottom:32px}.campaign-detail-page .view-page-content>:last-child{margin-top:32px}.campaign-detail-page-actions{display:flex;gap:8px}.campaign-detail-page-actions>:nth-child(1){flex:1;justify-content:center}.campaign-detail-page-grid-area{display:grid;grid-template-columns:max-content auto;gap:12px 24px}.campaign-detail-page-grid-area>:nth-child(odd){color:#888;font-weight:600;height:26px}.campaign-detail-page-grid-area>:nth-child(2n+2):before{content:": ";color:#888;font-weight:600;margin-right:8px}.campaign-detail-page-grid-area .campaign-detail-page-lead-source-tag{padding:2px 12px;border-radius:20px;display:inline-block}.campaign-detail-page-grid-area .campaign-detail-page-lead-source-tag *{color:inherit}.campaign-detail-page-freeform-area{display:grid;gap:8px}.campaign-detail-page-freeform-area>:nth-child(odd){color:#888;font-weight:600}.campaign-detail-page-freeform-area>:nth-child(2n+2){margin-bottom:12px}.campaign-detail-page-members-area{display:grid;grid-template-columns:100%;gap:8px}.campaign-detail-page-members-area>.ant-typography{color:#888;font-weight:600}.campaign-detail-page .view-page-content .campaign-detail-add-lead-button{width:44px;height:44px;border-radius:20px;font-size:16px;box-shadow:0 2px #00000005;width:100%}.campaign-detail-page .view-page-content .campaign-detail-add-lead-button,.campaign-detail-page .view-page-content .campaign-detail-add-lead-button:hover{background-color:#dc2626;color:#fff;border:none}.campaign-consultant-listing-avatar{background-color:#fff;color:#d32525;border:2px solid #5f5858;font-weight:700}.campaign-consultant-listing-page .view-page-content{display:grid;grid-template-columns:100%;gap:12px}.campaign-consultant-listing-page .campaign-consultant-listing-top .ant-select{width:100%;height:48px}.campaign-consultant-listing-page .campaign-consultant-listing-top .ant-select .ant-select-selector{padding:12px 16px;border-color:#e0e0e0;border-radius:16px}.campaign-consultant-listing-page .campaign-consultant-listing-top .ant-select.ant-select-outlined:hover .ant-select-selector{border-color:#e0e0e0}.campaign-consultant-listing-consultants{display:grid;grid-template-columns:100%;gap:12px}.campaign-consultant-listing-empty{display:flex;justify-content:center;text-align:justify;padding:24px}.campaign-consultant-listing-empty>*{width:70vw}.campaign-consultant-listing-consultants .ant-card{border-radius:24px;box-shadow:0 1px 2px #0002}.campaign-consultant-listing-consultants .ant-card-body{display:grid;grid-template-columns:max-content auto max-content;gap:12px}.campaign-consultant-listing-consultants .ant-card-body:before,.campaign-consultant-listing-consultants .ant-card-body:after{content:none}.campaign-consultant-listing-consultant-avatar{min-width:32px;min-height:32px;border:1px solid black;border-radius:50%}.campaign-consultant-listing-consultant-info-side{display:grid;grid-template-columns:100%;gap:4px}.campaign-consultant-listing-page .campaign-consultant-listing-active-toggle.active,.campaign-consultant-listing-page .campaign-consultant-listing-active-toggle.ant-btn.active:hover{background-color:#90ee90;border-color:#90ee90;color:#000}.campaign-consultant-listing-page .campaign-consultant-listing-active-toggle.inactive,.campaign-consultant-listing-page .campaign-consultant-listing-active-toggle.ant-btn.inactive:hover{background-color:#f08080;border-color:#f08080;color:#000}.marketing-edit-campaign-content{flex:1;padding:24px 16px;overflow-y:auto}.marketing-edit-campaign-form{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}.marketing-edit-campaign-form-group{display:flex;flex-direction:column;gap:8px}.marketing-edit-campaign-form-label{font-size:14px;font-weight:500;color:#333;margin:0}.property-step-container,.property-form{width:100%}.property-form-section{margin-bottom:32px}.property-form-section:last-child{margin-bottom:0}.property-section-title{color:#333!important;font-size:18px!important;font-weight:600!important;line-height:24px!important;margin-bottom:16px!important;margin-top:0!important}.property-form .ant-form-item-label>label{color:#333!important;font-size:14px!important;font-weight:500!important;line-height:20px!important}.property-form .ant-form-item-required:before{color:#dc2626!important}.property-form .ant-input,.property-form .ant-select-selector,.property-form .ant-picker,.property-form .ant-input-number{border:1px solid #E0E0E0!important;border-radius:8px!important;font-size:16px!important;line-height:24px!important;padding:12px 16px!important;height:48px!important;background:#fff!important}.property-form .ant-input:focus,.property-form .ant-select-focused .ant-select-selector,.property-form .ant-picker:hover,.property-form .ant-picker-focused,.property-form .ant-input-number:focus{border-color:#dc2626!important;box-shadow:0 0 0 2px #dc26261a!important}.property-form .ant-input::-moz-placeholder,.property-form .ant-picker-input>input::-moz-placeholder{color:#888!important;font-size:16px!important}.property-form .ant-input::placeholder,.property-form .ant-select-selection-placeholder,.property-form .ant-picker-input>input::placeholder{color:#888!important;font-size:16px!important}.property-form .ant-input{height:auto!important;min-height:48px!important}.property-form textarea.ant-input{padding:12px 16px!important;resize:vertical!important}.property-form .ant-input-number{width:100%!important}.property-form .ant-input-number-input{height:24px!important;padding:0!important}.property-form .ant-select-selection-item{line-height:24px!important}.property-search-input .ant-input{padding-left:44px!important}.property-input-icon{color:#888!important}.property-switch-container{display:flex;align-items:center;gap:12px;height:48px}.property-switch-label{color:#333;font-size:16px;font-weight:400}.property-form .ant-switch{background-color:#e0e0e0!important}.property-form .ant-switch-checked{background-color:#dc2626!important}.property-form .ant-divider{border-color:#e0e0e0!important;margin:24px 0!important}.property-form .ant-form-item{margin-bottom:20px!important}.property-form .ant-form-item:last-child{margin-bottom:0!important}.property-form .ant-row{margin-bottom:0!important}@media (max-width: 768px){.property-section-title{font-size:16px!important;line-height:22px!important}.property-form .ant-input,.property-form .ant-select-selector,.property-form .ant-picker,.property-form .ant-input-number{font-size:14px!important;padding:10px 12px!important;height:44px!important}.property-form .ant-input::-moz-placeholder{font-size:14px!important}.property-form .ant-input::placeholder,.property-form .ant-select-selection-placeholder{font-size:14px!important}.property-search-input .ant-input{padding-left:40px!important}}@media (max-width: 576px){.property-form-section{margin-bottom:24px}.property-form .ant-col{margin-bottom:0!important}}.landlord-step-container,.landlord-form{width:100%}.landlord-form-section{margin-bottom:32px}.landlord-form-section:last-child{margin-bottom:0}.landlord-section-title{color:#333!important;font-size:18px!important;font-weight:600!important;line-height:24px!important;margin-bottom:16px!important;margin-top:0!important}.entity-toggle-btn{flex:1;height:48px!important;padding:0 24px!important;border:1px solid #E0E0E0!important;border-radius:8px!important;background:#fff!important;color:#333!important;font-size:16px!important;font-weight:400!important;display:flex!important;align-items:center!important;gap:8px!important;transition:all .3s ease!important}.landlord-form .ant-form-item-label>label{color:#333!important;font-size:14px!important;font-weight:500!important;line-height:20px!important}.landlord-form .ant-form-item-required:before{color:#dc2626!important}.landlord-form .ant-input,.landlord-form .ant-select-selector,.landlord-form .ant-picker,.landlord-form .ant-input-number{border:1px solid #E0E0E0!important;border-radius:8px!important;font-size:16px!important;line-height:24px!important;padding:12px 16px!important;height:48px!important;background:#fff!important}.landlord-form .ant-input:focus,.landlord-form .ant-select-focused .ant-select-selector,.landlord-form .ant-picker:hover,.landlord-form .ant-picker-focused,.landlord-form .ant-input-number:focus{border-color:#dc2626!important;box-shadow:0 0 0 2px #dc26261a!important}.landlord-form .ant-input::-moz-placeholder,.landlord-form .ant-picker-input>input::-moz-placeholder{color:#888!important;font-size:16px!important}.landlord-form .ant-input::placeholder,.landlord-form .ant-select-selection-placeholder,.landlord-form .ant-picker-input>input::placeholder{color:#888!important;font-size:16px!important}.landlord-form .ant-input{height:auto!important;min-height:48px!important}.landlord-form textarea.ant-input{padding:12px 16px!important;resize:vertical!important}.landlord-form .ant-select-selection-item{line-height:24px!important}.landlord-search-input .ant-input{padding-left:44px!important}.landlord-input-icon{color:#888!important}.landlord-form .ant-input-group-addon{background:transparent!important;border:none!important;padding:0!important}.landlord-form .ant-input-group .ant-input:first-child{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.landlord-form .ant-input-group .ant-input:last-child{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.add-owner-container{margin-top:24px;display:flex;justify-content:center}.add-owner-btn{height:48px!important;padding:0 24px!important;border:2px solid #DC2626!important;border-radius:8px!important;background:transparent!important;color:#dc2626!important;font-size:16px!important;font-weight:500!important;display:flex!important;align-items:center!important;gap:8px!important;transition:all .3s ease!important}.add-owner-btn:hover{background:#dc2626!important;color:#fff!important}.landlord-form .ant-divider{border-color:#e0e0e0!important;margin:24px 0!important}.landlord-form .ant-form-item{margin-bottom:20px!important}.landlord-form .ant-form-item:last-child{margin-bottom:0!important}.landlord-form .ant-row{margin-bottom:0!important}@media (max-width: 768px){.entity-type-toggle{flex-direction:column;gap:12px}.entity-toggle-btn{width:100%;justify-content:center!important}.section-title{font-size:16px!important;line-height:22px!important}.landlord-form .ant-input,.landlord-form .ant-select-selector,.landlord-form .ant-picker,.landlord-form .ant-input-number{font-size:14px!important;padding:10px 12px!important;height:44px!important}.landlord-form .ant-input::-moz-placeholder{font-size:14px!important}.landlord-form .ant-input::placeholder,.landlord-form .ant-select-selection-placeholder{font-size:14px!important}.landlord-search-input .ant-input{padding-left:40px!important}}@media (max-width: 576px){.landlord-form-section{margin-bottom:24px}.landlord-form .ant-col{margin-bottom:0!important}}.tenant-step-container,.tenant-form{width:100%}.tenant-form-section{margin-bottom:32px}.tenant-form-section:last-child{margin-bottom:0}.tenant-section-title{color:#333!important;font-size:18px!important;font-weight:600!important;line-height:24px!important;margin-bottom:16px!important;margin-top:0!important}.entity-type-toggle{display:flex;gap:16px}.entity-toggle-btn{height:48px!important;padding:0 24px!important;border:1px solid #E0E0E0!important;border-radius:8px!important;background:#fff!important;color:#333!important;font-size:16px!important;font-weight:400!important;display:flex!important;align-items:center!important;gap:8px!important;transition:all .3s ease!important}.entity-toggle-btn:hover{border-color:#dc2626!important;color:#dc2626!important}.entity-toggle-btn.active,.entity-toggle-btn.active:hover{background:#6b7280!important;border-color:#6b7280!important;color:#fff!important}.tenant-form .ant-form-item-label>label{color:#333!important;font-size:14px!important;font-weight:500!important;line-height:20px!important}.tenant-form .ant-form-item-required:before{color:#dc2626!important}.tenant-form .ant-input,.tenant-form .ant-select-selector,.tenant-form .ant-picker,.tenant-form .ant-input-number{border:1px solid #E0E0E0!important;border-radius:8px!important;font-size:16px!important;line-height:24px!important;padding:12px 16px!important;height:48px!important;background:#fff!important}.tenant-form .ant-input:focus,.tenant-form .ant-select-focused .ant-select-selector,.tenant-form .ant-picker:hover,.tenant-form .ant-picker-focused,.tenant-form .ant-input-number:focus{border-color:#dc2626!important;box-shadow:0 0 0 2px #dc26261a!important}.tenant-form .ant-input::-moz-placeholder,.tenant-form .ant-picker-input>input::-moz-placeholder{color:#888!important;font-size:16px!important}.tenant-form .ant-input::placeholder,.tenant-form .ant-select-selection-placeholder,.tenant-form .ant-picker-input>input::placeholder{color:#888!important;font-size:16px!important}.tenant-form .ant-input{height:auto!important;min-height:48px!important}.tenant-form textarea.ant-input{padding:12px 16px!important;resize:vertical!important}.tenant-form .ant-select-selection-item{line-height:24px!important}.full-width{width:100%!important}.tenant-search-input .ant-input{padding-left:44px!important}.tenant-input-icon{color:#888!important}.phone-prefix{display:flex;align-items:center;gap:8px;padding:0 8px;background:#f5f5f5;border-right:1px solid #E0E0E0}.flag-icon{width:20px;height:auto;border-radius:2px}.tenant-form .ant-input-group-addon{background:transparent!important;border:none!important;padding:0!important}.tenant-form .ant-input-group .ant-input:first-child{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.tenant-form .ant-input-group .ant-input:last-child{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.add-tenant-container{margin-top:24px;display:flex;justify-content:center}.add-tenant-btn{height:48px!important;padding:0 24px!important;border:2px solid #DC2626!important;border-radius:8px!important;background:transparent!important;color:#dc2626!important;font-size:16px!important;font-weight:500!important;display:flex!important;align-items:center!important;gap:8px!important;transition:all .3s ease!important}.add-tenant-btn:hover{background:#dc2626!important;color:#fff!important}.tenant-form .ant-divider{border-color:#e0e0e0!important;margin:24px 0!important}.tenant-form .ant-form-item{margin-bottom:20px!important}.tenant-form .ant-form-item:last-child{margin-bottom:0!important}.tenant-form .ant-row{margin-bottom:0!important}@media (max-width: 768px){.entity-type-toggle{flex-direction:column;gap:12px}.entity-toggle-btn{width:100%;justify-content:center!important}.section-title{font-size:16px!important;line-height:22px!important}.tenant-form .ant-input,.tenant-form .ant-select-selector,.tenant-form .ant-picker,.tenant-form .ant-input-number{font-size:14px!important;padding:10px 12px!important;height:44px!important}.tenant-form .ant-input::-moz-placeholder{font-size:14px!important}.tenant-form .ant-input::placeholder,.tenant-form .ant-select-selection-placeholder{font-size:14px!important}.tenant-search-input .ant-input{padding-left:40px!important}}@media (max-width: 576px){.form-section{margin-bottom:24px}.tenant-form .ant-col{margin-bottom:0!important}}.co-agen.coagency-form-section{margin-bottom:32px}.coagency-form-section:last-child{margin-bottom:0}.coagency-section-title{color:#333!important;font-size:18px!important;font-weight:600!important;line-height:24px!important;margin-bottom:16px!important;margin-top:0!important}r{width:100%}.co-agency-form{width:100%}.stepper-label{display:block;color:#333;font-size:14px;font-weight:500;line-height:20px;margin-bottom:8px}.co-agency-fields,.referral-fields{display:flex;flex-direction:column;gap:20px}.co-agency-item,.referral-item{display:flex;flex-direction:column;gap:12px}.co-agency-form .ant-form-item-label>label{color:#333!important;font-size:14px!important;font-weight:500!important;line-height:20px!important}.co-agency-form .ant-form-item-required:before{color:#dc2626!important}.co-agency-form .ant-select-selector{border:1px solid #E0E0E0!important;border-radius:8px!important;font-size:16px!important;line-height:24px!important;padding:12px 16px!important;height:48px!important;background:#fff!important}.co-agency-form .ant-select-focused .ant-select-selector{border-color:#dc2626!important;box-shadow:0 0 0 2px #dc26261a!important}.co-agency-form .ant-select-selection-placeholder{color:#888!important;font-size:16px!important}.co-agency-form .ant-select-selection-item{line-height:24px!important}.split-input-container,.percentage-input-container{display:flex;align-items:center;gap:12px}.split-input,.percentage-input{flex:1;height:48px!important;border:1px solid #E0E0E0!important;border-radius:8px!important;font-size:16px!important;background:#fff!important}.split-input .ant-input-number-input,.percentage-input .ant-input-number-input{height:24px!important;padding:12px 16px!important}.split-input:focus,.percentage-input:focus{border-color:#dc2626!important;box-shadow:0 0 0 2px #dc26261a!important}.split-label,.percentage-label{color:#333;font-size:16px;font-weight:500;min-width:60px;text-align:right}.co-agency-form .ant-form-item,.split-percentage-item,.percentage-item{margin-bottom:0!important}.co-agency-form .ant-divider{border-color:#e0e0e0!important;margin:32px 0!important}@media (max-width: 768px){.section-title{font-size:16px!important;line-height:22px!important;margin-bottom:20px!important}.number-stepper{gap:16px}.stepper-btn{width:44px!important;height:44px!important}.stepper-value{font-size:20px}.co-agency-form .ant-select-selector{font-size:14px!important;padding:10px 12px!important;height:44px!important}.split-input,.percentage-input{height:44px!important}.split-input .ant-input-number-input,.percentage-input .ant-input-number-input{padding:10px 12px!important}.split-label,.percentage-label{font-size:14px;min-width:50px}}@media (max-width: 576px){.form-section{margin-bottom:24px}.co-agency-item,.referral-item{gap:8px}.co-agency-fields,.referral-fields{gap:16px}}.agent-step-container,.agent-form{width:100%}.agent-form-section{margin-bottom:32px}.agent-form-section:last-child{margin-bottom:0}.agent-section-title{color:#333!important;font-size:18px!important;font-weight:600!important;line-height:24px!important;margin-bottom:16px!important;margin-top:0!important}.form-section{margin-bottom:32px}.form-section:last-child{margin-bottom:0}.section-title{color:#333!important;font-size:18px!important;font-weight:600!important;line-height:24px!important;margin-bottom:24px!important;margin-top:0!important}.required-mark{color:#dc2626;font-weight:400}.number-stepper-container{margin-bottom:24px}.number-stepper{display:flex;align-items:center;gap:24px;justify-content:center;padding:16px 0}.stepper-btn{width:48px!important;height:48px!important;border:none!important;border-radius:8px!important;background:#e0e0e0!important;color:#333!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s ease!important}.stepper-btn:hover:not(:disabled){background:#dc2626!important;color:#fff!important}.stepper-btn:disabled{background:#f5f5f5!important;color:#ccc!important;cursor:not-allowed!important}.stepper-value{font-size:24px;font-weight:600;color:#333;min-width:40px;text-align:center}.agent-fields{display:flex;flex-direction:column;gap:16px}.agent-item{display:flex;align-items:flex-end;gap:16px}.agent-select-item{flex:1;margin-bottom:0!important}.agent-form .ant-form-item-label>label{color:#333!important;font-size:14px!important;font-weight:500!important;line-height:20px!important}.agent-form .ant-form-item-required:before{color:#dc2626!important}.agent-form .ant-select-selector{border:1px solid #E0E0E0!important;border-radius:8px!important;font-size:16px!important;line-height:24px!important;padding:12px 16px!important;height:48px!important;background:#fff!important}.agent-form .ant-select-focused .ant-select-selector{border-color:#dc2626!important;box-shadow:0 0 0 2px #dc26261a!important}.agent-form .ant-select-selection-placeholder{color:#888!important;font-size:16px!important}.agent-form .ant-select-selection-item{line-height:24px!important}.split-input-container{display:flex;align-items:center;gap:12px;min-width:150px}.split-input{width:80px!important;height:48px!important;border:1px solid #E0E0E0!important;border-radius:8px!important;font-size:16px!important;background:#fff!important}.split-input .ant-input-number-input{height:24px!important;padding:12px 16px!important}.split-input:focus{border-color:#dc2626!important;box-shadow:0 0 0 2px #dc26261a!important}.split-label{color:#333;font-size:16px;font-weight:500;white-space:nowrap}.split-percentage-item{margin-bottom:0!important}.important-note{margin-top:32px}.custom-alert{border-radius:8px!important;background:#fef2f2!important;border:1px solid #FCA5A5!important}.custom-alert .ant-alert-message{color:#dc2626!important;font-weight:600!important;font-size:16px!important}.custom-alert .ant-alert-description{color:#7f1d1d!important;font-size:14px!important;line-height:20px!important;margin-top:4px!important}.custom-alert .ant-alert-icon{color:#dc2626!important}.agent-form .ant-form-item{margin-bottom:20px!important}.agent-form .ant-form-item:last-child{margin-bottom:0!important}.agent-form .ant-divider{border-color:#e0e0e0!important;margin:32px 0!important}@media (max-width: 768px){.section-title{font-size:16px!important;line-height:22px!important;margin-bottom:20px!important}.number-stepper{gap:16px}.stepper-btn{width:44px!important;height:44px!important}.stepper-value{font-size:20px}.agent-item{flex-direction:column;align-items:stretch;gap:12px}.split-input-container{min-width:auto;justify-content:space-between}.agent-form .ant-select-selector{font-size:14px!important;padding:10px 12px!important;height:44px!important}.split-input{height:44px!important}.split-input .ant-input-number-input{padding:10px 12px!important}.split-label{font-size:14px}.custom-alert .ant-alert-message{font-size:14px!important}.custom-alert .ant-alert-description{font-size:13px!important}}@media (max-width: 576px){.form-section{margin-bottom:24px}.agent-fields{gap:12px}.important-note{margin-top:24px}}.sales-page-toggle{width:100%;flex:1}.sales-page-container .create-page-content-area{background-color:#fff;border-radius:16px;padding:20px;margin-bottom:20px;flex-grow:1;overflow-y:auto;height:calc(100vh - 400px);width:100%}.sales-page-container .ant-form-item{font-size:16px;line-height:24px;font-weight:400;color:#333;margin-bottom:16px}.sales-page-container .ant-form-item-label label{font-size:14px;line-height:20px;font-weight:700;color:#333}.sales-page-container .ant-input,.sales-page-container .ant-select-selector{background-color:#fff;border:1px solid #E0E0E0;border-radius:16px;padding:12px 16px;font-size:16px;color:#333;height:48px}.sales-page-container .ant-input::-moz-placeholder{color:#888}.sales-page-container .ant-input::placeholder{color:#888}.sales-page-container .ant-select{width:100%}.sales-page-container .ant-select-selector{height:48px!important}.sales-page-container .ant-select-selection-placeholder{color:#888}.sales-page-container .ant-btn{border-radius:50px;font-weight:600;transition:all .3s ease}.sales-page-container .create-page-header-back-button{border:1px solid #6b7280;padding:15px;border-radius:8px;background-color:#fff}.sales-page-container .ant-checkbox-wrapper{font-size:16px;line-height:24px;color:#333}.sales-page-container .ant-checkbox-inner{border-radius:4px;border:1px solid #E0E0E0}.sales-page-container .ant-checkbox-checked .ant-checkbox-inner{background-color:#dc2626;border-color:#dc2626}.sales-page-container .ant-checkbox-checked .ant-checkbox-inner:after{border-color:#fff}.sales-page-container .ant-radio-wrapper{font-size:16px;line-height:24px;color:#333}.sales-page-container .ant-radio-checked .ant-radio-inner{border-color:#dc2626;background-color:#dc2626}.sales-page-container .ant-radio-inner{border:1px solid #E0E0E0}.sales-page-container .ant-input{font-family:Roboto,sans-serif}.sales-page-container textarea.ant-input{min-height:100px;resize:vertical;border-radius:16px}.sales-page-container .ant-card{border-radius:16px;border:1px solid #E0E0E0;box-shadow:0 1px 2px #0000000d}.sales-page-container .ant-card-body{padding:20px}.sales-page-container .ant-picker{width:100%;height:48px;border-radius:16px;border:1px solid #E0E0E0}.sales-page-container .ant-picker-input input{font-size:16px;color:#333}.sales-page-container .ant-upload-list-picture-card .ant-upload-list-item{border-radius:8px}.sales-page-container .ant-upload-select{border-radius:8px;border:1px dashed #E0E0E0}@media (max-width: 768px){.sales-page-container>.create-page-width-limiter{margin:10px;padding:15px;border-radius:16px;min-height:calc(100vh - 20px)}.sales-page-container .create-page-content-area{height:calc(100vh - 350px);padding:15px}.sales-toggle-btn{padding:6px 20px;font-size:13px}}.sales-page-container .ant-input:focus,.sales-page-container .ant-select-focused .ant-select-selector{border-color:#dc2626;box-shadow:0 0 0 2px #dc26261a}.sales-page-container .create-page-stepper-item.active{color:#dc2626}.sales-page-container .create-page-stepper-item.completed{color:#22c55e}.sales-page-container .create-page-stepper-item.inactive{color:#888}.create-subsales-page-tabs{margin:0 32px 24px;width:100%}.create-subsales-page .create-page-content-area{display:grid;grid-template-columns:100%;gap:24px;align-content:start}.create-subsales-page-card{border-radius:32px;box-shadow:0 1px 2px #0001}.create-subsales-page-card-shaded{border-radius:24px;box-shadow:0 1px 2px #0001;cursor:pointer}.create-subsales-page-card-shaded .ant-card-body{padding:24px;display:flex;align-items:center;justify-content:space-between}.create-subsales-page-card-shaded .ant-card-body>*{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.create-subsales-page-card-shaded .ant-card-body:before,.create-subsales-page-card-shaded .ant-card-body:after{content:none}.create-subsales-page-card-shade-button{cursor:pointer;position:absolute;top:24px;right:24px}.create-subsales-page-dual-column{display:grid;grid-template-columns:1fr 1fr;gap:24px 4%;margin-bottom:24px}.create-subsales-page-prefixed-column{display:grid;grid-template-columns:25% auto;gap:0px 2%}.create-subsales-page-suffixed-column{display:grid;grid-template-columns:auto 30%;gap:0px 2%}.create-subsales-page-labelled-switch>label{padding:12px 16px;border-radius:16px;background-color:#fff;border:1px solid #E0E0E0;display:flex;justify-content:space-between;align-items:center}@media (width < 640px){.create-subsales-page-prefixed-column{grid-template-columns:30% auto;gap:0px 2%}.create-subsales-page-suffixed-column{grid-template-columns:100%;gap:8px 2%}}.create-subsales-page-card-inner-section:not(:first-child){margin-top:24px}.hr-create-new-user-role-choice-content{padding:24px 16px}.hr-create-new-user-role-choice-options{display:flex;flex-direction:column;gap:16px}.hr-create-new-user-role-choice-option-card{background-color:#fff;border-radius:16px;padding:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e5e5;cursor:pointer;transition:box-shadow .2s;display:flex;align-items:center;justify-content:space-between}.hr-create-new-user-role-choice-option-card:hover{box-shadow:0 4px 6px #0000001a}.hr-create-new-user-role-choice-option-content{display:flex;align-items:center;gap:16px;flex:1}.hr-create-new-user-role-choice-option-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center}.hr-create-new-user-role-choice-option-text{flex:1}.hr-create-new-user-role-choice-option-title{font-size:16px;font-weight:600;color:#333;margin:0 0 4px;display:block}.hr-create-new-user-role-choice-option-description{font-size:14px;color:#757575;margin:0;display:block}.hr-create-new-user-role-choice-option-chevron{color:#bdbdbd}.lead-listing-page .view-page-action-row{justify-content:right;margin-bottom:12px}.lead-listing-page .lead-cards{display:flex;flex-direction:column;gap:20px}.lead-card{border-radius:24px;box-shadow:0 1px 2px #0002}.lead-card .ant-card-body{padding:20px 28px}.lead-card-info-row{display:grid;grid-template-columns:1fr 1fr}.lead-card-info-row>*{margin-bottom:12px;line-height:1;display:flex;flex-direction:column}.lead-card-info-row>div>:nth-child(1){color:gray;font-weight:400;font-size:100%}.lead-card-info-row>div>:nth-child(2){color:#000;font-weight:500;font-size:120%}.lead-card-actions-row{display:grid;grid-template-columns:5fr 4fr;gap:4%;align-items:center}.lead-card-actions-row-left{display:grid;grid-template-columns:auto minmax(max-content,60%);gap:0px 6px}.lead-card-actions-row-left>:nth-child(odd){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lead-card-actions-row-left>:nth-child(2n+2):before{content:":";color:#888;margin-right:8px}.lead-card-actions-row-left>*{margin-bottom:4px}.lead-card-actions-row-left-big{font-size:120%}.lead-card-actions-row-right{display:flex;gap:8px;align-items:flex-start;overflow:scroll}.lead-card-actions-row-right>a{text-decoration:none}.lead-card-actions-row-right .ant-btn{border-radius:12px;font-size:16px;padding:20px 12px}.lead-card .lead-card-actions-row-right .ant-btn,.lead-card .lead-card-actions-row-right .ant-btn:hover{border:3px solid #FFFFFF80;background-color:#dc2626;color:#fff}.lead-card-tags{position:absolute;top:16px;right:20px;display:flex;gap:4px}.lead-card-tags>div{padding:4px 12px;border-radius:999px;background-color:#f0f8ff}.lead-listing-page .horizontal-bar{margin:6px 0 12px}.lead-listing-page-transfer-lead-modal .create-page-form{display:grid;gap:8px;padding:8px 0}.lead-listing-page-transfer-lead-modal .create-page-form .ant-form-item{margin-bottom:0}.lead-listing-page-transfer-lead-modal .ant-modal-footer{display:flex;flex-direction:column-reverse;gap:12px;margin-top:24px}.lead-listing-page-transfer-lead-modal.ant-modal .ant-modal-footer>.ant-btn{margin-inline:0}.lead-listing-page-transfer-lead-modal .ant-modal-footer .ant-btn{flex:1;padding:15px 20px;font-size:16px;line-height:12px;font-weight:700;border-radius:50px;transition:background-color .3s ease}.lead-listing-page-transfer-lead-modal .ant-modal-footer .ant-btn-primary,.lead-listing-page-transfer-lead-modal .ant-modal-footer .ant-btn-primary:hover{background-color:#dc2626;border-color:#dc2626;color:#fff}.lead-listing-page-transfer-lead-modal .ant-modal-footer .ant-btn-default,.lead-listing-page-transfer-lead-modal .ant-modal-footer .ant-btn-default:hover{background-color:#fff;border-color:#d9d9d9;color:#000}.lead-listing-page-transfer-lead-modal .ant-modal-footer .ant-btn:disabled{background-color:gray;border-color:gray;color:#fff}.lead-detail-page .view-page-content>*{margin-bottom:16px}.lead-detail-page .view-page-content>:first-child{margin-bottom:32px}.lead-detail-page-actions{display:flex;gap:8px}.lead-detail-page-actions>:nth-child(1){flex:1;justify-content:center}.lead-detail-page-grid-area{display:grid;grid-template-columns:max-content auto;gap:12px 24px}.lead-detail-page-grid-area>:nth-child(odd){color:#888;font-weight:600;height:26px}.lead-detail-page-grid-area>:nth-child(2n+2):before{content:": ";color:#888;font-weight:600;margin-right:8px}.lead-detail-page-grid-area>:nth-child(2n+2){color:#000}.lead-detail-page-grid-area .lead-detail-page-lead-source-tag{padding:2px 12px;border-radius:20px;display:inline-block}.lead-detail-page-grid-area .lead-detail-page-lead-source-tag *{color:inherit}.lead-detail-page-freeform-area{display:grid;gap:8px}.lead-detail-page-freeform-area>:nth-child(odd){color:#888;font-weight:600;margin-bottom:12px}.lead-detail-page-freeform-area>:nth-child(2n+2){color:#000}.lead-detail-page-lead{border-radius:24px;box-shadow:0 1px 2px #0002}.lead-detail-page-lead .ant-card-body{padding:20px 28px;display:grid;gap:8px}.lead-detail-page-lead .ant-card-body:before,.lead-detail-page-lead .ant-card-body:after{content:none}.lead-detail-page-lead-info{display:grid;grid-template-columns:1fr 1fr;margin-bottom:8px}.lead-detail-page-lead-info>*{line-height:1;display:flex;flex-direction:column}.lead-detail-page-lead-info>*{margin-bottom:12px}.lead-detail-page-lead-info>*:nth-last-child(1),.lead-detail-page-lead-info>*:nth-last-child(2){margin-bottom:unset}.lead-detail-page-lead-info>*>:nth-child(1){color:gray;font-weight:600;font-size:90%}.lead-detail-page-lead-info>*>:nth-child(2){color:#000}.lead-detail-page-lead-actions-row{margin:4px 0 8px;display:grid;grid-template-columns:auto max-content;gap:2%;align-items:center}.lead-detail-page-lead-actions-row-left{display:flex;flex-direction:column;gap:4px}.lead-detail-page-lead-actions-row-left>:nth-child(1){font-size:120%}.lead-detail-page-lead-actions-row-left>:nth-child(1)>*{display:flex;align-items:center;gap:12px}.lead-detail-page-lead-actions-row-left>:nth-child(1) svg{color:#888}.lead-detail-page-lead-actions-row-left>:nth-child(2){font-size:80%;color:#888;display:grid;grid-template-columns:1fr 2fr}.lead-detail-page-lead-actions-row-left>:nth-child(2)>:nth-child(2n+2):before{content:": ";color:#888;font-weight:600}.lead-detail-page-lead-actions-row-left .ant-typography{font-size:inherit;color:inherit}.lead-detail-page-lead-actions-row-right>a{text-decoration:none}.lead-detail-page-transfer-message{padding:12px 16px;background-color:#ffd0d0;border-radius:16px;color:#c80000}.lead-detail-page-transfer-message .ant-typography{color:maroon;margin-bottom:0}.lead-detail-page-transfer-message b{color:#606060}.create-manual-payment-credit-debit-toggle .ant-segmented-item{display:flex;align-items:center}.create-manual-payment-credit-debit-toggle svg{color:#888}.create-manual-payment-credit-debit-toggle .ant-segmented-item-icon{display:grid}.create-manual-payment-page-hint-block{display:block;text-align:center;color:#888;margin-bottom:12px}.create-manual-payment-page .horizontal-bar{width:100%;border:1px solid #0001;margin:32px 0 24px}.create-manual-payment-page .create-manual-payment-details-card{background-color:#fff;border-radius:16px;box-shadow:0 4px 8px #0000001a}.create-manual-payment-page .create-manual-payment-details-card-intro-text{font-size:16px;font-weight:400;margin-bottom:12px}.create-manual-payment-page .create-manual-payment-details-card-info-field{margin-bottom:12px}.create-manual-payment-page .create-manual-payment-details-card-info-field>:nth-child(1){font-size:14px;line-height:20px;font-weight:400;color:#888;display:block;margin-bottom:4px}.create-manual-payment-page .create-manual-payment-details-card-info-field>:nth-child(2){font-size:16px;line-height:24px;font-weight:400;color:#333;display:block;padding:8px 12px;background-color:#f0f0f0;border:1px solid #E0E0E0;border-radius:8px}.create-manual-payment-page .qr-code{width:100%;height:150px;-o-object-fit:contain;object-fit:contain}.create-manual-payment-page .create-manual-payment-steps-section{background-color:transparent;padding:0 16px}.create-manual-payment-page .create-manual-payment-steps-section .create-manual-payment-steps-heading{font-size:24px;line-height:32px;font-weight:700;margin-bottom:16px}.create-manual-payment-page .create-manual-payment-steps-section .create-manual-payment-steps-list{list-style-type:decimal;padding-left:20px;font-size:16px;line-height:24px;font-weight:400}.create-manual-payment-page .create-manual-payment-steps-section .create-manual-payment-steps-list li{margin-bottom:8px}.create-manual-payment-page .create-manual-payment-steps-section .create-manual-payment-steps-list li a{color:#dc2626;text-decoration:underline;font-size:14px;line-height:20px;font-weight:400}.hr-user-listing-tab-bar-wrapper{padding:10px 0;overflow-x:scroll;display:flex}.hr-user-listing-tab-bar-wrapper{scrollbar-width:none;-ms-overflow-style:none}.hr-user-listing-tab-bar-wrapper::-webkit-scrollbar{display:none}.hr-user-listing-tab-bar{flex:1;border-bottom:1px solid #E0E0E0;padding:0 12px;display:flex}.hr-user-listing-tab-bar-button{padding:16px 20px;font-family:Roboto,sans-serif;font-size:14px;line-height:20px;font-weight:400;color:#888;background:none;transition:all .3s ease;border:none;border-radius:0;border-bottom:3px solid transparent;box-shadow:none}.hr-user-listing-tab-bar-button.ant-btn.ant-btn-variant-outlined:hover{color:#888;border-color:#888;background:transparent}.hr-user-listing-tab-bar-button.ant-btn.ant-btn-variant-outlined.active,.hr-user-listing-tab-bar-button.ant-btn.ant-btn-variant-outlined.active:hover{color:#d32525;border-bottom-color:#d32525;font-weight:700}.hr-user-listing-special-filters{display:flex;gap:8px;flex-wrap:nowrap;overflow:auto}.hr-user-listing-special-filters>div{background-color:transparent;border:1px solid #0002;border-radius:12px;padding:6px 18px;white-space:nowrap}.hr-user-listing-special-filters>div.active{background-color:#add8e6}.hr-user-listing-cards{display:grid;gap:8px}.hr-user-listing-cards>a{text-decoration:none}.hr-user-listing-cards .ant-card{border-radius:16px}.hr-user-listing-cards .ant-card-body{display:grid;grid-template-columns:auto max-content;gap:24px;align-items:center}.hr-user-listing-cards .ant-card-body>:nth-child(1){display:grid;gap:2px}.hr-user-listing-cards .ant-card-body>:nth-child(1)>:nth-child(1){font-weight:700}.hr-user-listing-cards .ant-card-body>:nth-child(1)>:nth-child(3){margin-top:3px}.hr-user-listing-cards .ant-card-body>:nth-child(1)>:nth-child(3) *{border-radius:999px;padding:3px 12px;background-color:#f0f8ff}.hr-user-listing-cards .ant-card-body:before,.hr-user-listing-cards .ant-card-body:after{content:none}.hr-user-listing-listing-wrapper{margin:16px 0;display:grid}.hr-user-listing-listing-wrapper>*{grid-column:1;grid-row:1}.hr-user-listing-jumper-wrapper{position:sticky;top:0;max-height:100vh;display:grid;grid-template-columns:100% auto;gap:8px}.hr-user-listing-jumper-wrapper:before{content:""}.hr-user-listing-jumper{text-align:center;font-family:monospace,monospace;font-size:20px;line-height:1em}.hr-user-listing-jumper>*{cursor:pointer;padding:3px 0;color:#0008;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.hr-user-detail-contact-card{max-width:640px;width:min(480px,80vw);margin:auto;border-radius:32px;border:1px solid #E0E0E0}.hr-user-detail-contact-card .ant-card-body{display:grid;grid-template-columns:max-content 1fr;gap:12px}.hr-user-detail-contact-card .ant-card-body:before,.hr-user-detail-contact-card .ant-card-body:after{content:none}.hr-user-detail-contact-card-details{display:grid;grid-template-columns:max-content auto;gap:4px 6px;align-items:center}.hr-user-detail-contact-card-buttons-row{grid-column:1 / 3;display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.hr-user-detail-contact-card-buttons-row>.ant-btn{display:flex;align-items:center;padding:20px;border-radius:16px;font-size:14px;font-weight:700}.hr-user-detail-contact-card-buttons-row>.ant-btn:not(.whatsapp-contact-button) svg{stroke:#acacac}.hr-user-detail-contact-card-buttons-row>.ant-btn:not(.whatsapp-contact-button),.hr-user-detail-contact-card-buttons-row>.ant-btn:not(.whatsapp-contact-button):hover,.hr-user-detail-contact-card-buttons-row>.ant-btn:not(.whatsapp-contact-button).ant-btn-primary:hover,.hr-user-detail-contact-card-buttons-row>.ant-btn:not(.whatsapp-contact-button).ant-btn-default:hover{background-color:#fff;border:2px solid #c3c3c3;color:#333}.hr-user-detail-tenant-content,.hr-user-detail-owner-content,.hr-user-detail-property-manager-content,.hr-user-detail-human-resources-content,.hr-user-detail-accountant-content,.hr-user-detail-marketing-content,.hr-user-detail-consultant-content,.hr-user-detail-operator-content,.hr-user-detail-contractor-content{display:grid;grid-template-columns:1fr 1fr;gap:24px}.hr-user-detail-tenant-content>*,.hr-user-detail-owner-content>*,.hr-user-detail-property-manager-content>*,.hr-user-detail-human-resources-content>*,.hr-user-detail-accountant-content>*,.hr-user-detail-marketing-content>*,.hr-user-detail-consultant-content>*,.hr-user-detail-operator-content>*,.hr-user-detail-contractor-content>*{grid-column:1 / 3}.hr-user-detail-performance-period{width:100%;margin-bottom:16px;text-align:center}.hr-user-detail-stat-tile{border-radius:24px;box-shadow:0 1px 2px #0002}.hr-user-detail-stat-tile .ant-card-body{display:grid;gap:8px}.hr-user-detail-stat-tile .ant-card-body:before,.hr-user-detail-stat-tile .ant-card-body:after{content:none}.hr-user-detail-stat-tile .ant-card-body>:nth-child(2){font-weight:700;font-size:24px}.hr-user-detail-tenant-performance-tile,.hr-user-detail-owner-performance-tile,.hr-user-detail-property-manager-performance-tile,.hr-user-detail-human-resources-performance-tile,.hr-user-detail-accountant-performance-tile,.hr-user-detail-accountant-performance-tile-2,.hr-user-detail-satisfaction-rating-tile,.hr-user-detail-requests-history-tile,.hr-user-detail-property-breakdown-tile,.hr-user-detail-tasks-tile,.hr-user-detail-agreements-tile{background-color:#fff;border-radius:24px;box-shadow:0 1px 2px #0002;padding:24px}.hr-user-detail-tenant-performance-tile .ant-typography,.hr-user-detail-owner-performance-tile .ant-typography,.hr-user-detail-property-manager-performance-tile .ant-typography,.hr-user-detail-human-resources-performance-tile .ant-typography,.hr-user-detail-accountant-performance-tile .ant-typography,.hr-user-detail-accountant-performance-tile-2 .ant-typography,.hr-user-detail-satisfaction-rating-tile .ant-typography,.hr-user-detail-requests-history-tile .ant-typography,.hr-user-detail-property-breakdown-tile .ant-typography,.hr-user-detail-tasks-tile .ant-typography,.hr-user-detail-agreements-tile .ant-typography{margin-bottom:0}.hr-user-detail-tasks-tile-buttons .ant-btn,.hr-user-detail-agreements-tile-buttons .ant-btn{width:100%;font-weight:500;padding:20px;border-radius:12px}.hr-user-detail-tasks-tile-buttons .ant-btn.ant-btn-default,.hr-user-detail-agreements-tile-buttons .ant-btn.ant-btn-default,.hr-user-detail-tasks-tile-buttons .ant-btn.ant-btn-default:hover,.hr-user-detail-agreements-tile-buttons .ant-btn.ant-btn-default:hover,.hr-user-detail-tasks-tile-buttons .ant-btn.ant-btn-default:focus-within,.hr-user-detail-agreements-tile-buttons .ant-btn.ant-btn-default:focus-within{border-color:#d9d9d9;color:#000000e1}.hr-user-detail-tenant-performance-tile>div,.hr-user-detail-owner-performance-tile>div,.hr-user-detail-property-manager-performance-tile>div,.hr-user-detail-human-resources-performance-tile>div,.hr-user-detail-accountant-performance-tile>div,.hr-user-detail-accountant-performance-tile-2>div{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:4px 12px}.hr-user-detail-tenant-performance-tile>div :nth-child(4n+3),.hr-user-detail-tenant-performance-tile>div :nth-child(4n+4),.hr-user-detail-owner-performance-tile>div :nth-child(4n+3),.hr-user-detail-owner-performance-tile>div :nth-child(4n+4),.hr-user-detail-property-manager-performance-tile>div :nth-child(4n+3),.hr-user-detail-property-manager-performance-tile>div :nth-child(4n+4),.hr-user-detail-human-resources-performance-tile>div :nth-child(4n+3),.hr-user-detail-human-resources-performance-tile>div :nth-child(4n+4),.hr-user-detail-accountant-performance-tile>div :nth-child(4n+3),.hr-user-detail-accountant-performance-tile>div :nth-child(4n+4){font-weight:700;font-size:20px}.hr-user-detail-accountant-performance-tile-2>div :nth-child(6n+3),.hr-user-detail-accountant-performance-tile-2>div :nth-child(6n+4){font-weight:700;font-size:20px}.hr-user-detail-stats-tile{background-color:#fff;border-radius:24px;box-shadow:0 1px 2px #0002;padding:24px}.hr-user-detail-stats-tile .ant-typography{margin-bottom:0}.hr-user-detail-stats-tile>div{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:4px 12px}.hr-user-detail-stats-tile>div :nth-child(6n+3),.hr-user-detail-stats-tile>div :nth-child(6n+4){font-weight:700;font-size:20px}.hr-user-detail-satisfaction-rating-tile{display:grid;gap:12px}.hr-user-detail-satisfaction-rating-tile>:nth-child(1){display:flex;justify-content:space-between;align-items:center}.hr-user-detail-satisfaction-rating-tile>:nth-child(2){display:flex;gap:8px}.hr-user-detail-satisfaction-rating-tile>:nth-child(3){display:grid;grid-template-columns:max-content 1fr max-content;gap:0px 12px}.hr-user-detail-requests-history-tile-entries{margin-top:12px;display:grid;gap:8px}.hr-user-detail-requests-history-tile-entries>div{padding:0 8px;display:grid;grid-template-columns:auto max-content;gap:0px 12px;align-items:center}.hr-user-detail-requests-history-tile-entries>div>:nth-child(1){grid-column:1;grid-row:1}.hr-user-detail-requests-history-tile-entries>div>:nth-child(2){grid-column:1;grid-row:2}.hr-user-detail-requests-history-tile-entries>div>:nth-child(3){grid-column:2;grid-row:1 / 3;background-color:#dbfa9c;color:#8eb548;padding:3px 12px;border-radius:999px}.hr-user-detail-property-breakdown-tile-entries{margin-top:12px;display:grid;gap:8px}.hr-user-detail-property-breakdown-tile-entries>div{padding:0 8px;display:grid;grid-template-columns:auto max-content;gap:0px 12px;align-items:center}.hr-user-detail-property-breakdown-tile-entries>div>:nth-child(1){grid-column:1;grid-row:1}.hr-user-detail-property-breakdown-tile-entries>div>:nth-child(2){grid-column:1;grid-row:2}.hr-user-detail-property-breakdown-tile-entries>div>:nth-child(3){grid-column:2;grid-row:1 / 3;background-color:#dbfa9c;color:#8eb548;padding:3px 12px;border-radius:999px}.hr-user-detail-tasks-tile,.hr-user-detail-tasks-tile-entries{display:grid;gap:12px}.hr-user-detail-tasks-tile-entries>div{display:grid;gap:0px;padding:16px;box-shadow:0 1px 2px #0002;border-radius:16px}.hr-user-detail-tasks-tile-entries>div>:nth-child(1){display:flex;justify-content:space-between}.hr-user-detail-tasks-tile-entries>div>:nth-child(1)>:nth-child(2){background-color:orange;color:#fff;padding:3px 12px;border-radius:999px}.hr-user-detail-tasks-tile-entries>div>:nth-child(2){color:#888;display:grid;grid-template-columns:max-content max-content auto;gap:0px 8px}.hr-user-detail-agreements-tile,.hr-user-detail-agreements-tile-entries{display:grid;gap:12px}.hr-user-detail-agreements-tile-entries>div{display:grid;gap:0px;padding:16px;box-shadow:0 1px 2px #0002;border-radius:16px}.hr-user-detail-agreements-tile-entries>div>:nth-child(2){color:#888;display:grid;grid-template-columns:max-content max-content auto;gap:0px 8px}.hr-user-detail-page .view-page-content{display:flex;flex-direction:column;gap:24px}.hr-edit-user-container{min-height:100vh;background-color:#f2f2f2;display:flex;flex-direction:column}.hr-edit-user-header{background-color:#fff;padding:16px;display:flex;align-items:center;gap:16px;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:10}.hr-edit-user-back-button{background:none;border:none;padding:8px;border-radius:50%;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.hr-edit-user-back-button:hover{background-color:#f5f5f5}.hr-edit-user-title{font-size:20px;font-weight:700;color:#333;margin:0}.hr-edit-user-content{flex:1;padding:24px 16px}.hr-edit-user-form{display:flex;flex-direction:column;gap:24px}.hr-edit-user-form-group{display:flex;flex-direction:column;gap:8px}.hr-edit-user-form-label{font-size:14px;font-weight:500;color:#333;margin:0}.hr-edit-user-role-select{border-radius:8px}.hr-edit-user-role-select .ant-select-selector{border-radius:8px;border:1px solid #E0E0E0;background-color:#fff;min-height:48px;display:flex;align-items:center}.hr-edit-user-role-select .ant-select-selection-placeholder{color:#bdbdbd;font-size:16px}.hr-edit-user-input{border-radius:8px;border:1px solid #E0E0E0;background-color:#fff;min-height:48px}.hr-edit-user-input .ant-input{border:none;background:transparent;font-size:16px;color:#333}.hr-edit-user-input .ant-input::-moz-placeholder{color:#bdbdbd}.hr-edit-user-input .ant-input::placeholder{color:#bdbdbd}.hr-edit-user-suffixed-field{display:grid;grid-template-columns:auto max-content;gap:2%;align-items:center}.hr-edit-user-suffixed-field .ant-btn{padding:0 16px;border-radius:16px;height:48px}.hr-edit-user-bank-information-card{border-radius:32px}.hr-edit-user-bank-information-card:not(:first-child){margin:16px 0}.hr-edit-user-bank-information-card-delete{position:absolute;top:20px;right:20px;display:flex;align-items:center;justify-content:center}.hr-edit-user-bank-information-card-delete.ant-btn-icon-only{padding-inline:18px;padding-block:18px}.hr-edit-user-step-actions{margin:16px 0;display:flex}.hr-edit-user-step-actions .ant-btn{flex:1;padding:20px;font-size:16px;line-height:12px;font-weight:400;border-style:solid;border-radius:50px;border-width:1px;transition:background-color .3s ease}.hr-edit-user-page .hr-edit-user-step-actions .ant-btn,.hr-edit-user-page .hr-edit-user-step-actions .ant-btn:hover{background-color:#fff;color:#dc2626;border-color:#dc2626}.hr-edit-user-horizontal-bar{background-color:#00000010;border-radius:99px;min-height:4px;margin:32px 0 24px}.hr-edit-user-notice{margin:8px 0;padding:12px 16px;background:#ffc080;border:2px solid #00000020;border-radius:24px;display:grid;grid-template-columns:auto max-content;gap:4px;align-items:center}.hr-edit-user-page .hr-edit-user-notice .ant-btn{padding:15px 20px;font-size:16px;line-height:12px;font-weight:400;border-style:solid;border-radius:50px;border-width:1px;transition:background-color .3s ease}.hr-edit-user-page .hr-edit-user-notice .ant-btn,.hr-edit-user-page .hr-edit-user-notice .ant-btn:hover{background-color:#fff;color:#dc2626;border-color:#dc2626}.tenant-move-out-navigation-buttons{display:flex;gap:16px}.tenant-move-out-navigation-buttons .create-page-back-button{max-width:unset}.tenant-move-out-page .create-page-maincontent{margin-top:16px;border:1px solid #E5E7EB;border-radius:16px;background-color:#fff}.tenant-move-out-page .create-page-maincontent-subcard{margin-top:16px;border:1px solid #E5E7EB;border-radius:16px;background-color:#e5e6e7}.tenant-move-out-page .create-page-maincontent .ant-card-body{padding:16px}.tenant-move-out-page .create-page-maincontent-title{font-size:16px;font-weight:700;line-height:32px;color:#111827;margin-bottom:8px}.tenant-move-out-page .create-page-maincontent-subtitle{font-size:16px;font-weight:600;line-height:24px;color:#111827;margin-top:12px;margin-bottom:4px;text-align:center}.tenant-move-out-page .create-page-maincontent-image{width:80px;height:80px;border-radius:10px;margin-right:10px;-o-object-fit:cover;object-fit:cover}.tenant-move-out-page .tenant-move-out-date-picker{width:100%;border-radius:16px}.tenant-move-out-page .tenant-move-out-date-display{border:1px solid #D1D5DB;border-radius:16px;width:100%;padding:8px 16px;font-size:16px;font-weight:350;color:#111827;margin:0 0 16px;display:flex;align-items:center;gap:12px}.tenant-move-out-page .tenant-move-out-date-calendar{width:16px;height:16px;color:#111827}.tenant-move-out-page .tenant-move-out-date-text{flex:1;line-height:100%}.tenant-move-out-page .tenant-move-out-date-pending-tag{background-color:#f7d0aecc;color:#f7770a;line-height:100%;font-size:12px;font-weight:500;border-radius:16px;padding:6px 10px}.tenant-move-out-page .tenant-move-out-date-key-collected-tag{background-color:#c6f6d5cc;color:#2aa91a;line-height:100%;font-size:12px;font-weight:500;border-radius:16px;padding:6px 10px}.tenant-move-out-page .create-page-maincontent-text{font-size:14px;font-weight:500;line-height:24px;color:#51565f;margin-bottom:0}.tenant-move-out-page .create-page-maincontent-subtext{font-size:14px;font-weight:400;line-height:20px;color:#6b7280;margin-bottom:0;text-align:center}.tenant-move-out-page .create-page-checklist{margin-left:20px;color:#4a4e58}.tenant-move-out-page .create-page-nextstep-section{margin-top:20px;padding:0 5px;border:1px solid #4976a1;border-radius:16px;background-color:#cde1ffcc}.tenant-move-out-page .create-page-nextstep-section .ant-card-body{display:grid;grid-template-columns:max-content auto;gap:12px}.tenant-move-out-page .create-page-nextstep-section .ant-card-body:before,.tenant-move-out-page .create-page-nextstep-section .ant-card-body:after{content:none}.tenant-move-out-page .create-page-nextstep-icon{flex-shrink:0;margin-top:6px}.tenant-move-out-page .create-page-nextstep-content{flex:1}.tenant-move-out-page .maintainance-card-payer-tag{background-color:#fef2f2;color:#d11021;font-size:14px;font-weight:700;border-radius:16px;padding:6px 10px;text-align:center;margin-bottom:8px;line-height:normal;border:1px solid #D11021}.tenant-move-out-page .maintainance-card-header{display:flex;align-items:center;justify-content:space-between}.tenant-move-out-page .maintainance-card-completed-tag{background-color:#c6f6d5cc;color:#2aa91a;line-height:100%;font-size:12px;font-weight:500;border-radius:16px;padding:6px 10px}.tenant-move-out-page .maintainance-card-inprogress-tag{background-color:#fff3cd;color:#856404;line-height:100%;font-size:12px;font-weight:500;border-radius:16px;padding:6px 10px}.tenant-move-out-page .maintainance-card-cost{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.tenant-move-out-page .maintainance-card-cost-label{font-weight:500}.tenant-move-out-page .maintainance-card-cost-icon{vertical-align:middle;margin-right:6px;width:16px;height:16px}.tenant-move-out-page .maintainance-card-cost-value{font-weight:700;color:#dc2626}.tenant-move-out-page .maintainance-card-invoice-button-container{display:flex;justify-content:flex-end}.tenant-move-out-page .create-page-view-invoice-button{font-size:16px;line-height:12px;font-weight:500;border:1px solid #DC2626;border-radius:16px;cursor:pointer;transition:background-color .3s ease;height:40px;margin-top:10px}.tenant-move-out-page div:has(>.create-page-maincontent-clock){padding:0 8px 8px}.create-page-maincontent-clock{display:flex;justify-content:center;align-items:center;margin:40px 0}.tenant-move-out-page .refund-card-header{display:flex;align-items:center;gap:12px}.tenant-move-out-page .refund-card-header .create-page-maincontent-title{display:flex;align-items:center;margin-bottom:0;padding:0;line-height:1.2}.tenant-move-out-page .refund-card-content{display:grid;grid-template-columns:max-content auto;gap:30px;padding:5px 0}.tenant-move-out-page .refund-card-label{font-size:14px;font-weight:450;line-height:32px;color:#67686a}.tenant-move-out-page .refund-card-value{font-size:14px;font-weight:700;color:#6f7c6d;text-align:right}.create-page-refund-title{text-align:center}.create-page-refund-text{text-align:center;font-size:16px;font-weight:400;line-height:20px;color:#6b7280}.tenant-move-out-page .create-page-refund-subtext{text-align:center;font-size:14px;font-weight:600;line-height:20px;color:#6b7280}.tenant-move-out-refund-completed-section{text-align:center;margin-bottom:50px}.tenant-move-out-page .deposit-breakdown-card{border:1px solid #E5E7EB;border-radius:16px;background-color:#ededed;margin-top:16px}.tenant-move-out-page .deposit-first-row{display:flex;justify-content:space-between;align-items:center}.tenant-move-out-page .deposit-subcard-section{margin-bottom:16px}.tenant-move-out-page .deposit-breakdown-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0 0}.deposit-breakdown-label{font-size:14px;color:#4b5563;font-weight:500}.deposit-breakdown-value{font-size:14px;font-weight:700;color:#111827}.deposit-breakdown-subcard{border:1px solid #D1D5DB;border-radius:16px;background-color:#fff;margin-top:12px}.deposit-subcard-label{font-size:12px;color:#4b5563;font-weight:500}.deposit-subcard-value{font-size:12px;font-weight:700;color:#dc2626}.deposit-subcard-invoice{font-size:10px;color:#6b7280;font-weight:500}.tenant-move-out-page .deposit-breakdown-maincontent-title{font-weight:700}.tenant-move-out-page .deposit-total-deduction{display:flex;justify-content:space-between;align-items:center}.deposit-total-deduction-label{font-size:14px;color:#111827;font-weight:600}.deposit-total-deduction-value{font-size:14px;font-weight:600;color:#dc2626}.deposit-refund-row{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.deposit-refund-section{text-align:right;display:flex;flex-direction:column}.deposit-refund-label{font-size:16px;color:#111827;font-weight:600}.deposit-refund-value{font-size:16px;font-weight:600;color:#2aa91a}.deposit-refund-subvalue{font-size:10px;color:#6b7280;font-weight:500}.receipt-card{border:1px solid #E5E7EB;border-radius:16px;margin-top:16px}.receipt-card-section{margin-bottom:24px}.receipt-card-title{display:flex;align-items:center;gap:8px}.tenant-move-out-page .receipt-card-repair-title{font-size:16px;font-weight:500;line-height:32px;color:#111827;margin-bottom:0}.tenant-move-out-page .receipt-card-content{display:flex;flex-direction:column;gap:8px}.receipt-payment-date{font-size:12px;color:#6b7280;font-weight:500}.view-receipt-button{font-size:14px;line-height:12px;font-weight:500;border:1px solid #DC2626;border-radius:16px;cursor:pointer;transition:background-color .3s ease;padding:4px 8px;width:-moz-max-content;width:max-content;height:40px}.start-online-payment-page-hint-block{display:block;text-align:center;color:#888;margin-bottom:12px}.start-online-payment-fpx-busy-wait-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:20;background-color:#fff8;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}.start-online-payment-fpx-busy-wait-overlay-animation{max-width:20vw;max-height:10vh;animation-duration:3s;animation-timing-function:linear;animation-name:jiggle;animation-iteration-count:infinite}.start-online-payment-page .horizontal-bar{width:100%;border:1px solid #0001;margin:32px 0 24px}@keyframes jiggle{0%{transform:rotate(0)}50%{transform:rotate(0)}52.5%{transform:rotate(10deg)}55%{transform:rotate(0)}57.5%{transform:rotate(-10deg)}60%{transform:rotate(0)}to{transform:rotate(0)}}.create-owner-account-with-property-page .create-page-content-area>.create-page-form>h1.ant-typography:not(:first-of-type),.create-owner-account-with-property-page .create-page-content-area>.create-page-form>h2.ant-typography:not(:first-of-type),.create-owner-account-with-property-page .create-page-content-area>.create-page-form>h3.ant-typography:not(:first-of-type),.create-owner-account-with-property-page .create-page-content-area>.create-page-form>h4.ant-typography:not(:first-of-type){margin-top:64px}.task-image-page{padding:20px 16px;display:flex;flex-direction:column;align-items:center;gap:12px;box-sizing:border-box}.image-page-header{width:100%;max-width:920px;display:flex;align-items:center;justify-content:space-between}.back-button{margin-left:4px}.image-count{margin-right:8px;color:#666;font-weight:500}.image-top-controls{width:100%;display:flex;justify-content:center;margin-bottom:15px}.segmented{background:#f4f4f6;padding:6px;border-radius:28px;display:inline-flex;box-shadow:inset 0 0 0 1px #00000008;border:1px solid rgba(0,0,0,.1)}.seg-btn{background:transparent;border:none;padding:8px 30px;border-radius:20px;cursor:pointer;color:#6b6b6b;font-weight:600}.seg-btn.active{background:#2f4f4f;color:#fff}.image-stage{width:100%;max-width:920px;display:flex;align-items:center;justify-content:center;gap:12px;position:relative;padding:4px 0}.main-image-wrap{width:100%;display:flex;flex-direction:column;align-items:center}.main-image{width:100%;max-height:520px;-o-object-fit:cover;object-fit:cover;border-radius:12px;box-shadow:0 6px 20px #0000000f;background:#f8f8f8}.nav-left,.nav-right{background:#00000059;color:#fff;border:none;border-radius:999px;width:44px;height:44px;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #00000040;position:absolute;top:50%;transform:translateY(-50%);z-index:30}.nav-left{left:8px}.nav-right{right:8px}.nav-left[disabled],.nav-right[disabled]{opacity:.35;cursor:default}.dots{display:flex;gap:8px;margin-top:12px;overflow-x:auto;white-space:nowrap}.dot{width:8px;height:8px;border-radius:50%;background:#e6e6e6;display:inline-block;cursor:pointer;transition:all .15s ease}.dot.active{background:#333;width:10px;height:10px}.thumbnail-strip{width:100%;max-width:920px;display:flex;align-items:center;gap:12px;margin-top:12px}.thumb-count{display:flex;align-items:center;gap:8px;color:#666;font-weight:600}.thumb-list{display:flex;gap:10px;overflow-x:auto;padding-bottom:6px;padding-left:6px}.thumb-btn{border:none;background:transparent;padding:0;cursor:pointer;border-radius:8px;outline:none}.thumb-btn img{width:96px;height:68px;-o-object-fit:cover;object-fit:cover;border-radius:8px;border:1px solid #e8e8e8;display:block}.thumb-btn.selected img{box-shadow:0 0 0 3px #2222220f;transform:translateY(-2px)}.thumb-inner{position:relative;display:inline-block}.thumb-play-overlay{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:34px;height:34px;border-radius:50%;background:#0000008c;display:flex;align-items:center;justify-content:center}.thumb-play-overlay:after{content:"";display:block;width:0;height:0;border-left:10px solid #fff;border-top:6px solid transparent;border-bottom:6px solid transparent}.empty-placeholder{width:100%;max-width:920px;height:360px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#fafafa;color:#999}@media (max-width: 720px){.main-image{max-height:580px}.thumb-btn img{width:80px;height:56px}.seg-btn{padding:8px 20px}}@media (max-width: 420px){.main-image{max-height:74vh}.thumb-btn img{width:64px;height:48px}.image-page-header{padding:0 4px}.nav-left,.nav-right{width:40px;height:40px}}body:has(.verify-otp-page){display:grid}.verify-otp-page.view-page{flex:1}.verify-otp-page.view-page .view-page-width-limiter{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.verify-otp-page .view-page-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}.otp-input{display:flex;gap:8px}.otp-input>*{width:60px;height:50px;padding:10px 15px;text-align:center;border-radius:10px;box-shadow:0 1px 2px #0002}.verify-otp-navigation-buttons{display:grid;gap:8px}.verify-otp-navigation-buttons .ant-btn{padding:20px 160px;font-size:16px;line-height:12px;transition:background-color .3s ease}.verify-otp-navigation-buttons .ant-btn.verify-otp-verify-button{border:none;border-radius:50px;font-weight:700}.verify-otp-navigation-buttons .ant-btn.verify-otp-back-button{border-style:solid;border-width:1px;border-radius:50px;font-weight:700}.verify-otp-navigation-buttons .ant-btn.verify-otp-finish-button{border:none;border-radius:50px;font-weight:700}.verify-otp-navigation-buttons .ant-btn.verify-otp-verify-button,.verify-otp-navigation-buttons .ant-btn.verify-otp-verify-button:hover{background-color:#dc2626;color:#fff;box-shadow:0 3px #992525}.verify-otp-navigation-buttons .ant-btn.verify-otp-verify-button:disabled,.verify-otp-navigation-buttons .ant-btn.verify-otp-verify-button:disabled:hover{background-color:#b4b4b4;color:#fff;box-shadow:0 3px gray}.verify-otp-navigation-buttons .ant-btn.verify-otp-back-button,.verify-otp-navigation-buttons .ant-btn.verify-otp-back-button:hover{background-color:#fff;color:gray;border-color:gray}.verify-otp-navigation-buttons .ant-btn.verify-otp-finish-button,.verify-otp-navigation-buttons .ant-btn.verify-otp-finish-button:hover{background-color:#dc2626;color:#fff;box-shadow:0 3px #992525}.verify-otp-resend-ready{cursor:pointer}.verify-otp-resend-cooling{cursor:not-allowed}.verify-otp-new-user-account-verification-message{text-align:center;font-weight:600}
