:root{--color-primary: #0b63c6;--color-primary-50: #f0f8ff;--color-primary-100: #e6f7ff;--color-primary-200: #0ea5e9;--color-primary-300: #1a9dd9;--color-primary-400: #1888c5;--color-primary-500: #0b63c6;--color-primary-600: #1a5f8f;--color-primary-700: #134562;--color-primary-800: #0d2a35;--color-primary-900: #061018;--color-secondary: #d90075;--color-secondary-light: #ff0088;--color-secondary-dark: #b8006b;--color-success: #52c41a;--color-warning: #faad14;--color-error: #ff4d4f;--color-info: #0b63c6;--color-white: #ffffff;--color-black: #000000;--color-gray-50: #fafafa;--color-gray-100: #f5f5f5;--color-gray-200: #e8e8e8;--color-gray-300: #d9d9d9;--color-gray-400: #bfbfbf;--color-gray-500: #8c8c8c;--color-gray-600: #595959;--color-gray-700: #434343;--color-gray-800: #262626;--color-gray-900: #1f1f1f;--color-bg-base: #ffffff;--color-bg-layout: #f0f2f5;--color-bg-container: #ffffff;--color-bg-elevated: #ffffff;--color-bg-spotlight: #fafafa;--color-text-base: #000000d9;--color-text-secondary: #00000073;--color-text-tertiary: #00000040;--color-text-disabled: #00000026;--color-text-inverse: #ffffff;--color-border-base: #d9d9d9;--color-border-secondary: #f0f0f0;--accent: var(--color-primary);--accent-100: var(--color-primary-100);--accent-200: var(--color-primary-200);--accent-pink: var(--color-secondary);--font-family-base: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--font-family-code: "Fira Code", "Courier New", Courier, monospace;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-base: 16px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-h1: clamp(36px, 5vw, 48px);--font-size-h2: clamp(28px, 4vw, 36px);--font-size-h3: 24px;--font-size-h4: 20px;--font-size-h5: 16px;--font-size-h6: 14px;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--line-height-tight: 1.2;--line-height-base: 1.5;--line-height-relaxed: 1.8;--line-height-loose: 2;--space-0: 0px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 28px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--space-24: 96px;--space-32: 128px;--space-xs: var(--space-2);--space-sm: var(--space-4);--space-md: var(--space-6);--space-lg: var(--space-8);--space-xl: var(--space-12);--space-2xl: var(--space-16);--space-3xl: var(--space-20);--radius-none: 0px;--radius-sm: 4px;--radius-base: 8px;--radius-md: 10px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--radius-full: 9999px;--border-width-thin: 1px;--border-width-base: 1.5px;--border-width-thick: 2px;--border-width-extra: 3px;--shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);--shadow-base: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, .25);--shadow-2xl: 0 35px 60px -15px rgba(0, 0, 0, .3);--shadow-primary: 0 4px 16px 0 rgba(33, 122, 188, .13);--shadow-primary-lg: 0 8px 32px 0 rgba(33, 122, 188, .15);--breakpoint-xs: 0px;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--breakpoint-xxl: 1600px;--z-index-dropdown: 1000;--z-index-sticky: 1020;--z-index-fixed: 1030;--z-index-modal-backdrop: 1040;--z-index-modal: 1050;--z-index-popover: 1060;--z-index-tooltip: 1070;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1);--transition-slower: .5s cubic-bezier(.4, 0, .2, 1);--container-sm: 640px;--container-md: 768px;--container-lg: 1024px;--container-xl: 1280px;--container-2xl: 1536px}[data-theme=dark]{--color-bg-base: #141414;--color-bg-layout: #000000;--color-bg-container: #1f1f1f;--color-bg-elevated: #262626;--color-bg-spotlight: #2a2a2a;--color-text-base: #ffffffd9;--color-text-secondary: #ffffff73;--color-text-tertiary: #ffffff40;--color-text-disabled: #ffffff26;--color-text-inverse: #000000;--color-border-base: #434343;--color-border-secondary: #303030}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:var(--space-md);padding-right:var(--space-md)}@media (min-width: 640px){.container{max-width:var(--container-sm)}}@media (min-width: 768px){.container{max-width:var(--container-md)}}@media (min-width: 1024px){.container{max-width:var(--container-lg)}}@media (min-width: 1280px){.container{max-width:var(--container-xl)}}@media (min-width: 1536px){.container{max-width:var(--container-2xl)}}@font-face{font-family:Nunito;font-style:italic;font-weight:700;src:local("Nunito Bold"),local("Nunito-Bold"),url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmdTQ3j6zbXWjgeg.woff2) format("woff2");font-display:swap}*{font-family:Nunito,sans-serif!important;-webkit-font-smoothing:antialiased;font-weight:700}body{margin:0;padding:0;background:#fff!important}.ant-layout{background:#fafbfc!important}body{background:#fafbfc;color:#0f172a}.site-layout .site-layout-background{background:#fff}[data-theme=dark] .site-layout .site-layout-background{background:#141414}.headerIcon .ant-dropdown-menu{border-radius:6px;background:none;padding:0;box-shadow:none}.headerIcon .ant-dropdown-menu-item:hover,.headerIcon .ant-dropdown-menu-item.ant-dropdown-menu-item-active{background:none}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}.login-form button[type=submit]{margin-bottom:20px}.login-form-forgot{float:right}.login-form-button{width:100%}.ant-table-thead>tr>th{font-weight:700}.ant-typography strong{font-weight:700}h1,h2,h3,h4,h5,h6{font-weight:700!important}.ant-btn{border-color:#0b63c6!important;color:#0b63c6!important;border-radius:10px!important;font-weight:600!important;transition:all .18s ease!important}.ant-btn-primary{background-color:#0b63c6!important;border-color:#0b63c6!important;color:#fff!important;box-shadow:0 4px 16px #0b63c633!important}.ant-btn-primary:hover,.ant-btn-primary:focus,.ant-btn-primary:active{background-color:#0a56af!important;border-color:#0a56af!important;color:#fff!important;transform:translateY(-1px)}.ant-btn:hover:not(.ant-btn-primary){color:#1054a0!important;border-color:#1054a0!important;background:#0b63c612!important}.ant-btn[disabled],.ant-btn-disabled{opacity:.6;color:#00000040!important;border-color:#d9d9d9!important;background:#f5f5f5!important}.ant-menu-inline{padding-bottom:70px}.tabContent .ant-tabs-right>.ant-tabs-content-holder,.tabContent .ant-tabs-right>div>.ant-tabs-content-holder{border-right:none}.tabContent .ant-tabs .ant-tabs-tab+.ant-tabs-tab{margin:0}.ant-select-show-search:where(.css-dev-only-do-not-override-2q8sxy).ant-select:not(.ant-select-customize-input) .ant-select-selector{cursor:pointer}.ant-menu-item{height:36px!important}.navigation,.sidebar-wraper{background:linear-gradient(180deg,#0b63c6,#1054a0,#0b1d3a)!important;border-right:none!important}.navigation .ant-menu{background:transparent!important;border-right:none!important}.navigation .ant-menu .ant-menu-item,.navigation .ant-menu .ant-menu-submenu-title,.navigation .ant-menu .ant-menu-item a,.navigation .ant-menu .ant-menu-submenu-title a,.navigation .ant-menu .ant-menu-item .anticon,.navigation .ant-menu .ant-menu-submenu-title .anticon{color:#fff!important}.navigation .ant-menu .ant-menu-item:hover,.navigation .ant-menu .ant-menu-submenu-title:hover{box-shadow:0 6px 18px #ffffff0d;background:#ffffff1f!important;border-radius:8px}.navigation .ant-menu .ant-menu-item-selected,.navigation .ant-menu .ant-menu-submenu-title-selected{background:#ffffff2e!important;border-radius:8px}.navigation .ant-menu .ant-menu-submenu-arrow,.navigation .ant-menu .ant-menu-submenu-title .ant-menu-submenu-arrow{color:#fff!important}.whiteBox.layoutPadding{overflow-y:hidden!important;overflow-x:hidden!important}.ant-layout-content{overflow-x:hidden!important}.whiteBox.shadow.layoutPadding{max-width:1400px!important;margin:20px auto!important}@media (max-width: 768px){.tabContent .ant-tabs-right>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane{padding-right:0;margin-top:30px}.tabContent .ant-tabs{display:block}}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.wideAppContainer{max-width:1150px}.appContainer{max-width:1050px}.smallNavigation{margin-left:100px}.wideNavigation{margin-left:220px}@media only screen and (max-width: 768px){.smallNavigation,.wideNavigation{margin-left:0}}.hiddenLabel{opacity:0;color:#fff}.centerAbsolute{position:absolute;left:50%;top:50%;width:32px;height:38px;margin-left:-16px;margin-top:-19px}.whiteBox{background:#fff;width:100%;min-height:100px;overflow:hidden;border-radius:12px;transition:all .2s cubic-bezier(.4,0,.2,1)}.shadow{border:1px solid rgba(15,23,42,.08);box-shadow:0 4px 16px #0f172a0f,0 1px 3px #0f172a0a;border-radius:12px}.shadow:hover{border:1px solid rgba(15,23,42,.12);box-shadow:0 10px 40px #0f172a14,0 2px 8px #0f172a0a}.line{border-top:1px solid #edf0f5;width:100%;margin:5px auto}.left{float:left}.right{float:right}.pad5{padding:5px}.pad10{padding:10px}.pad15{padding:15px}.pad20{padding:20px}.pad25{padding:25px}.pad30{padding:30px}.pad33{padding:35px}.pad40{padding:40px}.mrg5{margin:5px}.mrg10{margin:10px}.mrg15{margin:15px}.mrg20,.mrg25,.mrg30{margin:20px}.alignRight{text-align:right}.alignLeft{text-align:left}.center{justify-content:center}.strong{font-weight:700}.space5{height:5px;width:100%;display:block}.space10{height:10px;width:100%;display:block}.space20{height:20px;width:100%;display:block}.space30{height:30px;width:100%;display:block}.space40{height:40px;width:100%;display:block}.space50{height:50px;width:100%;display:block}.space60{height:60px;width:100%;display:block}.space70{height:70px;width:100%;display:block}.w-full{width:100%}.circle{border-radius:50%}.capitalize{text-transform:capitalize}.layoutPadding{position:relative;padding:20px 40px}.dashboardSpacing{padding:20px 40px;margin:20px auto}@media only screen and (min-width: 1100px){.hidden-lg{display:none}}@media only screen and (min-width: 768px){.hidden-md{display:none}}@media only screen and (min-width: 480px){.hidden-sm{display:none}}@media only screen and (max-width: 600px){.layoutPadding{padding:20px}.dashboardSpacing{padding:20px;margin:20px auto}}@media only screen and (max-width: 480px){.layoutPadding{padding:16px 12px}.dashboardSpacing{padding:16px 12px;margin:12px auto}.pad40{padding:20px}.pad30{padding:16px}.pad25{padding:14px}}@keyframes contentFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.erp-content-area>*{animation:contentFadeIn .25s ease-out}.ant-layout,.ant-layout-content{transition:none!important}.ant-layout-sider{transition:width .2s cubic-bezier(.4,0,.2,1),min-width .2s cubic-bezier(.4,0,.2,1),max-width .2s cubic-bezier(.4,0,.2,1)!important}.fade-enter{opacity:0;transform:translate(-30px)}.fade-enter-active,.fade-exit-active{opacity:1;transition:all .5s ease-out;transform:translate(0)}.fade-exit{opacity:0;transform:translate(30px)}.list-checked{padding-left:0;list-style:none}.list-checked-item{position:relative;display:block;color:#677788;margin-bottom:30px;list-style:none}.list-checked-item-right{padding-right:1.75rem}.list-checked-item-left{padding-left:1.75rem}.list-checked-item:before{position:absolute;top:0;width:1rem;height:1rem;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%20110%20110'%20fill='%2371869d'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M98.1,16.2c-2.5-2.3-6.4-2.2-8.7,0.2L36.7,70.1l-13-15.5c-2.9-3.5-7.9-4.1-11.1-1.4c-2.9,2.4-3.5,6.6-1.4,10.1l16.5,28c3.2,5.4,10.8,5.8,14.5,0.8l56.5-67.3C100.7,22.1,100.4,18.5,98.1,16.2z'/%3e%3c/svg%3e");content:"";margin-top:.125rem}.list-checked-item-right:before{right:0}.list-checked-item-left:before{left:0}.sideContent *{color:#4f5d75!important}.legal-mentions{margin-top:24px;padding:12px 14px;background:#f7f9fb;border-left:3px solid #0b63c6;color:#3a4756;font-size:13px;line-height:1.45;border-radius:4px}.legal-mentions a{color:#0b63c6;text-decoration:underline}.legal-mentions .legal-small{margin-top:8px;color:#6b7280;font-size:12px}.auth-legal-footer .legal-mentions.small{background:transparent;border:none;color:#4f5d75;font-size:13px}@media (max-width: 576px){.auth-legal-footer{bottom:8px;padding:0 8px}.auth-legal-footer .legal-mentions.small{font-size:12px}}.navigation{position:sticky;height:100vh;overflow-y:auto;overflow-x:hidden;top:0;left:0;z-index:1000;background:#fff;border-right:1px solid #edf0f5;flex-shrink:0}.logo{height:45px;margin:15px 20px 30px 30px;display:flex;justify-content:space-evenly;width:160px}.logo{display:flex;align-items:center;justify-content:center}.logo .logo-icon{height:64px;margin-top:6px}.sidebar-wraper{background:#fff;display:block}.mobile-sidebar-wraper{display:none}.mobile-sidebar-wraper .ant-drawer-body{padding:12px 0!important}.tabsNavigation span{background-color:transparent}.tabsNavigation:hover span{box-shadow:0 0 30px 8px #f6f7f826;background-color:transparent}@media only screen and (max-width: 768px){.sidebar-wraper{display:none}.navigation{height:100%}.mobile-sidebar-wraper{display:block}}.notification::-webkit-scrollbar{width:4px;height:60px}.notification::-webkit-scrollbar-thumb{background:#f3f4f5;border-radius:4px}.headerIcon{position:relative}.headerIcon.ant-avatar{float:right;margin-left:10px;margin-top:15px;color:#4f5d75;background:transparent}.headerIcon.ant-avatar :hover{background:#fff;box-shadow:0 0 10px 4px #96beee4d;cursor:pointer}.headerIcon .last{margin-right:30px}.profileDropdown{display:flex;min-width:200px}.profileDropdownInfo{float:left;display:inline;padding-left:15px}.profileDropdownInfo p{margin:0}.sidePanel{border-right:1px solid #edf0f5;background:#fff}.sidePanelContent{transition:all .3s ease-in-out;margin-top:0}.panelBox,.panelBox *{transition:all .3s ease}.collapseBoxHeader{padding:17px 30px;margin-bottom:30px;text-align:center;font-size:14px;text-transform:uppercase;cursor:pointer;background-color:#fff;border-top:1px solid #edf0f5;border-bottom:1px solid #edf0f5}.box{width:100%;padding:20px}.BottomCollapseBox{opacity:1}.TopCollapseBox{min-height:450px;opacity:1}.collapseBox{margin-top:-400px;position:relative;background:#fff;z-index:1}.collapsed{overflow:hidden;height:250px;margin-top:0!important}.collapseBox .whiteBg{display:none;background-color:#fff0}.collapsed .whiteBg{position:absolute;top:58px;width:100%;height:100%;display:inline-block;background-color:#fffc;z-index:9}.moneyInput{width:100%}.moneyInput input{text-align:right}.ask-ia-floating-btn{position:fixed;bottom:32px;right:32px;z-index:1000;box-shadow:0 8px 24px #0b63c640;border-radius:14px;height:44px;background:linear-gradient(135deg,#0b63c6,#1054a0);border:none;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 20px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;color:#fff;animation:askIaSlideIn .6s ease-out}.ask-ia-floating-btn:hover{transform:translateY(-3px) scale(1.02)!important;box-shadow:0 12px 32px #0b63c659!important;background:linear-gradient(135deg,#1054a0,#0b63c6)!important}.ask-ia-floating-btn:active{transform:translateY(0) scale(.98)!important;box-shadow:0 6px 16px #0b63c64d!important}.ask-ia-floating-btn:focus{outline:none!important;box-shadow:0 8px 24px #0b63c640,0 0 0 3px #0b63c61a!important}@keyframes askIaSlideIn{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.ask-ia-floating-btn{bottom:24px!important;right:24px!important;height:40px!important;font-size:13px!important;padding:0 14px!important;border-radius:12px!important}}html{font-size:16px;-webkit-text-size-adjust:100%;text-size-adjust:100%}@media (max-width: 1279px){html{font-size:15px}}@media (max-width: 991px){html{font-size:14px}}@media (max-width: 575px){html{font-size:13px}}body{overflow-x:hidden;min-width:0}#root{overflow-x:hidden}.ant-layout{min-height:100vh}.layoutPadding{padding:24px 36px}@media (max-width: 1279px){.layoutPadding{padding:20px 28px}}@media (max-width: 991px){.layoutPadding{padding:16px 20px}}@media (max-width: 767px){.layoutPadding{padding:14px 16px}}@media (max-width: 575px){.layoutPadding{padding:12px}}@media (max-width: 1279px){.ant-layout-sider:not(.ant-layout-sider-collapsed){min-width:220px!important;max-width:220px!important;width:220px!important;flex:0 0 220px!important}.wideNavigation{margin-left:220px}}@media (max-width: 991px){.ant-layout-sider:not(.ant-layout-sider-collapsed){min-width:200px!important;max-width:200px!important;width:200px!important;flex:0 0 200px!important}.wideNavigation{margin-left:200px}.smallNavigation{margin-left:80px}}@media (max-width: 767px){.sidebar-wraper{display:none}.mobile-sidebar-wraper{display:block}.wideNavigation,.smallNavigation{margin-left:0!important}}@media (max-width: 1279px){.ant-menu-item,.ant-menu-submenu-title{font-size:13px!important;height:40px!important;line-height:40px!important}}@media (max-width: 991px){.ant-menu-item,.ant-menu-submenu-title{font-size:12.5px!important;height:38px!important;line-height:38px!important;padding-left:16px!important;padding-right:12px!important}}.ant-layout-header{padding:0 24px}@media (max-width: 991px){.ant-layout-header{padding:0 16px;height:56px;line-height:56px}}@media (max-width: 575px){.ant-layout-header{padding:0 12px;height:52px;line-height:52px}.headerIcon:not(.ant-avatar):nth-child(n+3){display:none}}.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table-cell{white-space:nowrap}@media (max-width: 767px){.ant-table-cell{white-space:normal;word-break:break-word}.ant-table{font-size:12px!important}.ant-table-thead>tr>th{font-size:11px!important;padding:8px!important}.ant-table-tbody>tr>td{padding:8px!important}}@media (max-width: 767px){.ant-card{border-radius:10px!important}.ant-card-body{padding:16px!important}}@media (max-width: 575px){.ant-card-body{padding:12px!important}}@media (max-width: 767px){.ant-form-item{margin-bottom:12px}.ant-form-item-label>label{font-size:13px}.ant-input,.ant-select-selector,.ant-picker{font-size:14px!important}}@media (max-width: 575px){.ant-btn{font-size:13px!important;height:34px;padding:0 12px}.ant-btn-lg{height:38px;font-size:14px!important}}@media (max-width: 767px){.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px auto!important}.ant-modal-content{border-radius:12px!important;padding:20px!important}.ant-drawer-content-wrapper{width:100%!important;max-width:480px}}@media (max-width: 575px){.ant-modal{max-width:calc(100vw - 16px)!important;margin:8px auto!important}.ant-modal-content{padding:16px!important}.ant-drawer-content-wrapper{width:100%!important}}@media (max-width: 767px){.ant-statistic-title{font-size:12px!important}.ant-statistic-content-value{font-size:22px!important}}@media (max-width: 575px){.ant-statistic-content-value{font-size:18px!important}}@media (max-width: 767px){.ant-tabs-tab{font-size:13px!important;padding:8px 12px!important}.ant-tabs-left>.ant-tabs-nav{min-width:80px}.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab{padding:8px 12px!important;font-size:12px!important}}@media (max-width: 767px){.recharts-wrapper{font-size:11px!important}.recharts-cartesian-axis-tick-value{font-size:10px!important}}.whiteBox.shadow.layoutPadding{max-width:1400px;margin:20px auto;overflow-x:hidden}@media (max-width: 1279px){.whiteBox.shadow.layoutPadding{margin:14px}}@media (max-width: 767px){.whiteBox.shadow.layoutPadding{margin:8px;border-radius:10px!important}}@media (max-width: 575px){.whiteBox.shadow.layoutPadding{margin:4px;border-radius:8px!important;box-shadow:none!important;border:none!important}}@media (max-width: 575px){.ask-ia-floating-btn{bottom:16px!important;right:12px!important;width:48px!important;height:48px!important;font-size:18px!important}.ask-ia-floating-btn span.btn-label{display:none!important}}@media (max-width: 991px){h1.ant-typography,.ant-typography h1{font-size:28px!important}h2.ant-typography,.ant-typography h2{font-size:22px!important}h3.ant-typography,.ant-typography h3{font-size:18px!important}h4.ant-typography,.ant-typography h4{font-size:16px!important}}@media (max-width: 575px){h1.ant-typography,.ant-typography h1{font-size:22px!important}h2.ant-typography,.ant-typography h2{font-size:18px!important}h3.ant-typography,.ant-typography h3{font-size:16px!important}h4.ant-typography,.ant-typography h4{font-size:14px!important}}@media (max-width: 575px){.ant-row{margin-left:-8px!important;margin-right:-8px!important}.ant-col{padding-left:8px!important;padding-right:8px!important}}@media (max-width: 575px){.ant-tag{font-size:11px!important;padding:0 6px!important;margin-bottom:4px}}@media (max-width: 575px){.ant-pagination{text-align:center;display:flex;flex-wrap:wrap;justify-content:center;gap:4px}.ant-pagination-options{display:none!important}}*{box-sizing:border-box;min-width:0}img,video,iframe{max-width:100%;height:auto}
