@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 .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-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}.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}.view-page-action-row-tabs .ant-segmented-group{gap:4px}.view-page-action-row-tabs .ant-segmented-item{border-radius:32px;padding:4px;margin:3px}.view-page-action-row-tabs .ant-segmented-item-selected,.view-page-action-row-tabs .ant-segmented-thumb-motion-appear-active{border-radius:32px}.view-page-action-row-tabs .ant-segmented-item-label{font-weight:600}.view-page-action-row-tabs.ant-segmented{background-color:#e5e7eb;border:none;box-shadow:0 2px #00000005}.view-page-action-row-tabs .ant-segmented-item{color:#a0a0a0}.view-page-action-row-tabs .ant-segmented-item-selected{box-shadow:0 2px #00000005;background-color:#fff;color:#000}.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:#84cc16}.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 #A3E635;color:#000}.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}.invisible{visibility:hidden}.visible{visibility:visible}.relative{position:relative}.static{position:static}.container{width:100%}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.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,)}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.italic{font-style:italic}.line-through{text-decoration-line:line-through}.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(./ait-background-CULaNVri.svg);background-size:cover;background-repeat:no-repeat;padding:20px 20px 30px;padding-top:calc(20px + env(safe-area-inset-top));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;font-weight:700;font-size:17px;line-height:28px;background-color:#fff;color:#dc2626;display:flex;align-items:center;justify-content:center}.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:scroll;margin-top:160px;margin-bottom:64px}.dashboard-bottom-nav-bar{position:absolute;bottom:0;left:0;width:100%;height:64px;padding-bottom:env(safe-area-inset-bottom);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(./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;margin-bottom:2.5rem;display:flex;flex-direction:column;align-items:center}.login-form{width:100%}.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-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-group.login-error:has(.login-field-error-message){margin-bottom:2.5rem;overflow:visible}.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-remember-me{color:#888;font-size:14px;font-family:unset}.login-remember-me.ant-checkbox-wrapper:hover .ant-checkbox:not(.ant-checkbox-disabled) .ant-checkbox-inner,.login-remember-me.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner,.login-remember-me.ant-checkbox-wrapper:hover .ant-checkbox-checked .ant-checkbox-inner{border-color:#c72020}.login-form-footer .login-remember-me.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner,.login-form-footer .login-remember-me.ant-checkbox-wrapper:hover .ant-checkbox-checked .ant-checkbox-inner{background-color:#c72020;color:#fff}.login-forgot-password{color:#888;text-decoration:none;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:-1.5rem;left:12px}.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;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:.6rem;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{width:100%;margin-bottom:2.5rem}.login-registration-form svg{stroke:gray;height:80%}.login-registration-form .ant-input-suffix{cursor:pointer}.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}.login-registration-form .ant-form-item .ant-typography-danger{display:none}.login-registration-form .login-registration-form-errored .ant-typography-danger{font-size:12px;line-height:120%;color:#ef4444;margin:8px 0 0 8px;display:inline-block}.login-registration-form .login-registration-form-errored .ant-input-affix-wrapper,.login-registration-form .login-registration-form-errored .ant-select .ant-select-selector,.login-registration-form .login-registration-form-errored .PhoneInputInput{border-color:#ef4444}@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}body:has(.forgot-password-container){display:grid}.forgot-password-container.view-page{flex:1}.forgot-password-container .view-page-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}.forgot-password-container .view-page-content>img{width:180px}.forgot-password-container .create-page-form{min-width:360px}.forgot-password-container .create-page-form .ant-form-item a{color:gray;font-size:14px;text-align:center}.forgot-password-container .create-page-form .ant-form-item:has(a){margin-top:-12px}.forgot-password-container .create-page-form .ant-form-item:has(a) .ant-form-item-control-input-content{text-align:center}.forgot-password-code-inputs{display:flex;justify-content:center;gap:10px;margin-bottom:8px}.forgot-password-code-input{width:60px;height:60px;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}.forgot-password-code-input:focus{border-color:#dc2626}.forgot-password-container .ant-form-item .ant-typography-danger{display:none;text-align:center}.forgot-password-container .ant-form-item:has(.forgot-password-errored) .ant-typography-danger{display:block}.forgot-password-container .create-page-form .ant-form-item .forgot-password-errored,.forgot-password-container .create-page-form .ant-form-item .forgot-password-errored.ant-input,.forgot-password-container .create-page-form .ant-form-item input.forgot-password-errored,.forgot-password-container .create-page-form .ant-form-item .forgot-password-errored:hover,.forgot-password-container .create-page-form .ant-form-item .forgot-password-errored.ant-input:hover,.forgot-password-container .create-page-form .ant-form-item input.forgot-password-errored:hover{border:1px solid red;box-shadow:none}.forgot-password-navigation-buttons{display:grid;gap:16px}.forgot-password-navigation-buttons .ant-btn{min-width:320px;padding:20px;font-size:16px;line-height:12px;transition:background-color .3s ease}.forgot-password-navigation-buttons .ant-btn.forgot-password-next-button{border:none;border-radius:50px;font-weight:700}.forgot-password-navigation-buttons .ant-btn.forgot-password-next-button,.forgot-password-navigation-buttons .ant-btn.forgot-password-next-button:hover{background-color:#dc2626;color:#fff;box-shadow:0 3px #992525}.forgot-password-navigation-buttons .ant-btn.forgot-password-next-button:disabled,.forgot-password-navigation-buttons .ant-btn.forgot-password-next-button:disabled:hover{background-color:#b4b4b4;color:#fff;box-shadow:0 3px gray}.forgot-password-navigation-buttons .ant-btn.forgot-password-back-button{border-style:solid;border-width:1px;border-radius:50px;font-weight:700}.forgot-password-navigation-buttons .ant-btn.forgot-password-back-button,.forgot-password-navigation-buttons .ant-btn.forgot-password-back-button:hover{background-color:#fff;color:gray;border-color:gray}.forgot-password-navigation-buttons .ant-btn.forgot-password-finish-button{border:none;border-radius:50px;font-weight:700}.forgot-password-navigation-buttons .ant-btn.forgot-password-finish-button,.forgot-password-navigation-buttons .ant-btn.forgot-password-finish-button:hover{background-color:#dc2626;color:#fff;box-shadow:0 3px #992525}.settings-container{background-color:#f0f0f0;min-height:100vh;font-family:Roboto,sans-serif}.settings-title{padding:14px 16px 12px}.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 24px;cursor:pointer;border-radius:24px;background-color:#fff;margin-bottom:9px;border:1px solid #E0E0E0;box-shadow:0 1px 2px #00000026}.settings-list-item-disabled{background:#f0f0f0;cursor:not-allowed;display:none}.settings-list-item-disabled .settings-item-label{color:#888}.settings-list-item-disabled .settings-item-badge{background:#e0e0e0;color:#888}.settings-list-item-disabled .settings-item-chevron{color:#888}.settings-item-content{width:100%;display:flex;align-items:center;justify-content:space-between}.settings-item-label{color:#333;font-size:16px;line-height:24px;font-weight:600}.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:#333}.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:10px;padding-bottom:10px;border-radius:32px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:none;cursor:pointer}.logout-button{background-color:#dc2626;color:#fff;box-shadow:0 3px #992525}.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:24px;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:18px;font-size:16px;font-weight:600;cursor:pointer;border:none}.logout-confirm-button{background-color:#dc2626;color:#fff}.logout-cancel-button{background-color:#e0e0e0;color:#333}.owner-home-content{padding:24px 16px;display:flex;flex-direction:column;gap:24px}.owner-home-section{background:#fffffff2;border-radius:24px;padding:18px 20px 20px;border:1px solid #F0F0F0;box-shadow:0 1px 2px #0002}.owner-home-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.owner-home-section-title.ant-typography{font-size:18px;font-weight:400;color:#333;margin:0}.owner-home-view-all-link{font-size:14px;cursor:pointer;font-weight:600;margin:0!important}.owner-home-view-all-link{color:#d32525}.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-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}}.cash-flow-chart-container{height:256px;display:grid;grid-template-columns:1fr;text-align:center;align-items:center}.cash-flow-chart-progress{padding:0px 1vw;display:grid;gap:8px}.cash-flow-chart-progress>:nth-child(1),.cash-flow-chart-progress>:nth-child(2){font-weight:600;display:grid;gap:8px;align-items:baseline;grid-template-columns:max-content 1fr max-content}.cash-flow-chart-progress>:nth-child(1)>:nth-child(3),.cash-flow-chart-progress>:nth-child(2)>:nth-child(3){text-align:right}.cash-flow-chart-progress>:nth-child(1) :nth-child(1){stroke:#a3e635;fill:#a3e635}.cash-flow-chart-progress>:nth-child(1) :nth-child(3){color:#84cc16}.cash-flow-chart-progress>:nth-child(2) :nth-child(1){stroke:#f87171;fill:#f87171}.cash-flow-chart-progress>:nth-child(2) :nth-child(3){color:#ef4444}.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-items{text-align:left;display:grid;grid-template-columns:max-content 1fr max-content;align-items:center;gap:4px 8px}.cash-flow-chart-tooltip-item-layout>:nth-child(2){text-align:left}.tenant-home-title .ant-typography{font-weight:400;padding:12px 12px 4px}.tenant-home-panel{background:#fffffff2;border-radius:16px;padding:min(5vw,24px);box-shadow:0 4px 16px #0000001a;margin:0 15px 32px;display:grid;gap:32px}.tenant-home-panel-title{margin-bottom:-8px}.tenant-home-panel-title .ant-typography{margin:0;font-weight:400}.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-card{background-color:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 8px #0000001a;font-family:Roboto,sans-serif}.tenant-finance-card .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-content{padding:24px;border-radius:28px;background:#fff}.tenant-home-payment-modal .ant-modal-header{border-radius:28px 28px 0 0;background:#fff}.tenant-home-payment-modal-buttons{display:flex;flex-direction:column;gap:12px;margin-top:20px;margin-bottom:20px;border-radius:28px}.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:28px}.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}.tenant-home-end-of-tenancy-reminder{padding:16px 24px;margin:16px;border-radius:20px;border:1px solid transparent;display:grid;grid-template-columns:max-content 1fr;gap:8px 8px;align-items:center}.tenant-home-end-of-tenancy-reminder{background-color:#fff7ed;border-color:#fed7aa}.tenant-home-end-of-tenancy-reminder svg{fill:#ea580c;stroke:#fff7ed}.tenant-home-end-of-tenancy-reminder h5.ant-typography{color:#9a3412;margin:-3px 0 0;line-height:1em}.tenant-home-end-of-tenancy-reminder span.ant-typography{color:#ea580c;margin:0;line-height:1.45em}.home-content-container .tenant-home-end-of-tenancy-reminder button.ant-btn,.home-content-container .tenant-home-end-of-tenancy-reminder button.ant-btn:hover{padding:15px 20px;border:none;border-radius:999px;font-size:16px;font-weight:700;margin-top:12px;background-color:#dc2626;color:#fff}.tenant-home-end-of-tenancy-reminder>:nth-child(1){grid-area:1 / 1 / 2 / 2}.tenant-home-end-of-tenancy-reminder>:nth-child(2){grid-area:1 / 2 / 2 / 3}.tenant-home-end-of-tenancy-reminder>:nth-child(3){grid-area:2 / 2 / 3 / 3}.tenant-home-end-of-tenancy-reminder>:nth-child(4){grid-area:3 / 2 / 4 / 3}.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}.pending-payment-modal .ant-modal-content{padding:24px;border-radius:28px;background:#fff}.pending-payment-modal .ant-modal-header{border-radius:28px 28px 0 0;background:#fff;border-bottom:none;padding-bottom:0}.pending-payment-modal .ant-modal-body{padding:20px 0}.pending-payment-modal .ant-modal-footer{border-top:none;padding-top:0}.pending-payment-modal header{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:8px}.pending-payment-modal header>div{width:64px;height:64px;border-radius:50%;background-color:#fee2e2;display:flex;align-items:center;justify-content:center}.pending-payment-modal header>div svg{stroke:#dc2626;fill:none;stroke-width:2}.pending-payment-modal header .ant-typography{margin:0;text-align:center;color:#1f2937}.pending-payment-modal main{display:flex;flex-direction:column;gap:12px;text-align:center;padding:0 8px}.pending-payment-modal main .ant-typography{color:#6b7280;font-size:15px;line-height:1.6}.pending-payment-modal main .pending-payment-highlight{color:#dc2626;font-weight:600;margin-top:4px}.pending-payment-modal .ant-modal-footer{display:flex;gap:12px;justify-content:center}.pending-payment-modal .ant-modal-footer .ant-btn{flex:1;height:44px;border-radius:16px;font-size:16px;font-weight:600;border:none}.pending-payment-modal .ant-modal-footer .ant-btn-default{background-color:#f3f4f6;color:#374151}.pending-payment-modal .ant-modal-footer .ant-btn-default:hover{background-color:#e5e7eb;color:#1f2937}.pending-payment-modal .ant-modal-footer .ant-btn-primary,.pending-payment-modal .ant-modal-footer .ant-btn-primary:hover{background-color:#dc2626;color:#fff;box-shadow:0 2px 4px #dc262633}.pending-payment-modal .ant-modal-footer .ant-btn-primary:active{background-color:#b91c1c}.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:28px;padding:18px 20px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0002;border:none;position:relative}.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}.notifications-title{padding:0 12px 12px 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;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{padding:0px 1vw;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-set-3 .shared-property-content-tabs{border:2px inset #0001}.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-name{font-weight:bolder}.tenancy-property-card{border-radius:24px;box-shadow:0 0 2px #00000010,0 1px 3px #00000020;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-info{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-info{margin-top:8px;padding:4px 8px 0;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:12px}.tenancy-property-card-sole-offering-move-out-checklist-button{grid-column:1 / 5;padding:20px;border:none;border-radius:18px;font-size:16px;font-weight:700;margin:8px 0}.tenancy-property-card .tenancy-property-card-sole-offering-move-out-checklist-button.ant-btn,.tenancy-property-card .tenancy-property-card-sole-offering-move-out-checklist-button.ant-btn:hover{background-color:#dc2626;color:#fff;box-shadow:0 3px #992525}.tenancy-property-card-past .tenancy-property-card-sole-offering-move-out-checklist-button.ant-btn,.tenancy-property-card-past .tenancy-property-card-sole-offering-move-out-checklist-button.ant-btn:hover{background-color:#6d6d6d;color:#fff;box-shadow:0 3px #474747}.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;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}.finance-empty-state{border:none;padding:40px 0;background:#fffffff2;border-radius:16px}.owner-finance-top-buttons-container{display:flex;justify-content:space-around;padding:4px;margin-bottom:12px;gap:10px}.owner-finance-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}.owner-finance-top-button.selected{background-color:#210909;color:#fff}.owner-finance-top-button svg{margin-top:8px;width:20px;height:20px}.owner-finance-overall-filter{display:flex;justify-content:space-between;gap:12px}.owner-finance-overall-filter-select-offering{display:flex;flex:1;height:50px}.owner-finance-overall-filter-select-year{display:flex;width:100px;height:50px}.owner-finance-summary-card{border-radius:28px;background-color:#f7fee7}.owner-finance-summary-total{font-size:28px;margin-top:4px;font-weight:700;color:#65a30d}.owner-finance-view-details-button{background-color:#d9f99d;border:none;border-radius:14px;margin-top:12px;padding:8px 16px;font-weight:600;width:100%;font-size:16px;height:42px}.finance-summary-sub-card{border-radius:28px;margin-bottom:12px;background-color:#fff}.finance-summary-sub-card-title{font-weight:700;color:#333}.finance-summary-sub-card-main-content{padding:0 16px}.finance-summary-sub-card-content{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.finance-summary-sub-card-current{font-size:16px;color:#6b7280}.finance-summary-sub-card-current-value{font-size:16px;color:#111827}.finance-summary-sub-card-total{font-size:16px;color:#6b7280;margin-top:8px}.finance-summary-sub-card-total-value{font-size:16px;color:#73ad1f;margin-top:4px;border-radius:999px;background-color:#d9f99d;padding:2px 6px}.finance-summary-sub-card-footer{margin-top:16px}.finance-breakdown-panel.ant-card{border-radius:24px}.finance-breakdown-panel-folded.ant-card .ant-card-body{padding:6px 0}.finance-breakdown-panel-title{border-radius:14px;font-size:16px;font-weight:600;text-align:center}.finance-breakdown-panel-title svg{vertical-align:middle}.finance-breakdown-panel{margin-top:12px;border-radius:12px;background:#fff;border:#33333320 1px solid}.finance-breakdown-list{display:flex;flex-direction:column;gap:8px}.finance-breakdown-row{display:flex;justify-content:space-between;align-items:center}.finance-breakdown-month{color:#6b7280}.finance-breakdown-amount{color:#1e90ff;font-weight:500}.finance-breakdown-amount-different{color:#111827}.owner-finance-renovation-card.ant-card{background:#fff;border-radius:28px;padding:10px}.owner-finance-renovation-property-label{font-size:18px;display:block;margin-bottom:8px;font-weight:500}.owner-finance-renovation-total{font-size:32px!important;font-weight:700!important;color:#111827!important;margin:0!important}.owner-finance-renovation-subtitle{font-size:14px;color:#9ca3af;display:block;margin-top:4px;margin-bottom:16px}.owner-finance-renovation-balances{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.owner-finance-renovation-balance-item{display:flex;align-items:center;gap:8px}.owner-finance-renovation-balance-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.owner-finance-renovation-balance-dot.outstanding{background-color:#ef4444}.owner-finance-renovation-balance-dot.paid{background-color:#84cc16}.owner-finance-renovation-balance-label{font-size:14px;color:#6b7280;flex:1}.owner-finance-renovation-balance-value{font-size:16px;font-weight:700}.owner-finance-renovation-balance-value.outstanding{color:#ef4444}.owner-finance-renovation-balance-value.paid{color:#84cc16}.owner-finance-renovation-details{display:flex;flex-direction:column;gap:6px;padding-top:16px}.owner-finance-renovation-detail-row{display:flex;align-items:center;gap:8px}.owner-finance-renovation-detail-label{font-size:14px;color:#6b7280;min-width:110px;flex-shrink:0;text-align:left}.owner-finance-renovation-detail-colon{font-size:14px;color:#6b7280;flex-shrink:0}.owner-finance-renovation-detail-value{font-size:14px;color:#111827;font-weight:500;flex:1;text-align:left}.payment-history-page-container{background-color:#f3f4f6;min-height:100vh}.payment-history-content{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-card-link,.payment-history-card-link:hover{text-decoration:none;color:inherit}.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}.payment-history-card-content{display:flex;flex-direction:column;gap:2px}.payment-history-type-amount-row,.payment-history-method-time-row{display:flex;justify-content:space-between;align-items:center}.payment-history-property-name{color:#888;font-size:12px;line-height:20px;font-weight:400}.payment-history-transaction-type{color:#333;font-size:16px;line-height:24px;font-weight:700}.payment-history-payment-method{color:#888;font-size:12px;line-height:20px;font-weight:400}.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;text-align:right}.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-pending-payments-container{margin:24px 8px 12px}.tenant-finance-pending-title{margin-bottom:16px;font-weight:500}.tenant-finance-pending-payment-card{border-radius:20px;box-shadow:0 1px 2px #0001;margin-bottom:16px;padding:24px}.tenant-finance-pending-payment-card .ant-card-body{padding:0}.pending-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:12px}.pending-property-title{font-weight:700;font-size:16px;display:block}.pending-months-list{border-bottom:1px solid #e5e5e5;padding:12px 0;margin-bottom:12px}.pending-month-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:13px}.pending-month-text{color:#666}.pending-month-amount{color:#333;font-weight:500}.pending-card-footer{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.pending-total-label{font-weight:600;font-size:14px}.pending-total-amount{font-weight:600;font-size:16px;color:#dc2626}.pending-pay-now-button{width:100%;height:40px;border-radius:12px;font-weight:600;font-size:14px;background-color:#dc2626;border:none}.pending-pay-now-button:hover,.pending-pay-now-button.ant-btn-primary:hover{background-color:#b91c1c!important;color:#fff!important}.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}.tenant-finance-empty{border:none;padding:40px 0;background:#fffffff2;border-radius:16px}.tenant-finance-payment-modal .ant-modal-content{padding:24px;border-radius:28px;background:#fff}.tenant-finance-payment-modal .ant-modal-header{border-radius:28px 28px 0 0;background:#fff}.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-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}.tasks-content-dashboard-container .ant-tag{border:none;border-radius:24px}.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}.create-rating-modal .ant-modal-content{border-radius:24px;padding:24px}.create-rating-modal-header{display:flex;flex-direction:column;align-items:center;gap:12px}.create-rating-modal-header .ant-typography{text-align:center}.create-rating-modal .ant-form-item .ant-form-item-control textarea.ant-input{border:1px solid darkgrey;height:120px;resize:none}.create-rating-modal-slider-container .ant-form-item-control-input-content{display:grid;grid-template-columns:80%;justify-content:center;gap:12px}.create-rating-modal-slider-container .ant-form-item-control-input-content>:nth-child(1){font-size:64px;line-height:64px;text-align:center}.create-rating-modal-slider-container .ant-form-item-control-input-content>:nth-child(2){font-weight:700;text-align:center}.create-rating-modal-slider-container .ant-form-item-control-input-content>:nth-child(3){display:flex;justify-content:center;gap:8px;cursor:pointer}.create-rating-modal-slider-container .ant-form-item-control-input-content>:nth-child(3)>*{stroke:gold}.create-rating-modal-slider-container .ant-form-item-control-input-content>:nth-child(4){margin:0}.create-rating-modal-slider-container .ant-form-item-control-input-content>:nth-child(4) .ant-slider-track{background-color:#aeff91}.create-rating-modal-slider-container .ant-form-item-control-input-content>:nth-child(4) .ant-slider-handle:after{box-shadow:0 0 0 2px #aeff91}.create-rating-modal-slider-container .ant-form-item-control-input-content>:nth-child(4) .ant-slider-handle:focus:after{outline:6px solid rgba(34,255,22,.2)}.create-rating-modal .ant-modal-footer{margin-top:24px;display:grid;gap:12px}.create-rating-modal .ant-btn{padding:20px;border:none;border-radius:999px;font-size:16px;font-weight:700}.create-rating-modal .ant-modal-footer .ant-btn,.create-rating-modal .ant-modal-footer .ant-btn:hover{background-color:#dc2626;color:#fff;box-shadow:0 3px #992525}.owner-more-container{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:24px;padding:20px 22px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e5e5;cursor:pointer;transition:all .2s ease;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:gray}.owner-more-container .owner-more-help-title.ant-typography{margin-bottom:24px;font-weight:400}.owner-more-help-list{display:flex;flex-direction:column;gap:4px}.owner-more-help-item{border-radius:16px;padding:16px;cursor:pointer;border:1px solid #A0A0A0;display:flex;align-items:center;justify-content:space-between}.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:gray}@media (max-width: 768px){.owner-more-container{padding:4px}.owner-more-menu-item{padding:14px 16px}.owner-more-menu-icon{width:44px;height:44px}}.tenant-more-container{padding:16px;min-height:100vh}.tenant-more-main-section{margin-bottom:32px}.tenant-more-menu-list{display:flex;flex-direction:column;gap:16px}.tenant-more-menu-item{background:#fff;border-radius:24px;padding:20px 22px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e5e5;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between}.tenant-more-menu-item:hover{box-shadow:0 4px 6px #0000001a}.tenant-more-menu-content{display:flex;align-items:center;gap:16px;flex:1}.tenant-more-menu-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.tenant-more-menu-title{font-size:16px;font-weight:500;color:#333;margin:0!important}.tenant-more-menu-chevron{color:gray}.tenant-more-container .tenant-more-help-title.ant-typography{margin-bottom:24px;font-weight:400}.tenant-more-help-list{display:flex;flex-direction:column;gap:4px}.tenant-more-help-item{border-radius:16px;padding:16px;cursor:pointer;border:1px solid #A0A0A0;display:flex;align-items:center;justify-content:space-between}.tenant-more-help-content{display:flex;align-items:center;gap:12px;flex:1}.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:gray}@media (max-width: 768px){.tenant-more-container{padding:4px}.tenant-more-menu-item{padding:14px 16px}.tenant-more-menu-icon{width:44px;height:44px}}.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:first-child,.create-property-checkbox-section>label:first-child{display:block;font-size:14px;line-height:20px;font-weight:700;color:#333;margin-bottom:8px}.create-property-form-group input,.create-property-form-group select,.create-property-form-group textarea{outline:none}.create-property-form-group .ant-select{width:100%;height:48px;border-radius:16px}.create-property-container .create-property-form-group .ant-select .ant-select-selector{border:1px solid #E0E0E0;background-color:#fff;font-size:16px;line-height:24px;color:#333;padding:12px 16px}.create-property-form-group .ant-select-selection-placeholder{color:#888}:has(.create-property-form-group) .ant-select-dropdown{border-radius:8px}.create-property-input{border:1px solid #E0E0E0;border-radius:16px;background-color:#fff;display:grid;align-items:center}.create-property-input:has(.create-property-prefix){grid-template-columns:max-content 1fr}.create-property-input .create-property-prefix{padding:12px 16px;font-size:16px;background-color:#f0f0f0;border-radius:16px 0 0 16px}.create-property-input input,.create-property-input select{width:100%;padding:12px 16px;font-size:16px;background-color:transparent;border:none}.create-property-multicolumn-row{display:grid;gap:20px}.create-property-multicolumn-row>*{grid-row:1}.create-property-form-group textarea{min-height:100px;resize:vertical}.create-property-container .create-property-form-group .create-property-full-width-input{width:100%;height:48px;box-sizing:border-box;font-family:Roboto,sans-serif;font-size:16px;color:#333;background-color:#fff;border:1px solid #E0E0E0;border-radius:16px;padding:12px 16px}.create-property-full-width-input::-moz-placeholder{color:#888}.create-property-full-width-input::placeholder{color:#888}.create-property-checkbox-section{margin-bottom:20px}.create-property-multicolumn-checkbox-row{display:grid;gap:10px}.create-property-multicolumn-checkbox-row>*{grid-row:1}.create-property-checkbox-container{display:flex;align-items:center;font-size:16px;line-height:24px;color:#333;cursor:pointer}.create-property-checkbox-container input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;margin-right:10px;width:20px;height:20px;border:1px solid #888888;border-radius:4px;flex-shrink:0}.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-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-offsect{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-offsect.expanded{border-color:silver}.create-property-offsect:hover:not(.expanded){border-color:#4096ff}.create-property-offsect-handle{border-radius:16px;background-color:#0002;background-color:#f9f9f9;background-color:transparent;padding:8px 0;cursor:pointer;display:flex;justify-content:space-between}.create-property-offsect.expanded .create-property-offsect-handle{border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:0 1px 2px #0002}.create-property-offsect-handle-title{font-size:16px;font-weight:700;color:#333;margin-left:16px;flex:1}.create-property-offsect-handle-indicator{margin-right:16px;display:flex;align-items:center;gap:8px}.create-property-offsect-content{padding:20px}.create-property-offsect-content input+input{margin-top:10px}.create-property-offsect:not(.expanded) .create-property-offsect-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-container .create-page-navigation-buttons .create-page-back-button{height:40px;background-color:#fff;border:2px solid #DC2626}.create-property-container .create-page-navigation-buttons .create-page-next-button{height:40px;background-color:#dc2626;color:#fff;border:none}.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%;gap:8px}.create-property-dual-key-modal-footer .ant-btn,.create-property-dual-key-modal-footer .ant-btn:hover{padding:15px 20px;font-size:16px;line-height:12px;border:none;border-radius:50px;cursor:pointer;transition:background-color .3s ease;height:40px;display:grid;grid-template-columns:100%}.create-property-dual-key-modal-footer .ant-btn.ant-btn-primary+.ant-btn,.create-property-dual-key-modal-footer .ant-btn.ant-btn-default+.ant-btn{margin-inline-start:0px;margin-inline-end:0px}.create-property-dual-key-modal-footer .ant-btn.ant-btn-primary,.create-property-dual-key-modal-footer .ant-btn.ant-btn-primary:hover{background-color:#dc2626;color:#fff;font-weight:700}.create-property-dual-key-modal-footer .ant-btn.ant-btn-default,.create-property-dual-key-modal-footer .ant-btn.ant-btn-default:hover{color:#000000e0;border:1px solid grey;font-weight:700}.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:first-child,.edit-property-checkbox-section>label:first-child{display:block;font-size:14px;line-height:20px;font-weight:700;color:#333;margin-bottom:8px}.edit-property-form-group input,.edit-property-form-group select,.edit-property-form-group textarea{outline:none}.edit-property-form-group .ant-select{width:100%;height:48px;border-radius:16px}.edit-property-container .edit-property-form-group .ant-select .ant-select-selector{border:1px solid #E0E0E0;background-color:#fff;font-size:16px;line-height:24px;color:#333;padding:12px 16px}.edit-property-form-group .ant-select-selection-placeholder{color:#888}:has(.edit-property-form-group) .ant-select-dropdown{border-radius:8px}.edit-property-input{border:1px solid #E0E0E0;border-radius:16px;background-color:#fff;display:grid;align-items:center}.edit-property-input:has(.edit-property-prefix){grid-template-columns:max-content 1fr}.edit-property-input .edit-property-prefix{padding:12px 16px;font-size:16px;background-color:#f0f0f0;border-radius:16px 0 0 16px}.edit-property-input input,.edit-property-input select{width:100%;padding:12px 16px;font-size:16px;background-color:transparent;border:none}.edit-property-multicolumn-row{display:grid;gap:20px}.edit-property-multicolumn-row>*{grid-row:1}.edit-property-form-group textarea{min-height:100px;resize:vertical}.edit-property-container .edit-property-form-group .edit-property-full-width-input{width:100%;height:48px;box-sizing:border-box;font-family:Roboto,sans-serif;font-size:16px;color:#333;background-color:#fff;border:1px solid #E0E0E0;border-radius:16px;padding:12px 16px}.edit-property-full-width-input::-moz-placeholder{color:#888}.edit-property-full-width-input::placeholder{color:#888}.edit-property-checkbox-section{margin-bottom:20px}.edit-property-multicolumn-checkbox-row{display:grid;gap:10px}.edit-property-multicolumn-checkbox-row{grid-row:1}.edit-property-checkbox-container{display:flex;align-items:center;font-size:16px;line-height:24px;color:#333;cursor:pointer}.edit-property-checkbox-container input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;margin-right:10px;width:20px;height:20px;border:1px solid #888888;border-radius:4px;flex-shrink:0}.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-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-offsect{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-offsect.expanded{border-color:silver}.edit-property-offsect:hover:not(.expanded){border-color:#4096ff}.edit-property-offsect-handle{border-radius:16px;background-color:#0002;background-color:#f9f9f9;background-color:transparent;padding:8px 0;cursor:pointer;display:flex;justify-content:space-between}.edit-property-offsect.expanded .edit-property-offsect-handle{border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:0 1px 2px #0002}.edit-property-offsect-handle-title{font-size:16px;font-weight:700;color:#333;margin-left:16px;flex:1}.edit-property-offsect-handle-indicator{margin-right:16px;display:flex;align-items:center;gap:8px}.edit-property-offsect-content{padding:20px}.edit-property-offsect-content input+input{margin-top:10px}.edit-property-offsect:not(.expanded) .edit-property-offsect-content{display:none}.edit-property-container .create-page-navigation-buttons .create-page-back-button{height:40px;background-color:#fff;border:2px solid #DC2626}.edit-property-container .create-page-navigation-buttons .create-page-next-button{height:40px;background-color:#dc2626;color:#fff;border: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%;gap:8px}.edit-property-dual-key-modal-footer .ant-btn,.edit-property-dual-key-modal-footer .ant-btn:hover{padding:15px 20px;font-size:16px;line-height:12px;border:none;border-radius:50px;cursor:pointer;transition:background-color .3s ease;height:40px;display:grid;grid-template-columns:100%}.edit-property-dual-key-modal-footer .ant-btn.ant-btn-primary+.ant-btn,.edit-property-dual-key-modal-footer .ant-btn.ant-btn-default+.ant-btn{margin-inline-start:0px;margin-inline-end:0px}.edit-property-dual-key-modal-footer .ant-btn.ant-btn-primary,.edit-property-dual-key-modal-footer .ant-btn.ant-btn-primary:hover{background-color:#dc2626;color:#fff;font-weight:700}.edit-property-dual-key-modal-footer .ant-btn.ant-btn-default,.edit-property-dual-key-modal-footer .ant-btn.ant-btn-default:hover{color:#000000e0;border:1px solid grey;font-weight:700}.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{padding:8px;border-radius:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;border:none}.slp-back-button,.slp-filter-button,.slp-sort-button,.slp-search-button,.slp-bookmark-filter-button{background-color:#fff;color:#888}.slp-filter-button-focused{background-color:#4c5564;color:#fff}.slp-sort-button .ant-space-item{display:flex;align-items:center}.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-zone-section{background:#fff;padding:6px 0;border-radius:28px;box-shadow:0 4px 10px #1018280a}.slp-zone-tab-content{margin-bottom:16px;padding:0 16px}.slp-zone-tabs{padding:0 12px;border-bottom:1px solid #E5E7EB}.slp-zone-tabs-scroller{padding:0 16px;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;display:flex;gap:12px}.slp-zone-tabs-scroller::-webkit-scrollbar{display:none}.slp-zone-tab{padding:8px 6px;font-family:Roboto,sans-serif;font-size:14px;line-height:20px;font-weight:500;color:#111827;background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap;transition:color .16s ease,border-bottom-color .16s ease,font-weight .16s ease}.slp-zone-tab:hover{color:#374151}.slp-zone-tab-active,.slp-zone-tab-active:hover{color:#2563eb;border-bottom-color:#2563eb;font-weight:700}.slp-toggle-buttons{flex:1;background-color:#fff;border-radius:24px;padding:4px;box-shadow:0 2px 4px #0000000d;display:flex;gap:8px}.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:#4c5564;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}.search-listing-page .ant-radio-wrapper{font-size:16px;color:#333;font-weight:400;line-height:24px}.search-listing-page .ant-radio .ant-radio-inner,.search-listing-page .ant-radio .ant-radio-inner:hover{border-color:#888}.search-listing-page .ant-radio-checked .ant-radio-inner{border-color:#dc2626;background-color:#dc2626}.search-listing-page .ant-radio-checked .ant-radio-inner:after{background-color:#fff}.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}.search-listing-page .project-group{border-radius:28px;margin:24px 8px;box-shadow:0 6px 14px #1018280f}.search-listing-page .project-group{background-color:#eff6ff;border:1px solid #2C64D548}.search-listing-page .project-group>.ant-card-body{padding:16px 20px 20px}.search-listing-page .project-group-header{display:grid;grid-template-columns:1fr max-content;gap:12px;align-items:center}.search-listing-page .project-group .project-group-header .project-group-title{font-weight:700;color:#111827}.search-listing-page .project-group-count-tag{background:#fff;color:#2563eb;padding:2px 8px 4px;border-radius:999px;font-size:12px;line-height:100%;border:1px solid #2563EB;align-self:center}.search-listing-page .project-group .ant-typography,.search-listing-page .project-group .ant-typography-h3,.search-listing-page .project-group-header h3{margin:0}.search-listing-page .project-group-tallies{margin-top:8px;display:flex;gap:24px}.search-listing-page .project-group-tally{display:flex;align-items:center;gap:6px}.search-listing-page .project-group-tally-icon{width:16px;height:16px;color:#37415182;display:flex;align-items:center;justify-content:center}.search-listing-page .project-group-tally-value{font-size:14px;color:#374151}.search-listing-page .project-group-price{font-size:24px;font-weight:700;color:#2563eb;margin:6px 0 0}.search-listing-page .project-group-view-all{border-radius:13px;font-weight:600;cursor:pointer;width:100%;margin-top:8px;align-self:center;padding:18px;display:inline-flex;align-items:center;justify-content:center}.search-listing-page .ant-btn.project-group-view-all,.search-listing-page .ant-btn.project-group-view-all:hover{background:#fff;color:#2563eb;border:2px solid #60A5FA}.search-listing-page .street-group{border-radius:28px;margin:24px 8px;box-shadow:0 6px 14px #1018280f}.search-listing-page .street-group{background-color:#f7fee7;border:1px solid #D9F99D}.search-listing-page .street-group>.ant-card-body{padding:16px 20px 20px}.search-listing-page .street-group-header{display:grid;grid-template-columns:1fr max-content;gap:12px;align-items:center}.search-listing-page .street-group .street-group-header .street-group-title{font-weight:700;color:#111827}.search-listing-page .street-group-count-tag{background:#fff;color:#65a30d;padding:2px 8px 4px;border-radius:999px;font-size:12px;line-height:100%;border:1px solid #65A30D;align-self:center}.street-group .ant-typography,.street-group .ant-typography-h3,.search-listing-page .street-group-header h3{margin:0!important}.search-listing-page .street-group-tallies{margin-top:8px;display:flex;gap:24px}.search-listing-page .street-group-tally{display:flex;align-items:center;gap:6px}.search-listing-page .street-group-tally-icon{width:16px;height:16px;color:#37415182;display:flex;align-items:center;justify-content:center}.search-listing-page .street-group-tally-value{font-size:14px;color:#374151}.search-listing-page .street-group-price{font-size:24px;font-weight:700;color:#65a30d;margin:6px 0 0}.search-listing-page .street-group-view-all{border-radius:13px;font-weight:600;cursor:pointer;width:100%;margin-top:8px;align-self:center;padding:18px;display:inline-flex;align-items:center;justify-content:center}.search-listing-page .ant-btn.street-group-view-all,.search-listing-page .ant-btn.street-group-view-all:hover{background:#fff;color:#65a30d;border:2px solid #A3E635}.search-listing-page .configuration-cards{margin-top:12px;display:grid;gap:12px}.search-listing-page .configuration-card{background-color:#fff;border-radius:28px;box-shadow:0 6px 12px #1018280a;border:2px solid #E5E7EB;display:flex;flex-direction:column;gap:8px}.search-listing-page .configuration-card>.ant-card-body{padding:16px 18px}.search-listing-page .configuration-card:has(.configuration-card-offerings)>.ant-card-body{padding:16px 18px 8px}.search-listing-page .configuration-card-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.search-listing-page .configuration-card-header .ant-typography{margin:0}.search-listing-page .configuration-card .configuration-card-header .configuration-card-title{font-weight:700;color:#111827;flex:1}.search-listing-page .configuration-card-zone-tag{padding:5px 10px;border-radius:999px;font-size:12px;font-weight:600;line-height:100%;display:inline-flex;align-items:center;gap:6px}.search-listing-page .configuration-card-zone-tag{background-color:#d9f99d;color:#65a30d;border:none}.search-listing-page .configuration-card-tallies{margin-bottom:10px;display:flex;gap:12px}.search-listing-page .configuration-card-tally{display:flex;align-items:center;gap:8px}.search-listing-page .configuration-card-tally-icon{width:16px;height:16px;color:#37415182;display:flex;align-items:center;justify-content:center}.search-listing-page .configuration-card-tally-value{font-size:14px;color:#111827}.search-listing-page .configuration-card-tally-furnishing-tag{background:#e6e8e9;padding:5px 8px;border-radius:14px;font-size:12px;color:#374151;font-weight:500;line-height:100%}.search-listing-page .configuration-card-availability{font-size:13px;color:#6b7280;display:flex;align-items:center;gap:8px}.search-listing-page .configuration-card-date{font-weight:600;color:#111827}.search-listing-page .configuration-card-price{color:#6b7280;gap:8px;margin-top:-2px;display:flex;align-items:center}.search-listing-page .configuration-card-price-icon{width:14px;height:14px;min-width:14px;border-radius:8px;color:#6b7280;display:flex;align-items:center;justify-content:center}.search-listing-page .configuration-card-price-figure{margin-left:4px;font-weight:700;color:#c1313b;line-height:1}.search-listing-page .configuration-card-view-offerings-button{margin-top:16px;border-radius:14px;width:100%;font-weight:600;transition:background-color .16s ease,color .16s ease,border-color .16s ease;padding:18px;display:inline-flex;align-items:center;justify-content:center}.search-listing-page .configuration-card-view-offerings-button.ant-btn.ant-btn-default{box-shadow:none;background-color:#fff;color:#6b7280;border-color:#6b7280}.search-listing-page .configuration-card-view-offerings-button.ant-btn.ant-btn-default:hover,.search-listing-page .configuration-card-view-offerings-button.ant-btn.ant-btn-default:active,.search-listing-page .configuration-card-view-offerings-button.ant-btn.ant-btn-default:focus{outline:none;box-shadow:none;background-color:#f3f4f6;color:#6b7280;border-color:#e5e7eb}@media (max-width: 520px){.search-listing-page .configuration-card-tally-value{font-size:13px}.search-listing-page .configuration-card-price{font-size:14px}}.search-listing-page .unit-card{background-color:#fff;border-radius:16px;box-shadow:0 6px 12px #1018280a;border:1px solid lightgray;display:flex;flex-direction:column;margin-top:12px;margin-bottom:12px;cursor:pointer}.search-listing-page .unit-card>.ant-card-body,.search-listing-page .unit-card .ant-card-body{padding:8px 12px}.search-listing-page .unit-card-updated,.search-listing-page .unit-card-availability{color:#6b7280;display:flex;align-items:center;gap:4px}.search-listing-page .unit-card-availability svg{margin-right:2px}.search-listing-page .unit-card-date{font-weight:600;color:#111827}.search-listing-page .unit-card-price-section{display:flex;align-items:center;color:#6b7280;gap:4px}.search-listing-page .unit-card-price-icon{width:14px;height:14px;min-width:14px;margin-right:2px;border-radius:8px;color:#6b7280;display:flex;align-items:center;justify-content:center}.search-listing-page .unit-card-price{font-weight:700;color:#000}.search-listing-page .unit-card-price-per-month{font-size:13px;color:#6b7280;font-weight:400}.search-listing-page .unit-card-title{font-size:14px;color:#374151;font-weight:600}.search-listing-sale-tab-content{background-color:#fff;padding:6px 0;border-radius:28px}.search-listing-sale-tab-content>.slp-zone-tabs{padding-left:12px;padding-right:12px}.search-listing-sale-tab-content>.search-listing-sale-cards{padding-left:18px;padding-right:18px}.search-listing-sale-cards{padding-top:18px;padding-bottom:18px;display:grid;gap:18px}.search-listing-sale-cards>a{text-decoration:none}.search-listing-sale-cards .ant-card{border-radius:24px;border:1px solid #0002;box-shadow:0 0 3px #0002}.search-listing-sale-cards .ant-card-body{padding:18px;display:grid;gap:6px}.search-listing-sale-cards .ant-card-body:before,.search-listing-sale-cards .ant-card-body:after{content:none}.search-listing-sale-cards .ant-card-body>*{border:1px solid #0000FF01}.search-listing-sale-cards .ant-card-body>:nth-child(1){padding:0 8px}.search-listing-sale-cards .ant-card-body>:nth-child(1)>.ant-typography{margin:0;line-height:100%;font-size:16px;font-weight:700}.search-listing-sale-cards .ant-card-body>:nth-child(2){padding:0 10px;margin-top:8px;margin-bottom:4px;display:flex;flex-wrap:wrap;gap:4px 4px}.search-listing-sale-cards .ant-card-body>:nth-child(2)>*{padding:0 8px 1px;background-color:#e0e0e0;border-radius:99px;font-size:13px}.search-listing-sale-cards .ant-card-body>:nth-child(3){padding:0 10px;display:flex;flex-wrap:wrap;gap:8px 24px}.search-listing-sale-cards .ant-card-body>:nth-child(3)>*{display:flex;align-items:center;gap:6px}.search-listing-sale-cards .ant-card-body>:nth-child(3) svg{width:14px;height:14px;stroke:#9ca3af}.search-listing-sale-cards .ant-card-body>:nth-child(3) .ant-typography{line-height:100%}.search-listing-sale-cards .ant-card-body>:nth-child(4){padding:0 10px;margin-top:4px;display:grid;gap:10px 0px}.search-listing-sale-cards .ant-card-body>:nth-child(4)>*{display:flex;align-items:center;gap:6px}.search-listing-sale-cards .ant-card-body>:nth-child(4) svg{width:14px;height:14px;stroke:#9ca3af;justify-self:center}.search-listing-sale-cards .ant-card-body>:nth-child(4) .ant-typography{margin-top:-2px;line-height:100%;color:#4b5563}.search-listing-sale-cards .ant-card-body>:nth-child(4) .ant-typography b{font-weight:600;color:#000}.search-listing-sale-cards .ant-card-body>:nth-child(5){border-radius:24px;border:1px solid #0002;margin-top:4px;padding:14px 18px;display:grid;grid-template-columns:max-content 1fr max-content;gap:0px 12px}.search-listing-sale-cards .ant-card-body>:nth-child(5)>:nth-child(2){margin:0;font-size:12px;color:#4b5563}.search-listing-sale-cards .ant-card-body>:nth-child(5)>:nth-child(3){margin:0;font-weight:600;font-size:16px}.search-listing-sale-cards .ant-card-body>:nth-child(5)>:nth-child(1){grid-area:1 / 1 / 3 / 2}.search-listing-sale-cards .ant-card-body>:nth-child(5)>:nth-child(2){grid-area:1 / 2 / 2 / 3}.search-listing-sale-cards .ant-card-body>:nth-child(5)>:nth-child(3){grid-area:2 / 2 / 3 / 3}.search-listing-sale-cards .ant-card-body>:nth-child(5)>:nth-child(4){grid-area:1 / 3 / 3 / 4}.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}.so-overlay .ant-radio-wrapper{font-size:16px;color:#333;font-weight:400;line-height:24px}.so-overlay .ant-radio-inner{border-color:#888}.so-overlay .ant-radio-checked .ant-radio-inner{border-color:#dc2626;background-color:#dc2626}.so-overlay .ant-radio-checked .ant-radio-inner:after{background-color:#fff}.antserv-listing-filter-overlay{padding-bottom:80px;display:grid;gap:12px}.antserv-listing-filter-overlay .ant-collapse{display:grid;gap:12px}.antserv-listing-filter-overlay .ant-collapse-item{background-color:#fff;border-radius:16px;padding:4px}.antserv-listing-filter-overlay .ant-collapse-item:first-child,.antserv-listing-filter-overlay .ant-collapse-item:last-child{border-radius:16px}.antserv-listing-filter-overlay .ant-collapse .ant-collapse-header{align-items:center}.antserv-listing-filter-overlay .ant-collapse-header-text{display:flex;justify-content:space-between;align-items:center}.antserv-listing-filter-overlay .ant-collapse-header-text>*{margin:0}.antserv-listing-filter-overlay .ant-badge .ant-badge-count{background-color:#888}.antserv-listing-filter-overlay .antserv-listing-filter-overlay-header{display:grid}.antserv-listing-filter-overlay .antserv-listing-filter-overlay-header>*{margin:0}.antserv-listing-filter-overlay-footer{position:fixed;bottom:0;left:0;width:100%;padding:16px 24px;background-color:#fff;border-top:2px solid #0002;display:grid}@media (width > 1024px){.view-page-width-limiter .antserv-listing-filter-overlay-footer{left:auto;right:auto;width:1024px;border-left:2px solid #0002;border-right:2px solid #0002;border-radius:12px 12px 0 0}}.antserv-listing-filter-overlay-buttons{display:grid;gap:20px}.antserv-listing-filter-overlay-buttons>*{grid-row:1}.antserv-listing-filter-overlay .antserv-listing-filter-overlay-buttons .ant-btn{border-radius:12px;padding:20px}.antserv-listing-filter-overlay .antserv-listing-filter-overlay-buttons .antserv-listing-filter-overlay-clear-all-button,.antserv-listing-filter-overlay .antserv-listing-filter-overlay-buttons .antserv-listing-filter-overlay-clear-all-button:hover{border:1px solid grey;background-color:#fff;color:#000}.antserv-listing-filter-overlay .antserv-listing-filter-overlay-buttons .antserv-listing-filter-overlay-apply-button,.antserv-listing-filter-overlay .antserv-listing-filter-overlay-buttons .antserv-listing-filter-overlay-apply-button:hover{border:1px solid #DC2626;background-color:#dc2626;color:#fff}.antserv-listing-filter-overlay .ant-slider-rail,.antserv-listing-filter-overlay .ant-slider-track{height:8px}.antserv-listing-filter-overlay .ant-slider-handle:before{width:16px;height:16px}.antserv-listing-filter-overlay .ant-slider-handle:after{width:12px;height:12px}.antserv-listing-filter-overlay .ant-slider .ant-slider-track,.antserv-listing-filter-overlay .ant-slider:hover .ant-slider-track{background-color:#c084fc}.antserv-listing-filter-overlay .ant-slider .ant-slider-handle:after,.antserv-listing-filter-overlay .ant-slider:hover .ant-slider-handle:after{box-shadow:0 0 0 2px #c084fc}.antserv-listing-filter-overlay .ant-checkbox-group{row-gap:10px}.antserv-listing-filter-overlay .ant-checkbox-wrapper{border-radius:32px;padding:6px 4px}.antserv-listing-filter-overlay .ant-checkbox-wrapper{background-color:#f3f4f6;border:1px solid #9CA3AF}.antserv-listing-filter-overlay .ant-checkbox-wrapper-checked{background-color:#f3e8ff;border:1px solid #C084FC}.antserv-listing-filter-overlay .ant-checkbox{display:none}.antserv-listing-filter-overlay-labelled{display:grid;gap:4px}.antserv-listing-filter-overlay-labelled .ant-input-affix-wrapper{border-radius:18px}.antserv-listing-filter-overlay-labelled .ant-input-affix-wrapper,.antserv-listing-filter-overlay-labelled .ant-input-affix-wrapper:hover{border-color:#d9d9d9}.antserv-listing-filter-overlay-labelled-sqft{margin-top:15px}.antserv-listing-filter-overlay .ant-input[type=number]{appearance:textfield;-webkit-appearance:textfield;-moz-appearance:textfield}.antserv-listing-filter-overlay .ant-space-compact .ant-btn,.antserv-listing-filter-overlay .ant-space-compact .ant-btn:hover,.antserv-listing-filter-overlay .ant-space-compact .ant-input{border-color:#d9d9d9}.antserv-listing-filter-overlay .ant-space-compact .ant-input{text-align:center}.antserv-listing-filter-overlay .ant-space-compact .ant-btn>span{margin-top:-3px;font-weight:700}.antserv-listing-filter-overlay .ant-space-compact .ant-btn,.antserv-listing-filter-overlay .ant-space-compact .ant-btn:hover{color:#000}.antserv-listing-filter-overlay .ant-space-compact>.ant-btn:first-child{border-radius:18px 0 0 18px}.antserv-listing-filter-overlay .ant-space-compact>.ant-btn:last-child{border-radius:0 18px 18px 0}.antserv-listing-filter-overlay .layout-multicolumn{display:grid;gap:12px}.antserv-listing-filter-overlay .layout-multicolumn>*{grid-row:1}@media (width < 480px){.antserv-listing-filter-overlay .layout-multicolumn:not(.layout-multicolumn-hold)>*{grid-row:unset}}.search-listing-details-page{background-color:#f0f0f0;min-height:100vh;display:flex;flex-direction:column;font-family:Roboto,sans-serif}.search-listing-details-page .view-page-content{padding:0 20px 20px;display:grid;gap:32px}.search-listing-details-property-info-section{display:grid;gap:8px}.search-listing-details-title .ant-typography{margin:0;font-weight:700}.search-listing-details-address{padding:12px;border-radius:18px;border:1px inset #0002;display:grid;grid-template-columns:1fr 20px}.search-listing-details-address .ant-typography{font-size:13px}.search-listing-details-address .svg{stroke:#9ca3af}.search-listing-details-price{font-size:16px}.search-listing-details-price .ant-typography{font-size:inherit}.search-listing-details-price-1,.search-listing-details-price-2{font-weight:700}.search-listing-details-tags{display:flex;flex-wrap:wrap;gap:4px 4px}.search-listing-details-tags .ant-tag{font-size:14px;padding:1px 10px 2px;border-radius:999px;border:none;margin:0}.search-listing-details-datums-flush{display:flex;flex-wrap:wrap;gap:4px 16px}.search-listing-details-datums-flush>*{display:flex;align-items:center;gap:4px}.search-listing-details-datums-flush svg{stroke:#9ca3af}.search-listing-details-datums-flush .ant-typography{color:#4b5563}.search-listing-details-page .horizontal-bar{width:100%;min-height:2px;background-color:#d1d5db}.search-listing-details-datums-lines{display:grid;gap:4px}.search-listing-details-datums-lines svg{stroke:#9ca3af}.search-listing-details-datums-lines .ant-typography{color:#4b5563}.search-listing-details-datums-lines>*{display:flex;align-items:center;gap:4px}.search-listing-details-amenities,.search-listing-details-facilities{display:grid;grid-template-columns:1fr 1fr;gap:4px 16px}.search-listing-details-amenities svg,.search-listing-details-facilities svg{stroke:#9ca3af}.search-listing-details-amenities .ant-typography,.search-listing-details-facilities .ant-typography{color:#4b5563}.search-listing-details-amenities>*,.search-listing-details-facilities>*{display:flex;align-items:center;gap:4px}.search-listing-details-images-section{margin-bottom:16px}@media (width > 1024px){.view-page-width-limiter .search-listing-details-images-carousel-wrapper{border-radius:16px}}.search-listing-details-images-carousel-wrapper{position:relative;overflow:hidden}.search-listing-details-images-carousel-wrapper .ant-carousel .slick-dots{bottom:16px}.search-listing-details-images-carousel-wrapper .ant-carousel .slick-dots li button{background-color:#fff}.search-listing-details-images-carousel-wrapper .ant-carousel .slick-dots li.slick-active button{background-color:#dc2626}.search-listing-details-images-carousel-wrapper .search-listing-details-images-carousel-item{width:100%;height:250px}.search-listing-details-images-carousel-wrapper .search-listing-details-images-carousel-item>*{height:100%;display:block}.search-listing-details-images-carousel-wrapper .search-listing-details-images-carousel-item img{height:100%;-o-object-fit:cover;object-fit:cover;display:block}.search-listing-details-image-carousel-tag{position:absolute;top:16px;left:16px;font-size:12px;padding:2px 8px;border-radius:99px;background-color:#e5e7eb;color:#4b5563;box-shadow:0 1px 2px #0002}.search-listing-details-image-carousel-actions{position:absolute;top:16px;right:16px;display:flex;gap:8px;cursor:pointer}.search-listing-details-image-carousel-actions>*{background-color:#0009;color:#fff;border-radius:50%;padding:8px;font-size:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0002}.search-listing-details-image-carousel-actions>*[title=Bookmark].active{border-color:#dc2626;background-color:#dc2626;color:#fff}.search-listing-details-image-carousel-actions>.disabled{opacity:.4}.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}.appointment-dates{display:flex;flex-direction:column;gap:6px}.appointment-date{display:block;white-space:normal;color:#606060;font-size:14px;line-height:20px}.info-item .appointment-date.ant-typography{margin-bottom:0}.task-detail-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 .description-section{display:grid;grid-template-columns:max-content 1fr;align-items:center;gap:8px}.task-detail-page .description-section>*{grid-column:1 / 3}.task-detail-page .description-section>:nth-child(1){grid-area:1 / 1 / 2 / 2;margin:0}.task-detail-page .description-section>:nth-child(2){grid-area:1 / 2 / 2 / 3;margin: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:20px 28% 1fr;gap:10px;align-items:center;margin-bottom:12px}.task-detail-page .content-section .info-item svg{flex-shrink:0}.task-detail-page .content-section .info-item .info-text{font-size:14px;line-height:20px;margin-bottom:0;color:#606060}@media (width < 640px){.task-detail-page .content-section .info-item{grid-template-columns:min-content 1fr}.task-detail-page .content-section .info-item>:nth-child(2){display:none}}.task-detail-page .content-section .info-item-service-price{display:grid;grid-template-columns:20px max-content 1fr;gap:10px;align-items:center;margin-bottom:12px}.task-detail-page .content-section .info-item-service-price>:nth-child(3){font-weight:700}.task-detail-page .content-section .info-item-service-price svg{flex-shrink:0}.task-detail-page .content-section .info-item-service-price .info-text{font-size:14px;line-height:20px;margin-bottom:0;color:#606060}.task-detail-page .content-section .info-item-service-price-pending>:nth-child(3){color:#dc2626}.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}@media (width > 1024px){.view-page-width-limiter .task-detail-bottom-buttons{border-left:1px solid darkgrey;border-right:1px solid darkgrey;border-radius:12px 12px 0 0}}.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}.task-detail-pending-payment-notice{padding:16px 32px;margin-bottom:16px;display:grid;grid-template-columns:max-content 1fr;gap:4px 8px;align-items:center}.task-detail-pending-payment-notice>*{grid-column:2 / 3}.task-detail-pending-payment-notice>:nth-child(1){grid-column:1 / 2;margin:0}.task-detail-pending-payment-notice>:nth-child(2){grid-column:2 / 3;margin:0}.task-detail-pending-payment-notice{background-color:#fee2e2}.task-detail-pending-payment-notice svg{stroke:#fee2e2;fill:#dc2626}.task-detail-pending-payment-notice h5.ant-typography{color:#dc2626}.task-detail-pending-payment-notice span.ant-typography{color:#6b7280}@media (width > 1024px){.view-page-width-limiter .task-detail-pending-payment-notice{border-radius:18px}}@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(./lg-oyjwlqP2.ttf?io9a6k) format("truetype"),url(./lg-CosQH4Cu.woff?io9a6k) format("woff"),url(./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(./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-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{margin:16px 0;padding:18px 24px 24px;border-radius:16px;background-color:#fff;box-shadow:0 2px 4px #0000000d}.property-detail-page .property-detail-property-name{margin-bottom:8px}.property-detail-page .property-detail-property-location{display:block;padding:12px 16px;margin:12px 0;border:1px inset #0002;border-radius:18px}.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-specifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.property-detail-specifications-grid>*{display:flex;align-items:center;gap:8px;font-size:16px;line-height:24px}.property-detail-specifications-grid>* 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;transition:transform .2s;transform:rotate(+90deg)}.property-detail-collapse-container .ant-collapse-item-active .ant-collapse-header .ant-collapse-arrow{transform:rotate(-180deg)}.property-detail-collapse-panel-header{display:grid;gap:8px}.property-detail-collapse-panel-header-top{display:flex;align-items:center;justify-content:space-between;width:100%}.property-detail-collapse-panel-header-bottom{display:grid;margin-left:48px;display:none}.ant-collapse-item-active .property-detail-collapse-panel-header-bottom{display:none}.property-detail-collapse-panel-title{font-size:16px;line-height:24px;font-weight:700;color:#333;flex:1}.property-detail-collapse-panel-header 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-info-column{display:grid;gap:4px}.property-detail-person-name{font-size:16px;line-height:24px;font-weight:700}.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-wrapper{position:relative;margin-bottom:16px;border-radius:16px;overflow:hidden}.property-detail-image-carousel-wrapper .ant-carousel .slick-dots{bottom:16px}.property-detail-image-carousel-wrapper .ant-carousel .slick-dots li button{background-color:#fff}.property-detail-image-carousel-wrapper .ant-carousel .slick-dots li.slick-active button{background-color:#dc2626}.property-detail-image-carousel-wrapper .property-detail-image-carousel-item{width:100%;height:250px}.property-detail-image-carousel-wrapper .property-detail-image-carousel-item>*{height:100%;display:block}.property-detail-image-carousel-wrapper .property-detail-image-carousel-item img{height:100%;-o-object-fit:cover;object-fit:cover;display:block}.property-detail-image-carousel-tag{position:absolute;top:16px;left:16px;background-color:#0009;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px}.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}@media (width < 640px){.property-detail-offering-card-price-amount{font-size: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-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}.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:24px;background-color:#fff;border:1px solid #E0E0E0;box-shadow:0 1px 2px #0002}.setting-detail-item-label{color:#333;font-size:16px;line-height:24px;font-weight:600}.setting-detail-item-value{display:flex;align-items:center;gap:16px}.setting-detail-item-text{max-width:30vw;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis;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-input-group-2{display:grid;grid-template-columns:1fr max-content;gap:0px 24px}.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-overlay-input-group-2 .setting-detail-overlay-label{grid-column:1 / 3}.setting-detail-overlay-input-suggestions-button{width:40px;border-radius:16px;background-color:#fff;border:1px solid #E0E0E0}.setting-detail-page-container .ant-select-selector{width:100%;padding:12px 16px;background-color:#fff;border:1px solid #E0E0E0;border-radius:16px;color:#333;font-size:16px;height:auto}.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,.setting-detail-form-row .setting-detail-overlay-input-group-2{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}.setting-detail-page-container .create-page-form .ant-form-item .ant-select-selector,.setting-detail-page-container .create-page-form .ant-form-item .ant-input{height:44px}.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}@media (width < 640px){.notification-list-page-container .view-page-content{padding:0 6px 24px}}.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-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-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-highlighted.ant-card{box-shadow:0 0 4px #daa520}.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,.ratings-page-container .to-rate-rating-card .rating-card-footer .to-rate-rental-amount{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;flex-wrap:wrap}.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}.ratings-page-container .property-dropdown{width:100%;height:48px}.ratings-page-container .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}.ratings-page-container .property-dropdown.ant-select .ant-select-selection-item{color:#333;font-size:16px;line-height:24px;font-weight:400}@media (max-width: 768px){.ratings-page-container .to-rate-rating-card .rating-card-footer{flex-direction:column;align-items:flex-start;gap:12px}}.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}.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}}.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}}.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:14px;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 .tax-profile-listing-add.ant-btn,.tax-profile-listing-actions-row .tax-profile-listing-add.ant-btn:hover{color:#fff;background-color:#dc2626}.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>.ant-card-body{padding:14px 16px 16px}.tax-profile-listing-card-tags{display:flex;gap:12px;justify-content:right;flex-wrap:wrap}.tax-profile-listing-card-tag{font-size:12px;padding:1px 10px;background-color:#0002;border-radius:999px}.tax-profile-listing-card-tag .ant-typography{color:inherit;font-size:inherit}@media (width >= 0px){.tax-profile-listing-card-tags{position:absolute;top:14px;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}.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}.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}.tenant-move-out-page .create-page-content-area{flex:0;display:grid;gap:20px}@media (width < 640px){.tenant-move-out-page .create-page-content-area{padding:0}}.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 .tenant-move-out-content-card{border-radius:32px;border:1px solid transparent}.tenant-move-out-page .tenant-move-out-content-card{border-color:#e5e7eb;background-color:#fff}.tenant-move-out-page .tenant-move-out-content-card .ant-card-body{padding:12px 16px 16px;display:grid;gap:4px}.tenant-move-out-page .create-page-content-area>.tenant-move-out-content-card .ant-card-body:before,.tenant-move-out-page .create-page-content-area>.tenant-move-out-content-card .ant-card-body:after{content:none}.tenant-move-out-page .tenant-move-out-content-card-section-title{font-size:16px;line-height:32px;margin:18px 0 0}.tenant-move-out-page .tenant-move-out-content-card-section-title{font-weight:700;color:#111827}.tenant-move-out-page .tenant-move-out-content-card-section-title:first-child{margin-top:0}.tenant-move-out-page .tenant-move-out-content-card-text{font-size:14px;font-weight:500;line-height:24px;color:#51565f;margin-bottom:0}.tenant-move-out-page .tenant-move-out-content-card-subcard{margin-top:16px;border:none;border-radius:16px;background-color:#f3f4f6}.tenant-move-out-checklist>:nth-child(1){font-weight:600;margin-bottom:0}.tenant-move-out-checklist>:nth-child(2){margin-left:20px;color:#4a4e58}.tenant-move-out-page .tenant-move-out-date-tag-waiting,.tenant-move-out-page .tenant-move-out-date-tag-passed{line-height:100%;font-size:12px;font-weight:600;border-radius:16px;padding:4px 10px 5px;background-color:#aeaeaecc;color:#858585}.tenant-move-out-page .tenant-move-out-date-tag-waiting{background-color:#fed7aa;color:#ea580c}.tenant-move-out-page .tenant-move-out-date-tag-passed{background-color:#d9f99d;color:#65a30d}.tenant-move-out-page .tenant-move-out-inspection-cards{margin-top:4px;display:grid;gap:16px}.tenant-move-out-page .tenant-move-out-inspection-cards>*{box-shadow:0 0 3px #0002;border:1px solid #E5E7EB;border-radius:20px}.tenant-move-out-page .tenant-move-out-inspection-cards>* .ant-card-body{padding:10px 18px 12px;gap:8px}.tenant-move-out-page .tenant-move-out-inspection-cards>* .ant-typography{margin:0}.tenant-move-out-page .tenant-move-out-inspection-card-images{display:flex;flex-wrap:wrap;gap:12px}.tenant-move-out-page .tenant-move-out-inspection-card-images>.ant-image{width:80px;height:80px;border-radius:12px}.tenant-move-out-page .tenant-move-out-inspection-card-images>.ant-image img{width:100%;height:100%;border-radius:12px;-o-object-fit:cover;object-fit:cover}.tenant-move-out-page .tenant-move-out-inspection-card-images>.ant-image .ant-image-mask{border-radius:12px}.tenant-move-out-page .tenant-move-out-inspection-cards>* span.ant-typography{color:#4b5563}.tenant-move-out-page .tenant-move-out-maintenance-cards{margin-top:4px;display:grid;gap:16px}.tenant-move-out-page .tenant-move-out-maintenance-cards>*{box-shadow:0 0 3px #0002;border:1px solid #E5E7EB;border-radius:20px}.tenant-move-out-page .tenant-move-out-maintenance-cards>* .ant-card-body{padding:10px 18px 12px;gap:8px}.tenant-move-out-page .tenant-move-out-maintenance-cards>* .ant-typography{margin:0}.tenant-move-out-page .tenant-move-out-maintenance-card-header{display:flex;align-items:center;justify-content:space-between}.tenant-move-out-page .tenant-move-out-maintenance-card-payer-tag,.tenant-move-out-page .tenant-move-out-maintenance-card-completed-tag,.tenant-move-out-page .tenant-move-out-maintenance-card-in-progress-tag{font-size:12px;font-weight:600;line-height:100%;border-radius:16px;padding:4px 9px}.tenant-move-out-page .tenant-move-out-maintenance-card-pay-by-owner-tag{background-color:#fef2f2;color:#d11021;border-color:#d11021}.tenant-move-out-page .tenant-move-out-maintenance-card-completed-tag{background-color:#d9f99d;color:#65a30d}.tenant-move-out-page .tenant-move-out-maintenance-card-in-progress-tag{background-color:#fed7aa;color:#ea580c}.tenant-move-out-page .tenant-move-out-maintenance-card-images{display:flex;flex-wrap:wrap;gap:12px}.tenant-move-out-page .tenant-move-out-maintenance-card-images>.ant-image{width:80px;height:80px;border-radius:12px}.tenant-move-out-page .tenant-move-out-maintenance-card-images>.ant-image img{width:100%;height:100%;border-radius:12px;-o-object-fit:cover;object-fit:cover}.tenant-move-out-page .tenant-move-out-maintenance-card-images>.ant-image .ant-image-mask{border-radius:12px}.tenant-move-out-page .tenant-move-out-maintenance-cards>* span.ant-typography{color:#4b5563}.tenant-move-out-page .tenant-move-out-maintenance-card-cost-panel{padding:15px 17px;border-radius:12px;background-color:#f3f4f6;margin:4px 0;display:grid;gap:16px}.tenant-move-out-page .tenant-move-out-maintenance-card-cost-panel-grid-1{display:grid;grid-template-columns:max-content max-content 1fr;align-items:center;gap:12px 12px}.tenant-move-out-page .tenant-move-out-maintenance-cards .tenant-move-out-maintenance-card-cost-panel-grid-1>:nth-child(3n+1){color:#9ca3af}.tenant-move-out-page .tenant-move-out-maintenance-cards .tenant-move-out-maintenance-card-cost-panel-grid-1>:nth-child(3n+2){color:#9ca3af}.tenant-move-out-page .tenant-move-out-maintenance-cards .tenant-move-out-maintenance-card-cost-panel-grid-1>:nth-child(3n+3){color:#4b5563}.tenant-move-out-page .tenant-move-out-maintenance-card-cost-panel-grid-2{display:grid;grid-template-columns:max-content 1fr max-content;align-items:center;gap:12px 12px}.tenant-move-out-page .tenant-move-out-maintenance-cards .tenant-move-out-maintenance-card-cost-panel-grid-2>:nth-child(3n+1){margin:-3px -4px -5px;stroke:#f3f4f6;fill:#9ca3af}.tenant-move-out-page .tenant-move-out-maintenance-cards .tenant-move-out-maintenance-card-cost-panel-grid-2>:nth-child(3n+2){color:#000}.tenant-move-out-page .tenant-move-out-maintenance-cards .tenant-move-out-maintenance-card-cost-panel-grid-2>:nth-child(3n+3){color:#dc2626;font-weight:700}.tenant-move-out-page .tenant-move-out-maintenance-cards .tenant-move-out-maintenance-card-cost-panel-grid-1 .ant-typography,.tenant-move-out-page .tenant-move-out-maintenance-cards .tenant-move-out-maintenance-card-cost-panel-grid-2 .ant-typography{line-height:100%}.tenant-move-out-page .tenant-move-out-maintenance-card-buttons{display:flex;flex-wrap:wrap;gap:8px;justify-content:right}.tenant-move-out-page .tenant-move-out-maintenance-card-buttons .ant-btn{border:2px solid transparent;border-radius:12px;height:40px;font-size:16px;line-height:12px;font-weight:600}.tenant-move-out-page .tenant-move-out-maintenance-cards .tenant-move-out-maintenance-card-buttons .ant-btn,.tenant-move-out-page .tenant-move-out-maintenance-cards .tenant-move-out-maintenance-card-buttons .ant-btn:hover{border-color:#f87171;color:#000}.tenant-move-out-page .tenant-move-out-next-step-card{border-radius:20px;border:1px solid transparent}.tenant-move-out-page .tenant-move-out-next-step-card .ant-card-body{padding:18px 28px;display:grid;grid-template-columns:max-content auto;gap:10px 12px;align-items:center}.tenant-move-out-page .tenant-move-out-next-step-card .ant-card-body>*{grid-column:2 / 3}.tenant-move-out-page .tenant-move-out-next-step-card .ant-card-body>:nth-child(1){grid-column:1 / 2}.tenant-move-out-page .tenant-move-out-next-step-card .ant-card-body>:nth-child(2){grid-column:2 / 3}.tenant-move-out-page .tenant-move-out-next-step-card .ant-card-body:before,.tenant-move-out-page .tenant-move-out-next-step-card .ant-card-body:after{content:none}.tenant-move-out-page .tenant-move-out-next-step-card{border-color:#bfdbfe;background-color:#eff6ff}.tenant-move-out-page .tenant-move-out-next-step-title{font-weight:600;color:#1e40af;margin:0}.tenant-move-out-page .tenant-move-out-next-step-icon{display:grid}.tenant-move-out-page .tenant-move-out-next-step-icon svg{fill:#2563eb;stroke:#eff6ff}.tenant-move-out-page .tenant-move-out-next-step-text{color:#2563eb;margin:0}.tenant-move-out-page .tenant-move-out-waiting{margin:30px 0 20px;display:grid;gap:10px;text-align:center}.tenant-move-out-page .tenant-move-out-waiting-icon{display:flex;justify-content:center;align-items:center}.tenant-move-out-page .tenant-move-out-waiting-title{font-size:16px;font-weight:600;line-height:24px;color:#111827;text-align:center;margin:0}.tenant-move-out-page .tenant-move-out-waiting-text{font-size:14px;font-weight:400;line-height:20px;color:#6b7280;margin:0}.tenant-move-out-page .ant-form{margin:0}.tenant-move-out-page .ant-form-item-control{flex:unset}.tenant-move-out-page .create-page-form>*{margin-bottom:16px}.tenant-move-out-page .ant-form-item .ant-picker{padding:8px 12px}.tenant-move-out-page .ant-form-item .ant-picker-disabled input{color:#000}.tenant-move-out-refund-metadata{display:grid;grid-template-columns:max-content 1fr;gap:8px 8px;align-items:center}.tenant-move-out-refund-metadata :nth-child(odd){color:#6b7280}.tenant-move-out-refund-metadata :nth-child(2n+2){color:#111827;text-align:right}.tenant-move-out-receipt-list{margin:12px 6px;display:grid;gap:32px}.tenant-move-out-receipt-list>*{display:grid;grid-template-columns:max-content 1fr;gap:10px 10px}.tenant-move-out-receipt-list>*>:nth-child(1){grid-area:1 / 1 / 2 / 2}.tenant-move-out-receipt-list>*>:nth-child(2){grid-area:1 / 2 / 2 / 3;margin:0;line-height:100%;display:grid;align-items:center}.tenant-move-out-receipt-list>*>:nth-child(3){grid-area:2 / 2 / 3 / 3;color:#4b5563}.tenant-move-out-receipt-list>*>:nth-child(4){grid-area:3 / 2 / 4 / 3;display:grid;grid-template-columns:max-content}.tenant-move-out-receipt-list>*>:nth-child(4) .ant-btn{border:2px solid transparent;border-radius:12px;height:40px;font-size:16px;line-height:12px;font-weight:600}.tenant-move-out-page .tenant-move-out-receipt-list>*>:nth-child(4) .ant-btn,.tenant-move-out-page .tenant-move-out-receipt-list>*>:nth-child(4) .ant-btn:hover{border-color:#f87171;color:#000}.tenant-move-out-page .tenant-move-out-deposit-breakdown{padding:12px 16px;border-radius:16px;background-color:#f3f4f6;display:grid;gap:16px}.tenant-move-out-page .tenant-move-out-deposit-breakdown-deductions{padding:8px 12px 24px;border-radius:8px;background-color:#fff}.tenant-move-out-page .tenant-move-out-deposit-breakdown-tally{margin-top:-4px;display:grid;grid-template-columns:1fr max-content;align-items:center}.tenant-move-out-page .tenant-move-out-deposit-breakdown-tally>:nth-child(1){grid-area:1 / 1 / 3 / 2;font-weight:600;margin:0}.tenant-move-out-page .tenant-move-out-deposit-breakdown-tally>:nth-child(2){grid-area:1 / 2 / 2 / 3;font-weight:600;font-size:130%;text-align:right;color:#16a34a;line-height:100%;margin:2px 0}.tenant-move-out-page .tenant-move-out-deposit-breakdown-tally>:nth-child(3){grid-area:2 / 2 / 3 / 3;margin:0;font-size:90%;text-align:right;color:#6b7280}.tenant-move-out-page .horizontal-bar{min-height:2px;width:100%;background-color:#e5e7eb;margin:16px 0 8px}.tenant-move-out-deposit-breakdown-deduction-tally{display:grid;grid-template-columns:1fr max-content;gap:8px 8px}.tenant-move-out-deposit-breakdown-deduction-tally>:nth-child(1){font-weight:600;color:#4b5563}.tenant-move-out-deposit-breakdown-deduction-tally>:nth-child(2){font-weight:600;color:#dc2626}.tenant-move-out-deposit-breakdown-deduction{display:grid;grid-template-columns:1fr max-content;gap:12px 8px;margin-top:12px}.tenant-move-out-deposit-breakdown-deduction:not(:first-of-type){margin-top:22px}.tenant-move-out-deposit-breakdown-deduction>:nth-child(1){grid-area:1 / 1 / 2 / 2;line-height:100%}.tenant-move-out-deposit-breakdown-deduction>:nth-child(2){grid-area:2 / 1 / 3 / 2;color:#6b7280;line-height:100%;font-size:90%}.tenant-move-out-deposit-breakdown-deduction>:nth-child(3){grid-area:1 / 2 / 2 / 3;color:#dc2626;line-height:100%;font-weight:600}.tenant-move-out-deposit-breakdown-starter{display:grid;grid-template-columns:1fr max-content}.tenant-move-out-deposit-breakdown-starter>:nth-child(1){color:#4b5563}.tenant-move-out-deposit-breakdown-starter>:nth-child(2){color:#111827;font-weight:600}.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)}}.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}.verify-otp-page .view-page-content>.ant-typography{text-align:center}.otp-input{display:grid;gap:8px;grid-template-columns:min-content}.otp-input-cells{display:flex;gap:8px}.otp-input-cells>*{width:60px;height:50px;padding:10px 15px;text-align:center;border-radius:16px;box-shadow:0 1px 2px #0002}.otp-input-errored .otp-input-cells>*{border-color:#ff4d4f}.otp-input-footer{display:grid;gap:8px}.otp-input-footer .ant-typography{font-size:12px;line-height:140%}.verify-otp-navigation-buttons{display:grid;gap:8px}.verify-otp-navigation-buttons .ant-btn{min-width:320px;padding:20px;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-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{border-style:solid;border-width:1px;border-radius:50px;font-weight:700}.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{border:none;border-radius:50px;font-weight:700}.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-navigation-buttons .ant-btn.verify-otp-logout-button{margin-top:8px;border:none;border-radius:50px;font-weight:700}.verify-otp-navigation-buttons .ant-btn.verify-otp-logout-button,.verify-otp-navigation-buttons .ant-btn.verify-otp-logout-button:hover{background-color:gray;color:#fff;box-shadow:0 3px #505050}.verify-otp-resend.ant-typography{font-weight:600;color:#a0a0a0}.verify-otp-resend-ready{cursor:pointer}.verify-otp-resend-cooling{cursor:not-allowed}.verify-otp-new-user-account-verification-message{font-weight:600}.user-feedback-page .ant-form-item-label{gap:4px}.user-feedback-page .ant-form-item textarea.ant-input{min-height:40vh}.user-feedback-page .layout-multicolumn{display:grid;gap:18px;align-items:center}.user-feedback-page .layout-multicolumn>*{grid-row:1}.about-page .view-page-content{margin:24px 0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}.about-page .view-page-content>.ant-typography{margin-top:0;margin-bottom:0}.about-page img{width:min(30vw,200px)}.property-profit-page{background-color:#f0f0f0}.finance-donut-chart-card{background:#fff;border-radius:28px;box-shadow:0 2px 6px #0f172a0a}.finance-donut-chart-select-year{align-self:flex-start;font-weight:600;margin-bottom:6px}.donut-wrap{position:relative;width:300px;height:300px;margin:0 auto;display:flex;align-items:center;justify-content:center}.donut-center-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none}.donut-center-title{font-size:14px;color:#888;font-weight:400;margin-bottom:4px}.donut-center-amount{font-size:20px;font-weight:700;color:#000}.legend-list{display:flex;flex-direction:column;gap:16px;margin-top:24px}.legend-item{padding:6px 0}.legend-left{display:flex;align-items:center;gap:10px}.legend-percent{font-weight:700;width:40px;font-size:14px}.legend-texts{display:flex;flex-direction:column}.legend-title{font-weight:700;font-size:14px}.legend-sub{font-size:12px;color:#9ca3af}.legend-right{margin-left:auto;font-weight:700;font-size:14px}.legend-progress{margin-top:10px}.legend-progress .ant-progress-inner{height:10px;border-radius:10px;overflow:visible}.legend-progress .ant-progress-bg{border-radius:10px}.legend-progress .ant-progress-outer{width:100%}.legend-item{padding:10px 0;border-bottom:1px solid rgba(15,23,42,.03)}.sudden-state-overlay{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:80;background-color:#fff;display:grid;justify-content:center;align-items:center}.sudden-state-overlay .view-page-content{max-width:360px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}.sudden-state-overlay .view-page-content>.ant-typography{text-align:center;font-weight:600}.sudden-state-overlay .view-page-content>h1.ant-typography,.sudden-state-overlay .view-page-content>h2.ant-typography,.sudden-state-overlay .view-page-content>h3.ant-typography,.sudden-state-overlay .view-page-content>h4.ant-typography,.sudden-state-overlay .view-page-content>h5.ant-typography{font-weight:700}.sudden-stage-overlay-buttons{display:grid;gap:8px}.sudden-stage-overlay-buttons .ant-btn{min-width:320px;padding:20px;font-size:16px;line-height:12px;transition:background-color .3s ease}.sudden-stage-overlay-buttons .ant-btn.verify-otp-verify-button{border:none;border-radius:50px;font-weight:700}.sudden-stage-overlay-buttons .ant-btn.verify-otp-back-button{border-style:solid;border-width:1px;border-radius:50px;font-weight:700}.sudden-stage-overlay-buttons .ant-btn.verify-otp-finish-button{border:none;border-radius:50px;font-weight:700}
