@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}.weight-300{font-weight:300}.weight-400{font-weight:400}.weight-500{font-weight:500}.weight-600{font-weight:600}.weight-700{font-weight:700}.weight-800{font-weight:800}.font-12{font-size:.75rem;line-height:1.83}.font-14{font-size:.875rem;line-height:1.71}.font-16{font-size:1rem;line-height:1.62}.font-18{font-size:1.125rem;line-height:1.55}.font-20{font-size:1.25rem;line-height:1.5}.font-24{font-size:1.5rem;line-height:1.42}.font-30{font-size:1.875rem;line-height:1.33}@custom-variant dark (&:is(.dark *));:root{--font-size: 16px;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--background: #ecf0f4;--foreground: #031e23;--card: #ffffff;--card-foreground: #202342;--popover: #ffffff;--popover-foreground: #031e23;--primary: #1b00ff;--primary-foreground: #ffffff;--secondary: #6c757d;--secondary-foreground: #ffffff;--success: #28a745;--success-foreground: #ffffff;--info: #17a2b8;--info-foreground: #ffffff;--warning: #ffc107;--warning-foreground: #212529;--destructive: #dc3545;--destructive-foreground: #ffffff;--muted: #ecf0f4;--muted-foreground: #6c757d;--accent: #e1e1f5;--accent-foreground: #1b00ff;--border: #d4d4d4;--input: transparent;--input-background: #ffffff;--switch-background: #d4d4d4;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--ring: #1b00ff;--chart-1: #1b00ff;--chart-2: #28a745;--chart-3: #17a2b8;--chart-4: #ffc107;--chart-5: #dc3545;--chart-6: #6f42c1;--chart-7: #fd7e14;--chart-8: #20c997;--radius: .625rem;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 10px;--radius-xl: 15px;--sidebar: #c41e3a;--sidebar-foreground: #ffffff;--sidebar-primary: #a01830;--sidebar-primary-foreground: #ffffff;--sidebar-accent: rgba(0, 0, 0, .25);--sidebar-accent-foreground: #ffffff;--sidebar-border: rgba(255, 255, 255, .2);--sidebar-ring: #ff4d4f;--sidebar-muted: rgba(255, 255, 255, .7);--shadow-sm: 0px 0px 10px rgba(0, 0, 0, .05);--shadow-md: 0px 0px 28px rgba(0, 0, 0, .08);--shadow-lg: 0px 0px 28px rgba(0, 0, 0, .1);--light-green: #41ccba;--light-orange: #f56767;--light-purple: #a683eb;--orange: #f5956c;--teal: #20c997;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c}.dark{--background: #121421;--foreground: #ffffff;--card: #1a1d2e;--card-foreground: #ffffff;--popover: #1a1d2e;--popover-foreground: #ffffff;--primary: #1b00ff;--primary-foreground: #ffffff;--secondary: #4a4d5e;--secondary-foreground: #ffffff;--muted: #2a2d3e;--muted-foreground: #a0a3b1;--accent: #2a2d3e;--accent-foreground: #ffffff;--destructive: #dc3545;--destructive-foreground: #ffffff;--border: rgba(255, 255, 255, .1);--input: rgba(255, 255, 255, .1);--input-background: #2a2d3e;--ring: #1b00ff;--font-weight-medium: 500;--font-weight-normal: 400;--chart-1: #4d3dff;--chart-2: #34d058;--chart-3: #2ec4db;--chart-4: #ffd43b;--chart-5: #ff6b6b;--sidebar: #a01830;--sidebar-foreground: #ffffff;--sidebar-primary: #c41e3a;--sidebar-primary-foreground: #ffffff;--sidebar-accent: rgba(255, 255, 255, .15);--sidebar-accent-foreground: #ffffff;--sidebar-border: rgba(255, 255, 255, .1);--sidebar-ring: #ff4d4f}@theme inline{ --font-family-sans: var(--font-family); --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-success: var(--success); --color-success-foreground: var(--success-foreground); --color-info: var(--info); --color-info-foreground: var(--info-foreground); --color-warning: var(--warning); --color-warning-foreground: var(--warning-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-input-background: var(--input-background); --color-switch-background: var(--switch-background); --color-ring: var(--ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --color-chart-6: var(--chart-6); --color-chart-7: var(--chart-7); --color-chart-8: var(--chart-8); --radius-sm: var(--radius-sm); --radius-md: var(--radius-md); --radius-lg: var(--radius-lg); --radius-xl: var(--radius-xl); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); --color-light-green: var(--light-green); --color-light-orange: var(--light-orange); --color-light-purple: var(--light-purple); --color-orange: var(--orange); --color-teal: var(--teal); --color-indigo: var(--indigo); --color-purple: var(--purple); --color-pink: var(--pink); }@layer base{*{@apply border-border outline-ring/50;}body{@apply bg-background text-foreground;font-family:var(--font-family)}html{font-size:var(--font-size);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{font-size:2.5rem;font-weight:var(--font-weight-bold);line-height:1.3;color:var(--card-foreground)}h2{font-size:1.75rem;font-weight:var(--font-weight-bold);line-height:1.35;color:var(--card-foreground)}h3{font-size:1.5rem;font-weight:var(--font-weight-bold);line-height:1.5;color:var(--card-foreground)}h4{font-size:1.25rem;font-weight:var(--font-weight-bold);line-height:1.35;color:var(--card-foreground)}h5{font-size:1.125rem;font-weight:var(--font-weight-semibold);line-height:1.35;color:var(--card-foreground)}h6{font-size:1rem;font-weight:var(--font-weight-semibold);line-height:1.5;color:var(--card-foreground)}label{font-size:.875rem;font-weight:var(--font-weight-medium);line-height:1.71}button{font-size:1rem;font-weight:var(--font-weight-medium);line-height:1.5;letter-spacing:0}input,textarea,select{font-size:1rem;font-weight:var(--font-weight-normal);line-height:1.5;letter-spacing:.035em}p{margin:0 0 15px}a{color:var(--primary);text-decoration:none;transition:all .3s ease-in-out}a:hover{color:var(--accent-foreground)}.card-box{background-color:var(--card);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}}.sbee-sidebar,.sbee-sidebar.ant-layout-sider,.ant-layout-sider.sbee-sidebar,.sbee-sidebar .ant-layout-sider-children,.ant-layout-sider .ant-layout-sider-children,.ant-layout-sider,.ant-layout-sider-children{background:#c41e3a!important;background-color:#c41e3a!important}.ant-menu.ant-menu-dark,.ant-menu-dark .ant-menu-sub,.ant-menu.ant-menu-dark .ant-menu-sub,.ant-menu-dark{background:transparent!important}.ant-menu-dark .ant-menu-item{color:#ffffffd9!important}.ant-menu-dark .ant-menu-item:hover{background:#0003!important}.ant-menu-dark .ant-menu-item-selected{background:#0000004d!important;color:#fff!important}.ant-menu-dark .ant-menu-item-selected:after{border-right-color:#fff!important}.ant-menu-horizontal>.ant-menu-item .ant-menu-item-icon,.ant-menu-horizontal>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-item-icon,.ant-menu-horizontal>.ant-menu-item .anticon,.ant-menu-horizontal>.ant-menu-submenu>.ant-menu-submenu-title .anticon{margin-right:4px!important;margin-inline-end:4px!important}.ant-menu-horizontal .ant-menu-item-icon+span,.ant-menu-horizontal .anticon+span{margin-left:0!important;margin-inline-start:0px!important}.ant-layout,.ant-layout-content{background:#ecf0f4!important}.ant-layout-header{background:#fff!important}.ant-card{border-radius:10px!important;box-shadow:0 0 28px #00000014!important;border:none!important}.ant-btn-primary{background:#c41e3a!important;border-color:#c41e3a!important}.ant-btn-primary:hover{background:#a01830!important;border-color:#a01830!important}.ant-input:focus,.ant-input-focused,.ant-input:hover{border-color:#c41e3a!important}.ant-input:focus,.ant-input-focused{box-shadow:0 0 0 2px #c41e3a1a!important}.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:#c41e3a!important}.ant-select-focused .ant-select-selector{border-color:#c41e3a!important;box-shadow:0 0 0 2px #c41e3a1a!important}.ant-table-thead>tr>th{background:#ecf0f4!important}.ant-badge .ant-badge-count,.ant-progress-bg,.ant-switch-checked{background:#c41e3a!important}.ant-checkbox-checked .ant-checkbox-inner{background-color:#c41e3a!important;border-color:#c41e3a!important}.ant-radio-checked .ant-radio-inner{border-color:#c41e3a!important}.ant-radio-checked .ant-radio-inner:after{background-color:#c41e3a!important}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#c41e3a!important}.ant-tabs-ink-bar{background:#c41e3a!important}.ant-pagination-item-active{border-color:#c41e3a!important}.ant-pagination-item-active a{color:#c41e3a!important}a{color:#c41e3a}a:hover{color:#a01830}*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}@media screen and (max-width: 575px){.ant-layout-sider{position:fixed!important;z-index:1000!important;height:100vh!important}.ant-layout-sider-collapsed{width:0!important;min-width:0!important;max-width:0!important;flex:0 0 0!important}.ant-layout-header{padding:0 12px!important}.ant-layout-content{margin:10px!important;padding:10px!important}.ant-card{margin-bottom:12px!important}.ant-card-body{padding:12px!important}.ant-statistic-title{font-size:12px!important}.ant-statistic-content-value{font-size:20px!important}.ant-table{font-size:12px!important}.ant-table-cell{padding:8px 6px!important}.ant-btn{font-size:12px!important}.ant-btn-lg{height:40px!important;font-size:14px!important}.ant-form-item{margin-bottom:12px!important}.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px!important}.ant-select{width:100%!important}.ant-space-horizontal{flex-wrap:wrap!important}.user-info-text{display:none!important}}@media screen and (min-width: 576px) and (max-width: 991px){.ant-layout-sider{position:fixed!important;z-index:1000!important}.ant-layout-content{margin:15px!important;padding:15px!important}.ant-card-body{padding:16px!important}.ant-statistic-content-value{font-size:24px!important}}@media screen and (min-width: 992px){.ant-layout-content{margin:20px!important;padding:20px!important}}@media screen and (min-width: 1200px){.ant-layout-content{margin:24px!important;padding:24px!important}}.recharts-responsive-container{width:100%!important;min-height:200px}@media screen and (max-width: 575px){.recharts-responsive-container{min-height:180px!important}.recharts-legend-wrapper{font-size:10px!important}}.ant-table-wrapper{overflow-x:auto}@media screen and (max-width: 767px){.hide-on-mobile{display:none!important}}.responsive-flex{display:flex;flex-wrap:wrap;gap:16px}@media screen and (max-width: 575px){.responsive-flex{gap:8px}.responsive-flex>*{flex:1 1 100%}}.card-grid{display:grid;gap:16px}@media screen and (max-width: 575px){.card-grid{grid-template-columns:1fr;gap:12px}}@media screen and (min-width: 576px) and (max-width: 991px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 992px){.card-grid{grid-template-columns:repeat(4,1fr)}}.sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000073;z-index:999}@media screen and (max-width: 991px){.sidebar-overlay.visible{display:block}}h1,.ant-typography h1{font-size:clamp(1.5rem,4vw,2.5rem)!important}h2,.ant-typography h2{font-size:clamp(1.25rem,3vw,1.75rem)!important}h3,.ant-typography h3{font-size:clamp(1rem,2.5vw,1.5rem)!important}.mobile-menu-drawer .ant-drawer-body{padding:0!important;background:#c41e3a!important}.mobile-menu-drawer .ant-menu-dark{background:transparent!important}.mobile-menu-drawer .ant-menu-item{margin:4px 8px!important;border-radius:8px!important}@media screen and (max-width: 767px){.hide-on-mobile{display:none!important}.show-on-mobile{display:inline!important}}@media screen and (min-width: 768px){.show-on-mobile{display:none!important}}@media screen and (max-width: 575px){.ant-form-item-label{padding-bottom:4px!important}.ant-form-item-label>label{font-size:13px!important}.ant-input,.ant-input-password,.ant-select-selector{font-size:16px!important}}.ant-card-head-title{font-size:clamp(14px,3vw,16px)!important;white-space:normal!important}@media screen and (max-width: 575px){.ant-alert{padding:8px 12px!important}.ant-alert-message{font-size:13px!important}.ant-alert-description{font-size:12px!important}}@media screen and (max-width: 575px){.ant-badge-count{font-size:10px!important;min-width:16px!important;height:16px!important;line-height:16px!important}}@media screen and (max-width: 575px){.ant-modal{max-width:calc(100vw - 32px)!important;top:20px!important}.ant-modal-header{padding:12px 16px!important}.ant-modal-body{padding:16px!important}.ant-modal-footer{padding:10px 16px!important}.ant-modal-footer .ant-btn{margin-left:8px!important}}@media screen and (max-width: 575px){.ant-select-dropdown{max-width:calc(100vw - 32px)!important}}@media screen and (max-width: 575px){.ant-popover{max-width:calc(100vw - 32px)!important}.ant-popover-inner{padding:12px!important}}@media screen and (max-width: 575px){.recharts-legend-item{font-size:11px!important;margin-right:8px!important}.recharts-legend-item-text{font-size:11px!important}}@media screen and (max-width: 575px){.ant-progress-text{font-size:12px!important}}@media screen and (max-width: 575px){.ant-empty{margin:16px 0!important}.ant-empty-image{height:60px!important}.ant-empty-description{font-size:13px!important}.responsive-segmented.ant-segmented{display:block;background:transparent}.responsive-segmented .ant-segmented-group{flex-direction:column;gap:8px}.responsive-segmented .ant-segmented-item{background:#f5f5f5;border-radius:6px}.mobile-textarea{min-height:200px!important}.ant-picker-dropdown{max-width:95vw!important;left:2.5vw!important}.ant-picker-panel-container,.ant-picker-panel,.ant-picker-content{width:100%!important}.ant-picker-time-panel-column{min-width:40px!important}}.mobile-textarea{min-height:80px}.responsive-segmented{width:100%!important}@media screen and (max-width: 480px){.responsive-segmented .ant-segmented-group{flex-direction:column!important}.responsive-segmented .ant-segmented-item{margin:2px 0!important}}
