@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800&display=swap";:root{--primary:#00b0b4;--primary-dark:#009498;--primary-darker:#007a7e;--primary-deep:#006266;--primary-light:#33c3c6;--primary-lighter:#80d9db;--primary-lightest:#e0f5f5;--primary-glow:#00b0b42e;--accent:#f3704c;--accent-dark:#e05a36;--accent-light:#f8a08a;--accent-lightest:#fef0ec;--gray-50:#f7f9fa;--gray-100:#eef2f5;--gray-200:#dfe5ea;--gray-300:#c8d1d9;--gray-400:#94a3b3;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--success:#22c55e;--success-bg:#f0fdf4;--warning:#f59e0b;--warning-bg:#fffbeb;--danger:#ef4444;--danger-bg:#fef2f2;--info:#3b82f6;--info-bg:#eff6ff;--purple:#8b5cf6;--orange:#f3704c;--bg:#eef2f7;--bg-card:#fff;--border:#e2e8f0;--border-light:#f1f5f9;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 25px -5px #00000014, 0 8px 10px -6px #0000000a;--shadow-xl:0 20px 40px -10px #0000001a;--font:"DM Sans", sans-serif;font-family:var(--font);color:var(--gray-700);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.6}*,:before,:after{box-sizing:border-box}body{background:#eef2f7;margin:0;overflow:hidden}#root{width:100%;height:100vh;overflow:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font);color:var(--gray-900);letter-spacing:-.02em;margin:0;font-weight:700}p{margin:0}::selection{background:var(--primary-light);color:#fff}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.login-wrapper{background:linear-gradient(135deg,#003638 0%,#004a4d 30%,#006266 60%,#007a7e 100%);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.login-wrapper:before{content:"";background:radial-gradient(circle,#00b0b426 0%,#0000 60%);border-radius:50%;width:700px;height:700px;animation:8s ease-in-out infinite floatOrb;position:absolute;top:-300px;right:-200px}.login-wrapper:after{content:"";background:radial-gradient(circle,#00b0b41a 0%,#0000 60%);border-radius:50%;width:500px;height:500px;animation:10s ease-in-out infinite reverse floatOrb;position:absolute;bottom:-200px;left:-100px}@keyframes floatOrb{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-20px)scale(1.05)}}.login-card{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#fffffff2;width:440px;max-width:92vw;animation:.6s cubic-bezier(.16,1,.3,1) slideUp;border:1px solid #00b0b426!important;border-radius:24px!important;padding:16px!important;box-shadow:0 30px 60px -15px #0000004d,0 0 50px #00b0b40f!important}.login-logo{text-align:center;margin-bottom:36px}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.app-shell{background:#eef2f7;min-height:100vh;display:flex}.sidebar{z-index:100;background:#e0f5f5;border-right:1px solid #00b0b433;flex-direction:column;width:210px;min-width:210px;height:100vh;display:flex;position:fixed;top:0;left:0}.sidebar-header{border-bottom:1px solid #00b0b41f;flex-shrink:0;justify-content:center;align-items:center;padding:12px 8px 0;display:flex}.sidebar-logo-img{width:auto;height:34px}.sidebar-nav{flex:1;min-height:0;padding:0 6px 6px;overflow:hidden auto}.sidebar-nav::-webkit-scrollbar{width:3px}.sidebar-nav::-webkit-scrollbar-track{background:0 0}.sidebar-nav::-webkit-scrollbar-thumb{background:0 0;border-radius:3px}.sidebar-nav:hover::-webkit-scrollbar-thumb{background:#ccc}.sidebar-section{margin-bottom:1px}.sidebar-section-label{text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400);padding:10px 8px 3px;font-size:9.5px;font-weight:700}.sidebar-item{width:100%;color:var(--gray-500);font-size:13px;font-weight:500;font-family:var(--font);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:6px 10px;line-height:1.3;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.sidebar-item:hover{color:var(--gray-800);background:#fff9}.sidebar-item-icon{color:#f3704c;opacity:.75;flex-shrink:0;justify-content:center;align-items:center;width:18px;font-size:15px;transition:all .2s;display:flex}.sidebar-item:hover .sidebar-item-icon{opacity:1;color:#e05a36}.sidebar-item-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sidebar-item.active{color:#fff;background:linear-gradient(135deg,#00b0b4 0%,#009498 100%);font-weight:700;box-shadow:0 2px 8px #00b0b44d}.sidebar-item.active .sidebar-item-icon{color:#fff;opacity:1;filter:none}.sidebar-footer{border-top:1px solid #00b0b433;flex-shrink:0;justify-content:space-between;padding:8px 10px 10px;display:flex}.sidebar-user{align-items:center;gap:8px;margin-bottom:6px;padding:2px 0;display:flex}.sidebar-user-avatar{flex-shrink:0;color:#fff!important;background:linear-gradient(135deg,#00b0b4,#009498)!important;font-size:13px!important;font-weight:700!important}.sidebar-user-info{min-width:0;overflow:hidden}.sidebar-user-name{color:var(--gray-900);white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:700;line-height:1.3;overflow:hidden}.sidebar-user-email{color:var(--gray-400);white-space:nowrap;text-overflow:ellipsis;font-size:10.5px;overflow:hidden}.sidebar-footer-actions{gap:4px;display:flex}.sidebar-footer-btn{width:34px;height:34px;color:var(--gray-500);cursor:pointer;font-size:15px;font-family:var(--font);background:#ffffff80;border:none;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.sidebar-footer-btn:hover{color:var(--gray-700);background:#fffc}.sidebar-footer-btn.danger:hover{color:#ef4444;background:#fef2f2}.main-area{flex-direction:column;flex:1;height:100vh;max-height:100vh;margin-left:210px;display:flex;overflow:hidden}.app-content{flex-direction:column;flex:1;min-height:0;padding:16px 20px;animation:.35s cubic-bezier(.16,1,.3,1) fadeIn;display:flex;overflow:hidden}.app-content>*{flex:1;min-height:0}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.page-header h4,.page-header h5,.page-header .ant-typography{letter-spacing:-.03em!important;color:var(--primary)!important;margin:0!important;font-weight:700!important}.stat-card{position:relative;border:none!important;border-radius:18px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;overflow:hidden!important}.stat-card:hover{box-shadow:var(--shadow-lg)!important;transform:translateY(-4px)!important}.dashboard-stat .ant-card-body{padding:24px!important}.dashboard-stat .ant-statistic-title{margin-bottom:10px!important}.filter-pill{cursor:pointer;border:1px solid var(--gray-200);color:var(--gray-500);-webkit-user-select:none;user-select:none;background:#fff;border-radius:20px;align-items:center;padding:5px 14px;font-size:12.5px;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.filter-pill:hover{border-color:var(--primary-dark);color:var(--primary-darker);background:var(--primary-lightest)}.filter-pill.active{color:#fff;background:linear-gradient(135deg,#00b0b4,#009498);border-color:#0000;font-weight:700;box-shadow:0 3px 12px #00b0b459}.clinical-header{z-index:5;border-radius:14px 14px 0 0;justify-content:space-between;align-items:center;padding:14px 24px;display:flex;position:sticky;top:0}.clinical-header-left{align-items:center;gap:16px;display:flex}.clinical-patient-name{color:#fff;letter-spacing:-.02em;font-size:18px;font-weight:800}.clinical-patient-meta{color:#fffc;font-size:12.5px}.clinical-section-title{border-bottom-style:solid;border-bottom-width:2px;margin-bottom:16px;padding-bottom:8px;font-size:15px;font-weight:700}.nurse-panel{font-size:12.5px}.nurse-panel-section-title{color:var(--gray-800);align-items:center;gap:6px;margin-bottom:8px;font-size:13px;font-weight:700;display:flex}.nurse-panel-grid{grid-template-columns:1fr 1fr;gap:5px 14px;display:grid}.app-content .ant-card{border:1px solid #e8ecf1!important;border-radius:16px!important;box-shadow:0 1px 3px #00000008!important}.app-content .ant-card:hover{box-shadow:0 4px 12px #0000000f!important}.billing-label{text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);margin-bottom:6px;font-size:11.5px;font-weight:700}.custom-empty{flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;animation:.5s fadeIn;display:flex}.custom-empty-icon{color:#009498;background:linear-gradient(135deg,#e0f5f5 0%,#eaf8f8 50%,#eef2f7 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:18px;font-size:32px;animation:3s ease-in-out infinite emptyFloat;display:flex;position:relative;box-shadow:0 4px 20px #00b0b41f}.custom-empty-icon:before{content:"";border:2px dashed #00b0b44d;border-radius:50%;animation:12s linear infinite emptyRotate;position:absolute;inset:-4px}@keyframes emptyFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes emptyRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-empty-title{color:var(--gray-700);letter-spacing:-.02em;margin-bottom:6px;font-size:15px;font-weight:700}.custom-empty-desc{color:var(--gray-400);text-align:center;max-width:260px;font-size:13px;font-weight:400;line-height:1.5}.progress-stepper{margin-bottom:32px;padding:0 10px;position:relative}.progress-stepper-track{z-index:0;background:#e2e8f0;border-radius:4px;height:4px;position:absolute;top:22px;left:40px;right:40px;overflow:hidden}.progress-stepper-fill{background:linear-gradient(90deg,#00b0b4,#009498);border-radius:4px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1);box-shadow:0 0 10px #00b0b466}.progress-stepper-dots{z-index:1;justify-content:space-between;display:flex;position:relative}.progress-step{cursor:default;font-family:var(--font);background:0 0;border:none;outline:none;flex-direction:column;align-items:center;gap:8px;padding:0;display:flex}.progress-step.done{cursor:pointer}.progress-step-circle{color:#94a3b3;background:#fff;border:3px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:16px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.progress-step.done .progress-step-circle{color:#fff;background:linear-gradient(135deg,#00b0b4,#009498);border-color:#00b0b4;box-shadow:0 3px 12px #00b0b459}.progress-step.active .progress-step-circle{color:#009498;background:#fff;border-width:3px;border-color:#00b0b4;animation:2s ease-in-out infinite pulseRing;box-shadow:0 0 0 6px #00b0b426,0 3px 12px #00b0b433}@keyframes pulseRing{0%,to{box-shadow:0 0 0 6px #00b0b426,0 3px 12px #00b0b433}50%{box-shadow:0 0 0 10px #00b0b414,0 3px 12px #00b0b433}}.progress-step-label{color:#94a3b3;letter-spacing:.01em;font-size:12px;font-weight:600;transition:color .3s}.progress-step.done .progress-step-label{color:#009498}.progress-step.active .progress-step-label{color:var(--gray-900);font-weight:700}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.4s cubic-bezier(.16,1,.3,1) fadeIn;overflow-y:auto}@media (width<=1024px){.sidebar{width:180px;min-width:180px}.main-area{margin-left:180px}.sidebar-item{gap:8px;padding:7px 10px;font-size:13px}.sidebar-item-icon{font-size:15px}.sidebar-section-label{padding:10px 8px 4px;font-size:10px}.sidebar-header{padding:14px 8px 1px}.sidebar-logo-img{height:34px}.sidebar-user-name{font-size:12px}.sidebar-user-email{font-size:10px}.sidebar-footer{padding:10px 10px 12px}.app-content{padding:16px}.page-header{gap:8px;margin-bottom:16px}.page-header h4{font-size:16px!important}.filter-pill{padding:4px 10px;font-size:11px}.dash-kpis{grid-template-columns:repeat(2,1fr)!important}.kpi-value{font-size:22px!important}.kpi-label{font-size:10px!important}.kpi-icon-wrap{width:38px!important;height:38px!important;font-size:17px!important}.dash-row{grid-template-columns:1fr 1fr!important}.clinical-patient-name{font-size:15px}.clinical-patient-meta{font-size:11px}.ant-layout-sider{flex:0 0 150px!important;width:150px!important;min-width:150px!important;max-width:150px!important}.progress-step-circle{width:36px;height:36px;font-size:14px}.progress-step-label{font-size:10px}.progress-stepper-track{top:18px;left:30px;right:30px}}@media (width<=768px){.sidebar{width:60px;min-width:60px}.main-area{margin-left:60px}.sidebar-item-label,.sidebar-section-label{display:none}.sidebar-item{border-radius:10px;justify-content:center;padding:10px 0}.sidebar-item-icon{width:auto;font-size:18px}.sidebar-header{padding:12px 4px 4px}.sidebar-logo-img{height:26px}.sidebar-user,.sidebar-user-info{display:none}.sidebar-footer{justify-content:center;padding:8px 4px 10px}.sidebar-footer-btn{width:32px;height:32px;font-size:14px}.sidebar-nav{padding:4px 6px 8px}.app-content{padding:12px}.page-header{margin-bottom:12px}.page-header h4{font-size:15px!important}.page-header h5{font-size:14px!important}.filter-pill{border-radius:14px;padding:3px 8px;font-size:10.5px}.dash-kpis{grid-template-columns:1fr 1fr!important;gap:8px!important}.dash-row{grid-template-columns:1fr!important}.kpi-card{gap:10px!important;padding:14px!important}.kpi-value{font-size:20px!important}.dcard{padding:14px!important}.dcard-title{font-size:13px!important}.ant-table-thead>tr>th,.ant-table-thead>tr>td{padding:6px 8px!important;font-size:10px!important}.ant-table-tbody>tr>td{padding:6px 8px!important;font-size:12px!important}.ant-table-small .ant-table-thead>tr>th{padding:6px 8px!important}.ant-table-small .ant-table-tbody>tr>td{padding:5px 8px!important}.billing-row td{padding:4px 6px!important}.progress-stepper{margin-bottom:20px;padding:0 4px}.progress-step-circle{border-width:2px;width:32px;height:32px;font-size:12px}.progress-step-label{font-size:9px}.progress-stepper-track{height:3px;top:16px;left:24px;right:24px}.login-card{width:92vw;border-radius:18px!important;padding:12px!important}.nurse-panel-grid{grid-template-columns:1fr}.ant-layout-sider:last-child{display:none!important}.ant-layout-sider:first-of-type{flex:0 0 50px!important;width:50px!important;min-width:50px!important;max-width:50px!important}.ant-layout-sider:first-of-type .ant-menu-item{padding-left:12px!important}.ant-layout-sider:first-of-type .ant-menu-title-content{display:none}.clinical-header{padding:10px 14px}.clinical-patient-name{font-size:14px}}@media (width<=480px){.sidebar{width:50px;min-width:50px}.main-area{margin-left:50px}.sidebar-item{padding:8px 0}.sidebar-item-icon{font-size:16px}.sidebar-logo-img{height:22px}.sidebar-footer-btn{border-radius:8px;width:28px;height:28px;font-size:13px}.app-content{padding:8px}.page-header{flex-direction:column;align-items:flex-start;margin-bottom:8px}.page-header h4{font-size:14px!important}.filter-pill{padding:3px 6px;font-size:10px}.dash-kpis{grid-template-columns:1fr!important;gap:6px!important}.kpi-card{gap:8px!important;padding:12px!important}.kpi-value{font-size:18px!important}.kpi-icon-wrap{width:34px!important;height:34px!important;font-size:15px!important}.ant-table-thead>tr>th,.ant-table-thead>tr>td{padding:4px 5px!important;font-size:9px!important}.ant-table-tbody>tr>td{padding:4px 5px!important;font-size:11px!important}.progress-step-circle{width:28px;height:28px;font-size:11px}.progress-step-label{display:none}.progress-stepper-track{height:2px;top:14px;left:20px;right:20px}.clinical-header{flex-direction:column;align-items:flex-start;gap:8px}.clinical-section-title{font-size:13px}}.ant-form-item{margin-bottom:18px!important}.ant-form-item-label{padding-bottom:3px!important}.ant-form-item-label>label{color:var(--gray-600)!important;letter-spacing:.02em!important;text-transform:uppercase!important;font-size:12.5px!important;font-weight:600!important;font-family:var(--font)!important}.ant-input,.ant-input-affix-wrapper,.ant-select-selector,.ant-picker,.ant-input-number{border-color:var(--gray-200)!important;font-family:var(--font)!important;border-radius:10px!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important}.ant-input:hover,.ant-input-affix-wrapper:hover,.ant-select-selector:hover,.ant-picker:hover{border-color:var(--primary-dark)!important}.ant-input:focus,.ant-input-affix-wrapper-focused,.ant-select-focused .ant-select-selector,.ant-picker-focused{border-color:var(--primary)!important;box-shadow:0 0 0 3px var(--primary-glow)!important}.ant-btn{font-size:13px!important;font-weight:600!important;font-family:var(--font)!important;letter-spacing:.01em!important;border-radius:10px!important;align-items:center!important;gap:6px!important;height:auto!important;padding:7px 18px!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important;display:inline-flex!important}.ant-btn-primary{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-deeper,#158c86) 100%)!important;color:#fff!important;border:none!important;box-shadow:0 2px 8px #00b0b44d!important}.ant-btn-primary:hover{background:linear-gradient(135deg,#1a9e97 0%,#0d7d77 100%)!important;transform:translateY(-1px)!important;box-shadow:0 6px 20px #00b0b466!important}.ant-btn-primary:active{transform:translateY(0)!important}.ant-btn-default:hover{color:var(--primary-darker)!important;border-color:var(--primary-dark)!important;background:var(--primary-lightest)!important}.ant-btn-sm{padding:3px 12px!important;font-size:12px!important}.ant-table{font-family:var(--font)!important;border-radius:10px!important;overflow:hidden!important}.ant-table-body{scrollbar-gutter:stable}.ant-table-body::-webkit-scrollbar{width:4px}.ant-table-body::-webkit-scrollbar-track{background:0 0}.ant-table-body::-webkit-scrollbar-thumb{background:0 0;border-radius:4px}.ant-table-body:hover::-webkit-scrollbar-thumb{background:#d1d5db}.ant-table-container{border:1px solid var(--gray-200)!important;border-radius:10px!important}.ant-table-thead>tr>th,.ant-table-thead>tr>td{background:var(--gray-50)!important;white-space:nowrap!important;text-transform:uppercase!important;letter-spacing:.05em!important;color:var(--gray-500)!important;border-bottom:1px solid var(--gray-200)!important;padding:7px 10px!important;font-size:10.5px!important;font-weight:700!important}.ant-table-tbody>tr>td{border-bottom:1px solid var(--border-light)!important;color:var(--gray-700)!important;padding:5px 10px!important;font-size:12.5px!important;transition:background .15s!important}.ant-table-tbody>tr:last-child>td{border-bottom:none!important}.ant-table-tbody>tr.ant-table-row:hover>td{background:var(--primary-lightest)!important}.ant-table-small .ant-table-thead>tr>th{padding:6px 8px!important}.ant-table-small .ant-table-tbody>tr>td{padding:4px 8px!important}.ant-table-cell-ellipsis{white-space:nowrap!important;text-overflow:ellipsis!important;word-break:keep-all!important;overflow:hidden!important}.ant-table-cell-ellipsis .ant-table-cell-content{text-overflow:ellipsis;overflow:hidden}.ant-card{border:1px solid var(--gray-200)!important;box-shadow:var(--shadow-xs)!important;font-family:var(--font)!important;border-radius:16px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;overflow:hidden!important}.ant-card:hover{box-shadow:var(--shadow-sm)!important}.ant-card-head{border-bottom:1px solid var(--border-light)!important;min-height:44px!important;color:var(--gray-800)!important;letter-spacing:-.01em!important;padding:0 20px!important;font-size:14px!important;font-weight:700!important}.ant-card-body{padding:20px!important}.ant-tag{font-size:12px!important;font-weight:600!important;line-height:22px!important;font-family:var(--font)!important;border:none!important;border-radius:8px!important;padding:2px 10px!important}.ant-steps-item-process .ant-steps-item-icon{background:linear-gradient(135deg, var(--primary), var(--primary-dark))!important;border-color:var(--primary-dark)!important;box-shadow:0 3px 10px #42f5ec4d!important}.ant-steps-item-finish .ant-steps-item-icon{border-color:var(--primary-dark)!important}.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon{color:var(--primary-dark)!important}.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after{background:var(--primary-dark)!important}.ant-descriptions-bordered .ant-descriptions-item-label{background:var(--gray-50)!important;color:var(--gray-500)!important;text-transform:uppercase!important;letter-spacing:.03em!important;font-size:12px!important;font-weight:600!important}.ant-descriptions-bordered .ant-descriptions-item-content{color:var(--gray-800)!important;font-size:13.5px!important;font-weight:500!important}.ant-descriptions-small .ant-descriptions-item-label,.ant-descriptions-small .ant-descriptions-item-content{padding:8px 14px!important}.ant-modal-root .ant-modal-wrap{justify-content:center!important;align-items:center!important;display:flex!important;overflow:hidden!important}.ant-modal{max-width:calc(100vw - 48px)!important;margin:0!important;padding:0!important;top:0!important}.ant-modal-content{box-shadow:var(--shadow-xl)!important;border-radius:20px!important;flex-direction:column!important;max-height:85vh!important;display:flex!important;overflow:hidden!important}.ant-modal-header{border-bottom:1px solid var(--border-light)!important;flex-shrink:0!important;padding:16px 24px!important}.ant-modal-title{letter-spacing:-.02em!important;font-size:17px!important;font-weight:700!important}.ant-modal-body{flex:auto!important;min-height:0!important;max-height:calc(85vh - 120px)!important;padding:20px 24px!important;overflow-y:auto!important}.ant-modal-footer{border-top:1px solid var(--border-light)!important;flex-shrink:0!important;padding:12px 24px!important}.ant-dropdown-menu{box-shadow:var(--shadow-lg)!important;border-radius:12px!important;padding:6px!important}.ant-dropdown-menu-item{border-radius:8px!important;font-weight:500!important}.ant-statistic-title{text-transform:uppercase!important;letter-spacing:.06em!important;color:var(--gray-400)!important;font-size:11px!important;font-weight:700!important;font-family:var(--font)!important}.ant-statistic-content-value{font-weight:800!important;font-family:var(--font)!important;letter-spacing:-.02em!important}.ant-statistic-content-prefix{margin-inline-end:8px!important}.ant-checkbox-checked .ant-checkbox-inner{background-color:var(--primary-dark)!important;border-color:var(--primary-dark)!important}.ant-switch-checked{background:var(--primary-dark)!important}.ant-divider{border-color:var(--border-light)!important}.ant-divider-inner-text{color:var(--gray-600)!important;font-size:13px!important;font-weight:700!important}.ant-pagination-item-active{border-color:var(--primary-dark)!important}.ant-pagination-item-active a{color:var(--primary-darker)!important}.ant-spin-dot-item{background-color:var(--primary-dark)!important}.ant-alert{border-radius:12px!important}.ant-timeline-item-head{border-width:3px!important}.session-datepicker input{pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important}.billing-row td{padding:4px 8px!important}.ant-tooltip-inner{color:#334155!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:8px!important;max-width:320px!important;padding:6px 12px!important;font-size:12.5px!important;font-weight:500!important;line-height:1.5!important;box-shadow:0 4px 16px #0000001f,0 1px 3px #0000000f!important}.ant-tooltip-arrow:before{background:#fff!important;border:1px solid #e2e8f0!important}.ant-tooltip-arrow:after{background:#fff!important}.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--primary-darker)!important;font-weight:700!important}.ant-tabs-ink-bar{background:linear-gradient(90deg, var(--primary), var(--primary-dark))!important;border-radius:3px!important;height:3px!important}.ant-table-wrapper{flex-direction:column!important;height:100%!important;display:flex!important}.ant-table-wrapper .ant-spin-nested-loading,.ant-table-wrapper .ant-spin-nested-loading>.ant-spin-container,.ant-table-wrapper .ant-table,.ant-table-wrapper .ant-table .ant-table-container{flex-direction:column!important;flex:1!important;min-height:0!important;display:flex!important}.ant-table-wrapper .ant-table .ant-table-body{flex:1!important;min-height:0!important}.ant-table-wrapper .ant-table .ant-table-placeholder td{vertical-align:middle!important;height:100%!important}.ant-table-wrapper .ant-table-placeholder .ant-table-cell{padding:0!important}.ant-table-wrapper .ant-table-empty .ant-table-body{min-height:200px!important}.ant-table-wrapper .ant-pagination{flex-shrink:0!important;margin:0!important;padding:8px 0 4px!important}.ant-pagination{flex-shrink:0!important}.ant-table-tbody .ant-tag{margin:0!important;padding:0 5px!important;font-size:10px!important;line-height:18px!important}@media (width<=1024px){.ant-card{border-radius:12px!important}.ant-card-body{padding:14px!important}.ant-modal{max-width:calc(100vw - 32px)!important}.ant-form-item{margin-bottom:14px!important}}@media (width<=768px){.ant-card{border-radius:10px!important}.ant-card-body{padding:10px!important}.ant-card-head{min-height:38px!important;padding:0 10px!important}.ant-card-head-title{font-size:13px!important}.ant-modal{max-width:calc(100vw - 16px)!important}.ant-modal .ant-modal-content{padding:14px!important}.ant-form-item{margin-bottom:10px!important}.ant-form-item-label>label{font-size:12px!important}.ant-input,.ant-select-selector,.ant-picker{font-size:13px!important}.ant-btn{font-size:12px!important}.ant-btn-sm{padding:0 6px!important;font-size:11px!important}.ant-tag{padding:0 5px!important;font-size:10px!important;line-height:18px!important}.ant-tabs-tab{padding:8px 10px!important;font-size:12px!important}.ant-pagination-item,.ant-pagination-prev,.ant-pagination-next{min-width:26px!important;height:26px!important;line-height:26px!important}.ant-pagination-item a{font-size:11px!important}.ant-table,.ant-table-container{border-radius:10px!important}.ant-col{flex:0 0 100%!important;max-width:100%!important}.ant-col-6,.ant-col-4{flex:0 0 50%!important;max-width:50%!important}}@media (width<=480px){.ant-card-body{padding:8px!important}.ant-modal .ant-modal-content{border-radius:12px!important;padding:10px!important}.ant-form-item-label>label{font-size:11px!important}.ant-input,.ant-select-selector,.ant-picker{height:32px!important;font-size:12px!important}.ant-btn{height:30px!important;font-size:11px!important}.ant-tabs-tab{padding:6px 8px!important;font-size:11px!important}.ant-col,.ant-col-6,.ant-col-4{flex:0 0 100%!important;max-width:100%!important}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0, var(--y), 0) 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%{opacity:0;animation-timing-function:ease-in;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:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
