:root{--bg:#f5f7fb;--card:#fff;--text:#172033;--muted:#6b7280;--line:#e5e7eb;--primary:#2457d6;--primary2:#1e4ab8;--success:#157347;--danger:#b42318;--warning:#9a6700;--info:#0f628c;--sidebar:#111827;--sidebarText:#cbd5e1;--radius:16px;--shadow:0 8px 24px rgba(15,23,42,.06)}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);background:var(--bg)}a{color:var(--primary);text-decoration:none}button,input,select{font:inherit}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:var(--sidebar);color:#fff;padding:22px 16px;display:flex;flex-direction:column;z-index:20}.brand{display:flex;gap:12px;align-items:center;color:#fff;padding:0 6px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.brand span:last-child{display:flex;flex-direction:column;min-width:0}.brand strong{font-size:14px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand small{color:#94a3b8;margin-top:2px}.brand-mark{width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,#2f6bf2,#6d8df7);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:22px;box-shadow:0 10px 24px rgba(36,87,214,.25);margin:0 auto 18px}.brand-mark.small{width:42px;height:42px;border-radius:13px;font-size:16px;margin:0;flex:0 0 auto}.sidebar nav{display:flex;flex-direction:column;gap:5px;padding-top:18px}.sidebar nav a{color:var(--sidebarText);padding:11px 13px;border-radius:10px;font-size:14px}.sidebar nav a:hover,.sidebar nav a.active{background:rgba(255,255,255,.1);color:#fff}.sidebar-bottom{margin-top:auto;padding:16px 8px 4px;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:6px;color:#94a3b8}.sidebar-bottom a{color:#fca5a5;margin-top:8px}.content{margin-left:250px;padding:24px 30px 50px;max-width:1700px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.topbar h1{margin:0;font-size:27px;letter-spacing:-.02em}.topbar p{margin:4px 0 0;color:var(--muted);font-size:14px}.user-chip{background:#fff;border:1px solid var(--line);padding:9px 13px;border-radius:999px;font-size:13px;box-shadow:var(--shadow)}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px;margin-bottom:20px}.card.narrow{max-width:900px}.card-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:16px}.card-head h2,.route-block h3{margin:0;font-size:17px}.card-head p{margin:3px 0 0;color:var(--muted)}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px}.kpi-grid.compact{margin-bottom:20px}.kpi{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)}.kpi span{display:block;color:var(--muted);font-size:13px}.kpi strong{display:block;margin-top:7px;font-size:26px;letter-spacing:-.03em}.kpi strong.small-value{font-size:18px}.kpi small{display:block;color:#8b94a4;margin-top:5px}.grid{display:grid;gap:20px}.two-col{grid-template-columns:1.3fr .7fr}.quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.action-card{border:1px solid var(--line);border-radius:13px;padding:16px;display:flex;flex-direction:column;gap:4px;background:#fbfcff}.action-card:hover{border-color:#b7c7f3;background:#f6f8ff}.action-card strong{color:var(--text)}.action-card span{color:var(--muted);font-size:13px}.toolbar{display:flex;justify-content:space-between;gap:14px;margin-bottom:16px}.search{display:flex;gap:8px;flex:1;max-width:700px}.search.large{max-width:none}.search input{flex:1}.form-grid{display:grid;gap:15px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.span-2{grid-column:span 2}.span-3{grid-column:span 3}.stack{display:flex;flex-direction:column;gap:14px}.section-title{font-weight:800;color:#334155;margin-top:4px;padding-bottom:7px;border-bottom:1px solid var(--line)}label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:650;color:#374151}input,select{width:100%;border:1px solid #d7dce5;border-radius:10px;padding:10px 11px;background:#fff;color:var(--text);outline:none}input:focus,select:focus{border-color:#91aaf0;box-shadow:0 0 0 3px rgba(36,87,214,.08)}.form-actions{display:flex;gap:9px;margin-top:2px}.btn{border:0;border-radius:10px;padding:10px 14px;font-weight:700;font-size:13px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none}.btn.primary{background:var(--primary);color:#fff}.btn.primary:hover{background:var(--primary2)}.btn.secondary{background:#eef3ff;color:#1f4bb8}.btn.ghost{background:#fff;color:#475569;border:1px solid var(--line)}.btn.small{padding:7px 10px;font-size:12px}.btn.wide{width:100%}.table-wrap{width:100%;overflow:auto}table{width:100%;border-collapse:collapse;font-size:13px}th{color:#667085;text-align:left;font-weight:700;background:#fafbfc;border-bottom:1px solid var(--line);padding:10px 11px;white-space:nowrap}td{padding:11px;border-bottom:1px solid #edf0f4;vertical-align:middle}tr:last-child td{border-bottom:0}.right{text-align:right}.strong{font-weight:750;color:var(--text)}.empty{text-align:center;color:var(--muted);padding:28px!important}.muted{color:var(--muted)}.tiny{font-size:12px}.alert{padding:12px 14px;border-radius:11px;margin-bottom:15px;border:1px solid}.alert.success{background:#edf9f2;border-color:#ccebd8;color:#13663f}.alert.danger{background:#fff1f0;border-color:#f4c7c4;color:#9e251c}.alert.warning{background:#fff8e6;border-color:#f1dc9b;color:#795400}.badge{display:inline-block;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap}.badge-success{background:#e8f7ef;color:#11643d}.badge-danger{background:#fff0ef;color:#9e251c}.badge-warning{background:#fff6df;color:#8b5e00}.badge-info{background:#eaf7fd;color:#0d648e}.badge-muted{background:#f0f2f5;color:#667085}.notice{padding:12px 14px;border-radius:11px;background:#f5f8ff;border:1px solid #dce5fb;color:#3e4f75;font-size:13px;margin:12px 0 16px}.profile-head{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#1d2850,#243b79);color:#fff;border-radius:18px;padding:22px 24px;margin-bottom:18px;box-shadow:var(--shadow)}.profile-head h2{margin:3px 0;font-size:26px}.profile-head p{margin:0;color:#d8e2ff}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:800;color:#9db6ff}.pill{background:#eef3ff;color:#1f4bb8;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.payment-card .row-muted{opacity:.62}.old-due-row{background:#fff9eb}.payment-footer{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-top:18px}.payment-footer>.form-grid{flex:1}.payment-total{text-align:right;min-width:220px}.payment-total span{display:block;color:var(--muted);font-size:12px}.payment-total strong{display:block;font-size:24px;margin:4px 0 10px}.route-block{padding:15px 0;border-bottom:1px solid var(--line)}.route-block:last-child{border-bottom:0}.route-block h3{display:flex;justify-content:space-between}.route-block h3 span{font-size:12px;color:var(--muted);font-weight:600}.stop-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:12px}.stop-chips>div{border:1px solid var(--line);background:#fafbfc;border-radius:10px;padding:8px 10px;display:flex;gap:8px}.stop-chips span{color:var(--muted)}.import-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center}.import-hero h2{font-size:24px;margin:4px 0 8px}.import-hero p{color:var(--muted);line-height:1.6}.upload-box{border:2px dashed #c9d4ee;border-radius:14px;background:#f9fbff;padding:20px;display:flex;flex-direction:column;gap:12px}.confirm-import{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px;border:1px solid #cfe0cc;background:#f5fbf4;border-radius:12px}.confirm-import div{display:flex;flex-direction:column}.confirm-import span{color:var(--muted);font-size:12px;margin-top:3px}details{margin-top:16px}summary{cursor:pointer;font-weight:700;color:#40506a}.search-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}.search-results a{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:11px;padding:11px;color:var(--text)}.search-results a span{color:var(--muted);font-size:12px;margin-top:2px}.receipt-actions{max-width:850px;margin:0 auto 14px;display:flex;justify-content:space-between}.receipt-sheet{max-width:850px;margin:0 auto;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:32px;border-radius:12px}.receipt-title{display:flex;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:2px solid #263b73}.receipt-title h1{font-size:23px;margin:0}.receipt-title p{color:var(--muted);margin:5px 0 0}.receipt-title>div:last-child{text-align:right}.receipt-title>div:last-child strong{display:block;font-size:14px}.receipt-title>div:last-child span{display:block;color:var(--muted);font-size:12px;margin-top:4px}.receipt-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:20px 0}.receipt-meta div{border:1px solid var(--line);border-radius:9px;padding:10px}.receipt-meta span,.signature-row span{display:block;color:var(--muted);font-size:11px;margin-bottom:3px}.receipt-table .grand td{font-size:16px;font-weight:800;border-top:2px solid #263b73}.receipt-note{margin-top:15px;padding:10px;background:#fafafa;border-radius:8px}.signature-row{display:flex;justify-content:space-between;gap:30px;margin-top:34px}.signature-row>div{min-width:200px}.receipt-footer{text-align:center;color:var(--muted);font-size:11px;margin-top:30px;padding-top:12px;border-top:1px dashed #cfd5df}.login-body,.install-body{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 10% 10%,#e9efff,transparent 35%),#f7f8fb}.login-card,.install-card{width:min(460px,100%);background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:0 20px 55px rgba(15,23,42,.12);text-align:center}.install-card{width:min(860px,100%);text-align:left}.install-card>.brand-mark{margin-left:auto;margin-right:auto}.login-card h1,.install-card h1{text-align:center;margin:0 0 4px}.login-card>p,.install-card>p{text-align:center}.login-card .stack{text-align:left;margin-top:20px}.login-card .tiny{text-align:center;margin-top:16px}.install-card .form-grid{text-align:left;margin-top:22px}code{background:#f2f4f7;padding:3px 6px;border-radius:6px;color:#384152}.receipt-sheet,.receipt-sheet *{print-color-adjust:exact;-webkit-print-color-adjust:exact}
@media(max-width:1000px){.sidebar{position:static;width:100%;height:auto}.sidebar nav{display:grid;grid-template-columns:repeat(4,1fr)}.sidebar-bottom{display:none}.content{margin-left:0;padding:20px}.kpi-grid{grid-template-columns:repeat(2,1fr)}.two-col,.import-hero{grid-template-columns:1fr}.form-grid.three{grid-template-columns:repeat(2,1fr)}.span-3{grid-column:span 2}}
@media(max-width:650px){.content{padding:14px}.sidebar nav{grid-template-columns:repeat(2,1fr)}.kpi-grid{grid-template-columns:1fr 1fr}.quick-actions,.search-results,.receipt-meta{grid-template-columns:1fr}.form-grid.two,.form-grid.three{grid-template-columns:1fr}.span-2,.span-3{grid-column:span 1}.toolbar,.payment-footer,.confirm-import{flex-direction:column;align-items:stretch}.payment-total{text-align:left}.profile-head{align-items:flex-start;gap:14px;flex-direction:column}.receipt-sheet{padding:18px}.receipt-title{flex-direction:column}.receipt-title>div:last-child{text-align:left}.signature-row{flex-direction:column}}
@media print{body{background:#fff}.no-print,.sidebar,.topbar,.alert{display:none!important}.content{margin:0;padding:0}.receipt-sheet{box-shadow:none;border:0;max-width:none;border-radius:0;padding:10mm}.app-shell{min-height:auto}.receipt-title h1{font-size:20px}.card{box-shadow:none}.receipt-actions{display:none!important}@page{size:A5 portrait;margin:8mm}}

/* v0.2.0: user tools, Nepali date picker and pre-printed A5 receipt */
.inline-form{display:flex;gap:7px;align-items:center}.inline-form input{min-width:120px;padding:7px 9px}.receipt-action-group{display:flex;gap:12px;align-items:center}.pending-kpi strong{font-size:25px}.preprint-preview{max-width:760px;margin:0 auto}.preprinted-a5{width:148mm;height:210mm;margin:0 auto 24px;background:#fff;position:relative;box-shadow:0 10px 35px rgba(15,23,42,.12);border:1px dashed #cbd5e1;overflow:hidden;color:#111;font-family:Arial,Helvetica,sans-serif}.receipt-overlay{position:absolute;inset:0;transform:translate(var(--receipt-offset-x,0mm),var(--receipt-offset-y,0mm));transform-origin:top left}.rp{position:absolute;line-height:1.08;white-space:nowrap;color:#111;font-size:3.15mm;font-weight:500}.payment-title{top:8.5mm;left:59mm;font-size:5.2mm;letter-spacing:.2mm}.bill-label{top:18.5mm;left:40mm;font-size:2.9mm}.bill-value{top:23mm;left:41mm;font-size:3.4mm}.date-label{top:18.5mm;left:78mm;font-size:2.9mm}.date-value{top:23mm;left:78mm;font-size:3.4mm}.pan-label{top:18.5mm;left:108mm;font-size:2.9mm}.pan-value{top:23mm;left:108mm;font-size:3.2mm;letter-spacing:1.5mm}.student-label{top:31mm;left:12mm;font-weight:700}.student-value{top:31mm;left:43mm;font-size:3.35mm}.grade-label{top:38mm;left:108mm;font-weight:700}.grade-value{top:38mm;left:126mm;font-size:3.2mm}.fee-title{top:47mm;left:64mm;font-size:4mm;font-weight:700}.sn-head{top:55.8mm;left:15mm;font-weight:700}.heading-head{top:55.8mm;left:54mm;font-weight:700}.times-head{top:55.8mm;left:103mm;font-weight:700}.amount-head{top:55.8mm;left:121mm;font-weight:700}.row1-sn{top:67mm;left:18mm}.row1-heading{top:67mm;left:31mm;font-size:3.7mm}.row1-times{top:67mm;left:108mm;font-size:3.7mm}.row1-amount{top:67mm;right:9mm;font-size:3.7mm}.row2-sn{top:75mm;left:18mm}.row2-heading{top:75mm;left:31mm;font-size:3.4mm}.row2-times{top:75mm;left:108mm}.row2-amount{top:75mm;right:9mm}.remarks-label{top:139mm;left:16mm;font-size:3.1mm}.remarks-value{top:145mm;left:16mm;font-size:3.2mm}.words-label{top:153mm;left:16mm;font-size:3.1mm}.words-value{top:159mm;left:16mm;font-size:3.0mm;white-space:normal;width:74mm;line-height:1.25}.subtotal-label{top:139mm;left:98mm}.subtotal-value{top:139mm;right:8mm}.discount-label{top:146mm;left:102mm}.discount-value{top:146mm;right:8mm}.total-label{top:153mm;left:108mm}.total-value{top:153mm;right:8mm}.advded-label{top:160mm;left:95mm}.advded-value{top:160mm;right:8mm}.paid-label{top:167mm;left:109mm}.paid-value{top:167mm;right:8mm;font-weight:700}.advance-label{top:174mm;left:104mm}.advance-value{top:174mm;right:8mm}.received-by{top:190mm;left:105mm;font-size:2.7mm}.accountant-label{top:196mm;left:116mm;font-size:3.1mm}.bs-date-wrap{position:relative;display:block}.bs-date-wrap input{padding-right:40px;cursor:pointer;background:#fff}.bs-date-button{position:absolute;right:5px;top:5px;width:30px;height:30px;border:0;border-radius:7px;background:#eef3ff;color:#234fc0;cursor:pointer;font-size:15px}.bs-picker{position:absolute;z-index:1200;width:310px;background:#fff;border:1px solid #d9deea;border-radius:14px;box-shadow:0 18px 45px rgba(15,23,42,.18);padding:12px;margin-top:5px}.bs-picker-head{display:grid;grid-template-columns:1fr 1.4fr;gap:8px;margin-bottom:9px}.bs-picker-head select{padding:7px 8px}.bs-week,.bs-days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.bs-week span{text-align:center;font-size:10px;color:#7b8495;font-weight:800;padding:4px 0}.bs-day,.bs-empty{height:34px;display:grid;place-items:center;border-radius:8px;font-size:12px}.bs-day{border:0;background:#f8fafc;cursor:pointer;color:#243147}.bs-day:hover{background:#e8efff}.bs-day.today{outline:2px solid #8eabf7}.bs-day.selected{background:#2457d6;color:#fff}.bs-picker-foot{display:flex;justify-content:space-between;gap:8px;margin-top:9px}.bs-picker-foot button{border:0;background:#eef3ff;color:#234fc0;padding:7px 9px;border-radius:8px;font-size:11px;font-weight:700;cursor:pointer}
@media(max-width:650px){.receipt-action-group{align-items:stretch;flex-direction:column}.preprinted-a5{transform:scale(.82);transform-origin:top left;margin-bottom:-30mm}.inline-form{flex-direction:column;align-items:stretch}.bs-picker{position:fixed;left:10px!important;right:10px;width:auto;top:auto!important;bottom:10px}}
@media print{html,body{width:148mm;height:210mm;margin:0!important;padding:0!important;background:transparent!important}.app-shell,.content{width:148mm!important;height:210mm!important;margin:0!important;padding:0!important}.content>*:not(.preprinted-a5){display:none!important}.preprinted-a5{display:block!important;width:148mm!important;height:210mm!important;margin:0!important;padding:0!important;border:0!important;box-shadow:none!important;background:transparent!important;overflow:hidden!important}.receipt-overlay{transform:translate(var(--receipt-offset-x,0mm),var(--receipt-offset-y,0mm))!important}.rp{color:#000!important;background:transparent!important}.no-print{display:none!important}@page{size:A5 portrait;margin:0}}

/* v0.2.1: boxed A5 receipt refinement */
textarea{font:inherit;width:100%;border:1px solid #d7dce5;border-radius:10px;padding:10px 11px;background:#fff;color:var(--text);outline:none;resize:vertical}textarea:focus{border-color:#91aaf0;box-shadow:0 0 0 3px rgba(36,87,214,.08)}
.receipt-mode-form{margin:0}.receipt-mode-form label{display:flex;flex-direction:row;align-items:center;gap:8px;white-space:nowrap}.receipt-mode-form select{width:auto;min-width:185px;padding:8px 9px}
.boxed-receipt{font-family:Arial,Helvetica,sans-serif;color:#000}.boxed-receipt .receipt-overlay{font-size:3mm}.receipt-outer-box{position:absolute;left:5mm;top:5mm;width:138mm;height:199mm;border:.32mm solid #000}.boxed-receipt .payment-title{top:8mm;left:52mm;width:62mm;text-align:center;font-size:5.2mm;font-weight:500;letter-spacing:.15mm}
.receipt-meta-box{position:absolute;left:53mm;top:17mm;width:89mm;height:16mm;border:.28mm solid #000;display:grid;grid-template-columns:1fr 1fr 1.2fr;background:transparent}.receipt-meta-cell{padding:2mm 2.2mm;display:flex;flex-direction:column;justify-content:center;gap:1.2mm;font-size:2.7mm}.receipt-meta-cell+.receipt-meta-cell{border-left:.28mm solid #000}.receipt-meta-cell span{font-weight:500}.receipt-meta-cell strong{font-size:3.15mm;font-weight:500}.receipt-meta-cell .pan-number{letter-spacing:1mm;font-size:2.9mm}
.receipt-student-box{position:absolute;left:5mm;top:34mm;width:138mm;height:12mm;border-top:.28mm solid #000;border-bottom:.28mm solid #000;display:grid;grid-template-columns:minmax(0,1fr) 45mm;align-items:center}.student-inline,.grade-inline{height:100%;display:flex;align-items:center;gap:1.6mm;padding:0 4mm;font-size:3.15mm;white-space:nowrap;overflow:hidden}.student-inline span,.grade-inline span{font-weight:500;overflow:hidden;text-overflow:ellipsis}.grade-inline{border-left:.28mm solid #000;padding-left:3mm}.student-inline strong,.grade-inline strong{font-size:3mm}
.receipt-fee-title-box{position:absolute;left:5mm;top:46mm;width:138mm;height:9mm;display:flex;align-items:center;justify-content:center;border-bottom:.28mm solid #000;font-size:4mm;font-weight:700}
.receipt-fee-box{position:absolute;left:5mm;top:55mm;width:138mm;height:80mm;border-bottom:.28mm solid #000}.receipt-fee-head{height:10mm;display:grid;grid-template-columns:17mm 78mm 18mm 25mm;align-items:center;text-align:center;border-bottom:.28mm solid #000;font-size:3mm}.receipt-fee-head>*{height:100%;display:flex;align-items:center;justify-content:center}.receipt-fee-head>*+*{border-left:.28mm solid #000}.receipt-fee-body{position:relative;height:70mm;background:linear-gradient(to right,transparent 16.86mm,#000 16.86mm,#000 17.14mm,transparent 17.14mm,transparent 94.86mm,#000 94.86mm,#000 95.14mm,transparent 95.14mm,transparent 112.86mm,#000 112.86mm,#000 113.14mm,transparent 113.14mm)}.receipt-fee-row{display:grid;grid-template-columns:17mm 78mm 18mm 25mm;height:5.2mm;align-items:center;text-align:center;font-size:3.05mm}.receipt-fee-row span:nth-child(2){text-align:left;padding-left:5mm;font-size:3.25mm}.receipt-fee-row span:nth-child(4){text-align:right;padding-right:4mm}
.receipt-bottom-box{position:absolute;left:5mm;top:135mm;width:138mm;height:48mm;border-bottom:.28mm solid #000;display:grid;grid-template-columns:88mm 50mm}.receipt-bottom-left{border-right:.28mm solid #000;display:grid;grid-template-rows:22mm 26mm}.receipt-remarks-box,.receipt-words-box{padding:3mm 4mm;font-size:3mm}.receipt-remarks-box{border-bottom:.28mm solid #000}.receipt-remarks-box strong,.receipt-words-box strong{display:block;margin-bottom:2mm;font-weight:500}.receipt-remarks-box div{white-space:pre-wrap;line-height:1.25;max-height:11mm;overflow:hidden}.receipt-words-box div{line-height:1.35;font-size:2.9mm}.receipt-totals-box{display:grid;grid-template-rows:repeat(6,8mm);font-size:3mm}.receipt-totals-box>div{display:grid;grid-template-columns:29mm 21mm;align-items:center;border-bottom:.28mm solid #000}.receipt-totals-box>div:last-child{border-bottom:0}.receipt-totals-box span{text-align:right;padding-right:3mm}.receipt-totals-box strong{text-align:right;padding-right:4mm;font-weight:500}.receipt-totals-box .receipt-balance-row strong,.receipt-totals-box>div:nth-child(5) strong{font-weight:700}
.receipt-signature-box{position:absolute;left:5mm;top:183mm;width:138mm;height:21mm;display:flex;align-items:flex-end;justify-content:flex-end;padding:0 10mm 4mm 0;font-size:3.1mm}.receipt-signature-box span{min-width:28mm;text-align:center;border-top:.28mm solid #000;padding-top:2mm}
@media(max-width:650px){.receipt-mode-form label{align-items:stretch;flex-direction:column}.receipt-mode-form select{width:100%}}
@media print{.boxed-receipt .receipt-outer-box,.boxed-receipt .receipt-meta-box,.boxed-receipt .receipt-meta-cell+.receipt-meta-cell,.boxed-receipt .receipt-student-box,.boxed-receipt .grade-inline,.boxed-receipt .receipt-fee-title-box,.boxed-receipt .receipt-fee-box,.boxed-receipt .receipt-fee-head,.boxed-receipt .receipt-fee-head>*+*,.boxed-receipt .receipt-bottom-box,.boxed-receipt .receipt-bottom-left,.boxed-receipt .receipt-remarks-box,.boxed-receipt .receipt-totals-box>div,.boxed-receipt .receipt-signature-box span{border-color:#000!important}}
