@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap";.app-header{background-color:#dff8dc;box-shadow:0 2px 4px #0000001a;padding:10px 20px}.app-header .header-container{display:flex;align-items:center;justify-content:space-between}.app-header .header-logo{cursor:pointer}.app-header .header-logo .logo-container{display:flex;align-items:center;gap:12px}.app-header .header-logo .logo-container .logo-image{height:45px;width:auto;object-fit:contain;transition:all .3s ease}.app-header .header-logo .logo-container .logo-text{display:flex;flex-direction:column;line-height:1.2}.app-header .header-logo .logo-container .logo-text .logo-title{font-size:18px;font-weight:700;color:#2c5530;margin:0}.app-header .header-logo .logo-container .logo-text .logo-subtitle{font-size:12px;color:#666;margin:0;font-weight:500}.app-header .header-nav{display:flex;gap:20px}.app-header .header-nav .nav-link{text-decoration:none;color:#333;font-weight:500;padding:8px 12px;border-radius:5px;transition:all .3s ease}.app-header .header-nav .nav-link:hover{background-color:#0080001a}.app-header .header-nav .nav-link.active{background-color:green;color:#fff;font-weight:700}.app-header .header-actions .user-info{cursor:pointer}.app-header .menu-icon{font-size:24px;cursor:pointer;display:none}@media (max-width: 768px){.app-header .header-nav{display:none}.app-header .menu-icon{display:block}.app-header .user-name{display:none}.app-header .header-logo .logo-container{gap:8px}.app-header .header-logo .logo-container .logo-image{height:35px}.app-header .header-logo .logo-container .logo-text .logo-title{font-size:16px}.app-header .header-logo .logo-container .logo-text .logo-subtitle{font-size:11px}}@media (max-width: 480px){.app-header .header-logo .logo-container{gap:6px}.app-header .header-logo .logo-container .logo-image{height:30px}.app-header .header-logo .logo-container .logo-text .logo-title{font-size:14px}.app-header .header-logo .logo-container .logo-text .logo-subtitle{font-size:10px}}.mobile-menu .drawer-menu{display:flex;flex-direction:column;gap:10px}.mobile-menu .drawer-menu .drawer-item{padding:10px 15px;font-size:16px;color:#333;text-decoration:none;border-radius:5px;transition:all .3s ease}.mobile-menu .drawer-menu .drawer-item:hover{background-color:#0080001a}.mobile-menu .drawer-menu .drawer-item.active{background-color:green;color:#fff;font-weight:700}.mobile-menu .drawer-footer{margin-top:20px;padding:10px;cursor:pointer;background-color:#f8f9fa;text-align:center;border-radius:5px;transition:all .3s ease}.mobile-menu .drawer-footer:hover{background-color:#ff00001a}.footer-container{position:relative;background:linear-gradient(135deg,#81c784,#388e3c);color:#fff;text-align:center;padding:40px 15px;font-family:Poppins,sans-serif;overflow:hidden;box-shadow:0 -6px 20px #0000001a;border-top-left-radius:40px;border-top-right-radius:40px}.footer-wave{position:absolute;top:-30px;left:0;width:100%;height:auto}.footer-wave svg{width:100%;height:auto;display:block}.footer-content{max-width:650px;margin:0 auto;position:relative;z-index:1}.footer-logo{display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:600;margin-bottom:15px;gap:10px}.logo-icon{font-size:30px;color:#e8f5e9}.footer-copyright{font-size:14px;opacity:.9;margin-top:15px}@media (max-width: 768px){.footer-container{padding:30px 15px;border-top-left-radius:30px;border-top-right-radius:30px}.footer-logo{font-size:20px}.footer-logo .logo-icon{font-size:26px}.footer-copyright{font-size:13px}.footer-wave{top:-20px}}@media (max-width: 480px){.footer-container{padding:20px 10px;border-top-left-radius:20px;border-top-right-radius:20px}.footer-logo{flex-direction:column;font-size:18px}.footer-logo .logo-icon{font-size:24px;margin-right:0}.footer-copyright{font-size:12px}.footer-wave{top:-15px}}.register-page,.login-page{display:flex;justify-content:center;align-items:center;height:100vh;background:url(/images/background.jpg) no-repeat center center/cover;animation:fadeIn 1s ease-in-out}.register-page .main,.login-page .main{width:100%;max-width:280px;background:#ffffffe6;padding:1rem;border-radius:10px;box-shadow:0 6px 20px #00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideUp .8s ease-in-out}.register-page .heading,.login-page .heading{text-align:center;margin-bottom:1rem;animation:fadeIn 1.2s ease-in-out}.register-page .heading .logo-container,.login-page .heading .logo-container{margin-bottom:.8rem;animation:fadeIn 1s ease-in-out}.register-page .heading .logo-image,.login-page .heading .logo-image{height:50px;width:auto;max-width:200px;border-radius:8px;object-fit:contain;box-shadow:0 2px 8px #00000026;transition:transform .3s ease-in-out}.register-page .heading .logo-image:hover,.login-page .heading .logo-image:hover{transform:scale(1.05)}.register-page .heading h2,.login-page .heading h2{color:#33691e;font-size:1.4rem;font-weight:700;text-shadow:2px 2px 8px rgba(0,0,0,.2)}.register-page form .ant-form-item,.login-page form .ant-form-item{margin-bottom:.4rem}.register-page form .ant-select-selector,.login-page form .ant-select-selector{padding:4px 8px;border-radius:4px;border:none!important;transition:all .3s ease-in-out;height:32px!important;min-height:32px!important}.register-page form .ant-select-selector .ant-select-selection-search-input,.login-page form .ant-select-selector .ant-select-selection-search-input{height:32px!important;line-height:24px!important;display:flex!important;align-items:center!important}.register-page form .ant-select-focused .ant-select-selector,.login-page form .ant-select-focused .ant-select-selector{border-color:#33691e!important;box-shadow:0 0 10px #33691e80;transform:scale(1.02)}.register-page form .ant-input-password,.login-page form .ant-input-password{padding:4px 8px;border-radius:4px;border:none;transition:all .3s ease-in-out;height:32px!important;min-height:32px!important}.register-page form .ant-input-password .ant-input,.login-page form .ant-input-password .ant-input{height:32px!important;min-height:32px!important;padding:4px 8px!important;line-height:24px!important;display:flex!important;align-items:center!important}.register-page form .ant-btn-primary,.login-page form .ant-btn-primary{width:100%;background:linear-gradient(135deg,#8bc34a,#558b2f);border:none;padding:4px 10px;border-radius:4px;font-size:.85rem;font-weight:700;transition:all .3s ease-in-out}.register-page,.login-page{display:flex;justify-content:center;align-items:center;height:100vh;background:url(/images/background.jpg) no-repeat center center/cover;animation:fadeIn 1s ease-in-out}.register-page .main,.login-page .main{width:100%;max-width:480px;background:#ffffffe6;padding:2rem;border-radius:12px;box-shadow:0 6px 20px #00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideUp .8s ease-in-out}.register-page .container,.login-page .container{width:100%}.register-page .wrapper,.login-page .wrapper{display:flex;flex-direction:column;align-items:center}.register-page .heading,.login-page .heading{text-align:center;margin-bottom:1.5rem;animation:fadeIn 1.2s ease-in-out}.register-page .heading h2,.login-page .heading h2{color:#33691e;font-size:1.8rem;font-weight:700;text-shadow:2px 2px 8px rgba(0,0,0,.2)}.register-page form,.login-page form{width:100%}.register-page form .ant-form-item,.login-page form .ant-form-item{margin-bottom:1rem}.register-page form .ant-input,.login-page form .ant-input{padding:10px;border-radius:8px;border:none;transition:all .3s ease-in-out}.register-page form .ant-input:focus,.login-page form .ant-input:focus{border-color:#33691e;box-shadow:0 0 10px #33691e80;transform:scale(1.02)}.register-page form .ant-input-password,.login-page form .ant-input-password{padding:10px;border-radius:8px;border:none;transition:all .3s ease-in-out}.register-page form .ant-input-password:focus,.login-page form .ant-input-password:focus{border-color:#33691e;box-shadow:0 0 10px #33691e80;transform:scale(1.02)}.register-page form .ant-btn-primary,.login-page form .ant-btn-primary{width:100%;background:linear-gradient(135deg,#8bc34a,#558b2f);border:none;padding:10px;border-radius:8px;font-size:1rem;font-weight:700;transition:all .3s ease-in-out}.register-page form .ant-btn-primary:hover,.login-page form .ant-btn-primary:hover{background:linear-gradient(135deg,#7cb342,#33691e);transform:scale(1.05);box-shadow:0 4px 12px #00000040}.register-page .text-normal,.login-page .text-normal{font-size:.9rem;color:#33691e}.register-page a,.login-page a{color:#8bc34a;font-weight:700;text-decoration:none;transition:color .3s,transform .3s}.register-page a:hover,.login-page a:hover{color:#558b2f;transform:scale(1.1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}*{margin:0;padding:0}.layout-admin .ant-layout-sider .ant-menu .ant-menu-item{margin:4px 8px;border-radius:8px;height:44px;line-height:44px;transition:all .3s ease}.layout-admin .ant-layout-sider .ant-menu .ant-menu-item:hover{background:#10b98114!important;transform:translate(2px)}.layout-admin .ant-layout-sider .ant-menu .ant-menu-item.ant-menu-item-selected{background:#10b9812e!important;border-left:3px solid #10b981}.layout-admin .ant-layout-sider .ant-menu .ant-menu-item.ant-menu-item-selected .ant-menu-item-icon{color:#10b981!important}.layout-admin .ant-layout-sider .ant-menu .ant-menu-item.ant-menu-item-selected .ant-menu-title-content{color:#10b981!important;font-weight:600}.layout-admin .ant-layout-sider .ant-menu .ant-menu-item .ant-menu-item-icon{font-size:16px;transition:color .3s ease;color:#94a3b8!important}.layout-admin .ant-layout-sider .ant-menu .ant-menu-item .ant-menu-title-content{transition:color .3s ease;color:#cbd5e1!important}.layout-admin .ant-layout-sider .ant-menu .ant-menu-submenu{margin:4px 8px;border-radius:8px}.layout-admin .ant-layout-sider .ant-menu .ant-menu-submenu .ant-menu-submenu-title{height:44px;line-height:44px;border-radius:8px;transition:all .3s ease;color:#cbd5e1!important}.layout-admin .ant-layout-sider .ant-menu .ant-menu-submenu .ant-menu-submenu-title:hover{background:#10b98114!important}.layout-admin .ant-layout-sider .ant-menu .ant-menu-submenu .ant-menu-submenu-title .ant-menu-submenu-arrow{color:#94a3b8!important}.layout-admin .admin-header .ant-dropdown-trigger:hover{background:#f9fafb!important}.layout-admin .ant-layout-content .ant-card{border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.layout-admin .ant-layout-content .ant-card .ant-card-head{border-bottom:1px solid #e5e7eb;border-radius:12px 12px 0 0}.layout-admin .ant-layout-content .ant-card .ant-card-head .ant-card-head-title{font-weight:600;color:#111827}.layout-admin .ant-layout-content .ant-card .ant-card-body{padding:24px}.layout-admin .ant-layout-content .ant-table-wrapper .ant-table{border-radius:8px;overflow:hidden}.layout-admin .ant-layout-content .ant-table-wrapper .ant-table .ant-table-thead .ant-table-cell{background:#f8fafc;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb}.layout-admin .ant-layout-content .ant-table-wrapper .ant-table .ant-table-tbody .ant-table-row:hover{background:#f8fafc}.layout-admin .ant-layout-content .ant-table-wrapper .ant-table .ant-table-tbody .ant-table-row .ant-table-cell{border-bottom:1px solid #f3f4f6}.layout-admin .ant-layout-content .ant-btn{border-radius:8px;font-weight:500;transition:all .2s ease}.layout-admin .ant-layout-content .ant-btn.ant-btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;box-shadow:0 2px 4px #3b82f64d}.layout-admin .ant-layout-content .ant-btn.ant-btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px);box-shadow:0 4px 8px #3b82f666}.layout-admin .ant-layout-content .ant-btn.ant-btn-success{background:linear-gradient(135deg,#10b981,#059669);border:none;box-shadow:0 2px 4px #10b9814d}.layout-admin .ant-layout-content .ant-btn.ant-btn-success:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 8px #10b98166}.layout-admin .ant-layout-content .ant-btn.ant-btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;box-shadow:0 2px 4px #ef44444d}.layout-admin .ant-layout-content .ant-btn.ant-btn-danger:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px);box-shadow:0 4px 8px #ef444466}.layout-admin .ant-layout-content .ant-form .ant-form-item-label .ant-form-item-required:before{color:#ef4444}.layout-admin .ant-layout-content .ant-form .ant-input,.layout-admin .ant-layout-content .ant-form .ant-input-password,.layout-admin .ant-layout-content .ant-form .ant-select-selector,.layout-admin .ant-layout-content .ant-form .ant-picker{border-radius:8px;border:1px solid #d1d5db;transition:all .2s ease}.layout-admin .ant-layout-content .ant-form .ant-input:hover,.layout-admin .ant-layout-content .ant-form .ant-input-password:hover,.layout-admin .ant-layout-content .ant-form .ant-select-selector:hover,.layout-admin .ant-layout-content .ant-form .ant-picker:hover{border-color:#3b82f6}.layout-admin .ant-layout-content .ant-form .ant-input:focus,.layout-admin .ant-layout-content .ant-form .ant-input.ant-input-focused,.layout-admin .ant-layout-content .ant-form .ant-input.ant-select-focused .ant-select-selector,.layout-admin .ant-layout-content .ant-form .ant-input.ant-picker-focused,.layout-admin .ant-layout-content .ant-form .ant-input-password:focus,.layout-admin .ant-layout-content .ant-form .ant-input-password.ant-input-focused,.layout-admin .ant-layout-content .ant-form .ant-input-password.ant-select-focused .ant-select-selector,.layout-admin .ant-layout-content .ant-form .ant-input-password.ant-picker-focused,.layout-admin .ant-layout-content .ant-form .ant-select-selector:focus,.layout-admin .ant-layout-content .ant-form .ant-select-selector.ant-input-focused,.layout-admin .ant-layout-content .ant-form .ant-select-selector.ant-select-focused .ant-select-selector,.layout-admin .ant-layout-content .ant-form .ant-select-selector.ant-picker-focused,.layout-admin .ant-layout-content .ant-form .ant-picker:focus,.layout-admin .ant-layout-content .ant-form .ant-picker.ant-input-focused,.layout-admin .ant-layout-content .ant-form .ant-picker.ant-select-focused .ant-select-selector,.layout-admin .ant-layout-content .ant-form .ant-picker.ant-picker-focused{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.layout-admin .ant-layout-content .ant-modal .ant-modal-content{border-radius:12px;overflow:hidden}.layout-admin .ant-layout-content .ant-modal .ant-modal-content .ant-modal-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e5e7eb}.layout-admin .ant-layout-content .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title{font-weight:600;color:#111827}.layout-admin .ant-layout-content .ant-modal .ant-modal-content .ant-modal-body{padding:24px}.layout-admin .ant-layout-content .ant-modal .ant-modal-content .ant-modal-footer{background:#f8fafc;border-top:1px solid #e5e7eb;padding:16px 24px}.layout-admin .ant-layout-content .ant-tag{border-radius:6px;font-weight:500;border:none}.layout-admin .ant-layout-content .ant-tag.ant-tag-success{background:#10b9811a;color:#059669}.layout-admin .ant-layout-content .ant-tag.ant-tag-warning{background:#f59e0b1a;color:#d97706}.layout-admin .ant-layout-content .ant-tag.ant-tag-error{background:#ef44441a;color:#dc2626}.layout-admin .ant-layout-content .ant-tag.ant-tag-blue{background:#3b82f61a;color:#2563eb}.layout-admin .ant-layout-content .ant-badge .ant-badge-status-dot{width:8px;height:8px}.layout-admin .ant-layout-content .ant-typography.ant-typography-title{color:#111827;font-weight:600}.layout-admin .ant-layout-content .ant-typography.ant-typography-text{color:#6b7280}@media (prefers-color-scheme: dark){.layout-admin .ant-layout-content{background:#1f2937!important}.layout-admin .ant-layout-content .ant-card{background:#374151;border-color:#4b5563}.layout-admin .ant-layout-content .ant-card .ant-card-head{border-color:#4b5563}.layout-admin .ant-layout-content .ant-card .ant-card-head .ant-card-head-title{color:#f9fafb}}@media (max-width: 768px){.layout-admin .ant-layout-sider{position:fixed!important;height:100vh;z-index:1000}.layout-admin .ant-layout-content{margin-left:0!important}}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.layout-admin .ant-layout-content>*{animation:slideIn .3s ease-out}.ant-pro-table .ant-form-item-label>label:after{content:":"}.ant-pro-table .ant-input::placeholder{color:#bfbfbf}.ant-pro-table .ant-select-selection-placeholder{color:#bfbfbf}.ant-pro-table .ant-pro-form-search .ant-form-item-label>label{font-weight:500}.ant-pro-table .ant-pro-form-search .ant-pro-form-search .ant-btn[type=primary]{position:relative}.ant-pro-table .ant-pro-form-search .ant-pro-form-search .ant-btn[type=primary]:after{content:"Tìm kiếm";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:500;z-index:1}.ant-pro-table .ant-pro-form-search .ant-pro-form-search .ant-btn[type=primary] span{visibility:hidden}.ant-pro-table .ant-pro-form-search .ant-pro-form-search .ant-btn:not([type=primary]){position:relative}.ant-pro-table .ant-pro-form-search .ant-pro-form-search .ant-btn:not([type=primary]):after{content:"Đặt lại";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#000000e0;font-weight:500;z-index:1}.ant-pro-table .ant-pro-form-search .ant-pro-form-search .ant-btn:not([type=primary]) span{visibility:hidden}.ant-pro-table .ant-pagination .ant-pagination-total-text{color:#666}.ant-pro-table .ant-pagination .ant-pagination-options .ant-select-selection-item:after{content:" / trang"}.ant-pro-table .ant-pagination .ant-pagination-jump-prev:after,.ant-pro-table .ant-pagination .ant-pagination-jump-next:after{content:"..."}.ant-pro-table .ant-table-thead>tr>th{font-weight:600;color:#262626}.ant-pro-table .ant-table-tbody>tr>td .ant-btn{font-size:12px}.ant-form-item-label>label{font-weight:500;color:#262626}.ant-pro-form-search .ant-btn[type=primary]{position:relative}.ant-pro-form-search .ant-btn[type=primary]:after{content:"Tìm kiếm";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:500;z-index:10;pointer-events:none}.ant-pro-form-search .ant-btn[type=primary] span{visibility:hidden}.ant-pro-form-search .ant-btn:not([type=primary]){position:relative}.ant-pro-form-search .ant-btn:not([type=primary]):after{content:"Đặt lại";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#000000e0;font-weight:500;z-index:10;pointer-events:none}.ant-pro-form-search .ant-btn:not([type=primary]) span{visibility:hidden}.ant-input::placeholder{color:#bfbfbf;font-style:italic}.ant-select-selection-placeholder{color:#bfbfbf;font-style:italic}.ant-btn{font-weight:500}.ant-modal-title,.ant-card-head-title{font-weight:600;color:#262626}.ant-tooltip-inner{font-size:12px}.ant-popover-message-title,.ant-popover-buttons .ant-btn{font-weight:500}.ant-table-empty .ant-empty-description{color:#666}.ant-spin-text{color:#1890ff;font-weight:500}.ant-form-item-explain-error{color:#ff4d4f;font-size:12px}.ant-select-dropdown .ant-select-item-option-content{font-weight:500}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-control-attribution svg{display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;background:#ffffff80}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;color-adjust:exact}}.custom-tree-icon{background:transparent!important;border:none!important;display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer}.custom-tree-icon:hover{transform:scale(1.1);filter:brightness(1.2)}.custom-tree-icon svg{width:100%;height:100%;transition:all .3s ease}.custom-tree-icon.tree-small svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.custom-tree-icon.tree-medium svg{filter:drop-shadow(0 3px 6px rgba(0,0,0,.25))}.custom-tree-icon.tree-large svg{filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.tree-detail-icon{background:transparent!important;border:none!important;display:flex;align-items:center;justify-content:center;animation:pulse 2s infinite;cursor:pointer}.tree-detail-icon svg{width:100%;height:100%;filter:drop-shadow(0 2px 4px rgba(220,38,38,.4))}.tree-detail-icon:hover{transform:scale(1.15);animation:none}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.tree-popup{font-family:Roboto,sans-serif;padding:16px;width:260px;background:linear-gradient(135deg,#f0f9ff,#e0f7fa);border-radius:8px;box-shadow:0 4px 12px #00000026;color:#333}.tree-popup .info{margin-bottom:12px}.tree-popup .info p{margin:6px 0;font-size:15px;line-height:1.4}.tree-popup .info .label{font-weight:600;margin-right:8px;color:#00796b}.tree-popup .actions{display:flex;justify-content:space-between;gap:10px}.tree-popup .actions button{flex:1;padding:10px;font-size:15px;font-weight:500;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.tree-popup .actions button:hover{transform:translateY(-2px)}.tree-popup .actions .detail{background-color:#4caf50;color:#fff}.tree-popup .actions .detail:hover{background-color:#43a047}.tree-popup .actions .feedback{background-color:#2196f3;color:#fff}.tree-popup .actions .feedback:hover{background-color:#1e88e5}.filter-popover{min-width:300px;max-width:400px;padding:16px;background:#fff;border-radius:8px;box-shadow:0 4px 10px #00000026}.filter-popover__header{display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:600;margin-bottom:12px;border-bottom:1px solid #eee;padding-bottom:8px}.filter-popover__header .filter-popover__reload,.filter-popover__header .filter-popover__close{font-size:18px;cursor:pointer;transition:color .2s ease-in-out}.filter-popover__header .filter-popover__reload:hover,.filter-popover__header .filter-popover__close:hover{color:#1890ff}.filter-popover__form .ant-form-item{margin-bottom:12px}.filter-popover__form .ant-form-item label{font-weight:600;color:#555}.filter-popover__form .filter-popover__checkbox-group{display:flex;flex-direction:column;max-height:200px;overflow-y:auto;padding:8px;border:1px solid #ddd;border-radius:6px;background:#fafafa}.filter-popover__form .filter-popover__checkbox{margin-bottom:4px}.filter-popover__form .filter-popover__checkbox .ant-checkbox-wrapper{font-size:14px}.homepage-container{margin:0 auto;padding:20px;background-color:#dff8dc;height:100%}.map-wrapper-container{border-radius:16px;overflow:hidden;height:522px;box-shadow:0 4px 12px #00000026}.reset-position-btn{position:absolute;top:20%;left:12px;width:44px;height:44px;background-color:#fff;border:1px solid #e0e0e0;box-shadow:0 2px 8px #00000026;cursor:pointer;z-index:1000;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.reset-position-btn:hover{background-color:#f8f9fa;box-shadow:0 4px 12px #0003;transform:translateY(-1px);border-color:#1890ff}.reset-position-btn:active{transform:translateY(0);box-shadow:0 2px 6px #00000026}.reset-position-btn .anticon{font-size:16px;color:#1890ff;transition:color .2s ease}.reset-position-btn:hover .anticon{color:#40a9ff}@media (max-width: 768px){.reset-position-btn{width:40px;height:40px;top:15%;left:10px}.reset-position-btn .anticon{font-size:15px}}@media (max-width: 480px){.reset-position-btn{width:36px;height:36px;top:12%;left:8px}.reset-position-btn .anticon{font-size:14px}}.filter-btn{position:absolute;top:12%;left:12px;width:44px;height:44px;background-color:#fff;border:1px solid #e0e0e0;box-shadow:0 2px 8px #00000026;cursor:pointer;z-index:1000;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.filter-btn:hover{background-color:#f8f9fa;box-shadow:0 4px 12px #0003;transform:translateY(-1px);border-color:#52c41a}.filter-btn:active{transform:translateY(0);box-shadow:0 2px 6px #00000026}.filter-btn .anticon{font-size:16px;color:#52c41a;transition:color .2s ease}.filter-btn:hover .anticon{color:#73d13d}@media (max-width: 768px){.filter-btn{width:40px;height:40px;top:8%;left:10px}.filter-btn .anticon{font-size:15px}}@media (max-width: 480px){.filter-btn{width:36px;height:36px;top:6%;left:8px}.filter-btn .anticon{font-size:14px}}.statistics-container{padding:25px;margin-top:10px;background-color:#f0fff4;border-radius:15px;box-shadow:0 6px 12px #0000000d;border:1px solid #e6ffe9}.statistics-container .ant-row{margin-left:-12px;margin-right:-12px;display:flex;align-items:stretch}.statistics-container .ant-col{padding-left:12px;padding-right:12px}.statistics-container .stat-item,.statistics-container .stat-item-1{background-color:#fff;padding:25px;border-radius:10px;box-shadow:0 4px 10px #0000000a;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;border:1px solid #f0f0f0}.statistics-container .stat-item:hover,.statistics-container .stat-item-1:hover{transform:translateY(-7px);box-shadow:0 8px 16px #00000014}.statistics-container .stat-item-1{flex-direction:row;align-items:center;text-align:left}.statistics-container .stat-item-1>.ant-col:first-child{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-right:25px;border-right:2px solid #ccf2ff;background-color:#caeedd;border-top-left-radius:10px;border-bottom-left-radius:10px}.statistics-container .stat-item-1>.ant-col:first-child .stat-icon{margin-left:auto;margin-right:auto}.statistics-container .stat-item-1>.ant-col:first-child .stat-value{text-align:center}.statistics-container .stat-item-1>.ant-col:first-child .stat-label{text-align:center}.statistics-container .stat-icon{font-size:42px;margin-bottom:15px;color:#2e7d32;text-shadow:1px 1px 0 #b8e994}.statistics-container .stat-value{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:28px;font-weight:600;color:#1976d2;margin-bottom:8px;text-shadow:1px 1px 0 #002231}.statistics-container .stat-label{font-family:Open Sans,sans-serif;font-size:13px;color:#546e7a;text-transform:uppercase;letter-spacing:.8px}.statistics-container .listDK{padding-left:25px;display:flex;flex-direction:column;justify-content:center;height:100%}.statistics-container .listDK div{font-family:Roboto,sans-serif;font-size:15px;color:#37474f;line-height:1.8}.statistics-container .listDK div strong{font-weight:700;color:#d84315;text-shadow:.5px .5px 0 #ffccbc}.statistics-container .stat-item:nth-child(2){background-color:#e8f5e9}.statistics-container .stat-item:nth-child(2) .stat-icon{color:#1b5e20;font-size:48px}.statistics-container .stat-item:nth-child(2) .stat-value{color:#388e3c}.statistics-container .stat-item:nth-child(3){background-color:#fffde7}.statistics-container .stat-item:nth-child(3) .stat-icon{color:#ffb300;font-size:48px}.statistics-container .stat-item:nth-child(3) .stat-value{color:#f9a825}.statistics-container .stat-item:nth-child(4){background-color:#e0f7fa}.statistics-container .stat-item:nth-child(4) .stat-icon{color:#00acc1;font-size:48px}.statistics-container .stat-item:nth-child(4) .stat-value{color:#00838f}@media (max-width: 767px){.statistics-container .ant-row{flex-direction:column}.statistics-container .ant-col{width:100%!important;margin-bottom:16px}.statistics-container .stat-item,.statistics-container .stat-item-1{margin-bottom:0}.statistics-container .stat-item-1{flex-direction:column;align-items:center;text-align:center}.statistics-container .stat-item-1>.ant-col:first-child{border-right:none;padding-right:0;margin-bottom:16px;border-radius:10px 10px 0 0}.statistics-container .stat-item-1 .stat-icon{margin-left:auto;margin-right:auto}.statistics-container .stat-item-1 .stat-value,.statistics-container .stat-item-1 .stat-label{text-align:center}.statistics-container .stat-item-1 .listDK{padding-left:0;align-items:center;text-align:center;height:auto}.statistics-container .stat-icon{font-size:38px;margin-bottom:12px}.statistics-container .stat-value{font-size:24px}.statistics-container .stat-label{font-size:12px}.statistics-container .listDK div{font-size:14px}}.tree-detail{padding:20px;background-color:#f3f7ea;border-radius:10px;box-shadow:0 4px 10px #0000001a}.tree-detail .tree-detail-loading,.tree-detail .tree-detail-error{display:flex;justify-content:center;align-items:center;height:300px;font-size:18px;font-weight:700;color:#2e7d32}.tree-detail .back-arrow{font-size:24px;cursor:pointer;color:#2e7d32;transition:transform .2s}.tree-detail .back-arrow:hover{transform:scale(1.2)}.tree-detail .tree-image{display:flex;justify-content:center;align-items:center;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0000001a;min-height:300px}.tree-detail .tree-image img{max-width:100%;max-height:100%;object-fit:cover;cursor:pointer;border-radius:10px}.tree-detail .tree-info{background:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column}.tree-detail .tree-info .tree-title{font-size:24px;font-weight:700;color:#2e7d32;margin-bottom:15px}.tree-detail .tree-info .tree-attributes{list-style:none;padding:0}.tree-detail .tree-info .tree-attributes li{margin-bottom:8px;font-size:16px}.tree-detail .tree-info .tree-attributes li strong{color:#388e3c}.tree-detail .additional-info{background:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 8px #0000001a;margin-top:20px;display:flex;flex-direction:column;align-items:stretch}.tree-detail .additional-info .title-additional{display:flex;align-items:center;justify-content:space-between;width:100%}.tree-detail .additional-info h2{font-size:20px;font-weight:700;color:#2e7d32;margin:0}.tree-detail .additional-info .button-feedback{background-color:#4caf50;color:#fff;border:none;padding:10px 20px;font-size:16px;border-radius:5px;cursor:pointer;transition:background .3s}.tree-detail .additional-info .button-feedback:hover{background-color:#388e3c}.tree-detail .additional-info .map-container{flex-grow:1;min-height:300px}.tree-detail .ant-row{display:flex;align-items:stretch}@media (max-width: 768px){.tree-detail .additional-info{padding:15px;min-height:150px}.tree-detail .tree-image,.tree-detail .map-container{min-height:200px}}.custom-modal .ant-modal-body{height:90vh!important;padding:0!important;overflow:hidden!important}.compact-feedback-table .ant-pro-table-search{margin-bottom:4px!important;padding-bottom:4px!important}.compact-feedback-table .ant-pro-table-search .ant-form-item{margin-bottom:4px!important}.compact-feedback-table .ant-pro-table-search .ant-form-item-label{padding-bottom:1px!important}.compact-feedback-table .ant-pro-table-header{margin-bottom:4px!important;padding-bottom:4px!important}.compact-feedback-table .ant-pagination{margin-top:4px!important;padding-top:4px!important}.compact-feedback-table .ant-pro-table-search-option .ant-btn{padding:3px 8px!important;font-size:12px!important;height:auto!important;line-height:1.3!important}.compact-feedback-table .ant-table-tbody>tr>td{padding:6px 8px!important}.compact-feedback-table .ant-table-thead>tr>th{padding:6px 8px!important}.compact-feedback-table .ant-pro-table-header .ant-pro-table-header-title,.compact-feedback-table .ant-pro-table-header .ant-pro-table-header-option{margin-bottom:0!important}.compact-feedback-table .ant-pro-table-search-form .ant-row{margin-bottom:4px!important}.compact-feedback-table .ant-pro-table-search-form .ant-col{padding-bottom:2px!important}.compact-feedback-table .ant-pro-table-toolbar{margin-bottom:4px!important;padding-bottom:4px!important}.compact-feedback-table .ant-pro-table-container{padding:0!important;margin:0!important}.compact-feedback-table .ant-table-wrapper{margin:0!important;padding:0!important}.compact-feedback-table .ant-table{margin:0!important}.compact-feedback-table .ant-table-content{margin:0!important;padding:0!important}.compact-feedback-table .ant-pro-table-list-toolbar{margin-bottom:4px!important;padding-bottom:4px!important}.compact-feedback-table .ant-table-tbody .ant-table-row{margin-bottom:0!important}.custom-status-tag{background-color:inherit!important;color:inherit!important;border:none!important;border-radius:6px!important;font-weight:500!important;font-size:12px!important;padding:4px 12px!important;margin:2px!important;display:inline-block!important;min-width:90px!important;text-align:center!important;box-shadow:0 1px 3px #0003!important;position:relative!important;z-index:10!important}.custom-status-tag.ant-tag{background-color:inherit!important;color:inherit!important;border:none!important}.feedbackPage-container{max-width:1440px;margin:0 auto;padding:0 20px}.feedbackPage-container .ant-spin-nested-loading{width:100%}.feedbackPage-container .ant-spin-nested-loading .ant-spin-container .search-bar{padding:20px;background:#fff;border-radius:10px;box-shadow:0 4px 12px #0000001a;margin-bottom:20px}.feedbackPage-container .ant-spin-nested-loading .ant-spin-container .search-bar .ant-form-inline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.feedbackPage-container .ant-spin-nested-loading .ant-spin-container .search-bar .ant-form-inline .ant-form-item{margin-bottom:0}.feedbackPage-container .ant-spin-nested-loading .ant-spin-container .search-bar .ant-form-inline .ant-form-item .ant-input{width:250px;height:40px;border-radius:5px;padding:0 12px}.feedbackPage-container .ant-spin-nested-loading .ant-spin-container .search-bar .ant-form-inline .ant-form-item .filter-button{background-color:#2e7d32;border-color:#2e7d32;height:40px;border-radius:5px}.feedbackPage-container .ant-spin-nested-loading .ant-spin-container .search-bar .ant-form-inline .ant-form-item .filter-button:hover{background-color:#388e3c;border-color:#388e3c}.feedbackPage-container .ant-spin-nested-loading .ant-spin-container .search-bar .ant-form-inline .ant-form-item .reset-button{background-color:#d3d3d3;border-color:#d3d3d3;color:#333;height:40px;border-radius:5px}.feedbackPage-container .ant-spin-nested-loading .ant-spin-container .search-bar .ant-form-inline .ant-form-item .reset-button:hover{background-color:silver;border-color:silver}.feedbackPage-container .ant-spin-nested-loading .ant-spin-container .search-bar .ant-tabs{margin-top:20px;overflow-x:auto;white-space:nowrap}.feedbackPage-container .ant-spin-nested-loading .ant-spin-container .search-bar .ant-tabs .ant-tabs-tab{font-size:16px;padding:10px 20px}.feedbackPage-container .ant-spin-nested-loading .ant-spin-container .search-bar .mobile-filter{display:none;margin-bottom:20px;cursor:pointer;color:#2e7d32;font-weight:500}.feedbackPage-container .ant-spin-nested-loading .ant-spin-container .search-bar .mobile-filter svg{margin-right:5px}.feedbackPage-container .ant-spin-nested-loading .ant-spin-container .ant-pagination{margin-top:20px;text-align:center}.feedbackPage-container .ant-spin-nested-loading .ant-spin-container .ant-pagination .ant-pagination-item{border-radius:5px}.feedbackPage-container .ant-spin-nested-loading .ant-spin-container .ant-pagination .ant-pagination-item-active{background-color:#2e7d32;border-color:#2e7d32}.feedbackPage-container .ant-spin-nested-loading .ant-spin-container .ant-pagination .ant-pagination-item-active a{color:#fff}@media (max-width: 768px){.feedbackPage-container{padding:0 10px}.feedbackPage-container .search-bar .ant-form-inline{flex-direction:column;align-items:stretch}.feedbackPage-container .search-bar .ant-form-inline .ant-form-item{width:100%}.feedbackPage-container .search-bar .ant-form-inline .ant-form-item .ant-input{width:100%!important}.feedbackPage-container .search-bar .ant-form-inline .ant-form-item .filter-button,.feedbackPage-container .search-bar .ant-form-inline .ant-form-item .reset-button{width:100%}.feedbackPage-container .search-bar .ant-tabs{margin-top:15px}.feedbackPage-container .search-bar .mobile-filter{display:flex;align-items:center;justify-content:center}}@media (max-width: 480px){.feedbackPage-container .search-bar{padding:15px}.feedbackPage-container .search-bar .ant-form-inline{gap:8px}.feedbackPage-container .search-bar .ant-tabs{font-size:14px;padding:8px 15px}.feedbackPage-container .search-bar .mobile-filter{font-size:14px}.feedbackPage-container .ant-pagination{font-size:12px}}.feedbackPage-wrapper{background:#efefef;padding:20px 0}.feedback-card{background:#fff;width:100%;border-radius:12px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;margin-bottom:20px;overflow:hidden}.feedback-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #00000026}.feedback-card .feedback-wrapper{padding:20px}.feedback-card .feedback-wrapper .feedback-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.feedback-card .feedback-wrapper .feedback-header .feedback-title{font-size:18px;font-weight:600;color:#2e7d32;margin:0;line-height:1.4}.feedback-card .feedback-wrapper .feedback-header .feedback-status .status{font-size:12px;font-weight:500;padding:4px 8px;border-radius:12px}.feedback-card .feedback-wrapper .feedback-header .feedback-status .status.pending{background-color:#ffebee;color:#d32f2f}.feedback-card .feedback-wrapper .feedback-header .feedback-status .status.in-progress{background-color:#fff3e0;color:#ef6c00}.feedback-card .feedback-wrapper .feedback-header .feedback-status .status.completed{background-color:#e3f2fd;color:#1976d2}.feedback-card .feedback-wrapper .feedback-details{margin-bottom:15px}.feedback-card .feedback-wrapper .feedback-details p{margin:8px 0;font-size:14px;color:#555;line-height:1.6}.feedback-card .feedback-wrapper .feedback-details p .label{font-weight:500;color:#333;margin-right:5px}.feedback-card .feedback-wrapper .feedback-details .feedback-content{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.feedback-card .feedback-wrapper .feedback-footer{border-top:1px solid #eee;padding-top:10px;text-align:right}.feedback-card .feedback-wrapper .feedback-footer .feedback-date{font-size:12px;color:#888}@media (max-width: 768px){.feedback-card{margin-bottom:15px}.feedback-card .feedback-wrapper{padding:15px}.feedback-card .feedback-wrapper .feedback-header .feedback-title{font-size:16px}.feedback-card .feedback-wrapper .feedback-header .feedback-status .status{font-size:11px;padding:3px 6px}.feedback-card .feedback-wrapper .feedback-details p{font-size:13px}.feedback-card .feedback-wrapper .feedback-footer .feedback-date{font-size:11px}}@media (max-width: 480px){.feedback-card .feedback-wrapper{padding:12px}.feedback-card .feedback-wrapper .feedback-header{flex-direction:column;align-items:flex-start;gap:8px}.feedback-card .feedback-wrapper .feedback-header .feedback-title{font-size:15px}.feedback-card .feedback-wrapper .feedback-details p{font-size:12px}}.feedback-container{display:flex;justify-content:center;align-items:center;padding:20px;min-height:100vh;background:#f2fdf5}.feedback-container .feedback-card{width:100%;background:#f2fdf5;border-radius:12px;box-shadow:0 4px 10px #0000001a}.feedback-container .feedback-image{display:flex;justify-content:center;align-items:center}.feedback-container .feedback-image img{width:100%;object-fit:cover;border-radius:8px;transition:transform .3s}.feedback-container .feedback-image img:hover{transform:scale(1.05)}.feedback-container .feedback-info .feedback-title{font-size:22px;font-weight:700;color:#007947;margin-bottom:10px;text-align:center}.feedback-container .feedback-info .feedback-attributes{list-style:none;padding:0}.feedback-container .feedback-info .feedback-attributes li{background:#d0f7e1;margin-bottom:8px;padding:12px;border-radius:6px;font-size:16px;color:#000;display:flex;flex-direction:column;gap:5px}.feedback-container .feedback-info .feedback-attributes li strong{color:#007947}.feedback-container .feedback-info .feedback-attributes li p{margin:0;word-break:break-word;white-space:pre-wrap}.feedback-container .back-button{margin-top:20px;width:fit-content;padding:12px 20px;color:#157429;border-radius:20px;cursor:pointer;transition:all .3s ease;text-align:center;font-size:16px;font-weight:700;border:none}.feedback-container .back-button:hover{background:#c8ffc1;transform:translateY(-2px);box-shadow:0 6px 12px #fff3}.feedback-container .back-button:active{transform:translateY(1px);box-shadow:0 2px 4px #fff3}.feedback-loading,.feedback-error{display:flex;justify-content:center;align-items:center;height:100vh;font-size:20px;color:#d32f2f}
