body{font-family:sans-serif}.space-vertical{display:flex;flex-direction:column;grid-gap:16px;gap:16px}.space-vertical.small{grid-gap:8px;gap:8px}.space-vertical.large{grid-gap:24px;gap:24px}.space-horizontal{display:flex;flex-direction:row;grid-gap:16px;gap:16px}.space-horizontal.small{grid-gap:8px;gap:8px}.space-horizontal.large{grid-gap:24px;gap:24px}.mycontainer{width:80%;margin:auto;overflow:hidden}body{font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.5;padding:0;margin:0}.myheader,body{background-color:#fff}.myheader{padding-top:10px;min-height:70px;border-bottom:3px solid #f7f6f6}.myheader a{color:#0f0f0f;text-decoration:none;font-size:16px}.myheader ul{margin:0;padding:0;list-style-type:none}.myheader li{float:left;display:inline;padding:0 20px}.myheader #branding{float:left}.myheader #branding img{height:60px;width:254px;margin-top:5px}.myheader #branding h1{margin:0;font-size:30px;font-weight:700}.myheader nav{float:right;margin-top:15px}.myheader .current a,.myheader .highlight{color:#ff4500;text-decoration:none}.myheader .noselect{color:#fff}.myheader a:hover{color:#ff4500}@media(max-width:768px){#boxes .box,header #branding,header nav{float:none;text-align:center;width:100%;margin:auto}header{padding-bottom:20px}.mycontainer{width:95%}header nav li .home{display:none}}footer{position:fixed;left:0;right:0;bottom:0;padding:10px;color:#fff;background-color:#35424a;text-align:center;border-top:3px solid #ff4500}html{height:100%;box-sizing:border-box}body{position:relative;min-height:100%;margin:1px0;padding-bottom:6rem}.login-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column}.login-container{flex:1 1;display:flex;align-items:center;justify-content:center;padding:40px 20px}.login-card{width:100%;max-width:450px;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.1);background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:40px;border:1px solid hsla(0,0%,100%,.2)}.login-header{text-align:center;margin-bottom:24px}.login-title{color:#1890ff!important;margin-bottom:8px!important;font-weight:600}.login-subtitle{color:#8c8c8c;font-size:16px}.login-form{margin-top:24px}.login-form .ant-form-item-label>label{font-weight:600;color:#595959}.login-form .ant-input-affix-wrapper{border-radius:8px;border:1px solid #d9d9d9;transition:all .3s ease}.login-form .ant-input-affix-wrapper:focus,.login-form .ant-input-affix-wrapper:hover{border-color:#1890ff;box-shadow:0 0 0 2px rgba(24,144,255,.1)}.login-button{height:48px;border-radius:8px;font-size:16px;font-weight:600;background:linear-gradient(135deg,#1890ff,#096dd9);border:none;margin-top:16px;transition:all .3s ease}.login-button:hover{background:linear-gradient(135deg,#096dd9,#0050b3);transform:translateY(-1px);box-shadow:0 8px 25px rgba(24,144,255,.3)}.login-footer{margin-top:24px;text-align:center}.login-footer-content{display:flex;flex-direction:column;grid-gap:16px;gap:16px;width:100%}.forgot-password-link{color:#1890ff;text-decoration:none;font-weight:500;transition:color .3s ease}.forgot-password-link:hover{color:#096dd9;text-decoration:underline}.register-link{margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0}.register-link a{color:#1890ff;font-weight:600;text-decoration:none}.register-link a:hover{color:#096dd9;text-decoration:underline}.w-100{width:100%}@media (max-width:768px){.login-container{padding:20px 16px}.login-card{padding:24px;margin:0;box-shadow:none;background:hsla(0,0%,100%,.98)}.login-title{font-size:24px!important}.login-subtitle{font-size:14px}}@media (max-width:480px){.login-page{background:#f5f5f5}.login-card{border-radius:0;height:100vh;display:flex;flex-direction:column;justify-content:center}}.modal-error-ico{color:red;font-size:22px;padding:0 10px}.modal-info-ico{color:#87ceeb;font-size:22px;padding:0 10px}.modal-success-ico{color:green;font-size:22px;padding:0 10px}.register-form{margin:100px auto;padding:20px;max-width:500px;border:1px solid #dcdcdc}.register-form .input-container{display:flex;width:100%;margin-bottom:15px}.register-form .icon{padding:15px;background:#1e90ff;color:#fff;min-width:50px;text-align:center}.register-form .input-field{width:100%;padding:10px;outline:none}.register-form .input-field:focus{border:2px solid #1e90ff}.register-form .btn1{background-color:#1e90ff}.register-form .btn1,.register-form .btn-disable{color:#fff;border:none;cursor:pointer;width:100%;opacity:.9}.register-form .btn-disable{background-color:grey;padding:15px 20px;height:50px}.register-form .btn1:hover{opacity:1}.register-form .right{float:right}.register-form .form-title{font-size:20px;font-weight:700;color:green}.register-form .form-note{font-size:10px;font-weight:700;color:#00f}.register-form .send-code-btn{width:200px}.register-form .error-info{margin-top:-15px;font-size:12px;color:red}.register-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column}.register-container{flex:1 1;display:flex;align-items:center;justify-content:center;padding:40px 20px}.register-card{width:100%;max-width:500px;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.1);background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:40px;border:1px solid hsla(0,0%,100%,.2)}.register-header{text-align:center;margin-bottom:24px}.register-title{color:#1890ff!important;margin-bottom:8px!important;font-weight:600}.register-subtitle{color:#8c8c8c;font-size:16px;display:block;margin-bottom:16px}.register-note{margin-top:16px;padding:12px;background:rgba(24,144,255,.1);border-radius:8px;border-left:4px solid #1890ff}.register-form-modern{margin-top:24px}.register-form-modern .ant-form-item-label>label{font-weight:600;color:#595959}.register-form-modern .ant-input,.register-form-modern .ant-input-affix-wrapper{border-radius:8px;border:1px solid #d9d9d9;transition:all .3s ease}.register-form-modern .ant-input-affix-wrapper:focus,.register-form-modern .ant-input-affix-wrapper:hover,.register-form-modern .ant-input:focus,.register-form-modern .ant-input:hover{border-color:#1890ff;box-shadow:0 0 0 2px rgba(24,144,255,.1)}.register-button{height:48px;border-radius:8px;font-size:16px;font-weight:600;background:linear-gradient(135deg,#1890ff,#096dd9);border:none;margin-top:16px;transition:all .3s ease}.register-button:hover{background:linear-gradient(135deg,#096dd9,#0050b3);transform:translateY(-1px);box-shadow:0 8px 25px rgba(24,144,255,.3)}.register-footer{margin-top:24px;text-align:center;padding-top:24px;border-top:1px solid #f0f0f0}.register-footer a{color:#1890ff;font-weight:600;text-decoration:none}.register-footer a:hover{color:#096dd9;text-decoration:underline}@media(max-width:768px){.register-form{margin:0;border:0}.register-container{padding:20px 16px}.register-card{padding:24px;margin:0;box-shadow:none;background:hsla(0,0%,100%,.98)}.register-title{font-size:24px!important}.register-subtitle{font-size:14px}}@media (max-width:480px){.register-page{background:#f5f5f5}.register-card{border-radius:0;height:100vh;display:flex;flex-direction:column;justify-content:center}}.main{margin-left:250px;padding:0;min-height:100vh}.main-body{padding:20px;margin-left:10px}.dashboard-container{background:#f0f2f5;min-height:100vh;margin-left:250px}.dashboard-content{margin-left:0;padding:24px}.welcome-section{margin-bottom:24px}.welcome-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;border:none;box-shadow:0 8px 24px rgba(0,0,0,.12)}.welcome-card .ant-card-body{padding:32px}.welcome-content{display:flex;align-items:center;grid-gap:24px;gap:24px}.welcome-avatar{background:hsla(0,0%,100%,.2);color:#fff;border:3px solid hsla(0,0%,100%,.3)}.welcome-text{flex:1 1}.welcome-title{color:#fff!important;margin-bottom:8px!important;font-weight:600}.welcome-subtitle{color:hsla(0,0%,100%,.8);font-size:16px}.quick-actions-card{border-radius:12px;border:none;box-shadow:0 4px 12px rgba(0,0,0,.08)}.quick-actions-card .ant-card-head-title{font-weight:600}.status-cards{margin-bottom:24px}.status-card{border-radius:12px;border:none;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:all .3s ease}.status-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.status-card .ant-statistic-title{font-weight:600;color:#595959}.apartments-card,.packages-card,.profile-card,.transactions-card{border-radius:12px;border:none;box-shadow:0 4px 12px rgba(0,0,0,.08);margin-bottom:24px}.apartments-card .ant-card-head-title,.packages-card .ant-card-head-title,.profile-card .ant-card-head-title,.transactions-card .ant-card-head-title{font-weight:600}.apartment-item{border-radius:8px;border:1px solid #f0f0f0;transition:all .3s ease}.apartment-item:hover{border-color:#1890ff;box-shadow:0 4px 12px rgba(24,144,255,.1)}.ant-descriptions-item-label{font-weight:600;color:#595959}.ant-list-item{border-radius:8px;transition:all .3s ease}.ant-list-item:hover{background:#fafafa}.ant-card-head{border-bottom:1px solid #f0f0f0}.ant-card-head-title{color:#262626}.card-title-mobile{width:100%}.card-actions-mobile{display:none;margin-top:12px;grid-gap:8px;gap:8px}.card-actions-desktop{display:flex;grid-gap:8px;gap:8px}@media (max-width:768px){.dashboard-content{margin-left:0;padding:16px}.welcome-content{flex-direction:column;text-align:center;grid-gap:16px;gap:16px}.welcome-card .ant-card-body{padding:24px}.status-cards .ant-col{margin-bottom:16px}.card-actions-desktop{display:none}.card-actions-mobile{display:flex;flex-wrap:wrap}}@media (max-width:576px){.dashboard-content{padding:12px}.welcome-card .ant-card-body{padding:16px}.welcome-title{font-size:20px!important}}@media (max-width:768px){.dashboard-container,.main{margin-left:0;padding-top:60px}.dashboard-content{margin-left:0;padding:16px}}.account-title{font-size:25px;color:#35424a;line-height:60px}.account-header{margin:0;background-color:#dcdcdc;padding:0 20px;height:50px;position:relative;z-index:100}.account-header .logout{float:right;border:none;color:grey;font-size:16px;cursor:pointer;line-height:60px}.account-header .menu{cursor:pointer;float:right;display:none}.account-header .logout:hover{color:#ff4500;text-decoration:none}@media(max-width:768px){.account-header{position:fixed;top:0;left:0;right:0;z-index:1000;margin-left:0}.main{padding-top:60px;margin-left:0}.account-title{font-size:18px}.account-header .logout{display:none}.account-header .menu{display:block}}.modern-side-header{padding:24px 20px;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);margin-bottom:0}.brand-link{display:block;text-decoration:none}.modern-brand-img{height:40px;width:auto;filter:brightness(0) invert(1)}.user-profile-section{padding:20px;text-align:center}.user-avatar{background:linear-gradient(135deg,#667eea,#764ba2);margin-bottom:12px}.user-info{display:flex;flex-direction:column;align-items:center}.user-name{font-size:16px;margin-bottom:4px}.user-status{font-size:12px}.modern-menu{border-right:none;background:transparent}.modern-menu .ant-menu-item{height:48px;line-height:48px;border-radius:8px;margin:0 12px 4px;transition:all .3s}.modern-menu .ant-menu-item:hover{background-color:#f0f2f5}.modern-menu .ant-menu-item-selected{color:#fff}.modern-menu .ant-menu-item-selected,.modern-menu .ant-menu-item-selected:hover{background:linear-gradient(135deg,#667eea,#764ba2)}.modern-menu .ant-menu-item-selected .ant-menu-item-icon,.modern-menu .ant-menu-item-selected a{color:#fff}.modern-menu .ant-menu-item a{color:inherit;text-decoration:none}.modern-menu .ant-menu-submenu-title{height:48px;line-height:48px;border-radius:8px;margin:0 12px 4px}.modern-menu .ant-menu-submenu-title:hover{background-color:#f0f2f5}.modern-menu .ant-menu-sub{background:transparent}.modern-menu .ant-menu-item-danger{color:#ff4d4f}.modern-menu .ant-menu-item-danger:hover{background-color:#fff2f0;color:#ff4d4f}.sidenav{height:100%;width:200px;position:fixed;z-index:9;top:0;left:0;background-color:#2e3235;overflow-x:hidden}.sidenav a{padding:6px 8px 6px 16px;text-decoration:none;font-size:16px;color:#818181;display:block}.sidenav a:hover{color:#f1f1f1;text-decoration:none}.sidenav .closebtn{position:absolute;top:0;right:5px;font-size:30px;padding:0;margin-right:5px}.side-header{margin:0;color:#fff;height:60px;border-bottom:2px solid #ff4500}.side-header .brand-name{padding-top:8px;font-size:24px;font-weight:700;color:#dcdcdc}.side-header .brand-img{height:35px;width:145px;margin-top:5px}.side-header .brand-name i{font-size:36px;padding-right:5px;color:#dcdcdc}.side-header .second-title{color:#dcdcdc;font-size:18px;margin-top:-8px;padding-left:16px}.side-link .current{color:#fff}.sidenav .logout{display:none}@media(max-width:768px){.ant-layout-sider{position:fixed!important;left:-250px!important;transition:left .3s ease!important;z-index:1001!important;height:100vh!important;width:250px!important;max-width:250px!important;min-width:250px!important;flex:none!important}.ant-layout-sider.mobile-show{left:0!important}.ant-layout-sider-collapsed{width:250px!important;min-width:250px!important;max-width:250px!important;flex:none!important}.main{margin-left:0!important}.mobile-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.5);z-index:1000;display:none}.mobile-overlay.show{display:block}}.profile-form{max-width:600px;margin:30px auto;border:1px solid #dcdcdc;padding:20px}.profile-container{background:#f0f2f5;min-height:100vh;margin-left:250px}.profile-content{margin-left:0;padding:24px}.profile-header-card{border-radius:12px;border:none;box-shadow:0 8px 24px rgba(0,0,0,.12);margin-bottom:24px;background:linear-gradient(135deg,#667eea,#764ba2)}.profile-header-card .ant-card-body{padding:32px}.profile-avatar-section{display:flex;flex-direction:column;align-items:center;text-align:center}.profile-avatar{background:hsla(0,0%,100%,.2);color:#fff;border:4px solid hsla(0,0%,100%,.3);margin-bottom:16px}.profile-basic-info{color:#fff}.profile-basic-info .ant-typography{color:#fff!important;margin-bottom:8px!important}.completion-card,.quick-actions-small{background:hsla(0,0%,100%,.95);border-radius:12px;border:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-steps-card{margin-bottom:24px}.profile-form-card,.profile-steps-card,.security-card{border-radius:12px;border:none;box-shadow:0 4px 12px rgba(0,0,0,.08)}.profile-form-card .ant-card-head-title,.security-card .ant-card-head-title{font-weight:600}.security-item{display:flex;justify-content:space-between;align-items:center}.security-item-header{display:flex;align-items:center;grid-gap:12px;gap:12px}.ant-form-item-label>label{font-weight:600;color:#595959}.ant-input,.ant-input-affix-wrapper,.ant-select-selector{border-radius:8px;border:1px solid #d9d9d9;transition:all .3s ease}.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper:hover,.ant-input:focus,.ant-input:hover,.ant-select-focused .ant-select-selector,.ant-select-selector:hover{border-color:#1890ff;box-shadow:0 0 0 2px rgba(24,144,255,.1)}.ant-btn-primary{border-radius:8px;font-weight:600;transition:all .3s ease}.ant-btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 25px rgba(24,144,255,.3)}.ant-progress-circle{margin-bottom:16px}.ant-steps-item-title{font-weight:600!important}.ant-modal-content{border-radius:12px}.ant-modal-header{border-radius:12px 12px 0 0}@media(max-width:768px){.profile-form{padding:0;margin:0;border:none}.profile-container{margin-left:0;padding-top:60px}.profile-content{margin-left:0;padding:16px}.profile-header-card .ant-card-body{padding:24px}.profile-avatar-section{margin-bottom:24px}.completion-card,.quick-actions-small{margin-bottom:16px}}@media (max-width:576px){.profile-content{padding:12px}.profile-header-card .ant-card-body{padding:16px}.profile-avatar{width:80px!important;height:80px!important}.security-item{flex-direction:column;align-items:flex-start;grid-gap:12px;gap:12px}}table.blueTable{border:1px solid #1c6ea4;background-color:#eee;width:100%;text-align:left;border-collapse:collapse}table.blueTable td,table.blueTable th{border:0 solid #aaa;width:50%;height:50px;padding:3px 2px 3px 10px}table.blueTable tbody td{font-size:13px}table.blueTable tr:nth-child(2n){background:#d0e4f5}table.blueTable td:nth-child(2n){color:#13980d;font-weight:700}table.blueTable thead{background:#1c6ea4;background:linear-gradient(180deg,#5592bb 0,#327cad 66%,#1c6ea4)}table.blueTable thead th{font-size:15px;font-weight:400;color:#fff}table.blueTable thead th:first-child{border-left:none}table.blueTable tfoot td{font-size:14px}table.blueTable tfoot .links{text-align:right}table.blueTable tfoot .links a{display:inline-block;background:#1c6ea4;color:#fff;padding:2px 8px;border-radius:5px}
/*# sourceMappingURL=main.373e7da0.chunk.css.map */