.exam-app-wrapper{background:var(--bg-page);color:var(--text-primary);-webkit-font-smoothing:antialiased;box-sizing:border-box;min-height:100vh;padding:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}.exam-app-layout{grid-template-columns:350px minmax(0,1fr);gap:16px;max-width:1560px;min-height:100%;margin:0 auto;display:grid}@media (width<=960px){.exam-app-layout{grid-template-columns:1fr}}.queue-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;height:calc(100vh - 90px);min-height:650px;display:flex;position:sticky;top:16px;overflow:hidden}.queue-head{border-bottom:1px solid var(--border);padding:16px 16px 12px}.queue-head-row{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.queue-title{color:var(--text-primary);align-items:center;gap:8px;font-size:15px;font-weight:600;display:flex}.count-pill{background:var(--accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:12px;font-weight:600;display:inline-flex}.date-row{color:var(--text-secondary);cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:2px 6px;font-size:13px;transition:background .2s;display:flex}.date-row:hover{background:var(--surface-muted)}.search-box{position:relative}.search-box input{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-muted);width:100%;height:36px;color:var(--text-primary);box-sizing:border-box;outline:none;padding:0 12px 0 34px;font-size:13px;transition:all .2s}.search-box input:focus{border-color:var(--accent);background:var(--surface)}.search-box .search-icon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.queue-list{flex-direction:column;flex:1;gap:6px;padding:8px;display:flex;overflow-y:auto}.queue-item{border-radius:var(--radius);cursor:pointer;text-align:left;box-sizing:border-box;background:0 0;border:1px solid #0000;align-items:flex-start;gap:10px;width:100%;padding:10px;font-family:inherit;transition:all .15s;display:flex}.queue-item:hover{background:var(--surface-muted)}.queue-item.active{background:var(--accent-soft);border-color:var(--accent)}.avatar{background:var(--surface-muted);width:36px;height:36px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.queue-item.active .avatar{background:var(--accent);color:#fff}.qi-body{flex:1;min-width:0}.qi-top{justify-content:space-between;align-items:center;gap:6px;display:flex}.qi-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:600;overflow:hidden}.qi-meta{color:var(--text-muted);margin-top:1px;font-size:12px}.qi-reason{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:12px;overflow:hidden}.badge-danger{background:var(--danger-soft);color:var(--danger)}.workspace{flex-direction:column;gap:14px;min-width:0;padding-bottom:84px;display:flex}.card-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px 20px}.patient-card{flex-direction:column;gap:14px;display:flex}.patient-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.patient-id-row{align-items:center;gap:14px;display:flex}.avatar-lg{background:var(--accent-soft);width:52px;height:52px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:17px;font-weight:700;display:flex}.patient-name{color:var(--text-primary);font-size:17px;font-weight:600}.patient-sub{color:var(--text-secondary);margin-top:2px;font-size:13px}.patient-actions{align-items:center;gap:8px;display:flex}.btn-ui-primary:disabled{background:var(--text-muted);border-color:var(--text-muted);cursor:not-allowed;opacity:.6}@media (width<=760px){.fact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.steps-card{align-items:center;gap:0;padding:14px 20px;display:flex;overflow-x:auto}.step{flex-shrink:0;align-items:center;gap:8px;display:flex}.step-circle{background:var(--surface-muted);width:26px;height:26px;color:var(--text-muted);border:1.5px solid var(--border-strong);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.step.done .step-circle{background:var(--success);border-color:var(--success);color:#fff}.step.current .step-circle{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.step.blocked .step-circle{background:var(--warning-soft);border-color:var(--warning);color:var(--warning)}.step-label{color:var(--text-secondary);white-space:nowrap;font-size:13px;font-weight:500}.step.done .step-label,.step.current .step-label{color:var(--text-primary)}.step-connector{background:var(--border-strong);flex-shrink:0;width:36px;height:1.5px;margin:0 8px}.step.done+.step-connector{background:var(--success)}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.section-title-row{align-items:center;gap:10px;display:flex}.section-icon{background:var(--accent-soft);width:32px;height:32px;color:var(--accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.section-title{color:var(--text-primary);font-size:15px;font-weight:600}.section-hint{color:var(--text-muted);margin-top:1px;font-size:12px}.vitals-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}@media (width<=760px){.vitals-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.field label{color:var(--text-secondary);margin-bottom:6px;font-size:12px;display:block}.field .unit{color:var(--text-muted);font-weight:400}.field input,.field textarea,.field select{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-muted);width:100%;height:38px;color:var(--text-primary);box-sizing:border-box;outline:none;padding:0 12px;font-family:inherit;font-size:14px;transition:border-color .2s,background .2s}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--accent);background:var(--surface)}.field textarea{resize:vertical;height:auto;min-height:44px;padding:10px 12px}.bmi-note{color:var(--text-secondary);background:var(--surface-muted);border-radius:var(--radius);grid-column:1/-1;align-items:center;gap:8px;padding:8px 12px;font-size:12.5px;display:flex}.required-tag{color:var(--danger);background:var(--danger-soft);border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600}.combo{flex:1;position:relative}.combo>input:not([class*=ant-]){border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-muted);width:100%;height:38px;color:var(--text-primary);box-sizing:border-box;outline:none;padding:0 14px 0 38px;font-family:inherit;font-size:14px;transition:all .2s}.combo>input:not([class*=ant-]):focus{border-color:var(--accent);background:var(--surface)}.combo .combo-icon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.combo-row{align-items:center;gap:10px;margin-bottom:14px;display:flex}.combo .ant-select input,.combo .ant-select .ant-select-selection-search-input{width:100%!important;height:100%!important;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important;margin:0!important;padding:0!important}.combo .ant-select,.combo .ant-select-single{width:100%!important;height:38px!important}.combo .ant-select .ant-select-selector,.combo .ant-select-single:not(.ant-select-customize-input) .ant-select-selector{border-radius:var(--radius)!important;border:1px solid var(--border)!important;background:var(--surface)!important;box-sizing:border-box!important;align-items:center!important;height:38px!important;min-height:38px!important;padding:0 12px!important;display:flex!important}.combo .ant-select:hover .ant-select-selector{border-color:var(--accent)!important}.combo .ant-select-focused .ant-select-selector{border-color:var(--accent)!important;box-shadow:0 0 0 2px #0e749026!important}.combo .ant-select-selection-item,.combo .ant-select-selection-placeholder,.combo .ant-select-single .ant-select-selector .ant-select-selection-item,.combo .ant-select-single .ant-select-selector .ant-select-selection-placeholder{align-items:center!important;height:36px!important;margin:auto 0!important;padding:0!important;font-size:13.5px!important;line-height:36px!important;display:flex!important;top:0!important;bottom:0!important}.combo .ant-select-arrow{margin-top:0!important;top:50%!important;right:12px!important;transform:translateY(-50%)!important}.combo-row .btn-ui{flex-shrink:0;justify-content:center!important;align-items:center!important;height:38px!important;padding:0 16px!important;line-height:38px!important;display:inline-flex!important}.empty-state-box{text-align:center;color:var(--text-muted);background:var(--surface-muted);border-radius:var(--radius);border:1px dashed var(--border-strong);padding:26px 16px;font-size:13px}.empty-state-box a{color:var(--accent);cursor:pointer;font-weight:600;text-decoration:underline}.custom-table{border-collapse:collapse;width:100%;font-size:13px}.custom-table thead th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap;padding:8px 10px;font-size:12px;font-weight:600}.custom-table tbody td{border-bottom:1px solid var(--border);vertical-align:top;padding:12px 10px}.custom-table tbody tr:last-child td{border-bottom:none}.table-wrap{overflow-x:auto}.price{white-space:nowrap;font-weight:500}.doer{color:var(--text-secondary);font-size:12.5px}.doer a{color:var(--accent)}.result-placeholder{color:var(--text-muted);font-style:normal}.footer-bar{background:var(--surface);border-top:1px solid var(--border);border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:14px 20px;padding-bottom:calc(14px + env(safe-area-inset-bottom,0px));z-index:1000;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 16px -12px #00000040}.footer-status{color:var(--warning);align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.footer-status.valid{color:var(--success)}.footer-actions{gap:10px;display:flex}.exam-table .ant-table-thead>tr>th,.exam-table .ant-table-thead .ant-table-cell{background-color:var(--accent-soft,#e5f3f3)!important;color:var(--accent-dark,#0b5b72)!important;text-align:center!important;vertical-align:middle!important;border-bottom:1px solid #d0e7ea!important;border-left:1px solid #cbe4e8!important;padding:9px 10px!important;font-size:13px!important;font-weight:700!important}.exam-table .ant-table-thead>tr>th:first-child,.exam-table .ant-table-thead .ant-table-cell:first-child{border-left:none!important}.exam-table .ant-table-thead>tr>th:before{display:none!important}:root{--bg-page:#f3f6f8;--surface:#fff;--surface-muted:#f0f3f5;--border:#e3e8ec;--border-strong:#cbd3d9;--text-primary:#101828;--text-secondary:#64707d;--text-muted:#98a2ae;--accent:#0e7490;--accent-dark:#0b5b72;--accent-soft:#e5f3f3;--success:#15803d;--success-soft:#e9f7ee;--warning:#b45309;--warning-soft:#fdf3e1;--danger:#c0362c;--danger-soft:#fbebe9;--radius:10px;--radius-lg:14px}.billing-app-wrapper{background:var(--bg-page);color:var(--text-primary);-webkit-font-smoothing:antialiased;box-sizing:border-box;min-height:100vh;padding:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}.billing-app-layout{grid-template-columns:370px minmax(0,1fr);gap:16px;max-width:1560px;min-height:calc(100vh - 90px);margin:0 auto;display:grid}@media (width<=1024px){.billing-app-layout{grid-template-columns:1fr}}.billing-queue-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;height:calc(100vh - 90px);min-height:650px;display:flex;position:sticky;top:16px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.billing-queue-head{border-bottom:1px solid var(--border);background:var(--surface);padding:14px 16px 12px}.billing-queue-head-row{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.billing-queue-title{color:var(--text-primary);align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.billing-count-pill{background:var(--accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 7px;font-size:12px;font-weight:700;display:inline-flex}.billing-filter-pills{background:var(--surface-muted);border-radius:8px;gap:2px;margin-bottom:10px;padding:3px;display:flex}.billing-filter-pill-btn{text-align:center;cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:6px;flex:1;padding:5px 0;font-size:12.5px;font-weight:600;transition:all .15s}.billing-filter-pill-btn:hover{color:var(--text-primary)}.billing-filter-pill-btn.active{background:var(--surface);color:var(--accent);box-shadow:0 1px 3px #00000014}.billing-date-row{align-items:center;gap:8px;margin-bottom:10px;display:flex}.billing-search-box{position:relative}.billing-search-box input{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-muted);width:100%;height:36px;color:var(--text-primary);box-sizing:border-box;outline:none;padding:0 12px 0 34px;font-size:13px;transition:all .2s}.billing-search-box input:focus{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 2px #0e74901f}.billing-search-box .search-icon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.billing-queue-list{flex-direction:column;flex:1;gap:6px;padding:8px;display:flex;overflow-y:auto}.billing-queue-item{border-radius:var(--radius);cursor:pointer;text-align:left;box-sizing:border-box;background:0 0;border:1px solid #0000;align-items:flex-start;gap:10px;width:100%;padding:10px 12px;font-family:inherit;transition:all .15s;display:flex;position:relative}.billing-queue-item:hover{background:var(--surface-muted)}.billing-queue-item.active{background:var(--accent-soft);border-color:var(--accent)}.billing-avatar{background:var(--surface-muted);width:38px;height:38px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;transition:all .2s;display:flex}.billing-queue-item.active .billing-avatar{background:var(--accent);color:#fff}.billing-item-body{flex:1;min-width:0}.billing-item-top{justify-content:space-between;align-items:center;gap:6px;display:flex}.billing-item-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:600;overflow:hidden}.billing-item-meta{color:var(--text-muted);align-items:center;gap:6px;margin-top:2px;font-size:12px;display:flex}.billing-item-sub{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:4px;margin-top:4px;font-size:11.5px;display:flex}.badge{white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:4px;padding:2px 7px;font-size:11px;font-weight:600;display:inline-flex}.badge-done{background:var(--success-soft);color:var(--success)}.badge-pending{background:var(--warning-soft);color:var(--warning)}.badge-waiting{background:var(--surface-muted);color:var(--text-secondary)}.badge-dot{background:currentColor;border-radius:50%;width:6px;height:6px}.billing-workspace{flex-direction:column;gap:14px;min-width:0;padding-bottom:84px;display:flex}.card-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px 20px;box-shadow:0 1px 3px #0000000a}.billing-patient-card{flex-direction:column;gap:14px;display:flex}.billing-patient-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.billing-patient-id-row{align-items:center;gap:14px;display:flex}.billing-avatar-lg{background:var(--accent-soft);width:48px;height:48px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.billing-patient-name{color:var(--text-primary);font-size:17px;font-weight:700}.billing-patient-sub{color:var(--text-secondary);margin-top:2px;font-size:12.5px}.billing-patient-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.fact-grid{border-top:1px solid var(--border);grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 20px;padding-top:14px;display:grid}@media (width<=760px){.fact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.fact-label{color:var(--text-muted);margin-bottom:2px;font-size:12px}.fact-value{color:var(--text-primary);font-size:13.5px;font-weight:600}.btn-ui{border-radius:var(--radius);cursor:pointer;border:1px solid var(--border-strong);background:var(--surface);height:36px;color:var(--text-primary);white-space:nowrap;box-sizing:border-box;align-items:center;gap:6px;padding:0 14px;font-family:inherit;font-size:13.5px;font-weight:600;transition:all .2s;display:inline-flex}.btn-ui:hover{background:var(--surface-muted)}.btn-ui-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-ui-primary:hover{background:var(--accent-dark)}.btn-ui-success{color:#fff;background:#15803d;border-color:#15803d}.btn-ui-success:hover{background:#166534}.btn-ui-sm{height:32px;padding:0 10px;font-size:12.5px}.billing-section-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.billing-section-title-row{align-items:center;gap:10px;display:flex}.billing-section-icon{background:var(--accent-soft);width:32px;height:32px;color:var(--accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;display:flex}.billing-section-title{color:var(--text-primary);font-size:15px;font-weight:700}.billing-section-hint{color:var(--text-muted);margin-top:1px;font-size:12px}.finance-cards-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}@media (width<=680px){.finance-cards-grid{grid-template-columns:1fr}}.finance-card{border-radius:var(--radius);border:1px solid var(--border);background:#fafbfb;flex-direction:column;justify-content:space-between;padding:12px 14px;display:flex}.finance-card.highlight{background:#fff5f5;border-color:#fca5a5}.finance-card-label{color:var(--text-secondary);margin-bottom:4px;font-size:12px;font-weight:500}.finance-card.highlight .finance-card-label{color:#b91c1c;font-weight:700}.finance-card-value{color:var(--text-primary);font-size:18px;font-weight:700}.finance-card.highlight .finance-card-value{color:#dc2626;font-size:20px}.billing-table{border:1px solid #d0e7ea!important;border-radius:8px!important;overflow:hidden!important}.billing-table .ant-table-thead>tr>th,.billing-table .ant-table-thead .ant-table-cell{background-color:var(--accent-soft,#e5f3f3)!important;color:var(--accent-dark,#0b5b72)!important;vertical-align:middle!important;border-bottom:1px solid #d0e7ea!important;border-left:1px solid #cbe4e8!important;padding:8px 10px!important;font-size:12.5px!important;font-weight:700!important}.billing-table .ant-table-thead>tr>th:first-child,.billing-table .ant-table-thead .ant-table-cell:first-child{border-left:none!important}.billing-table .ant-table-tbody>tr>td{padding:9px 10px!important;font-size:13px!important}.billing-footer-bar{background:var(--surface);border-top:1px solid var(--border);border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:12px 24px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));z-index:1000;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 16px -12px #0003}.billing-footer-info{align-items:center;gap:16px;display:flex}.billing-footer-amount-label{color:var(--text-secondary);font-size:13px}.billing-footer-amount-value{color:#dc2626;margin-left:6px;font-size:20px;font-weight:800}.billing-footer-actions{align-items:center;gap:10px;display:flex}html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2)format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2)format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2)format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2)format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2)format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2)format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2)format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-C4iEst2y.woff2)format("woff2"),url(/assets/inter-greek-ext-500-normal-2j5mBUwD.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-BIZE56-Y.woff2)format("woff2"),url(/assets/inter-greek-500-normal-Xzm54t5V.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2)format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2)format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2)format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal-Dfes3d0z.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-600-normal-Bcila6Z-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-CWCymEST.woff2)format("woff2"),url(/assets/inter-cyrillic-600-normal-4D_pXhcN.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal-DRtmH8MT.woff2)format("woff2"),url(/assets/inter-greek-ext-600-normal-B8X0CLgF.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal-plRanbMR.woff2)format("woff2"),url(/assets/inter-greek-600-normal-BZpKdvQh.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2)format("woff2"),url(/assets/inter-vietnamese-600-normal-BuLX-rYi.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2)format("woff2"),url(/assets/inter-latin-ext-600-normal-CIVaiw4L.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2)format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-ext-700-normal-BjwYoWNd.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-700-normal-LO58E6JB.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-normal-CjBOestx.woff2)format("woff2"),url(/assets/inter-cyrillic-700-normal-DrXBdSj3.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-ext-700-normal-qfdV9bQt.woff2)format("woff2"),url(/assets/inter-greek-ext-700-normal-BoQ6DsYi.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-700-normal-C3JjAnD8.woff2)format("woff2"),url(/assets/inter-greek-700-normal-BUv2fZ6O.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-vietnamese-700-normal-DlLaEgI2.woff2)format("woff2"),url(/assets/inter-vietnamese-700-normal-BZaoP0fm.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-ext-700-normal-Ca8adRJv.woff2)format("woff2"),url(/assets/inter-latin-ext-700-normal-TidjK2hL.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2)format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--app-font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*,:before,:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}body{color:#1e293b;letter-spacing:-.01em;background-color:#f1f5f9;margin:0;padding:0;overflow-x:hidden;font-family:var(--app-font-family)!important}button,input,select,textarea,.ant-typography,.ant-btn,.ant-input,.ant-select,.ant-modal,.ant-dropdown,.ant-menu,.ant-table,.ant-tabs,.ant-tag,.ant-card,.ant-badge,.ant-form,.ant-statistic,.ant-picker{font-family:var(--app-font-family)!important}.hide-modal-scrollbar,.hide-modal-scrollbar .ant-modal-content,.hide-modal-scrollbar .ant-modal-body{scrollbar-width:none!important;-ms-overflow-style:none!important;overflow:hidden!important}.hide-modal-scrollbar::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.hide-modal-scrollbar .ant-modal-content::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.hide-modal-scrollbar .ant-modal-body::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.desktop-header-menu{background:0 0!important;border-bottom:none!important;align-items:center!important;height:60px!important;display:flex!important}.desktop-header-menu:after,.desktop-header-menu .ant-menu-item:after,.desktop-header-menu .ant-menu-submenu:after{border-bottom:none!important;display:none!important}.desktop-header-menu .ant-menu-item,.desktop-header-menu .ant-menu-submenu .ant-menu-submenu-title{color:#334155!important;border:1px solid #0000!important;border-radius:8px!important;align-items:center!important;height:40px!important;margin:0 4px!important;padding:0 16px!important;font-size:14.5px!important;font-weight:600!important;line-height:40px!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;display:flex!important}.desktop-header-menu .ant-menu-item-selected,.desktop-header-menu .ant-menu-submenu-selected .ant-menu-submenu-title{color:#0958d9!important;background-color:#e6f4ff!important;border:1px solid #bae0ff!important;font-weight:700!important;box-shadow:0 1px 2px #0958d914!important}.desktop-header-menu .ant-menu-item:hover,.desktop-header-menu .ant-menu-submenu:hover .ant-menu-submenu-title{color:#0f172a!important;background-color:#f1f5f9!important}.desktop-header-menu .ant-menu-item .ant-menu-item-icon,.desktop-header-menu .ant-menu-submenu .ant-menu-item-icon{margin-right:8px!important;font-size:16px!important}.ant-menu-submenu-popup{padding:4px 0!important}.ant-menu-submenu-popup .ant-menu{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;min-width:260px!important;padding:6px!important;box-shadow:0 12px 28px -4px #0f172a24,0 4px 12px -2px #0f172a14!important}.ant-menu-submenu-popup .ant-menu-item{color:#334155!important;border-radius:8px!important;align-items:center!important;height:40px!important;margin:3px 0!important;padding:0 14px!important;font-size:14px!important;font-weight:550!important;line-height:40px!important;transition:all .15s!important;display:flex!important}.ant-menu-submenu-popup .ant-menu-item:hover{color:#1677ff!important;background-color:#eff6ff!important;font-weight:600!important}.ant-menu-submenu-popup .ant-menu-item-selected{color:#0958d9!important;background-color:#e6f4ff!important;font-weight:700!important}.ant-menu-submenu-popup .ant-menu-item .ant-menu-item-icon{margin-right:10px!important;font-size:16px!important}.ant-tabs-nav{margin-bottom:16px!important}.ant-tabs-tab{padding:10px 16px!important;font-size:14px!important;font-weight:600!important;transition:all .2s!important}.ant-tabs-tab-active .ant-tabs-tab-btn{color:#1677ff!important;font-weight:700!important}.ant-table{border-radius:10px!important;font-size:13.5px!important;overflow:hidden!important}.ant-table-thead>tr>th{color:#334155!important;background-color:#f8fafc!important;border-bottom:1px solid #e2e8f0!important;padding:12px 14px!important;font-size:13.5px!important;font-weight:650!important}.ant-table-tbody>tr>td{color:#1e293b!important;border-bottom:1px solid #f1f5f9!important;padding:12px 14px!important}.ant-table-tbody>tr:hover>td{background-color:#f8fafc!important}.ant-card{box-shadow:0 1px 3px #0000000d,0 1px 2px -1px #0000000d;border:1px solid #e2e8f0!important;border-radius:10px!important}.ant-card-head-title{color:#0f172a!important;font-size:15px!important;font-weight:700!important}.ant-btn{box-shadow:none!important;letter-spacing:-.01em!important;border-radius:7px!important;font-weight:600!important}.ant-btn-primary{box-shadow:0 2px 4px #1677ff33!important}.ant-input,.ant-input-number,.ant-select-selector,.ant-picker{border-radius:8px!important;font-size:14px!important}.ant-form-item-label>label{color:#334155!important;font-size:13.5px!important;font-weight:650!important}.reception-form .ant-input,.reception-form .ant-input-affix-wrapper,.reception-form .ant-input-number,.reception-form .ant-select-selector,.reception-form .ant-picker{color:#0f172a!important;border-color:#cbd5e1!important;border-radius:6px!important;height:34px!important;min-height:34px!important;padding:2px 10px!important;font-size:13.5px!important;font-weight:500!important}.reception-form .ant-input-affix-wrapper .ant-input{background:0 0!important;border:none!important;height:auto!important;min-height:auto!important;padding:0!important;font-size:13.5px!important}.reception-form textarea.ant-input{height:auto!important;min-height:34px!important}.reception-form .ant-input-number-input{height:32px!important;font-size:13.5px!important;font-weight:500!important}.reception-form .ant-select-single .ant-select-selector .ant-select-selection-item,.reception-form .ant-select-single .ant-select-selector .ant-select-selection-placeholder{font-size:13.5px!important;line-height:30px!important}.reception-form .ant-input::placeholder,.reception-form .ant-select-selection-placeholder{color:#94a3b8!important;font-size:13px!important;font-weight:400!important}.reception-form .ant-input:focus,.reception-form .ant-input-focused,.reception-form .ant-select-focused .ant-select-selector,.reception-form .ant-picker-focused,.reception-form .ant-input-number-focused{border-color:#1677ff!important;box-shadow:0 0 0 3px #1677ff26!important}.reception-form .ant-form-item{margin-bottom:14px!important}.reception-form .ant-form-item-label{padding-bottom:4px!important}.reception-form .ant-form-item-label>label{color:#1e293b!important;height:auto!important;font-size:13.5px!important;font-weight:650!important}.reception-form .ant-checkbox-wrapper{color:#1e293b!important;font-size:14px!important;font-weight:550!important}.exam-container{font-family:var(--app-font-family)!important}.exam-container .ant-card{border:1px solid #e2e8f0!important;border-radius:10px!important;box-shadow:0 1px 3px #0f172a0f!important}.exam-container .ant-card-head{background-color:#f8fafc!important;border-bottom:1px solid #e2e8f0!important;min-height:42px!important;padding:0 14px!important}.exam-container .ant-card-head-title{color:#0f172a!important;padding:8px 0!important;font-size:14px!important;font-weight:700!important}.exam-queue-card{border:1px solid #e2e8f0!important;border-radius:10px!important}.exam-queue-item{cursor:pointer!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:8px!important;margin-bottom:8px!important;padding:10px 12px!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important}.exam-queue-item:hover{background-color:#f0f7ff!important;border-color:#bae0ff!important}.exam-queue-item.selected{background-color:#e6f4ff!important;border:1.5px solid #1677ff!important;box-shadow:0 2px 6px #1677ff1f!important}.exam-container .ant-form-item-label>label{color:#334155!important;height:auto!important;font-size:13.5px!important;font-weight:600!important}.exam-container .ant-input,.exam-container .ant-input-number,.exam-container .ant-select-selector{color:#0f172a!important;border-color:#cbd5e1!important;border-radius:6px!important;font-size:13.5px!important;font-weight:500!important}.exam-container .ant-input-number-input{color:#0f172a!important;font-size:13.5px!important;font-weight:600!important}.exam-table{border:1px solid #d0e7ea!important;border-radius:8px!important;overflow:hidden!important}.exam-table .ant-table-thead>tr>th{color:#0b5b72!important;text-align:center!important;vertical-align:middle!important;background-color:#e5f3f3!important;border-bottom:1px solid #d0e7ea!important;border-left:1px solid #cbe4e8!important;padding:9px 10px!important;font-size:13px!important;font-weight:700!important}.exam-table .ant-table-thead>tr>th:first-child{border-left:none!important}.exam-table .ant-table-tbody>tr>td{color:#0f172a!important;vertical-align:middle!important;border-bottom:1px solid #f1f5f9!important;border-left:1px solid #eef4f6!important;padding:8px 10px!important;font-size:13.5px!important;font-weight:550!important}.exam-table .ant-table-tbody>tr>td:first-child{border-left:none!important}.exam-table .ant-table-tbody>tr{cursor:pointer!important}.exam-table .ant-table-tbody>tr:hover>td{background-color:#f2f9f9!important}.exam-patient-info-box{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:8px!important;padding:12px 16px!important}.exam-info-item{align-items:center!important;gap:6px!important;margin-bottom:6px!important;display:flex!important}.exam-info-label{color:#475569!important;white-space:nowrap!important;font-size:13px!important;font-weight:600!important}.exam-info-value{color:#0f172a!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:13.5px!important;font-weight:600!important;overflow:hidden!important}.admin-table{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:8px!important;overflow:hidden!important}.admin-table .ant-table-header{z-index:3!important;background-color:#1677ff!important;position:sticky!important;top:0!important}.admin-table .ant-table-thead>tr>th,.admin-table .ant-table-thead .ant-table-cell{color:#fff!important;text-align:center!important;white-space:nowrap!important;background-color:#1677ff!important;border-bottom:2px solid #0958d9!important;border-left:1px solid #ffffff40!important;padding:10px 12px!important;font-size:13.5px!important;font-weight:700!important}.admin-table .ant-table-thead>tr>th:first-child,.admin-table .ant-table-thead .ant-table-cell:first-child{border-left:none!important}.admin-table .ant-table-thead th .ant-table-column-sorters,.admin-table .ant-table-thead th .ant-table-column-sorter,.admin-table .ant-table-thead th .ant-table-filter-trigger{color:#fff!important}.admin-table .ant-table-thead th.ant-table-column-has-actions.ant-table-column-sort:hover,.admin-table .ant-table-thead th:hover{background-color:#0958d9!important}.admin-table .ant-table-tbody>tr>td{vertical-align:middle!important;border-bottom:1px solid #f1f5f9!important;border-left:1px solid #e2e8f0!important;padding:9px 12px!important;font-size:13.5px!important}.admin-table .ant-table-tbody>tr>td:first-child{border-left:none!important}.admin-table .ant-table-tbody>tr{cursor:pointer!important}.admin-table .ant-table-tbody>tr:hover>td{background-color:#f0f7ff!important}.admin-table .ant-table-pagination.ant-pagination{z-index:4!important;background:#fff!important;border-top:1px solid #e2e8f0!important;margin:0!important;padding:10px 16px!important;position:sticky!important;bottom:0!important;box-shadow:0 -2px 8px #0000000a!important}
