.card-container{width:99%;margin:1px auto;padding:0;display:flex;flex-direction:column;height:88vh;box-sizing:border-box;border-radius:12px;box-shadow:0 4px 10px #0000001a}.card-header{background-color:var(--color-secondary);color:var(--color-secondary);padding:8px;border-radius:12px 12px 0 0;text-align:center}.card-header h1{margin:0;font-size:24px}.card-content{flex:1;padding:20px;font-size:16px;color:#333;line-height:1.5;overflow-y:auto;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:24px}.record-card-container{background-color:#fff!important;width:99%;margin:0 auto 8px;padding:0;border-radius:12px;box-shadow:0 3px 10px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;gap:8px}.record-card-header{background-color:#0000001a;color:var(--color-primary);padding:12px 16px;border-radius:8px 8px 0 0;font-weight:600;font-size:1.1rem;display:flex;align-items:center;gap:16px;justify-content:center}.record-card-header.one-item{justify-content:center}.record-card-header.two-items{justify-content:space-between}.record-card-header h1,.record-card-header .header-item{margin:0;flex:none}.record-card-content{padding:5px 10px;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;font-size:16px}.record-card-field{display:flex;flex-direction:column;flex:1 1 calc(10% - 16px);min-width:140px}.record-card-field-label{display:inline-block;font-weight:600;color:var(--color-primary);margin-bottom:4px;font-size:.9rem;text-transform:uppercase}.record-card-field-value{font-weight:400;color:#333}.record-card-total-field{display:flex;justify-content:center;align-items:center;background-color:#f0f0f0;color:#ccc;padding:10px 16px;border-radius:0 0 8px 8px;font-weight:600;font-size:.95rem;border-top:1px solid #ccc}.record-card-total-field .label{margin-right:12px;color:#333}.record-card-total-field .value{color:#0b0a49}.no-registro{width:100%;text-align:center;color:#777;font-weight:500;padding:30px 0;background-color:#f9f9f9;border-radius:8px;box-sizing:border-box}@media (max-width: 768px){.card-header h1{font-size:1rem}.record-card-header{padding:6px 12px;border-radius:8px 8px 0 0;text-align:center;font-weight:600;font-size:.85rem}.record-card-header h1,.record-card-header .header-item{font-size:.85rem}.record-card-content{flex-direction:row;flex-wrap:wrap;gap:4px}.record-card-field{flex:1 1 calc(50% - 4px);min-width:100px;margin-bottom:4px}.record-card-field-label{font-size:.75rem;margin-bottom:2px}.record-card-field-value{font-size:.8rem}.record-card-total-field{padding:6px 10px;font-size:.85rem}.no-registro{padding:30px}}.page-container{width:100%;height:85vh;margin:0;padding:10px 0 0;display:flex;flex-direction:column;background:none;border:none;box-shadow:none;position:relative}.page-header{background-color:transparent;color:#0b0a49;padding:8px 0;text-align:center}.page-header h1{margin:0;font-size:22px;color:#0b0a49}.page-content{flex:1;padding:8px;overflow-y:auto;display:flex;flex-direction:column;align-items:center;gap:16px}@media (max-width: 768px){.page-container{height:85vh;border-radius:0}.page-header h1{font-size:1rem}.page-content{padding:10px;gap:12px}}.filters-card{background:#fff!important;border-radius:12px;box-shadow:0 2px 6px #0000001a;padding:1rem 1.5rem;margin:0 auto;margin-bottom:.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;width:fit-content;min-width:320px;max-width:1000px}.filters-header{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--color-primary);border-bottom:1px solid #e0e0e0;padding-bottom:.25rem;width:100%;text-align:center}.filters-content{overflow:hidden;max-height:0;opacity:0;padding-top:0;padding-bottom:0;transition:max-height .4s ease-in-out,opacity .3s ease-in-out,padding .3s ease-in-out}.filters-content.expanded{max-height:300px;opacity:1;padding-top:1rem;padding-bottom:1rem}.actions-top-container{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:1rem}.actions-top-container button[mat-raised-button]{margin:8px 0;padding:10px 18px;font-size:1rem;cursor:pointer;border-radius:6px;border:none;background-color:var(--color-primary);color:#fff;height:48px;display:flex;align-items:center;transition:background-color .3s ease}mat-form-field{width:220px}@media (max-width: 768px){.filters-card{width:100%;padding:1rem}.filters-content.expanded{max-height:400px}.actions-top-container{flex-direction:column;align-items:stretch}.actions-top-container button[mat-raised-button]{width:55%;margin:0;font-size:.9rem;height:40px}mat-form-field{width:100%}}.table-card-container{width:95%;margin:0rem auto 1rem;background:transparent;box-shadow:none;padding:0;display:flex;flex-direction:column;align-items:stretch;overflow:hidden}.table-card-scroll{width:100%;height:100%;overflow-y:auto;box-sizing:border-box;background:#fff;border-radius:8px;box-shadow:0 2px 6px #0000001a;position:relative}.table-generic{width:100%;border-collapse:collapse;text-align:center;background-color:#fff;margin:0;border-radius:8px;overflow:hidden;font-size:clamp(.8rem,1vw + .4rem,1rem)}.table-generic-header th{background-color:var(--color-primary)!important;color:#fff!important;font-weight:600;letter-spacing:.3px;text-transform:uppercase;border-bottom:2px solid #1565c0;position:sticky;top:0;z-index:5;padding:12px;text-align:center;vertical-align:middle;font-size:clamp(.85rem,1vw + .3rem,1rem)}.table-generic td{padding:12px 14px;border-bottom:1px solid #ddd;color:#333;text-align:center;vertical-align:middle;font-size:inherit}.table-generic tr:nth-child(2n){background-color:#fafafa}.table-generic tr:hover{background-color:#f5f5f5}.no-records{text-align:center;color:#888;margin-top:1rem;font-size:clamp(.9rem,1vw + .3rem,1.1rem)}.table-generic-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:250px;width:100%;text-align:center;font-size:clamp(1rem,1vw + .5rem,1.3rem);color:var(--color-primary);font-weight:500}.center-text{text-align:center}.total-row{padding:10px 16px;background-color:#f0f0f0;border-top:2px solid #ccc;display:flex;justify-content:center;font-weight:700;font-size:15px;border-radius:0 0 12px 12px}.total-row .label{margin-right:12px;color:#333}.total-row .value{color:#0b0a49}@media (max-width: 768px){.table-card-scroll{width:100%;height:100%;border-radius:0}.table-generic td,.table-generic-header th{padding:8px}}.status-sent{color:#f9a825;font-weight:600;display:flex;align-items:center;gap:4px}.status-aprobed{color:#2e7d32;font-weight:600;display:flex;align-items:center;gap:4px}.status-rejected{color:#c62828;font-weight:600;display:flex;align-items:center;gap:4px}.status-canceled{color:#360470d3;font-weight:600;display:flex;align-items:center;gap:4px}.globlal-select{margin-bottom:1rem;display:flex;flex-direction:column;gap:6px}.globlal-select label{font-weight:600;color:var(--color-primary)}.globlal-select select{padding:8px 12px;border-radius:8px;border:1px solid #ccc;font-size:.95rem;outline:none}.globlal-select select:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px rgba(var(--color-primary-rgb),.2)}html{--mat-sys-background: light-dark(#faf9fd, #121316);--mat-sys-error: light-dark(#ba1a1a, #ffb4ab);--mat-sys-error-container: light-dark(#ffdad6, #93000a);--mat-sys-inverse-on-surface: light-dark(#f2f0f4, #2f3033);--mat-sys-inverse-primary: light-dark(#abc7ff, #005cbb);--mat-sys-inverse-surface: light-dark(#2f3033, #e3e2e6);--mat-sys-on-background: light-dark(#1a1b1f, #e3e2e6);--mat-sys-on-error: light-dark(#ffffff, #690005);--mat-sys-on-error-container: light-dark(#93000a, #ffdad6);--mat-sys-on-primary: light-dark(#ffffff, #002f65);--mat-sys-on-primary-container: light-dark(#00458f, #d7e3ff);--mat-sys-on-primary-fixed: light-dark(#001b3f, #001b3f);--mat-sys-on-primary-fixed-variant: light-dark(#00458f, #00458f);--mat-sys-on-secondary: light-dark(#ffffff, #283041);--mat-sys-on-secondary-container: light-dark(#3e4759, #dae2f9);--mat-sys-on-secondary-fixed: light-dark(#131c2b, #131c2b);--mat-sys-on-secondary-fixed-variant: light-dark(#3e4759, #3e4759);--mat-sys-on-surface: light-dark(#1a1b1f, #e3e2e6);--mat-sys-on-surface-variant: light-dark(#44474e, #e0e2ec);--mat-sys-on-tertiary: light-dark(#ffffff, #0001ac);--mat-sys-on-tertiary-container: light-dark(#0000ef, #e0e0ff);--mat-sys-on-tertiary-fixed: light-dark(#00006e, #00006e);--mat-sys-on-tertiary-fixed-variant: light-dark(#0000ef, #0000ef);--mat-sys-outline: light-dark(#74777f, #8e9099);--mat-sys-outline-variant: light-dark(#c4c6d0, #44474e);--mat-sys-primary: light-dark(#005cbb, #abc7ff);--mat-sys-primary-container: light-dark(#d7e3ff, #00458f);--mat-sys-primary-fixed: light-dark(#d7e3ff, #d7e3ff);--mat-sys-primary-fixed-dim: light-dark(#abc7ff, #abc7ff);--mat-sys-scrim: light-dark(#000000, #000000);--mat-sys-secondary: light-dark(#565e71, #bec6dc);--mat-sys-secondary-container: light-dark(#dae2f9, #3e4759);--mat-sys-secondary-fixed: light-dark(#dae2f9, #dae2f9);--mat-sys-secondary-fixed-dim: light-dark(#bec6dc, #bec6dc);--mat-sys-shadow: light-dark(#000000, #000000);--mat-sys-surface: light-dark(#faf9fd, #121316);--mat-sys-surface-bright: light-dark(#faf9fd, #38393c);--mat-sys-surface-container: light-dark(#efedf0, #1f2022);--mat-sys-surface-container-high: light-dark(#e9e7eb, #292a2c);--mat-sys-surface-container-highest: light-dark(#e3e2e6, #343537);--mat-sys-surface-container-low: light-dark(#f4f3f6, #1a1b1f);--mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e11);--mat-sys-surface-dim: light-dark(#dbd9dd, #121316);--mat-sys-surface-tint: light-dark(#005cbb, #abc7ff);--mat-sys-surface-variant: light-dark(#e0e2ec, #44474e);--mat-sys-tertiary: light-dark(#343dff, #bec2ff);--mat-sys-tertiary-container: light-dark(#e0e0ff, #0000ef);--mat-sys-tertiary-fixed: light-dark(#e0e0ff, #e0e0ff);--mat-sys-tertiary-fixed-dim: light-dark(#bec2ff, #bec2ff);--mat-sys-neutral-variant20: #2d3038;--mat-sys-neutral10: #1a1b1f;--mat-sys-level0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-sys-level1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-sys-level2: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-sys-level3: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-sys-level4: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-sys-level5: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-sys-body-large: 400 1rem / 1.5rem Roboto;--mat-sys-body-large-font: Roboto;--mat-sys-body-large-line-height: 1.5rem;--mat-sys-body-large-size: 1rem;--mat-sys-body-large-tracking: .031rem;--mat-sys-body-large-weight: 400;--mat-sys-body-medium: 400 .875rem / 1.25rem Roboto;--mat-sys-body-medium-font: Roboto;--mat-sys-body-medium-line-height: 1.25rem;--mat-sys-body-medium-size: .875rem;--mat-sys-body-medium-tracking: .016rem;--mat-sys-body-medium-weight: 400;--mat-sys-body-small: 400 .75rem / 1rem Roboto;--mat-sys-body-small-font: Roboto;--mat-sys-body-small-line-height: 1rem;--mat-sys-body-small-size: .75rem;--mat-sys-body-small-tracking: .025rem;--mat-sys-body-small-weight: 400;--mat-sys-display-large: 400 3.562rem / 4rem Roboto;--mat-sys-display-large-font: Roboto;--mat-sys-display-large-line-height: 4rem;--mat-sys-display-large-size: 3.562rem;--mat-sys-display-large-tracking: -.016rem;--mat-sys-display-large-weight: 400;--mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;--mat-sys-display-medium-font: Roboto;--mat-sys-display-medium-line-height: 3.25rem;--mat-sys-display-medium-size: 2.812rem;--mat-sys-display-medium-tracking: 0;--mat-sys-display-medium-weight: 400;--mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;--mat-sys-display-small-font: Roboto;--mat-sys-display-small-line-height: 2.75rem;--mat-sys-display-small-size: 2.25rem;--mat-sys-display-small-tracking: 0;--mat-sys-display-small-weight: 400;--mat-sys-headline-large: 400 2rem / 2.5rem Roboto;--mat-sys-headline-large-font: Roboto;--mat-sys-headline-large-line-height: 2.5rem;--mat-sys-headline-large-size: 2rem;--mat-sys-headline-large-tracking: 0;--mat-sys-headline-large-weight: 400;--mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;--mat-sys-headline-medium-font: Roboto;--mat-sys-headline-medium-line-height: 2.25rem;--mat-sys-headline-medium-size: 1.75rem;--mat-sys-headline-medium-tracking: 0;--mat-sys-headline-medium-weight: 400;--mat-sys-headline-small: 400 1.5rem / 2rem Roboto;--mat-sys-headline-small-font: Roboto;--mat-sys-headline-small-line-height: 2rem;--mat-sys-headline-small-size: 1.5rem;--mat-sys-headline-small-tracking: 0;--mat-sys-headline-small-weight: 400;--mat-sys-label-large: 500 .875rem / 1.25rem Roboto;--mat-sys-label-large-font: Roboto;--mat-sys-label-large-line-height: 1.25rem;--mat-sys-label-large-size: .875rem;--mat-sys-label-large-tracking: .006rem;--mat-sys-label-large-weight: 500;--mat-sys-label-large-weight-prominent: 700;--mat-sys-label-medium: 500 .75rem / 1rem Roboto;--mat-sys-label-medium-font: Roboto;--mat-sys-label-medium-line-height: 1rem;--mat-sys-label-medium-size: .75rem;--mat-sys-label-medium-tracking: .031rem;--mat-sys-label-medium-weight: 500;--mat-sys-label-medium-weight-prominent: 700;--mat-sys-label-small: 500 .688rem / 1rem Roboto;--mat-sys-label-small-font: Roboto;--mat-sys-label-small-line-height: 1rem;--mat-sys-label-small-size: .688rem;--mat-sys-label-small-tracking: .031rem;--mat-sys-label-small-weight: 500;--mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;--mat-sys-title-large-font: Roboto;--mat-sys-title-large-line-height: 1.75rem;--mat-sys-title-large-size: 1.375rem;--mat-sys-title-large-tracking: 0;--mat-sys-title-large-weight: 400;--mat-sys-title-medium: 500 1rem / 1.5rem Roboto;--mat-sys-title-medium-font: Roboto;--mat-sys-title-medium-line-height: 1.5rem;--mat-sys-title-medium-size: 1rem;--mat-sys-title-medium-tracking: .009rem;--mat-sys-title-medium-weight: 500;--mat-sys-title-small: 500 .875rem / 1.25rem Roboto;--mat-sys-title-small-font: Roboto;--mat-sys-title-small-line-height: 1.25rem;--mat-sys-title-small-size: .875rem;--mat-sys-title-small-tracking: .006rem;--mat-sys-title-small-weight: 500;--mat-sys-corner-extra-large: 28px;--mat-sys-corner-extra-large-top: 28px 28px 0 0;--mat-sys-corner-extra-small: 4px;--mat-sys-corner-extra-small-top: 4px 4px 0 0;--mat-sys-corner-full: 9999px;--mat-sys-corner-large: 16px;--mat-sys-corner-large-end: 0 16px 16px 0;--mat-sys-corner-large-start: 16px 0 0 16px;--mat-sys-corner-large-top: 16px 16px 0 0;--mat-sys-corner-medium: 12px;--mat-sys-corner-none: 0;--mat-sys-corner-small: 8px;--mat-sys-dragged-state-layer-opacity: .16;--mat-sys-focus-state-layer-opacity: .12;--mat-sys-hover-state-layer-opacity: .08;--mat-sys-pressed-state-layer-opacity: .12}:root{--color-primary: rgba(11, 10, 73, .9058823529);--color-secondary: #ffd21f;--color-primary-hover: rgba(16.6590361446, 15.1445783133, 110.5554216867, .9058823529);--color-secondary-hover: rgb(255, 204.2544642857, 2.4)}body{color-scheme:light;background-color:var(--mat-sys-surface);color:var(--mat-sys-on-surface);font:var(--mat-sys-body-medium);margin:0}html,body{height:100%;font-family:Roboto,Helvetica Neue,sans-serif}html,body,button,[mat-icon-button],.mat-icon-button{touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}button[mat-icon-button]:active,.mat-icon-button:active{transform:scale(.9);transition:transform .1s ease}button[mat-icon-button],.mat-icon-button{transition:transform .15s ease,opacity .2s ease}
