:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.f572b170.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.2a31c04b.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.372704ff.woff2) format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.a6b6ef6f.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.4ce1df5d.woff2) format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.88ede1ea.woff) format("woff");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.d7020e3c.woff2) format("woff2"),url(/_next/static/media/inter-greek-400-normal.cc58c11b.woff) format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.de4fc44f.woff2) format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.a9dd2faf.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.32a25442.woff2) format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.4edcaace.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.ef6d3f52.woff2) format("woff2"),url(/_next/static/media/inter-latin-400-normal.2c7a775c.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}:root{--max-width:1100px;--border-radius:12px;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace;--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255;--primary-glow:conic-gradient(from 180deg at 50% 50%,#16abff33 0deg,#0885ff33 55deg,#54d6ff33 120deg,#0071ff33 160deg,transparent 360deg);--secondary-glow:radial-gradient(#fff,hsla(0,0%,100%,0));--tile-start-rgb:239,245,249;--tile-end-rgb:228,232,233;--tile-border:conic-gradient(#00000080,#00000040,#00000030,#00000020,#00000010,#00000010,#00000080);--callout-rgb:238,240,241;--callout-border-rgb:172,175,176;--card-rgb:180,185,188;--card-border-rgb:131,134,135}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0;--primary-glow:radial-gradient(rgba(1,65,255,.4),rgba(1,65,255,0));--secondary-glow:linear-gradient(to bottom right,rgba(1,65,255,0),rgba(1,65,255,0),rgba(1,65,255,.3));--tile-start-rgb:2,13,46;--tile-end-rgb:2,5,19;--tile-border:conic-gradient(#ffffff80,#ffffff40,#ffffff30,#ffffff20,#ffffff10,#ffffff10,#ffffff80);--callout-rgb:20,20,20;--callout-border-rgb:108,108,108;--card-rgb:100,100,100;--card-border-rgb:200,200,200}}*{box-sizing:border-box}*,body,html{padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb))}a{color:inherit;text-decoration:none}h2{font-size:28px;font-weight:700!important;color:#1a202c!important;margin:0}@media (max-width:768px){h2{font-size:22px}}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.add_button{border-radius:30px;background-color:#e1b12c!important;border:none!important;color:#fff!important;font-weight:600;padding:20px 24px;display:flex;align-items:center;height:3.375rem!important}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#e1b12c!important}.ant-tabs-ink-bar{background-color:#e1b12c!important}.ant-tabs-tab:hover .ant-tabs-tab-btn,.ant-upload-drag-icon{color:#e1b12c!important}.ant-upload-drag-icon{font-size:32px;transition:color .3s ease}.export_button{border-radius:30px;background-color:#0f1522!important;color:#fff!important;padding:20px 24px;display:flex;align-items:center;height:3.375rem!important}.custom-placeholder::placeholder{margin-top:8px!important;padding-top:8px!important}.row_container{margin-top:1rem!important}.reset_button{width:100%!important;border-radius:12px!important;background:#e1b12c!important;color:#1a202c!important;font-weight:600;border:none!important;height:3.2rem!important;box-shadow:0 4px 12px rgba(225,177,44,.2)!important}.tag{min-width:60px;text-align:center;text-transform:capitalize}.input_search{padding:13px!important}.coordinator_property_search{width:100%!important;display:flex!important}.coordinator_property_search .ant-input,.user_search{width:100%!important}.user_search{display:flex!important}.user_search .ant-input{width:100%!important}@media (max-width:767px){.mobile_search_filters{justify-content:stretch!important}.mobile_search_col{flex:0 0 100%!important;max-width:100%!important}.mobile_search_col,.mobile_search_input,.mobile_search_input.ant-input-affix-wrapper{width:100%!important}.coordinator_property_filters{justify-content:stretch!important}.coordinator_property_reset_col,.coordinator_property_search_col{flex:0 0 100%!important;max-width:100%!important;width:100%!important}.coordinator_property_search,.coordinator_property_search.ant-input-affix-wrapper{width:100%!important}.user_filters{justify-content:stretch!important}.user_reset_col,.user_search_col{flex:0 0 100%!important;max-width:100%!important;width:100%!important}.user_search,.user_search.ant-input-affix-wrapper{width:100%!important}}.tags{border:none!important;background:none!important;outline:none!important;background-color:#dadada!important;border-radius:30px!important;width:auto!important;font-size:14px!important}.select{width:100%!important}.dateField,.select{height:52px!important}.dateField{width:110%!important}.input{background:#fff!important;border:.1px solid #d3d3d3!important}.checkbox,.input{padding:15px!important}.radioGroup{padding:0!important}.asterisk:before{display:inline-block;-webkit-margin-end:.25rem;margin-inline-end:.25rem;color:red;font-size:.8rem;font-family:SimSun,sans-serif;line-height:1;content:"*"}.label_style{color:#000;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.input_suffix_text{opacity:.5;transition:opacity .5s ease}.modal_ok_button{display:inline-flex!important;background:#e1b12c!important;box-shadow:0 2px 20px 0 rgba(1,41,112,.1)!important;float:right!important;padding:11px 0 10px!important;border-radius:12px!important;border:none!important;font-weight:600}.modal_no_button,.modal_ok_button{justify-content:center!important;align-items:center!important;width:146px!important;height:40px!important;color:#0f1522!important}.modal_no_button{display:flex!important;padding:11px 43px 10px 42px!important;border-radius:12px!important;border:.1px solid rgba(0,0,0,.8)!important;background:#fff!important;box-shadow:0 2px 20px 0 rgba(1,41,112,.05)!important}.delete_modal_confirmation{color:rgba(0,0,0,.85);font-size:16px;font-style:normal;font-weight:700;line-height:21px}.modal_title{display:flex;justify-content:center;color:#000;font-style:normal;line-height:21px;margin-bottom:1rem!important}.text_center{text-align:center}.trash_icon{width:50px;height:50px}.delete_modal_instructions{text-align:center;margin-top:1rem}.edit_icon{margin-top:4px!important}.edit_text{margin-left:8px!important}.modal_submit_button{height:55px!important;font-size:16px!important;font-weight:600!important;margin-top:40px!important;background-color:#0f1522!important;color:#fff!important;width:100%!important;border-radius:12px!important;border:none!important;box-shadow:0 4px 12px rgba(15,21,34,.1)!important}.search-suffix{font-size:1.25rem;margin-left:.5rem;color:rgba(0,0,0,.5)}.menu_item_text{width:70%!important;text-transform:capitalize;text-align:left}.menu_item_icon{width:30%!important;margin-top:3px}.back_button_text{color:#fff!important;background-color:#e1b12c!important;border:none!important;border-radius:12px!important}.rbc-event{background-color:transparent!important}@media (prefers-color-scheme:dark){html{color-scheme:light}}.back_to_text{color:#fff}.back_to_login{color:#000}.header_button_text{font-weight:600!important;font-size:16px!important;color:#fff!important}.no-display{display:none!important}.borderedUpload{border-radius:10px;border:2px dashed #000;display:flex;justify-content:center;align-items:center;font-size:30px;cursor:pointer}.borderedUpload,.memberImage{width:170px;height:170px;margin-top:30px}.memberImage{border-radius:10px;position:relative}.imageCross{position:absolute;right:-8px;top:-8px;background-color:red;padding:5px;font-size:25px;color:#fff;border-radius:50%;cursor:pointer}.member-img{object-fit:cover;width:100%;height:100%;border-radius:10px}.submit-button{background-color:#e1b12c!important;color:#fff!important;border-radius:30px!important;padding:12px 24px!important;border:none!important;font-weight:600}.ant-table{background:#fff!important;border-radius:12px!important}.ant-table-thead>tr>th{background:#f8fafc!important;color:#64748b!important;font-size:14px!important;font-weight:600!important;text-transform:capitalize!important;letter-spacing:.02em!important;border-bottom:2px solid #f1f5f9!important;padding:16px 24px!important}.ant-table-tbody>tr>td{padding:18px 24px!important;color:#1e293b!important;font-size:14px!important;border-bottom:1px solid #f1f5f9!important;transition:all .3s ease}.ant-table-tbody>tr:hover>td{background:#f1f5f9!important}.ant-table-pagination.ant-pagination{margin:24px 0!important}@media (max-width:768px){.ant-table-tbody>tr>td{padding:12px 16px!important}}.status-badge{padding:6px 14px!important;border-radius:20px!important;font-weight:600!important;font-size:12px!important;text-transform:capitalize!important;border:none!important}.status-badge-active{background-color:#dcfce7!important;color:#15803d!important}.status-badge-inactive{background-color:#fee2e2!important;color:#b91c1c!important}.status-badge-info{background-color:#e0f2fe!important;color:#0369a1!important}.status-badge-warning{background-color:#fef3c7!important;color:#92400e!important}.role-badge{padding:4px 12px!important;border-radius:20px!important;font-size:12px!important;font-weight:500!important;background-color:#f1f5f9!important;color:#475569!important;border:1px solid #e2e8f0!important;text-transform:capitalize!important}.form-container{max-width:1200px!important;margin:0 auto!important;padding:20px!important}.form-section-card{background:#fff!important;border-radius:16px!important;padding:32px!important;margin-bottom:24px!important;box-shadow:0 4px 20px rgba(0,0,0,.04)!important;border:1px solid #f1f5f9!important;transition:transform .3s ease,box-shadow .3s ease!important}.form-section-card:hover{box-shadow:0 8px 30px rgba(0,0,0,.06)!important}.section-header{display:flex!important;align-items:center!important;gap:12px!important;margin-bottom:24px!important;padding-bottom:16px!important;border-bottom:1px solid #f1f5f9!important}.section-header h3{font-size:18px!important;font-weight:700!important;color:#0f172a!important;margin:0!important}.section-icon{width:40px!important;height:40px!important;background:#fef9c3!important;color:#e1b12c!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:10px!important;font-size:20px!important}.premium-input{border-radius:10px!important;border:1.5px solid #e2e8f0!important;padding:0 16px!important;font-size:15px!important;transition:all .2s ease!important;height:48px!important;width:100%!important;line-height:45px!important}.ant-input-number.premium-input{padding:0!important}.ant-input-number.premium-input .ant-input-number-input-wrapper{height:100%!important}.ant-input-number.premium-input input{height:100%!important;padding:12px 16px!important}.ant-input-number-handler-wrap{display:none!important}.premium-input:focus,.premium-input:hover{border-color:#e1b12c!important;box-shadow:0 0 0 4px rgba(225,177,44,.1)!important;background:#fff!important}.premium-textarea{border-radius:10px!important;border:1.5px solid #e2e8f0!important;padding:12px 16px!important;font-size:15px!important;transition:all .2s ease!important}.premium-textarea:focus,.premium-textarea:hover{border-color:#e1b12c!important;box-shadow:0 0 0 4px rgba(225,177,44,.1)!important}.premium-select:not(.ant-select-multiple) .ant-select-selector{border-radius:10px!important;border:1.5px solid #e2e8f0!important;height:48px!important;padding:0 16px!important;font-size:15px!important;display:flex!important;align-items:center!important;width:100%!important}.premium-select .ant-select-selection-item{line-height:normal!important;display:flex!important;align-items:center!important}.premium-select.ant-select-single .ant-select-selection-placeholder{line-height:45px!important;display:flex!important;align-items:center!important}.premium-select.ant-select-multiple .ant-select-selection-placeholder{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;left:12px!important;z-index:1!important;line-height:normal!important;display:flex!important;align-items:center!important}.premium-select.ant-select-multiple .ant-select-selector{border-radius:10px!important;border:1.5px solid #e2e8f0!important;min-height:48px!important;padding:4px 12px!important;font-size:15px!important;width:100%!important;position:relative!important}.premium-select.ant-select-single .ant-select-selection-item,.premium-select.ant-select-single .ant-select-selection-placeholder{height:45px!important}.premium-select{width:100%!important;position:relative!important}.premium-select.ant-select-focused .ant-select-selector{border-color:#e1b12c!important;box-shadow:0 0 0 4px rgba(225,177,44,.1)!important}.premium-select .ant-select-arrow{top:24px!important;margin-top:0!important;transform:translateY(-50%)!important;right:16px!important;color:#64748b!important;display:flex!important;align-items:center!important;justify-content:center!important}.amenities-tag-select .ant-select-selection-item{background:#fef9c3!important;border:1px solid #e1b12c!important;color:#854d0e!important;border-radius:6px!important;font-weight:500!important}.image-upload-wrapper{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))!important;grid-gap:16px!important;gap:16px!important;margin-top:20px!important}.upload-card{aspect-ratio:1!important;border:2px dashed #cbd5e1!important;border-radius:12px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .2s ease!important;background:#f8fafc!important}.upload-card:hover{border-color:#e1b12c!important;background:#fef9c3!important}.property-image-preview{position:relative!important;aspect-ratio:1!important;border-radius:12px!important;overflow:hidden!important;box-shadow:0 2px 8px rgba(0,0,0,.1)!important}.property-image-preview img{width:100%!important;height:100%!important;object-fit:cover!important}.delete-image-btn{position:absolute!important;top:8px!important;right:8px!important;background:rgba(239,68,68,.9)!important;color:#fff!important;border:none!important;width:28px!important;height:28px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;opacity:0;transform:translateY(-5px);transition:all .2s ease!important;z-index:10!important}.property-image-preview:hover .delete-image-btn{opacity:1!important;transform:translateY(0)!important}.form-actions{display:flex!important;justify-content:flex-end!important;gap:16px!important;margin-top:40px!important;padding:24px!important;background:#fff!important;border-radius:16px!important;box-shadow:0 -4px 20px rgba(0,0,0,.02)!important;position:-webkit-sticky!important;position:sticky!important;bottom:0!important;z-index:100!important;border:1px solid #f1f5f9!important}@media (max-width:992px){.form-container{padding:0!important}.form-section-card{padding:24px 16px!important;border-radius:12px!important;margin-bottom:16px!important}.section-header{margin-bottom:20px!important;padding-bottom:12px!important}.section-header h3,.section-icon{font-size:16px!important}.section-icon{width:32px!important;height:32px!important}.form-actions{padding:16px!important;flex-direction:column!important;gap:10px!important;border-radius:0!important;margin-top:20px!important;left:0!important;right:0!important;width:100%!important}.submit-button{width:100%!important;min-width:unset!important}.image-upload-wrapper{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))!important;gap:10px!important}.premium-input,.premium-select .ant-select-selector{height:44px!important;font-size:14px!important}.premium-input,.premium-select.ant-select-single .ant-select-selection-placeholder{line-height:41px!important}.ant-form-item-label>label{font-size:13px!important}}@media (max-width:576px){.form-section-card{padding:16px 12px!important}.image-upload-wrapper{grid-template-columns:repeat(2,1fr)!important}}body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}.bg-image-overlay{background:transparent!important;border:none!important}.logout-yes-button{display:flex!important;padding:11px 0 10px!important;border-radius:12px!important;border:none!important;background:#e1b12c!important;color:#1a202c!important;font-weight:600;box-shadow:0 4px 12px rgba(225,177,44,.2)!important;float:left!important}.logout-no-button,.logout-yes-button{width:146px!important;justify-content:center!important;align-items:center!important;height:40px!important}.logout-no-button{display:inline-flex!important;padding:11px 43px 10px 42px!important;border-radius:12px!important;border:.1px solid rgba(0,0,0,.8)!important;background:#fff!important;box-shadow:0 2px 20px 0 rgba(1,41,112,.05)!important;color:#0f1522!important}.logout-confirmation-icon{color:red;margin-bottom:10px}.logout-confirmation-text{font-size:18px}.logout-confirmation{display:flex;flex-direction:column;justify-content:center;align-items:center}.dropdown-logout-button{width:100%;color:#000!important;border:.1px solid red!important}.header-alignment{justify-content:space-between;color:#fff}.header-alignment,.header-alignment div{display:flex;align-items:center}.header-alignment .avatar{margin-right:10px}.header-alignment h1{flex-grow:1}.user-info{display:flex;align-items:center}.user-details{margin-left:10px;text-align:left}.user-name{font-size:16px;color:#fff}.user-role{font-size:14px;font-weight:700}.layoutStyle{height:100vh;background-image:linear-gradient(rgba(15,21,34,.8),rgba(15,21,34,.8)),url(/images/background.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed}.side-bar-container{height:calc(100vh - 48px)!important;margin:16px 0 0!important;border-radius:12px!important;overflow:hidden!important;transition:all .3s ease!important}.headerStyle{padding:0 20px!important;margin:24px 24px 0 0!important;align-items:center!important;height:50px!important;line-height:normal!important}.contentStyle,.headerStyle{border-radius:12px!important}.contentStyle{margin:0 0 24px!important;padding:24px!important;height:calc(100vh - 120px)!important;overflow-y:auto!important;background-color:#f9fafb!important}.mobile-close-btn,.mobile-toggle-btn{display:none!important}@media (max-width:992px){.side-bar-container{height:100vh!important;margin:0!important;border-radius:0!important;position:fixed!important;z-index:2000!important;background:#0f1522!important;top:0;left:0;padding:16px 0 20px!important}.side-bar-container:not(.ant-layout-sider-collapsed){width:100%!important;min-width:100%!important;max-width:100%!important;flex:0 0 100%!important}.side-bar-container.ant-layout-sider-collapsed{padding:0!important}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:20px;width:100%}.mobile-close-btn{display:block!important;color:#fff}.sidebar-logo-link{width:auto;justify-content:flex-start}.sidebar-logo-img{width:60px}.mobile-close-btn{display:block;cursor:pointer;z-index:2001}.headerStyle{border-radius:0!important;background:#0f1522!important;border:none!important;border-bottom:1px solid hsla(0,0%,100%,.1)!important;position:relative!important;z-index:1000!important;height:60px!important;padding-top:8px!important}.contentStyle,.headerStyle{margin:0!important;width:100%!important}.contentStyle{border-radius:0!important;height:calc(100vh - 64px)!important;padding:16px!important}.mobile-toggle-btn{display:flex!important;align-items:center!important;margin-right:12px!important}.mobile-toggle-btn,.user-info{margin-top:4px!important}.user-details{display:none!important}.side-bar-container .ant-menu-item,.side-bar-container .ant-menu-submenu-title{width:100%!important;min-width:100%!important;margin-inline:0!important;margin:0!important;border-radius:0!important}}.ant-menu-item-selected{background-color:#e1b12c!important;color:#1a202c!important;border-radius:8px!important}