.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:9999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:1 1 auto;margin:auto 0;padding:6px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{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{background-color:#ffffffb3;bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}:root{--text-xs:11px;--text-sm:13px;--text-base:14px;--text-lg:16px;--text-xl:18px;--text-2xl:22px;--line-height-base:22px;--font-weight-base:500}@media (min-width:1024px){:root{--text-xs:12px;--text-sm:14px;--text-base:14px;--text-lg:17px;--text-xl:20px;--text-2xl:24px}}@font-face{font-display:swap;font-family:SF Pro Display;font-style:normal;font-weight:400;src:url(/static/media/SFPRODISPLAYREGULAR.d1f5e6e16dd4f75c3950.OTF) format("opentype")}@font-face{font-display:swap;font-family:SF Pro Display;font-style:normal;font-weight:500;src:url(/static/media/SFPRODISPLAYMEDIUM.b85d841dacb040b84951.OTF) format("opentype")}@font-face{font-display:swap;font-family:SF Pro Display;font-style:normal;font-weight:700;src:url(/static/media/SFPRODISPLAYBOLD.b1f4d2c69fa808ebca12.OTF) format("opentype")}@font-face{font-display:swap;font-family:SF Pro Display;font-style:italic;font-weight:300;src:url(/static/media/SFPRODISPLAYLIGHTITALIC.8dbfd26d5a831ca710e0.OTF) format("opentype")}@font-face{font-display:swap;font-family:SF Pro Display;font-style:italic;font-weight:200;src:url(/static/media/SFPRODISPLAYTHINITALIC.3d2597acea660678af19.OTF) format("opentype")}@font-face{font-display:swap;font-family:SF Pro Display;font-style:italic;font-weight:100;src:url(/static/media/SFPRODISPLAYULTRALIGHTITALIC.b90d5d0f41170f11b87e.OTF) format("opentype")}@font-face{font-display:swap;font-family:SF Pro Display;font-style:italic;font-weight:600;src:url(/static/media/SFPRODISPLAYSEMIBOLDITALIC.83c857f3c60b41485937.OTF) format("opentype")}@font-face{font-display:swap;font-family:SF Pro Display;font-style:italic;font-weight:800;src:url(/static/media/SFPRODISPLAYHEAVYITALIC.4e2238d8a1afd9136259.OTF) format("opentype")}#root,body,html{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;font-family:var(--font-family,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif)!important;font-size:14px;font-size:var(--text-base);font-weight:500;font-weight:var(--font-weight-base);line-height:22px;line-height:var(--line-height-base);margin:0;padding:0}.login-container{align-items:center;background:linear-gradient(135deg,#1b5e20,#4aa02c);background:var(--login-bg,linear-gradient(135deg,#1b5e20 0,#4aa02c 100%));display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.login-drum-overlay{background-position:50%;background-repeat:no-repeat;background-size:contain;height:900px;opacity:.1;width:900px}.login-container:before,.login-drum-overlay{left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%)}.login-container:before{background:radial-gradient(circle,#ffffff14 0,#0000 70%);content:"";height:600px;width:600px;z-index:0}.dashboard-hero{background:linear-gradient(135deg,#1b5e20,#388e3c);border-radius:16px;box-shadow:0 4px 20px #1b5e2040;margin-bottom:20px;overflow:hidden;padding:28px 32px;position:relative}.dashboard-hero-pattern{background-position:50%;background-repeat:no-repeat;background-size:contain;height:1200px;opacity:.07;width:1200px}.dashboard-hero-pattern,.dashboard-hero:before{left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%)}.dashboard-hero:before{background:radial-gradient(circle,#ffffff0f 0,#0000 70%);content:"";height:500px;width:500px;z-index:0}@media (min-width:1200px){.dashboard-hero-pattern{height:1400px;width:1400px}}.quick-action-btn{border-radius:10px!important;box-shadow:0 2px 8px #4aa02c26;font-weight:500!important;height:40px!important;transition:all .2s ease!important}.quick-action-btn:hover{box-shadow:0 4px 12px #4aa02c4d!important;transform:scale(1.02)}.ant-typography h1,.ant-typography h2,.ant-typography h3,.ant-typography h4,.ant-typography h5{font-weight:600;letter-spacing:.2px}.ant-typography h1,h1.ant-typography{font-size:22px!important;font-size:var(--text-2xl)!important}.ant-typography h2,h2.ant-typography{font-size:18px!important;font-size:var(--text-xl)!important}.ant-typography h3,.ant-typography h4,h3.ant-typography,h4.ant-typography{font-size:16px!important;font-size:var(--text-lg)!important}.ant-table,.ant-table-thead>tr>td,.ant-table-thead>tr>th{font-size:14px!important;font-size:var(--text-base)!important}.ant-table-thead>tr>td,.ant-table-thead>tr>th{font-weight:600!important}.ant-table-tbody>tr>td{font-size:14px!important;font-size:var(--text-base)!important}.ant-menu-item,.ant-menu-submenu-title{font-size:13px!important;font-size:var(--text-sm)!important;font-weight:500}.ant-form-item-label>label{font-size:14px!important;font-size:var(--text-base)!important;font-weight:500}.ant-card .ant-card-head-title{font-size:16px!important;font-size:var(--text-lg)!important;font-weight:600}.ant-statistic-title{font-size:13px!important;font-size:var(--text-sm)!important}.ant-statistic-content{font-size:22px!important;font-size:var(--text-2xl)!important}.ant-btn{font-size:14px!important;font-size:var(--text-base)!important;font-weight:500}.ant-btn-sm,.ant-tag{font-size:13px!important;font-size:var(--text-sm)!important}.ant-badge .ant-badge-count{font-size:11px!important;font-size:var(--text-xs)!important}.ant-tabs-tab{font-size:14px!important;font-size:var(--text-base)!important}.ant-modal-title{font-size:16px!important;font-size:var(--text-lg)!important;font-weight:600}.ant-descriptions-item-label{font-size:13px!important;font-size:var(--text-sm)!important;font-weight:500}.ant-descriptions-item-content,.ant-input,.ant-picker,.ant-select{font-size:14px!important;font-size:var(--text-base)!important}.ant-breadcrumb,.ant-pagination{font-size:13px!important;font-size:var(--text-sm)!important}.ant-list-item{font-size:14px!important;font-size:var(--text-base)!important}.ant-card-hoverable:hover{box-shadow:0 6px 20px #00000014!important;transform:translateY(-2px)}.ant-card{transition:transform .2s ease,box-shadow .2s ease}.ant-menu-dark .ant-menu-item-selected{background:#4aa02c2e!important;border-right:3px solid #4aa02c}.officer-marker,.picker-marker{background:#0000!important;border:none!important}.leaflet-popup-content-wrapper{border-radius:12px!important;box-shadow:0 4px 16px #0000001f!important}.leaflet-popup-content{margin:12px 14px!important}@media (max-width:767px){.ant-btn{min-height:36px!important}.compact-btn{font-size:13px!important;height:25px!important;min-height:0!important;padding:0 8px!important}.ant-modal .ant-modal-content{padding:16px!important}.ant-modal .ant-modal-header{padding:0 0 12px!important}.ant-descriptions-view{overflow-x:auto}.ant-tabs-nav{margin-bottom:12px!important}.ant-card-body{padding:12px!important}.dashboard-hero{border-radius:12px;padding:20px}.dashboard-hero-pattern{height:600px;opacity:.05;width:600px}}.user-page-container{background:#f5f7f9;min-height:100vh;padding-bottom:24px;padding-top:12px}.user-table-wrapper{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:16px}.user-header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px;padding-bottom:3px}.user-search-input{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:10px!important;transition:all .3s cubic-bezier(.645,.045,.355,1)}.user-search-input:focus-within,.user-search-input:hover{background:#fff!important;border-color:#4aa02c!important;box-shadow:0 0 0 2px #4aa02c1a!important}.user-action-btn{align-items:center!important;border-radius:10px!important;box-shadow:0 2px 6px #0000000d!important;display:flex!important;font-weight:600!important;gap:8px!important;height:40px!important;justify-content:center!important;transition:all .2s ease!important}.user-action-btn:active{transform:scale(.98)}@media (max-width:767px){.user-header-actions{flex-direction:column;gap:12px;width:100%}}.hover-row:hover{background-color:#f0f7ff!important;transition:background-color .3s}.user-modal .ant-modal-content{border-radius:12px!important;overflow:hidden}.user-modal .ant-modal-header{border-bottom:none!important}.user-modal .ant-modal-body{padding-top:20px}.user-form-avatar-section{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:16px}.user-form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}@media (max-width:767px){.user-form-grid{grid-template-columns:1fr}}.leaflet-bottom,.leaflet-top{display:none!important}.hover-underline{cursor:pointer;transition:all .2s ease}.hover-underline:hover{text-decoration:underline!important}.news-channel-badges{gap:6px}.news-channel-badge,.news-channel-badges{align-items:center;display:inline-flex;justify-content:center}.news-channel-badge{background:#dbeafe;border-radius:6px;color:#2563eb;font-size:10px;font-weight:800;height:28px;line-height:1;min-width:28px;position:relative}.news-channel-badge.news-channel-zalo{background:#2563eb;color:#fff}.news-channel-badge.news-channel-facebook{background:#1877f2;color:#fff;font-family:Arial,sans-serif;font-size:13px}.news-channel-badge.is-unselected{background:#dbe7fb;color:#2563eb7a}.news-channel-empty{color:#bfbfbf;font-size:14px;font-weight:600}.news-channel-badge.is-failed{background:#fee2e2;color:#b91c1c}.news-channel-badge.is-pending{background:#f59e0b;color:#fff}.news-channel-dot{background:#2f8a3e;border:1px solid #fff;border-radius:999px;height:8px;position:absolute;right:-2px;top:-2px;width:8px}.news-channel-badge.is-pending .news-channel-dot{background:#f59e0b}.news-channel-badge.is-failed .news-channel-dot{background:#dc2626}.news-channel-badge.is-unselected .news-channel-dot{background:#bfbfbf}.news-channel-legend{align-items:center;color:#6b7280;display:flex;flex-wrap:wrap;font-size:12px;gap:12px;margin-top:8px;padding:0 12px 4px;pointer-events:none}.news-channel-legend-item{align-items:center;display:inline-flex;gap:5px}.news-channel-legend-dot{background:#2f8a3e;border-radius:999px;display:inline-block;height:8px;width:8px}.news-channel-legend-dot.is-pending{background:#f59e0b}.news-channel-legend-dot.is-failed{background:#dc2626}.news-channel-legend-dot.is-unselected{background:#bfbfbf}.news-hot-cell{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:999px;display:inline-flex;height:28px;justify-content:center;width:28px}.news-hot-cell.is-hot{background:#ecfdf3;border-color:#7ed957;box-shadow:0 0 0 3px #52c41a29}.news-hot-checkbox .ant-checkbox-inner{background:#fff;border-color:#b7dfac;box-shadow:0 0 0 2px #52c41a14}.news-hot-checkbox.is-hot .ant-checkbox-inner{background:#39a935!important;border-color:#39a935!important;box-shadow:0 0 0 4px #52c41a2e}.news-hot-checkbox.is-hot .ant-checkbox+span{color:#237804;font-weight:700}.news-hot-checkbox.ant-checkbox-wrapper-disabled{opacity:.58}.news-miniapp-link-checkbox{align-items:flex-start;border:1px solid #e5e7eb;border-radius:6px;display:flex;margin-top:4px;padding:8px 10px}.news-miniapp-link-checkbox.is-active{background:#f0fdf4;border-color:#9bd67d;color:#237804;font-weight:600}.multi-channel-modal .ant-modal-content{border-radius:12px!important;overflow:hidden;padding:0!important}.multi-channel-modal .ant-modal-header{border-bottom:1px solid #edf0f2;margin-bottom:0;padding:14px 22px}.multi-channel-modal .ant-modal-title{min-width:0}.multi-channel-modal .ant-modal-close{right:18px;top:16px}.multi-channel-modal .ant-modal-body{max-height:calc(100vh - 166px);overflow-y:auto;padding:0}.multi-channel-modal .ant-modal-footer{border-top:1px solid #edf0f2;margin-top:0;padding:14px 22px}.multi-channel-modal-title{box-sizing:border-box;color:#1f2937;font-size:17px;font-weight:700;line-height:1.25;min-width:0;padding-right:32px}.multi-channel-modal-subtitle,.multi-channel-modal-title>div:first-child{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multi-channel-modal-subtitle{color:#6b7280;font-size:13px;font-weight:400;margin-top:2px}.multi-channel-tabbar{align-items:flex-end;border-bottom:1px solid #e5e7eb;display:flex;min-height:54px;padding:0 22px}.multi-channel-tab{align-items:center;border-bottom:2px solid #0000;color:#1f2937;display:inline-flex;font-size:15px;font-weight:700;gap:8px;height:54px}.multi-channel-tab.is-active{border-bottom-color:#3e8a25}.zalo-oa-badge{align-items:center;background:#2563eb;border-radius:4px;color:#fff;display:inline-flex;font-size:11px;font-weight:700;height:22px;justify-content:center;line-height:1;width:22px}.zalo-auto-tag{background:#dbeafe!important;color:#2563eb!important}.zalo-auto-tag,.zalo-custom-tag{-webkit-margin-start:0!important;border:0!important;border-radius:999px!important;font-size:11px!important;line-height:18px!important;margin-inline-start:0!important}.zalo-custom-tag{background:#fef3c7!important;color:#a16207!important}.multi-channel-body{padding:16px 22px 18px}.zalo-profile-row{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:14px}.zalo-profile-main{min-width:0}.zalo-profile-avatar{align-items:center;background:#2563eb;border-radius:999px;color:#fff;display:flex;flex-shrink:0;font-size:14px;font-weight:700;height:32px;justify-content:center;width:32px}.zalo-profile-avatar img{display:block;height:100%;object-fit:cover;width:100%}.zalo-profile-name{align-items:center;color:#1f2937;display:flex;font-size:14px;font-weight:700;gap:4px;line-height:20px}.zalo-profile-name .anticon{color:#2563eb;font-size:13px}.zalo-profile-subtitle{color:#6b7280;font-size:12px;line-height:18px}.zalo-restore-btn{color:#2f7d32!important;flex-shrink:0;font-weight:700!important;padding-inline:0!important}.zalo-restore-confirm .ant-modal-content{border-radius:12px!important;overflow:hidden;padding:0!important}.zalo-restore-confirm .ant-modal-confirm-body-wrapper{display:flex;flex-direction:column}.zalo-restore-confirm .ant-modal-confirm-body{padding:18px 20px 24px}.zalo-restore-confirm .ant-modal-confirm-title{border-bottom:1px solid #edf0f2;color:#1f2937!important;font-size:16px!important;font-weight:700!important;margin:-18px -20px 20px!important;padding:16px 44px 16px 20px}.zalo-restore-confirm .ant-modal-confirm-content{-webkit-margin-start:0!important;color:#1f2937!important;font-size:14px!important;line-height:22px!important;margin-inline-start:0!important;max-width:none!important}.zalo-restore-confirm .ant-modal-confirm-btns{border-top:1px solid #edf0f2;display:flex;gap:10px;justify-content:flex-end;margin-top:0!important;padding:14px 20px}.zalo-mapping-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:minmax(0,1fr) 300px}.zalo-form-column{min-width:0}.multi-channel-modal .ant-form-item-label{padding-bottom:5px}.multi-channel-modal .ant-form-item-label>label{height:auto;width:100%}.multi-channel-modal .ant-input,.multi-channel-modal .ant-input-affix-wrapper{border-color:#d9dee7;border-radius:6px!important}.multi-channel-modal textarea.ant-input{line-height:22px;resize:vertical}.zalo-form-item{margin-bottom:10px}.zalo-description-item{margin-bottom:4px}.zalo-content-item{margin-bottom:6px}.zalo-field-label{align-items:center;display:flex;font-size:13px;font-weight:700;justify-content:space-between;width:100%}.zalo-required-mark{color:#ef4444}.zalo-field-count{color:#6b7280;font-size:12px;font-weight:500}.zalo-field-count-danger{color:#ef4444}.zalo-helper-note{align-items:center;background:#e7f3ff;border:1px solid #b7dcff;border-radius:4px;color:#0b67d5;display:flex;font-size:12px;gap:6px;line-height:18px;margin:0 0 12px;padding:4px 10px}.zalo-content-hint{color:#8b95a1;font-size:12px;line-height:18px}.zalo-side-column{display:flex;flex-direction:column;gap:14px}.zalo-side-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px}.zalo-side-card-header{color:#1f2937;font-size:13px;font-weight:700;margin-bottom:8px}.zalo-empty-preview,.zalo-media-preview{align-items:center;background:linear-gradient(135deg,#4caf50,#2f7d32);border-radius:6px;display:flex;height:120px;justify-content:center;margin-bottom:8px;overflow:hidden;width:100%}.zalo-media-preview img{display:block;height:100%;object-fit:cover;width:100%}.zalo-empty-preview{background:#f8fafc;border:1px dashed #cfd6df;color:#8b95a1;flex-direction:column;font-size:13px;gap:6px}.zalo-empty-preview .anticon{font-size:24px}.zalo-preview-file{color:#7b8491;font-size:12px;line-height:17px;margin-bottom:8px;overflow-wrap:anywhere}.zalo-media-note{color:#8b95a1;font-size:11px;line-height:16px;margin-top:8px}.multi-channel-footer{align-items:center;display:flex;gap:16px;justify-content:space-between}.multi-channel-targets{align-items:center;color:#6b7280;display:flex;flex-wrap:wrap;font-size:13px;gap:6px}.multi-channel-target{align-items:center;color:#4b5563;display:inline-flex;font-weight:600;gap:4px}.multi-channel-target.is-zalo{color:#2563eb}.multi-channel-actions{justify-content:flex-end}@media (max-width:900px){.multi-channel-modal .ant-modal-header{padding:12px 48px 10px 16px}.multi-channel-modal .ant-modal-close{right:14px;top:12px}.multi-channel-modal .ant-modal-body{max-height:calc(100vh - 150px)}.multi-channel-body,.multi-channel-modal .ant-modal-footer,.multi-channel-tabbar{padding-left:16px;padding-right:16px}.multi-channel-modal-title{padding-right:0}.multi-channel-footer,.zalo-profile-row{align-items:flex-start;flex-direction:column}.zalo-mapping-grid{grid-template-columns:1fr}.zalo-side-column{order:-1}.multi-channel-actions,.multi-channel-actions .ant-btn,.multi-channel-actions .ant-space-item{width:100%}}@media (max-width:768px){.mobile-responsive-rangepicker .ant-picker-panels{display:flex!important;flex-direction:column!important}.mobile-responsive-rangepicker .ant-picker-panel-container{width:100%!important}}.recharts-wrapper :focus,.recharts-wrapper:focus{border:none!important;box-shadow:none!important;outline:none!important}.markdown p{margin:0}.markdown .ai-citation-token{align-items:center;-webkit-appearance:none;appearance:none;background:#1677ff1f;border:1px solid #1677ff59;border-radius:4px;color:#1677ff;cursor:pointer;display:inline-flex;font:inherit;font-weight:600;gap:3px;line-height:1.35;margin:0 1px;padding:0 4px;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}.markdown .ai-citation-token:focus-visible,.markdown .ai-citation-token:hover{background:#1677ff38;border-color:#1677ff;outline:none}.markdown .ai-citation-token.is-active{background:#fff7e6;border-color:#faad14;box-shadow:0 0 0 2px #faad1433;color:#ad6800}.markdown .ai-citation-token.is-downloading{cursor:wait;opacity:.72}.markdown .ai-citation-token-spinner{animation:ai-citation-spin .72s linear infinite;border:2px solid;border-radius:50%;border-right:2px solid #0000;flex:0 0 auto;height:10px;width:10px}@keyframes ai-citation-spin{to{transform:rotate(1turn)}}.markdown .ai-citation-token.is-unavailable{background:#94a3b824;border-color:#94a3b873;color:#64748b}.markdown .ai-citation-token:disabled{pointer-events:none}.ai-reference-preview-modal .ant-modal-body{padding:0}.ai-reference-preview-body{background:#f8fafc;min-height:min(72vh,760px);overflow:hidden}.ai-reference-preview-frame{background:#fff;border:0;display:block;height:min(72vh,760px);width:100%}.ai-reference-preview-state{align-items:center;color:#475569;display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:min(72vh,760px);padding:24px;text-align:center}.ai-reference-preview-file-name{color:#0f172a;font-size:13px;max-width:100%;overflow-wrap:anywhere}@media (max-width:768px){.ai-reference-preview-body,.ai-reference-preview-frame,.ai-reference-preview-state{min-height:calc(100vh - 220px)}.ai-reference-preview-frame{height:calc(100vh - 220px)}}.markdown h1,.markdown h2,.markdown h3,.markdown ol,.markdown ul{margin-bottom:0!important;margin-top:0!important}#root :where(div,p,span,a,label,li,th,td,button,input,textarea,select,small,strong,b,em,i,h1,h2,h3,h4,h5,h6):not(.anticon):not(.material-symbols-outlined):not(.material-icons-round):not([role=img]):not([class*=icon]):not([class*=Icon]):not(:has(>svg:only-child)),.Toastify :where(div,p,span,a,label,li,th,td,button,input,textarea,select,small,strong,b,em,i,h1,h2,h3,h4,h5,h6):not(.anticon):not(.material-symbols-outlined):not(.material-icons-round):not([role=img]):not([class*=icon]):not([class*=Icon]):not(:has(>svg:only-child)),.ant-dropdown :where(div,p,span,a,label,li,th,td,button,input,textarea,select,small,strong,b,em,i,h1,h2,h3,h4,h5,h6):not(.anticon):not(.material-symbols-outlined):not(.material-icons-round):not([role=img]):not([class*=icon]):not([class*=Icon]):not(:has(>svg:only-child)),.ant-message :where(div,p,span,a,label,li,th,td,button,input,textarea,select,small,strong,b,em,i,h1,h2,h3,h4,h5,h6):not(.anticon):not(.material-symbols-outlined):not(.material-icons-round):not([role=img]):not([class*=icon]):not([class*=Icon]):not(:has(>svg:only-child)),.ant-modal-root :where(div,p,span,a,label,li,th,td,button,input,textarea,select,small,strong,b,em,i,h1,h2,h3,h4,h5,h6):not(.anticon):not(.material-symbols-outlined):not(.material-icons-round):not([role=img]):not([class*=icon]):not([class*=Icon]):not(:has(>svg:only-child)),.ant-notification :where(div,p,span,a,label,li,th,td,button,input,textarea,select,small,strong,b,em,i,h1,h2,h3,h4,h5,h6):not(.anticon):not(.material-symbols-outlined):not(.material-icons-round):not([role=img]):not([class*=icon]):not([class*=Icon]):not(:has(>svg:only-child)),.ant-picker-dropdown :where(div,p,span,a,label,li,th,td,button,input,textarea,select,small,strong,b,em,i,h1,h2,h3,h4,h5,h6):not(.anticon):not(.material-symbols-outlined):not(.material-icons-round):not([role=img]):not([class*=icon]):not([class*=Icon]):not(:has(>svg:only-child)),.ant-popover :where(div,p,span,a,label,li,th,td,button,input,textarea,select,small,strong,b,em,i,h1,h2,h3,h4,h5,h6):not(.anticon):not(.material-symbols-outlined):not(.material-icons-round):not([role=img]):not([class*=icon]):not([class*=Icon]):not(:has(>svg:only-child)),.ant-select-dropdown :where(div,p,span,a,label,li,th,td,button,input,textarea,select,small,strong,b,em,i,h1,h2,h3,h4,h5,h6):not(.anticon):not(.material-symbols-outlined):not(.material-icons-round):not([role=img]):not([class*=icon]):not([class*=Icon]):not(:has(>svg:only-child)),.ant-tooltip :where(div,p,span,a,label,li,th,td,button,input,textarea,select,small,strong,b,em,i,h1,h2,h3,h4,h5,h6):not(.anticon):not(.material-symbols-outlined):not(.material-icons-round):not([role=img]):not([class*=icon]):not([class*=Icon]):not(:has(>svg:only-child)){font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;font-family:var(--font-family,SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif)!important;font-size:14px;font-size:var(--text-base);font-weight:500;font-weight:var(--font-weight-base);line-height:22px;line-height:var(--line-height-base)}#root :where(.anticon,.anticon *,svg,svg *,img,canvas,iframe,code,pre,kbd,samp),.Toastify :where(.anticon,.anticon *,svg,svg *,img,canvas,iframe,code,pre,kbd,samp),.ant-dropdown :where(.anticon,.anticon *,svg,svg *,img,canvas,iframe,code,pre,kbd,samp),.ant-message :where(.anticon,.anticon *,svg,svg *,img,canvas,iframe,code,pre,kbd,samp),.ant-modal-root :where(.anticon,.anticon *,svg,svg *,img,canvas,iframe,code,pre,kbd,samp),.ant-notification :where(.anticon,.anticon *,svg,svg *,img,canvas,iframe,code,pre,kbd,samp),.ant-picker-dropdown :where(.anticon,.anticon *,svg,svg *,img,canvas,iframe,code,pre,kbd,samp),.ant-popover :where(.anticon,.anticon *,svg,svg *,img,canvas,iframe,code,pre,kbd,samp),.ant-select-dropdown :where(.anticon,.anticon *,svg,svg *,img,canvas,iframe,code,pre,kbd,samp),.ant-tooltip :where(.anticon,.anticon *,svg,svg *,img,canvas,iframe,code,pre,kbd,samp){font-size:inherit;line-height:normal}#root button:has(.anticon-edit),.Toastify button:has(.anticon-edit),.ant-dropdown button:has(.anticon-edit),.ant-message button:has(.anticon-edit),.ant-modal-root button:has(.anticon-edit),.ant-notification button:has(.anticon-edit),.ant-picker-dropdown button:has(.anticon-edit),.ant-popover button:has(.anticon-edit),.ant-select-dropdown button:has(.anticon-edit),.ant-tooltip button:has(.anticon-edit){background:#eff6ff!important;border:1px solid #bfdbfe!important;box-shadow:0 1px 2px #2563eb14!important;color:#1677ff!important}#root button:has(.anticon-delete),.Toastify button:has(.anticon-delete),.ant-dropdown button:has(.anticon-delete),.ant-message button:has(.anticon-delete),.ant-modal-root button:has(.anticon-delete),.ant-notification button:has(.anticon-delete),.ant-picker-dropdown button:has(.anticon-delete),.ant-popover button:has(.anticon-delete),.ant-select-dropdown button:has(.anticon-delete),.ant-tooltip button:has(.anticon-delete){background:#fff1f2!important;border:1px solid #fecdd3!important;box-shadow:0 1px 2px #dc262614!important;color:#dc2626!important}#root button:has(.anticon-edit) .anticon-edit,.Toastify button:has(.anticon-edit) .anticon-edit,.ant-dropdown button:has(.anticon-edit) .anticon-edit,.ant-message button:has(.anticon-edit) .anticon-edit,.ant-modal-root button:has(.anticon-edit) .anticon-edit,.ant-notification button:has(.anticon-edit) .anticon-edit,.ant-picker-dropdown button:has(.anticon-edit) .anticon-edit,.ant-popover button:has(.anticon-edit) .anticon-edit,.ant-select-dropdown button:has(.anticon-edit) .anticon-edit,.ant-tooltip button:has(.anticon-edit) .anticon-edit{color:#1677ff!important}#root button:has(.anticon-delete) .anticon-delete,.Toastify button:has(.anticon-delete) .anticon-delete,.ant-dropdown button:has(.anticon-delete) .anticon-delete,.ant-message button:has(.anticon-delete) .anticon-delete,.ant-modal-root button:has(.anticon-delete) .anticon-delete,.ant-notification button:has(.anticon-delete) .anticon-delete,.ant-picker-dropdown button:has(.anticon-delete) .anticon-delete,.ant-popover button:has(.anticon-delete) .anticon-delete,.ant-select-dropdown button:has(.anticon-delete) .anticon-delete,.ant-tooltip button:has(.anticon-delete) .anticon-delete{color:#dc2626!important}
/*# sourceMappingURL=main.69d6b9ac.css.map*/