.excel-report{display:block;padding:4px 0}.excel-report__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:16px;column-gap:16px;row-gap:16px;align-items:start}.excel-report__field{display:flex;flex-direction:column;gap:8px;width:100%;min-width:0}.excel-report__field--full{grid-column:1/-1}.excel-report__field .custom-select,.excel-report__field .custom-select .select,.excel-report__field .custom-select .v-select{display:block;width:100%!important;min-width:0!important;max-width:100%!important}.excel-report__field .custom-select label:empty{display:none}.excel-report__label{display:block;margin:0;font-size:.8125rem;font-weight:600;line-height:1.3;color:var(--text,#1f1a2e)}.excel-report__datepicker{width:100%;margin:0!important;z-index:5}.excel-report__datepicker.date-range-picker--block,.excel-report__datepicker .reportrange-text,.excel-report__datepicker .vue-daterange-picker{width:100%!important;max-width:100%;box-sizing:border-box}.excel-report .custom-select .vs__dropdown-toggle{height:40px!important;border-radius:10px;border-color:var(--line-strong,#cdd6e0);box-sizing:border-box}.excel-report__input{width:100%;height:40px;padding:0 12px;box-sizing:border-box;border:1px solid var(--line-strong,#cdd6e0);border-radius:10px;background:var(--surface,#fff);font-family:var(--font-sans,inherit);font-size:.9375rem;color:var(--text,#1f1a2e);outline:none;transition:border-color .15s ease,box-shadow .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.excel-report__input::-moz-placeholder{color:var(--muted-soft,#9a95a8)}.excel-report__input::placeholder{color:var(--muted-soft,#9a95a8)}.excel-report__input:focus{border-color:var(--accent-600,#6d54c7);box-shadow:0 0 0 3px rgba(109,84,199,.15)}.excel-report__success{display:flex;flex-direction:column;gap:12px;margin-top:16px;padding:14px 16px;border-radius:10px;background:rgba(46,125,50,.08);border:1px solid rgba(46,125,50,.18)}.excel-report__success-copy{display:flex;align-items:flex-start;gap:10px}.excel-report__success-copy .mdi{margin-top:2px;font-size:1.25rem;color:var(--success,#2e7d32)}.excel-report__success-copy strong{display:block;font-size:.875rem;color:var(--text,#1f1a2e)}.excel-report__success-copy p{margin:2px 0 0;font-size:.8125rem;color:var(--muted,#6b657a)}.excel-report__success-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.excel-report__download{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 14px;border-radius:8px;background:var(--grad-accent,var(--accent-600,#6d54c7));color:#fff!important;text-decoration:none;font-size:.8125rem;font-weight:600}.excel-report__download .mdi{font-size:1rem;color:#fff!important}.excel-report__dismiss{height:36px;padding:0 12px;border:0;border-radius:8px;background:transparent;color:var(--muted,#6b657a);font-size:.8125rem;font-weight:600;cursor:pointer}.excel-report__dismiss:hover{color:var(--text,#1f1a2e);background:var(--surface-2,#f4f3f8)}.excel-report__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.excel-report__btn{display:inline-flex;align-items:center;justify-content:center;min-width:120px;height:40px;padding:0 18px;border-radius:10px;font-family:var(--font-sans,inherit);font-size:.875rem;font-weight:600;line-height:1;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,opacity .15s ease}.excel-report__btn--secondary{border:1px solid var(--line-strong,#cdd6e0);background:#fff;color:var(--text,#1f1a2e)}.excel-report__btn--secondary:hover{background:var(--surface-2,#f4f3f8)}.excel-report__btn--primary{border:1px solid transparent;background:var(--grad-accent,var(--accent-600,#6d54c7));color:#fff;box-shadow:0 2px 8px rgba(109,84,199,.28)}.excel-report__btn--primary span{color:#fff!important;font-size:inherit!important;font-weight:inherit!important}.excel-report__btn--primary:hover:not(:disabled){box-shadow:0 4px 12px rgba(109,84,199,.34)}.excel-report__btn--primary:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.excel-report__loader{width:18px;height:18px;border:2px solid hsla(0,0%,100%,.45);border-top-color:#fff;border-radius:50%;animation:excel-report-spin .8s linear infinite}@keyframes excel-report-spin{to{transform:rotate(1turn)}}@media screen and (max-width:640px){.excel-report__grid{grid-template-columns:1fr}.excel-report__field--full{grid-column:auto}}#patinet-daily-report .report-heading{border-bottom:1px solid var(--line)}#patinet-daily-report .right-aligned-items{min-width:0}#patinet-daily-report .report-filters{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px;max-width:980px}#patinet-daily-report .report-filters>*{margin:0!important}#patinet-daily-report .report-filters .custom-select{min-width:170px}#patient--registrations{padding:18px 24px 24px}#patinet-daily-report .report-summary{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));gap:10px;margin-top:16px}#patinet-daily-report .report-summary .stats{display:block;padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface)}#patinet-daily-report .report-summary .stats__title{width:auto;margin-bottom:6px;color:var(--muted-soft);font-size:var(--fs-eyebrow);font-weight:700;letter-spacing:var(--tracking-eyebrow);line-height:1.2;text-transform:uppercase}#patinet-daily-report .report-summary .stats__value{color:var(--ink-900);font-size:var(--fs-h2);font-weight:700;line-height:1.25;letter-spacing:0}#patinet-daily-report .report-summary .stats--net{border-color:rgba(109,84,199,.32);background:var(--accent-050)}.print-summary{display:none}.stats{display:flex;align-items:center}.stats .stats__title{width:200px;font-weight:600;color:var(--muted)}.stats .stats__title,.stats .stats__value{font-size:var(--fs-body);line-height:30px;letter-spacing:.03em;text-transform:capitalize}.stats .stats__value{font-weight:400;color:var(--text)}@media screen and (max-width:1180px){#patinet-daily-report .report-filters{justify-content:flex-start;margin-top:12px}#patinet-daily-report .report-summary{grid-template-columns:repeat(3,minmax(130px,1fr))}}@media screen and (max-width:720px){#patient--registrations{padding:16px}#patinet-daily-report .report-filters,#patinet-daily-report .report-filters .custom-select{width:100%}#patinet-daily-report .report-summary{grid-template-columns:1fr}}@media print{#patinet-daily-report .report-summary{display:none}.print-summary{display:flex}#TablePrint{display:block}}#TablePrint{display:none}.discount-dialog-modal{border-radius:14px!important;overflow:hidden!important;box-shadow:0 18px 48px rgba(26,19,54,.16)!important;border:1px solid var(--line)!important}.discount-dialog{position:relative;padding:28px 28px 24px;background:var(--surface,#fff)}.discount-dialog__close{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:8px;background:transparent;color:var(--muted-soft,#8b8798);cursor:pointer}.discount-dialog__close:hover{background:var(--surface-2,#f4f3f8);color:var(--text,#1f1a2e)}.discount-dialog__close .mdi{font-size:1.2rem;line-height:1}.discount-dialog__icon{width:52px;height:52px;margin:0 auto 14px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(109,84,199,.12);color:var(--accent-600,#6d54c7)}.discount-dialog__icon .mdi{font-size:1.6rem;line-height:1}.discount-dialog__title{margin:0 0 6px;text-align:center;font-size:1.125rem;font-weight:600;line-height:1.35;color:var(--text,#1f1a2e);text-transform:none;letter-spacing:0}.discount-dialog__subtitle{margin:0 auto 20px;max-width:280px;text-align:center;font-size:.875rem;line-height:1.5;color:var(--muted,#6b657a)}.discount-dialog__details{display:flex;flex-direction:column;gap:10px;margin-bottom:18px;padding:14px 16px;border-radius:10px;background:var(--surface-2,#f6f5f9);border:1px solid var(--line,#e6e2ef)}.discount-dialog__detail{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.discount-dialog__label{flex:0 0 auto;min-width:64px;font-size:.8125rem!important;font-weight:500!important;line-height:1.4!important;color:var(--muted,#6b657a)!important}.discount-dialog__value{flex:1 1 auto;text-align:right;font-size:.875rem!important;font-weight:600!important;line-height:1.4!important;color:var(--text,#1f1a2e)!important;word-break:break-word}.discount-dialog__field{margin-bottom:22px}.discount-dialog__field-label{display:block;margin-bottom:8px;font-size:.8125rem;font-weight:600;color:var(--text,#1f1a2e)}.discount-dialog__input{width:100%;height:44px;padding:0 14px;border:1px solid var(--line-strong,#cdd6e0);border-radius:10px;background:#fff;font-family:inherit;font-size:1rem;font-weight:500;color:var(--text,#1f1a2e);box-sizing:border-box;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.discount-dialog__input:focus{border-color:var(--accent-600,#6d54c7);box-shadow:0 0 0 3px rgba(109,84,199,.15)}.discount-dialog__actions{display:flex;align-items:center;justify-content:center;gap:10px}.discount-dialog__btn{display:inline-flex;align-items:center;justify-content:center;min-width:120px;height:40px;padding:0 18px;border-radius:10px;font-family:inherit;font-size:.875rem;font-weight:600;line-height:1;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.discount-dialog__btn--secondary{border:1px solid var(--line-strong,#cdd6e0);background:#fff;color:var(--text,#1f1a2e)}.discount-dialog__btn--secondary:hover{background:var(--surface-2,#f4f3f8)}.discount-dialog__btn--primary{border:1px solid transparent;background:var(--grad-accent,var(--accent-600,#6d54c7));color:#fff;box-shadow:0 2px 8px rgba(109,84,199,.28)}.discount-dialog__btn--primary span{color:#fff!important;font-size:inherit!important;font-weight:inherit!important}.discount-dialog__btn--primary:hover:not(:disabled){box-shadow:0 4px 12px rgba(109,84,199,.34)}.discount-dialog__btn--primary:disabled{opacity:.65;cursor:not-allowed}.discount-dialog__loader{width:18px;height:18px;border:2px solid hsla(0,0%,100%,.45);border-top-color:#fff;border-radius:50%;animation:discount-dialog-spin .8s linear infinite}@keyframes discount-dialog-spin{to{transform:rotate(1turn)}}